:root {
  --white: #ffffff;
  --black: #000000;
  --text: $dark;
  --accent: $primary;
}

/* This is for the clander manager view (Start) */
.e-toolbar .e-toolbar-item .e-tbar-btn .e-icons {
  color: black !important;
  background-color: white !important;
  box-shadow: 0px 7px 29px rgba(0, 0, 0, 0.09) !important;
  border-radius: 100% !important;
}

.e-toolbar .e-toolbar-item .e-tbar-btn {
  color: black !important;
  font-weight: bold !important;
  background-color: transparent !important;
}

.e-calendar .e-content td.e-selected span.e-day {
  background-color: #108a61 !important;
  color: white !important;
}

.e-more-popup-wrapper {
  height: 250px !important;
}

.e-more-popup-wrapper .e-more-appointment-wrapper {
  display: flex !important;
  /* flex-wrap: wrap !important; */
  flex-direction: column !important;
  gap: 30px !important;
}

.e-more-popup-wrapper .e-more-event-content {
  max-height: 240px !important;
}

.e-more-popup-wrapper .e-appointment {
  background-color: transparent !important;
}

.e-schedule {
  border: none !important;
}

.e-schedule .e-schedule-toolbar {
  box-shadow: none !important;
  height: 68px !important;
  background-color: transparent !important;
  margin-top: -18px;
}

.e-schedule .e-timeline-view .e-date-header-wrap table tbody td {
  font-family: Arial, sans-serif !important;
  font-size: 12px !important;
  white-space: nowrap !important;
  color: #484951 !important;
  font-weight: 600 !important;
}
.quick-info-header {
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.quick-info-header-content {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.quick-info-content {
  padding: 16px;
}

.date-time {
  margin-bottom: 8px;
}

.date {
  font-weight: 500;
  color: #333;
}

.time {
  color: #666;
  margin-top: 4px;
}

.quick-info-footer {
  padding: 8px 16px;
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: flex-end;
}

.e-toolbar-item.e-schedule-seperator.e-separator {
  border: 0px !important;
}

/* pop up modal  */
.e-quick-popup-wrapper .e-event-popup .e-popup-header {
  background-color: #108a61 !important;
}

.e-quick-popup-wrapper
  .e-event-popup
  .e-popup-header
  .e-subject-wrap
  .e-subject {
  font-weight: 600 !important;
  font-size: 20px !important;
  font-family: Arial, sans-serif;
}

.e-popup-header
  > .e-header-icon-wrapper
  > .e-edit.e-control.e-btn.e-lib.e-flat.e-round.e-small.e-icon-btn {
  display: none !important;
}

.e-popup-header
  > .e-header-icon-wrapper
  > .e-delete.e-control.e-btn.e-lib.e-flat.e-round.e-small.e-icon-btn {
  display: none !important;
}

.e-btn.e-flat.e-primary,
.e-css.e-btn.e-flat.e-primary {
  background-color: #108a61 !important;
  color: white !important;
  font-family: Arial, sans-serif !important;
  text-transform: capitalize !important;
  border-radius: 6px !important;
  padding: 10px 20px !important;
  font-weight: bold !important;
}

.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text {
  /* position: relative; */
  /* required for pseudo-element positioning */
  color: #108a61 !important;
  font-weight: bold !important;
  background-color: transparent !important;
  /* text-decoration: underline !important;
  text-underline-offset: 6px !important;
  text-decoration-thickness: 2px !important; */
}

.underline-div {
  background-color: transparent !important;
}

.e-schedule
  .e-schedule-toolbar
  .e-active-view
  .e-tbar-btn-text
  > .underline-div {
  background-color: #108a61 !important;
}

.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text:hover {
  background-color: transparent !important;
}

.e-schedule .e-month-view .e-appointment {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  height: 40px !important;
}

.e-schedule .e-timeline-view .e-child-node {
  height: 230px !important;
}

.e-schedule .e-schedule-table > tbody > tr > td {
  white-space: normal !important;
}

.e-schedule .e-timeline-view .e-work-hours {
  height: 230px !important;
}

.e-schedule .e-timeline-view .e-appointment,
.e-schedule .e-timeline-month-view .e-appointment {
  height: 50px !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
}

.e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
  border: none !important;
  /* background-color: red !important; */
  background-color: transparent !important;
  /* height: 50px !important; */
}

.e-appointment-details {
  height: 400px !important;
}

.custom-time-slot-month {
  background-color: #f4fff5;
  border: 1px solid #ccc;
  border-radius: 24px;
  width: 30px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* .e-work-cells{
  height: 50px !important;
  background-color: red !important;
} */

.custom-time-slot-month-image-wrapper {
  width: 25px;
  height: 25px;
}

.custom-time-slot-month-image {
  object-fit: cover;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

.custom-time-slot-week {
  background-color: #f4fff5;
  border: 1px solid #ccc;
  border-radius: 24px;
  width: 30px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  padding-top: 3px;
}

.custom-time-slot-week-image-wrapper {
  width: 25px;
  height: 25px;
}

.custom-time-slot-week-image {
  object-fit: cover;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}

/* this is a vet list sidebar in manager view table */
/* start */
.e-schedule .e-timeline-month-view .e-child-node {
  height: 200px !important;
}

.e-schedule .e-timeline-month-view .e-work-cells {
  height: 200px !important;
}

.e-resource-column-wrap {
  height: auto !important;
}

.e-schedule .e-timeline-view .e-child-node {
  min-height: 200px !important;
}

.e-content-wrap {
  height: auto !important;
}

.e-schedule .e-timeline-view .e-work-cells {
  min-height: 200px !important;
}

/* end */

.custom-time-slot-day {
  background-color: #f4fff5;
  padding: 6px;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 24px;
  gap: 10px;
}

.custom-time-slot-day-image-wrapper {
  width: 30px;
  height: 30px;
}

.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center {
  margin: 0 auto !important;
  display: flex !important;
  align-items: center !important;
  width: fit-content !important;
}

/* .e-toolbar-center {} */

.custom-time-slot-day-image {
  object-fit: cover;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.custom-time-slot-day-patient-info-wrapper {
  color: black;
  border-radius: 24px;
  flex: 1;
}

.block-events.e-schedule .template-wrap {
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 16px !important;
}

.e-schedule .e-timeline-view .e-child-node {
  padding-right: 10px !important;
}

.e-schedule .e-timeline-month-view .e-child-node {
  padding-right: 20px !important;
}

.block-events.e-schedule .e-vertical-view .e-resource-cells {
  height: 58px;
}

.block-events.e-schedule .e-timeline-view .e-resource-left-td,
.block-events.e-schedule .e-timeline-month-view .e-resource-left-td {
  width: 200px;
}

.block-events.e-schedule .e-resource-cells.e-child-node .employee-category,
.block-events.e-schedule .e-resource-cells.e-child-node .employee-name {
  width: 100px;
  margin-left: 5px;
  padding: 5px 0px;
}

.block-events.e-schedule .employee-image {
  width: 45px;
  height: 40px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 45px;
}

.block-events.e-schedule .employee-name {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

.block-events.e-schedule .employee-designation {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-family: Arial, sans-serif;
  padding-left: 5px;
  color: rgb(139, 141, 157) !important;
}

.block-events.e-schedule .template-wrap .employee-image.alice {
  background-image: url("https://ej2.syncfusion.com/react/demos/src/schedule/images/alice.png");
}

.block-events.e-schedule .template-wrap .employee-image.robert {
  background-image: url("https://ej2.syncfusion.com/react/demos/src/schedule/images/robert.png");
}

.block-events.e-schedule .template-wrap .employee-image.robson {
  background-image: url("https://ej2.syncfusion.com/react/demos/src/schedule/images/robson.png");
}

.block-events.e-schedule .template-wrap .employee-image.laura {
  background-image: url("https://ej2.syncfusion.com/react/demos/src/schedule/images/laura.png");
}

.block-events.e-schedule .template-wrap .employee-image.nancy {
  background-image: url("https://ej2.syncfusion.com/react/demos/src/schedule/images/nancy.png");
}

.block-events.e-schedule .template-wrap .employee-image.margaret {
  background-image: url("https://ej2.syncfusion.com/react/demos/src/schedule/images/margaret.png");
}

@media (max-width: 550px) {
  .clinic-info-wrpr {
  display: flex;
  flex-direction: column !important;
  gap: 0px !important;
  border-bottom: 1px solid #bdbfd1;
  margin-bottom: 10px;
}
.day-box {
  width: 28px !important;
}
.clinic-links .link:after {
   display: none;
}
.clinic-links {
  gap: 21px !important;
  flex-direction: column !important;
  align-items: left !important;
}
.clinic-details {
  max-width: 200px !important;
}
  .e-schedule .e-day-view .employee-image {
    display: none;
  }

  .e-schedule .e-day-view .employee-name {
    font-size: 14px;
  }

  .e-schedule .e-day-view .employee-designation {
    display: none;
  }
}

/* This is for the clander manager view (end) */

.text-white {
  color: white !important;
}

.text-black {
  color: #000000 !important;
}

.text-primary {
  color: #108a61 !important;
}

.text-primary-l {
  color: #418b86 !important;
}

.text-secondary {
  color: #f2af44 !important;
}

.text-secondary-l {
  color: #d2392d !important;
}

.text-gold {
  color: #ffa92f !important;
}

.text-gold-l {
  color: #ffcfb2 !important;
}

.text-dark {
  color: #1d1e27 !important;
}

.text-gray-700 {
  color: #bdbfd1 !important;
}

.text-gray-800 {
  color: #8b8d9d !important;
}

.text-gray-900 {
  color: #484951 !important;
}

.bg-white {
  background-color: white !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-primary {
  background-color: #108a61 !important;
}

.bg-primary-l {
  background-color: #418b86 !important;
}

.bg-secondary {
  background-color: #f2af44 !important;
}

.bg-secondary-l {
  background-color: #d2392d !important;
}

.bg-gold {
  background-color: #ffa92f !important;
}

.bg-gold-l {
  background-color: #ffcfb2 !important;
}

.bg-dark {
  background-color: #1d1e27 !important;
}

.bg-gray-700 {
  background-color: #bdbfd1 !important;
}

.bg-gray-800 {
  background-color: #8b8d9d !important;
}

.bg-gray-900 {
  background-color: #484951 !important;
}

.ic-dashboard {
  background: url(../images/icons/menu-icons.svg) no-repeat;
  background-position-y: 0px;
  background-position-x: 3px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.ic-burger-menu-icon {
  background: url(../images/icons/burger-menu-icon.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.ic-staff {
  background: url(../images/icons/menu-icons.svg) no-repeat;
  background-position-y: 0px;
  background-position-x: -38px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.ic-patients {
  background: url(../images/icons/menu-icons.svg) no-repeat;
  background-position-y: 0px;
  background-position-x: -79px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.ic-appt {
  background: url(../images/icons/menu-icons.svg) no-repeat;
  background-position-y: 0px;
  background-position-x: -120px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.ic-payment {
  background: url(../images/icons/menu-icons.svg) no-repeat;
  background-position-y: 0px;
  background-position-x: -162px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.ic-blog {
  background: url(../images/icons/menu-icons.svg) no-repeat;
  background-position-y: 0px;
  background-position-x: -206px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.ic-setting {
  background: url(../images/icons/menu-icons.svg) no-repeat;
  background-position-y: 0px;
  background-position-x: -249px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.ic-logout {
  background: url(../images/icons/menu-icons.svg) no-repeat;
  background-position-y: 0px;
  background-position-x: -290px;
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.ic-logout-mobile {
  background: url(../images/icons/menu-icons.svg) no-repeat;
  background-position-y: 0px;
  background-position-x: -290px;
  width: 24px;
  height: 24px;
  display: block;
}

.img-fluid {
  max-width: 100%;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
figure,
footer,
header,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Plus Jakarta Sans", sans-serif;
  scroll-behavior: smooth;
}

body {
  line-height: 1;
  color: #1d1e27;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.dark {
  color: #1d1e27;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 1.06;
  font-weight: 800;
}

h2,
.h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.17;
}

h3,
.h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}

h3.fs24,
.h3.fs24 {
  font-size: 24px;
}

h3.fs20,
.h3.fs20 {
  font-size: 20px;
  line-height: 1.5;
}

h4,
.h4 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.33;
}

h5,
.h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 1.33;
  font-weight: 400;
}

h6 b,
.h6 b {
  font-weight: 600;
}

p,
.p {
  font-size: 14px;
  line-height: 1.5;
  color: #bdbfd1;
}

p b,
.p b {
  font-weight: 600;
}

.fs10 {
  font-size: 10px;
  line-height: 1.36;
}

.fs11 {
  font-size: 11px;
  line-height: 1.36;
}

.fs12 {
  font-size: 12px;
  line-height: 1.5;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
  line-height: 1.22;
}

a {
  color: #108a61;
  text-decoration: none;
  outline: none !important;
  box-shadow: none;
}

a:hover {
  color: #418b86;
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

figure {
  margin-bottom: 0px;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

* {
  box-sizing: border-box;
  scrollbar-width: 0px;
  scrollbar-color: transparent transparent;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

*::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
}

*::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.custom-react-selectField {
  background-color: red;
  border: none;
  color: green;
}

.scrollable-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: transparent;
}

.scrollable-content {
  display: flex;
  flex-direction: row;
}

.drape {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background-color: white;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all linear 300ms;
}

.drape.active {
  opacity: 1;
  visibility: visible;
}

.inLoader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 100px;
  margin: auto;
}

.inLoader .circle-wrpr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 4px;
}

.circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin: 5px;
  background: #108a61;
  animation: pageloader 1000ms linear 0ms infinite;
}

.circle.circle-1 {
  animation-delay: 100ms;
}

.circle.circle-2 {
  animation-delay: 200ms;
}

.circle.circle-3 {
  animation-delay: 300ms;
}

.circle.circle-4 {
  animation-delay: 400ms;
}

.form-blk.form-relative {
  position: relative;
  height: 100%;
}

.list-loader {
  display: block;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.list-loader .inLoader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  max-width: 100px;
  margin: auto;
}

.list-loader .inLoader .circle-wrpr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 4px;
}

.list-loader .circle {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  margin: 5px;
  background: #108a61;
  animation: pageloader 1000ms linear 0ms infinite;
}

.list-loader .circle.circle-1 {
  animation-delay: 100ms;
}

.list-loader .circle.circle-2 {
  animation-delay: 200ms;
}

.list-loader .circle.circle-3 {
  animation-delay: 300ms;
}

.list-loader .circle.circle-4 {
  animation-delay: 400ms;
}

@keyframes pageloader {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(2);
  }

  100% {
    transform: scale(1);
  }
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 15px;
}

.row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0px -15px;
  width: 100%;
}

@media (max-width: 992px) {
  .row {
    margin: 0px;
    flex-direction: column;
  }
}

.col-4 {
  padding: 15px 0px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .col-4 {
    padding: 0px 15px;
    flex: 0 0 35.2%;
    max-width: 35.2%;
  }
}

.col-6 {
  padding: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .col-6 {
    padding: 0px 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-6:nth-child(even) {
    padding-right: 0;
  }
}

.col-8 {
  padding: 15px 0px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}

@media (min-width: 992px) {
  .col-8 {
    padding: 0px 15px;
    flex: 0 0 64.8%;
    max-width: 64.8%;
  }
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.fd-col {
  flex-direction: column;
}

.align-center {
  align-items: center !important;
}

.align-start {
  align-items: flex-start !important;
}

.justify-center {
  justify-content: center;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end !important;
}

.min-w-288 {
  width: 400px !important;
}

.w-100 {
  width: 100%;
}

.w-10 {
  width: 10% !important;
}

.h-100 {
  height: 100%;
}

.f-height {
  height: 100vh;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-bottom {
  margin-bottom: 0px;
  margin-top: auto;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-50 {
  margin-top: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-14 {
  margin-left: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-10 {
  margin-bottom: 10px;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.py-20 {
  padding: 20px 0px;
}

.relative {
  position: relative;
}

.edit-btn {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  line-height: 18px;
  height: 20px;
}

.edit-btn .link-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: -78px 3px;
  top: 0;
  left: 0;
}

.edit-btn .link-icon.dark {
  background-position: -78px -28px;
}

.edit-btn .edit-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  cursor: pointer;
  padding: 0px;
}

.remove-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #d2392d;
  border-left: 1px solid #eaebec;
  padding-left: 12px;
  margin: 12px;
  z-index: 999;
}

.remove-btn:hover {
  color: #d2392d;
}

.blue-link {
  color: blue;
  text-decoration: underline;
}

.f-right {
  float: right;
}

.link-grey {
  color: #8b8d9d;
}
.disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
}
/**         Buttons style start         **/
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 20px 54px;
  background: #108a61;
  color: white;
  box-shadow: none;
  transition: all ease 250ms;
  transition: text-indent ease 0ms;
  line-height: 1.2;
  border-radius: 14px !important;
  outline: none !important;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.01em;
}

.btn-primary:focus,
.btn-primary:active {
  outline: none;
  background: #0c6a4b;
}

.btn-primary:hover {
  outline: none;
  color: white;
  background-color: #1bab7b;
  box-shadow: 0px 10px 20px 0px rgba(10, 80, 57, 0.2);
}

.btn-primary.sm {
  padding: 15px 32px;
}

.btn-primary.xs {
  padding: 14px 22px;
}

.btn-primary.small {
  padding: 8px 10px;
}

.btn-primary-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 12px;
  background: #f4fff5;
  color: #108a61;
  box-shadow: none;
  transition: all ease 250ms;
  transition: text-indent ease 0ms;
  line-height: 1.2;
  border-radius: 14px;
  outline: none !important;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.01em;
  border: 1px solid #dcf0de;
}

.btn-primary-light:focus,
.btn-primary-light:active {
  outline: none;
  background: #0c6a4b;
}

.btn-primary-light:hover {
  outline: none;
  color: #108a61;
  background-color: #f4fff5;
  box-shadow: 0px 10px 20px 0px rgba(10, 80, 57, 0.2);
}

.btn-primary-light.sm {
  padding: 15px 32px;
}

.btn-primary-light.xs {
  padding: 14px 22px;
}

.btn-primary-light.small {
  padding: 8px 10px;
}

.btn-primary-light .plus-icon-green {
  top: -3px;
}

.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 20px 54px;
  background: white;
  color: #108a61;
  box-shadow: none;
  transition: all ease 250ms;
  transition: text-indent ease 0ms;
  line-height: 1.2;
  border-radius: 14px;
  outline: none !important;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.01em;
  border: 1px solid #cecdd2;
}

.btn-white:focus,
.btn-white:active {
  outline: none;
  background: #0c6a4b;
}

.btn-white:hover {
  outline: none;
  color: #108a61;
  background-color: #fafdfa;
  box-shadow: 0px 10px 20px 0px rgba(10, 80, 57, 0.2);
}

.btn-white.sm {
  padding: 15px 32px;
}

.btn-white.xs {
  padding: 14px 22px;
}

.btn-white.small {
  padding: 8px 10px;
}

.btn-white:focus,
.btn-white:active {
  outline: none;
  background: #fafdfa;
  box-shadow: none;
  color: #083023;
}

.btn-white:hover {
  outline: none;
  box-shadow: none;
}

.btn-black {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 20px 54px;
  background: #1d1e27;
  color: white;
  box-shadow: none;
  transition: all ease 250ms;
  transition: text-indent ease 0ms;
  line-height: 1.2;
  border-radius: 14px;
  outline: none !important;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.01em;
  border-radius: 10px;
}

.btn-black:focus,
.btn-black:active {
  outline: none;
  background: #0c6a4b;
}

.btn-black:hover {
  outline: none;
  color: #108a61;
  background-color: #fafdfa;
  box-shadow: 0px 10px 20px 0px rgba(10, 80, 57, 0.2);
}

.btn-black.sm {
  padding: 15px 32px;
}

.btn-black.xs {
  padding: 14px 22px;
}

.btn-black.small {
  padding: 8px 10px;
}

.btn-black:focus,
.btn-black:active,
.btn-black:hover {
  outline: none;
  background: rgba(29, 30, 39, 0.9);
  box-shadow: none;
  color: white;
  outline: none;
  box-shadow: none;
}

.modal-btn .btn-primary {
  padding: 14px;
  min-width: 150px;
}

.image-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.image-loader::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid rgba(16, 138, 97, 0.5);
  border-radius: 50%;
  margin-left: 0px;
  border-right-color: #108a61;
  animation: loader 600ms linear 0ms infinite;
  animation-direction: alternate-reverse;
  z-index: 20;
}

.btn-loader {
  pointer-events: none;
  text-indent: -999px !important;
  transition: none !important;
}

.btn-loader::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 0px;
  border-right-color: white;
  animation: loader 600ms linear 0ms infinite;
  animation-direction: alternate-reverse;
  z-index: 20;
}
.btn-white-loader {
  pointer-events: none;
  text-indent: -999px !important;
  transition: none !important;
}

.btn-white-loader::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(2, 0, 0, 0.5);
  border-radius: 50%;
  margin-left: 0px;
  border-right-color: black;
  animation: loader 600ms linear 0ms infinite;
  animation-direction: alternate-reverse;
  z-index: 20;
}

.btn-error {
  color: #d2392d;
  border-color: #d2392d;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/**         Buttons style end         **/
/**       Form fields start         **/
.selectRole .form-row {
  gap: 30px;
}

@media (max-width: 767px) {
  .selectRole .form-row {
    display: block;
  }

  .selectRole .form-row .form-in {
    width: 100%;
  }
}

.form-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  justify-content: space-between;
}

.form-row-compact {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

@media (max-width: 520px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}

.form-row .form-in {
  width: 50%;
}

@media (max-width: 520px) {
  .form-row .form-in {
    width: 100%;
  }
}

.f-label {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  color: #8b8d9d;
  margin-bottom: 10px;
  display: block;
}

.f-label.h6 {
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 4px;
  font-weight: 700;
}

.f-sub-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 14px;
}

.form-control {
  background: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 10px;
  padding: 14px 16px 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.0032em;
  width: 100%;
  color: #1d1e27;
  transition: all 0.3s ease-in-out;
  height: 48px;
}

.form-control::placeholder,
.form-control .css-14el2xx-placeholder {
  color: #bdbfd1;
}

.form-control:focus {
  outline: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  border-color: rgba(16, 138, 97, 0.5);
}

.form-control.textarea {
  resize: none;
  width: 100%;
  min-height: 90px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: -0.0032em;
}

.form-control:disabled {
  color: #8b8d9d;
  opacity: 0.4;
}

.form-control.textfield {
  padding: 8px;
}

.form-control .css-1s2u09g-control,
.form-control .css-1pahdxg-control {
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: unset;
  min-height: 48px !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  background-color: transparent !important;
  position: absolute;
  cursor: pointer;
}

.form-control .css-1s2u09g-control:hover,
.form-control .css-1s2u09g-control:focus,
.form-control .css-1pahdxg-control:hover,
.form-control .css-1pahdxg-control:focus {
  border: none !important;
  outline: none !important;
}

.form-control .css-26l3qy-menu {
  margin-top: 0px;
  left: 0px;
  z-index: 1000;
}

.form-control .css-26l3qy-menu .css-1n7v3ny-option {
  background: rgba(16, 138, 97, 0.3);
}

.form-control .css-26l3qy-menu .css-9gakcf-option {
  background: #108a61;
}

.disabled {
  /* color: #fff; */
  opacity: 0.4;
  pointer-events: none;
  user-select: none;
}

.form-in {
  position: relative;
  margin-bottom: 26px;
}

.form-in.input-disabled .form-control,
.form-in.input-disabled .react-datetime-picker__wrapper,
.form-in.input-disabled .flag-dropdown {
  background: #f9f9f9 !important;
  color: #8b8d9d !important;
  pointer-events: none;
  user-select: none;
}

.form-in.w-50 {
  width: 50% !important;
}

.form-in.w-33 {
  width: 33% !important;
}

.form-in.w-25 {
  width: 25% !important;
}

.f-in {
  position: relative;
}

.f-in.right-icon .form-control {
  padding-right: 35px;
}

.f-in.left-icon .form-control {
  padding-left: 45px;
}

.input-icon {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(/images/icons/spriti-img.svg) no-repeat;
}

.input-icon.cal-icon {
  background-position: -38px 3px;
  pointer-events: none;
}

.input-icon.time-icon {
  background-position: -38px -28px;
}

.react-tel-input {
  margin: 0px !important;
  padding: 0px !important;
}

.react-tel-input .form-control {
  background: #ffffff !important;
  border: 1px solid #eaebec !important;
  border-radius: 10px !important;
  padding: 14px 16px 14px 38px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1.29 !important;
  letter-spacing: -0.0032em !important;
  color: #bdbfd1 !important;
  width: 100% !important;
  color: #1d1e27 !important;
  transition: all 0.3s ease-in-out !important;
  height: 48px !important;
}

.react-tel-input .flag-dropdown {
  background-color: transparent !important;
  border: none !important;
  border-radius: 10px !important;
}

.react-tel-input .flag-dropdown.open .selected-flag {
  background-color: transparent !important;
}

.react-tel-input .flag-dropdown .selected-flag {
  width: 60px !important;
  background: transparent !important;
}

.react-tel-input .flag-dropdown .selected-flag:hover {
  background-color: transparent !important;
  border: none !important;
  border-radius: 10px !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: white !important;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/**       Form fields end         **/
/**      otp screen start      **/
.otp-f-in {
  display: flex;
  flex: 0 0 100%;
}

.otp-f-in .otp-fields-wrpr {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 0 auto;
}

.otp-f-in .otp-fields-wrpr .form-control {
  caret-color: transparent;
}

.otp-f-in .form-control {
  max-width: 70px;
  max-height: 70px;
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  gap: 10px;
}

@media (min-width: 1200px) {
  .otp-f-in .form-control {
    height: 70px;
    width: 70px !important;
  }
}

.otp-wrpr {
  margin-bottom: 60px;
}

.otp-wrpr .form-control {
  font-size: 26px;
}

.otp-wrpr .error {
  top: auto;
  bottom: -25px;
  left: 75px;
}

/**      otp screen end      **/
/**      radio button and checkbox start       **/
.form-check-wrpr {
  display: flex;
  background: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 10px;
  padding: 8px;
  justify-content: space-between;
  gap: 10px;
  height: 48px;
}

.form-check-wrpr:focus {
  border-color: #108a61;
}

.form-check {
  position: relative;
  padding: 0px;
  width: 100%;
}

.form-check .form-check-label {
  position: relative;
  background: #fff;
  color: #bdbfd1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 9px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.3;
  height: 31px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .form-check .form-check-label {
    padding: 9px 11px;
  }
}

.form-check .form-check-label .link {
  z-index: 12;
  position: relative;
}

.form-check .form-check-input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0px;
}

.form-check input[type="radio"] + .form-check-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: transparent;
  border-radius: 6px;
  transform: scale(0);
  transition: all 0.3s ease;
  z-index: -1;
  transform-origin: center;
}

.form-check input[type="radio"]:checked + .form-check-label {
  color: white;
  z-index: 11;
  position: relative;
  font-weight: 700;
}

.form-check input[type="radio"]:checked + .form-check-label:before {
  opacity: 1;
  background: #108a61;
  transition: all 0.3s ease;
  z-index: -1;
  transform: scale(1);
  transform-origin: center;
}

.form-check input[type="checkbox"] + .form-check-label {
  padding-left: 30px;
  word-break: break-word;
  white-space: nowrap;
}

.form-check input[type="checkbox"] + .form-check-label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 22px;
  height: 22px;
  text-align: center;
  background-color: #108a61;
  border-radius: 4px;
  transform: scale(0);
  transform-origin: center;
  transition: all 0.3s ease;
}

.form-check input[type="checkbox"] + .form-check-label::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  background: none;
  border: 1px solid #bdbfd1;
  border-radius: 4px;
  transform-origin: center;
  transition: all 0.3s ease;
}

.form-check input[type="checkbox"].disabled + .form-check-label::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  /* background: #d9dbe8; */
  border: 1px solid #bdbfd1;
  border-radius: 4px;
  transform-origin: center;
  transition: all 0.3s ease;
  cursor: not-allowed;
  background: url(/images/icons/spriti-img.svg) no-repeat !important;
  background-position: -38.5px -53.5px !important;
  background-size: cover;
  transform: scale(1);
}

@media (max-width: 1200px) {
  .form-check input[type="checkbox"] + .form-check-label {
    display: block;
  }
}

.form-check input[type="checkbox"]:checked + .form-check-label:after {
  background: url(/images/icons/checkbox.svg) no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transform-origin: center;
  transition: all 0.3s ease;
}

.role-check {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 41px;
  position: relative;
}

.role-check .role-check-icon {
  background: #fbfbfb;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  transition: all 0.3s ease;
}

.role-check .role-check-icon .selected {
  display: none;
}

.role-check .role-check-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #484951;
  transition: all 0.3s ease;
}

.role-check .role-check-text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: white;
  border: 1px dashed #eaebec;
  border-radius: 22px;
}

.role-check .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.role-check input[type="radio"]:checked + .role-check-icon {
  background: white;
  transition: all 0.3s ease;
}

.role-check input[type="radio"]:checked + .role-check-icon + .role-check-text {
  color: #1d1e27;
  transition: all 0.3s ease;
}

.role-check
  input[type="radio"]:checked
  + .role-check-icon
  + .role-check-text::before {
  background: #f4fff5;
  border: 1px dashed #108a61;
}

.role-check input[type="radio"]:checked + .role-check-icon .unselected {
  display: none;
}

.role-check input[type="radio"]:checked + .role-check-icon .selected {
  display: block;
}

/**      radio button and checkbox end       **/
/**      input type date start       **/
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-appearance: none;
}

.react-datepicker-wrapper .form-control {
  cursor: pointer !important;
}

/**      input type date end       **/
/**    input type file start    **/
.upload-file-block {
  position: relative;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fbfbfb;
  border: 1px dashed #eaebec;
  border-radius: 10px;
}

.upload-file-block .form-control {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-file-block .upload-file-icon {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: #bdbfd1;
  margin-bottom: 10px;
}

.upload-file-block .upload-file-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.29;
  color: #bdbfd1;
}

.profile-pic-wrpr {
  width: fit-content;
}

.profile-pic-wrpr .upload-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.profile-pic-wrpr .upload-img .upload-dp {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  background-image: url(/images/icons/camera-icon1.svg);
  background-repeat: no-repeat;
  background-position: 35px 35px;
  margin-bottom: 0px;
}

.profile-pic-wrpr .upload-img .upload-dp-in {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.edit-profile-pic .upload-dp {
  max-width: 126px;
  max-height: 126px;
  background-position: center;
}

/**    input type file end    **/
/**    add memeber start   **/
.add-mem-block {
  background: #fbfbfb;
  border: 1px dashed #eaebec;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 43px;
  height: 105px;
}

.add-mem-block .add-mem-icon {
  margin-right: 10px;
  margin-top: 2px;
}

.add-mem-block .add-mem-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
}

/**    add memeber end   **/
/**     alert bar style start    **/
.alert-bar {
  padding: 9px 12px;
  flex-grow: 1;
  margin-left: 10px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

@media (max-width: 959px) {
  .alert-bar {
    margin: 0 !important;
  }
}

.alert-bar.orange {
  color: #bb8938;
  background: #fffaf1;
}

.alert-bar .info-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: -174px 0px;
  margin-right: 5px;
}

.info-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: -174px 0px;
  margin-right: 5px;
}

.info-icon-grey {
  width: 20px;
  height: 20px;
  display: inline-flex;
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: -37px -76px;
  margin-right: 5px;
}

/**     alert bar style end    **/
/** common **/
/**       Onboarding screens        **/
.onboarding-secreens.bg-green {
  background: #083023;
  position: relative;
}

.onboarding-secreens.bg-green::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  background: #094733;
}

.onboarding-secreens.addProfile {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onboarding-secreens .left-sec {
  background-color: #083023;
  max-height: 100vh;
  overflow: auto;
  position: relative;
  scrollbar-width: 0px;
  scrollbar-color: transparent transparent;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.onboarding-secreens .left-sec::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.onboarding-secreens .left-sec::-webkit-scrollbar-track {
  background: transparent;
}

.onboarding-secreens .left-sec::-webkit-scrollbar-thumb {
  background: transparent;
}

.onboarding-secreens .left-sec::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.onboarding-secreens .left-sec .bg-video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.onboarding-secreens .left-sec.left-sec-img {
  background-image: url(/images/mandril_sm.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  position: relative;
}

@media screen and (max-height: 750px) {
  .onboarding-secreens .left-sec.left-sec-img {
    background-image: url(/images/mandril_1.gif);
  }
}

.onboarding-secreens .left-sec.left-sec-img::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0a1d13 0%, rgba(11, 77, 55, 0) 25.49%);
  z-index: 1;
}

.onboarding-secreens .left-sec.left-sec-img2 {
  background-image: url(/images/cat_lg.gif);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  position: relative;
}

@media (max-width: 992px) {
  .onboarding-secreens .left-sec {
    max-height: unset;
  }
}

.onboarding-secreens .right-sec {
  padding: 70px;
  max-width: 623px;
  margin: 0 auto;
  max-height: 100vh;
  overflow-x: auto;
  position: relative;
  scrollbar-width: 0px;
  scrollbar-color: transparent transparent;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

@media (max-width: 992px) {
  .onboarding-secreens .right-sec {
    padding: 30px;
    max-height: unset;
  }
}

.onboarding-secreens .right-sec::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.onboarding-secreens .right-sec::-webkit-scrollbar-track {
  background: transparent;
}

.onboarding-secreens .right-sec::-webkit-scrollbar-thumb {
  background: transparent;
}

.onboarding-secreens .right-sec::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.onboarding-secreens .right-sec.p-info {
  padding: 56px 35px;
  max-width: unset;
  justify-content: start;
}

@media (max-width: 1200px) {
  .onboarding-secreens .right-sec.p-info {
    padding: 30px 2px;
  }
}

@media (max-width: 992px) {
  .onboarding-secreens .right-sec.p-info {
    padding: 56px 10px;
  }
}

@media (max-width: 767px) {
  .onboarding-secreens .right-sec.p-info {
    padding: 25px 5px;
  }
}

@media all and (max-width: 800px) {
  .onboarding-secreens .right-sec.login-screen {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.onboarding-secreens .right-sec.mobile-page {
  padding: 70px 40px;
}

.onboarding-secreens .right-sec .right-sec-top.mt-auto {
  margin-top: auto;
}

.onboarding-secreens .right-sec .right-sec-top .logo-wrpr {
  max-width: 202px;
  margin: auto;
  margin-bottom: 40px;
}

.onboarding-secreens .right-sec .form-blk {
  margin-top: 32px;
}

.onboarding-secreens .right-sec .form-blk.mt-37 {
  margin-top: 37px;
}

.onboarding-secreens .right-sec .form-blk .btn {
  margin-bottom: 22px;
}

@media (max-width: 520px) {
  .onboarding-secreens .right-sec .form-blk .btn {
    margin-bottom: 0px;
  }
}

.onboarding-secreens .right-sec .right-btn {
  position: absolute;
  top: 66px;
  right: 37px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  letter-spacing: -0.01em;
}

.onboarding-secreens .obs-slider-wrpr {
  z-index: 10;
  position: relative;
}

.onboarding-secreens .obs-slider-wrpr .obs-slide {
  display: flex !important;
  align-items: center;
  padding: 0px 64px 0 50px;
}

.onboarding-secreens .obs-slider-wrpr .obs-slide .obs-slide-count {
  background: #f7a322;
  padding: 59px 31px;
  color: white;
  margin-right: 21px;
  font-weight: 800;
  font-size: 46px;
  line-height: 1.04;
  letter-spacing: -0.02em;
  max-width: 113px;
  min-width: 113px;
  height: 203px;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .onboarding-secreens .obs-slider-wrpr .obs-slide .obs-slide-count {
    padding: 59px 21px;
    max-width: 100px;
    min-width: 100px;
    height: 165px;
  }
}

.onboarding-secreens .obs-slider-wrpr .obs-slide .content {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.19;
  letter-spacing: -0.03em;
  padding-right: 0.3em;
  width: 100% !important;
}

@media (max-width: 1400px) {
  .onboarding-secreens .obs-slider-wrpr .obs-slide .content {
    font-size: 28px;
    padding-right: 0px;
  }
}

@media (max-width: 1200px) {
  .onboarding-secreens .obs-slider-wrpr .obs-slide .content {
    font-size: 21px;
    padding-right: 0px;
  }
}

.onboarding-secreens .obs-slider-wrpr .obs-slide .slide-content {
  padding-top: 55px;
  width: 393px;
  overflow: hidden;
}

.onboarding-secreens
  .obs-slider-wrpr
  .obs-slide
  .slide-content
  .slide-input-action {
  margin-bottom: 20px;
}

.onboarding-secreens .obs-slider-wrpr .slick-track {
  display: flex;
}

.onboarding-secreens .obs-slider-wrpr .slick-dots {
  position: absolute;
  top: 27%;
  left: 182px;
  display: flex !important;
  gap: 5px;
  width: auto;
  bottom: auto;
}

.onboarding-secreens .obs-slider-wrpr .slick-dots li {
  width: auto !important;
  height: auto !important;
  margin: 0px !important;
}

.onboarding-secreens .obs-slider-wrpr .slick-dots li button {
  height: 2px !important;
  background: rgb(255, 255, 255);
  opacity: 0.22;
  width: 12px;
  border: none;
  color: transparent;
  padding: 0px;
}

.onboarding-secreens .obs-slider-wrpr .slick-dots li button::before {
  display: none !important;
}

.onboarding-secreens .obs-slider-wrpr .slick-dots li.slick-active button {
  height: 2px !important;
  width: 22px;
  opacity: 1;
}

@media (max-width: 1400px) {
  .onboarding-secreens .obs-slider-wrpr .slick-dots {
    left: 184px;
  }
}

@media (max-width: 1200px) {
  .onboarding-secreens .obs-slider-wrpr .slick-dots {
    left: 170px;
  }
}

.onboarding-secreens .main-title {
  font-weight: 800;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.onboarding-secreens .main-title.fs56 {
  font-size: 56px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .onboarding-secreens .main-title.fs56 {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .onboarding-secreens .main-title.fs56 {
    font-size: 34px;
  }
}

.onboarding-secreens .main-title.fs34 {
  font-size: 34px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .onboarding-secreens .main-title.fs34 {
    font-size: 24px;
  }
}

.onboarding-secreens .main-title.fs26 {
  font-size: 26px;
  margin-bottom: 10px;
}

.onboarding-secreens .main-title.fs20 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 14px;
  font-weight: 600;
}

@media (min-width: 520px) {
  .onboarding-secreens .main-title.index-title {
    padding: 0px 40px;
  }
}

@media (max-width: 1200px) {
  .onboarding-secreens .main-title {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .onboarding-secreens .main-title {
    font-size: 34px;
  }
}

.onboarding-secreens .subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: -0.015em;
  color: #8b8d9d;
  margin-bottom: 32px;
}

.onboarding-secreens .subtitle.fs16 {
  font-size: 16px;
}

.onboarding-secreens .subtitle.fs18 {
  font-size: 18px;
}

@media (max-width: 992px) {
  .onboarding-secreens .subtitle {
    font-size: 16px;
  }
}

.onboarding-secreens .left-sec .subtitle {
  margin-bottom: 40px;
}

.onboarding-secreens .lb-img {
  position: absolute;
  bottom: 0;
  max-height: 139px;
  overflow: hidden;
  width: 100%;
}

.onboarding-secreens .left-info {
  padding: 56px 50px 40px;
  max-height: calc(100% - 139px);
  overflow: auto;
}

@media (max-width: 1200px) {
  .onboarding-secreens .left-info {
    padding: 25px 20px;
  }
}

@media (max-width: 992px) {
  .onboarding-secreens .left-info {
    padding: 56px 35px;
  }
}

@media (max-width: 767px) {
  .onboarding-secreens .left-info {
    padding: 25px 20px;
  }
}

.onboarding-secreens .info-details-wrpr .info-blk {
  margin-bottom: 28px;
}

.onboarding-secreens .info-details-wrpr .info-blk.edit-opt {
  position: relative;
}

.onboarding-secreens .info-details-wrpr .info-blk.edit-opt .edit-btn {
  position: absolute;
  top: 0px;
  right: 0px;
}

.onboarding-secreens .info-details-wrpr .info-blk .info-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.015em;
  color: #789e91;
  margin-bottom: 6px;
}

.onboarding-secreens .info-details-wrpr .info-blk .info-value {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.015em;
}

.onboarding-secreens .info-details-wrpr .info-blk:last-child {
  margin-bottom: 0px;
}

.number-flag {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  display: inline-block;
  margin-right: 5px;
}

.number-flag img {
  margin-bottom: -5px;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  margin: 30px 0px;
}

.hr-text:before {
  content: "";
  background: #eaebec;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: #8b8d9d;
  padding: 0 0.5em;
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.015em;
}

.clinic-card {
  background: #fffaf1;
  border-radius: 10px;
  padding: 24px 23px 24px 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
}

.clinic-card .member-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.11;
  letter-spacing: -0.02em;
  margin-bottom: 4px;
}

.clinic-card .member-position {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}

.clinic-card .member-details {
  margin: 14px 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.02em;
}

.clinic-card .document-card {
  background: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 9px;
  padding: 11px 9px;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clinic-card .document-card .document-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.clinic-card .clinic-staus {
  background: transparent;
  border-radius: 4px;
  color: #1d1e27;
  width: fit-content;
  margin-top: 17px;
  margin-right: 0px;
  margin-left: auto;
  padding: 3px 10px;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.16;
}

.clinic-card .clinic-staus.pending {
  background: #f2af44;
}

.clinic-member-ftr {
  justify-content: space-between;
}

.add-more {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
}

.add-more .plus-icon {
  font-size: 18px;
  margin-right: 4px;
}

.plus-icon {
  font-size: 26px;
  font-weight: 400;
  margin-top: -7px;
  line-height: 0.8;
  margin-right: 6px;
}

@media (max-width: 959px) {
  .plus-icon {
    margin-right: 0 !important;
  }
}

.w-hours .w-hours-inner {
  flex-wrap: wrap;
  margin: 0px -9px;
  position: relative;
}

.w-hours .w-hours-inner .edit-hours {
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.w-hours .day-hours-wrpr {
  padding: 11px 9px;
}

.w-hours .day-hours-wrpr .timing {
  background: #fbfbfb;
  border: 1px solid #eaebec;
  border-radius: 8px;
  margin-top: 8px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.015em;
  color: #8b8d9d;
}

.add-profile-blk .add-profile-inner {
  max-width: 670px;
  margin: 0px auto;
  background: #fff;
  border-radius: 22px;
  padding: 49px 41px;
  z-index: 99;
  position: relative;
}

@media all and (max-height: 800px) {
  .add-profile-blk .add-profile-inner {
    padding: 20px 35px;
  }
}

.add-profile-blk .add-profile-inner .form-in .error {
  bottom: -20px;
}

.profile-desc {
  margin-bottom: 32px;
  margin-top: 26px;
  font-size: 20px;
  line-height: 25px;
}

.upload-dp {
  background-color: #fbfbfb;
  border: 1px dashed #eaebec;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto 14px;
  background-image: url(/images/icons/camera.svg);
  background-position: 72px 72px;
  background-repeat: no-repeat;
}

.upload-dp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upload-dp-in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 auto;
}

.dropdown-ttl {
  font-weight: 600;
  font-size: 11px;
  line-height: 1.55;
  color: #bdbfd1;
  margin-bottom: 8px;
}

.profile-menu-list {
  margin-top: 0px;
}

.profile-menu-list .profile-menu-link {
  display: flex;
  align-items: center;
  white-space: inherit;
  word-break: break-word;
  font-size: 13px;
  line-height: 1.31;
  font-weight: 600;
  margin: 12px 0px;
}

.profile-menu-list .profile-menu-link .notif-read {
  color: #484951;
}

.profile-menu-list .profile-menu-link .profile-menu-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/images/icons/dash-icons.svg) no-repeat;
}

.profile-menu-list .profile-menu-link .profile-menu-icon.profile-menu-icon1 {
  background-position: -132px -27px;
}

.profile-menu-list .profile-menu-link .profile-menu-icon.profile-menu-icon2 {
  background-position: -132px -53px;
}

.profile-menu-list .profile-menu-link .profile-menu-icon.profile-menu-icon3 {
  background-position: -132px -74px;
}

.profile-menu-list .profile-menu-link .global-icon {
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg);
  background-repeat: no-repeat;
  background-position: -69px 2px;
}

.profile-menu-list .profile-menu-link .notification-menu-icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  margin-right: 10px;
  background: url(/images/icons/dash-icons.svg) no-repeat;
  background-position: -153px -22px;
  background-color: #fff6f1;
  border-radius: 10px;
}

.dropdown-btn {
  background: #fff6f1;
  border-radius: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.42;
  letter-spacing: -0.01em;
  color: #d2392d;
  transition: all 0.3s ease-in;
}

.dropdown-btn:hover,
.dropdown-btn:focus {
  color: #d2392d;
  background: rgba(210, 57, 45, 0.3);
  transition: all 0.3s ease-in;
}

.dropdown-btn.notification-btn {
  background: #fbfbfb;
  border: 1px solid #eaebec;
  border-radius: 10px;
  color: #108a61;
  transition: all 0.3s ease;
}

.dropdown-btn.notification-btn:hover {
  background: rgba(16, 138, 97, 0.1);
  border: 1px solid rgba(16, 138, 97, 0.1);
  transition: all 0.3s ease;
}

.dropdown-btn.notification-btn .logut-icon {
  display: none;
}

.dropdown-btn .logut-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  background: url(/images/icons/dash-icons.svg) no-repeat;
  background-position: -103px -74px;
}

/**   modal styleing start   **/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.show {
  display: flex;
  opacity: 1;
  visibility: visible;
}

.modal.static-content-popup .modal-dialog {
  padding-top: 10px;
  max-height: calc(100vh - 100px);
  height: 100%;
}

.modal.static-content-popup .modal-dialog .modal-content {
  height: 100%;
}

.modal.static-content-popup .modal-dialog .modal-content .privacy-policy-modal {
  height: 100%;
  overflow: hidden;
  max-height: unset;
}

.modal .custom-modal-dialoge .modal-content {
  background-color: transparent;
  box-shadow: none;
}

.modal .form-control .css-1s2u09g-control,
.modal .form-control .css-1pahdxg-control {
  min-width: unset;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.modal-dialog {
  max-width: 814px;
  margin: 30px auto;
  background: #ffffff;
  box-shadow: 0px 8px 92px rgba(0, 0, 0, 0.35);
  border-radius: 22px;
  padding: 32px;
  position: relative;
}

.modal-dialog .modal-header {
  position: relative;
  padding-bottom: 32px;
}

.minimize-button {
  position: absolute;
  top: 32px;
  right: 60px;
  background-position: -112px 3px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  color: #BCBFD0;
}

.global-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url(/images/icons/success-icon) no-repeat;
  border: none;
  cursor: pointer;
  color: red !important;
}

.modal-dialog .modal-header .close-icon {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 20px;
  height: 20px;
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: -112px 3px;
  border: none;
  cursor: pointer;
}

.modal-dialog .modal-header .close-icon.no-top-padding {
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  width: 20px;
  height: 20px;
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: -112px 3px;
  border: none;
  cursor: pointer;
}

.modal-dialog .modal-body {
  max-height: calc(100vh - 360px);
  overflow: auto;
  padding-right: 15px;
  scrollbar-width: 0px;
  scrollbar-color: transparent transparent;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.add-new-card-form-wrpr {
  padding: 40px;
}

@media (max-width: 768px) {
  .add-new-card-form-wrpr {
    padding: 0px;
  }
}

.modal-dialog .modal-body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.modal-dialog .modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.modal-dialog .modal-body::-webkit-scrollbar-thumb {
  background: transparent;
}

.modal-dialog .modal-body::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.modal-dialog .modal-footer {
  padding-top: 12px;
}

.modal-dialog .add-card-modal .modal-body {
  max-height: calc(100vh - 180px);
}

.add-member .modal-body {
  max-height: calc(100vh - 250px);
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #cfd8dc white;
}

.premium {
  position: relative;
  /* Allows the ::after element to be positioned relative to this container */
  /* display: inline-block; */
  /* padding: 10px; */
  /* background-color: #f4f4f4; */
  /* border-radius: 5px; */
}

.premium::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 72px;
  height: 18px;
  width: 18px;
  background: url(/images/premium.png) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  /* Make the badge round */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  /* Adds a shadow effect */
  /* background-color: #fff; */
}

.confirmModal .modal-dialog {
  width: 500px;
  margin: 60px auto 0;
  padding: 25px;
}

.confirmModal .modal-dialog .modal-btn-wrpr {
  justify-content: flex-end;
}

/* right side */
.right-side-popup.active.show .modal-dialog {
  transform: translateX(0) !important;
}

.right-side-popup.active .modal-dialog {
  margin: 0 0 0 auto;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  transform: translateX(100%) !important;
  transition: all cubic-bezier(0.15, 0.51, 0.68, 0.76) 200ms;
  max-width: 550px;
}

.right-side-popup.active .modal-content {
  transform: translate(0px, 0px);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  right: 0px;
  top: 0px;
  height: 100vh;
  border-radius: 0px;
  width: 550px;
  margin-right: 0px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .right-side-popup.active .modal-dialog,
  .right-side-popup.active .modal-content {
    /* width: 90% !important; */
    max-width: 100% !important;
  }
  .appointment-modal-title {
    font-size: 21px !important;
  }
.appt-main-block {
  max-width: 90vw;
}
  .radio-block-wrpr {
    display: flex;
    flex-direction: column;
    align-items: left !important;
  }
  .save-as-draft-btn {
    display: none;
  }
  .weight-in-wrpr {
    margin-top: 20px;
  }
  .dash-second-container {
    flex-direction: column;
  }
  .go-back-btn {
    display: none;
  }
}

.right-side-popup .modal-clinic-body .upload-image .img-figure {
  width: 80px;
  height: 80px;
}

.right-side-popup .modal-clinic-body .upload-image.signature-img .img-figure {
  width: 90px;
  height: 50px;
}

.right-side-popup .cstm-modal-content {
  display: block;
  background: #fff;
  width: 100%;
  max-width: 550px;
  height: 100%;
  overflow: auto;
  right: 0;
  top: 0;
  border-radius: 0px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  padding: 32px 30px;
  margin-right: 0px;
  margin-left: auto;
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  right: -570px;
}

.right-side-popup .cstm-modal-content .modal-header {
  margin-bottom: 0px;
}

.right-side-popup .modal-title {
  margin-bottom: 4px;
}

.right-side-popup .modal-content {
  max-height: unset !important;
}

.right-side-popup .modal-body {
  height: calc(100vh - 110px) !important;
  overflow: auto;
  max-height: unset !important;
}

.right-side-popup .modal-dialog {
  border-radius: 0px;
}

.modal-blk {
  margin-bottom: 40px;
}

.modal-blk .modal-inner-desc {
  margin-top: 6px;
}

.modal-blk .form-in {
  margin-top: 18px;
}

.verify-modal-wrpr .modal-header {
  padding-bottom: 15px;
}

.verify-modal-wrpr .modal-dialog {
  max-width: 600px;
  height: auto;
}

.verify-modal-wrpr .modal-dialog .main-title {
  margin-bottom: 20px;
}

.verify-modal-wrpr .modal-dialog .subtitle {
  font-weight: 400;
  max-width: 80%;
  margin: 0 auto 20px;
}

.verify-modal-wrpr .modal-dialog .otp-wrpr {
  margin-bottom: 30px;
}

.verify-modal-wrpr .modal-dialog .btn {
  margin-bottom: 20px;
}

.verify-modal-wrpr .verify-modal .form-blk {
  width: 65%;
  margin: 0 auto;
}

.verify-modal-wrpr .verify-modal .form-blk .otp-wrpr .error {
  left: 0px;
}

.week-cart .day-row {
  display: flex;
  align-items: center;
}

.input-wrpr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-wrpr .form-in {
  max-width: 41%;
}

.add-time-wrpr {
  width: 18%;
  padding-left: 10px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 5px;
}

.add-time-wrpr .add-timing {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  border-radius: 50px;
  background-color: #fbfbfb;
  background-image: url(/images/icons/spriti-img.svg);
  background-repeat: no-repeat;
  background-position: 5.3px -25.5px;
  display: block;
  position: relative;
}

.add-time-wrpr .add-timing.no-tooltip:after {
  display: none;
}

.add-time-wrpr .add-timing.close-row {
  background-image: url(/images/reject.png);
  background-position: center;
}

.add-time-wrpr .delete-timing {
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  border-radius: 50px;
  background-color: #fbfbfb;
  background-image: url(/images/icons/spriti-img.svg);
  background-repeat: no-repeat;
  background-position: -35px -51px;
  display: block;
  position: relative;
}

.tooltip-icon {
  position: relative;
}

.tooltip-icon:hover:after {
  display: flex;
  justify-content: center;
  background: white;
  border-radius: 8px;
  color: #1d1e27;
  content: attr(data-content);
  padding: 7px;
  width: 90px;
  margin-left: 0;
  margin-top: -6px;
  text-align: center;
  box-shadow: 0px 7.32203px 33px rgba(0, 0, 0, 0.2);
  z-index: 99999999999999999;
  position: absolute;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.01em;
  right: 32px;
}

.tooltip-icon:hover::before {
  border: solid;
  border-color: #ffffff transparent;
  border-width: 0px 9px 5px 9px;
  content: "";
  right: 21px;
  bottom: 9px;
  position: absolute;
  transform: rotate(90deg);
  filter: drop-shadow(0px 7.32203px 33px rgba(0, 0, 0, 0.2));
  z-index: 100;
  width: 0px;
}

.tooltip-icon.top:hover:after {
  top: -25px;
  margin: 0 auto !important;
  right: inherit;
}

.tooltip-icon.top:hover:before {
  top: -4px;
  left: 6px;
  transform: rotate(180deg);
}

.tooltip-icon.right:hover:after {
  right: -55px;
  margin: 0 auto !important;
  right: inherit;
  width: "fit-content";
}

.tooltip-icon.right:hover:before {
  right: -8px;
  left: 6px;
  transform: rotate(180deg);
}

.tooltip-icon.fit:after {
  width: fit-content;
}

.tooltip-icon.fit:before {
  right: 22px;
  bottom: -10px;
}

/**   modal styleing end   **/
/** add-member model **/
.add-member .modal-content {
  max-width: 712px;
  max-height: 431px;
  top: 20%;
}

@media (max-width: 992px) {
  .phone-none {
    display: none;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

.success-gif {
  width: 244px;
  margin-bottom: 30px;
}

.qrLogin .qr-img {
  margin-top: 45px;
}

.qrLogin .login-text {
  margin-top: 91px;
}

.phoneNumber {
  position: relative;
}

.phoneNumber .select-countury-code {
  position: absolute;
  top: 12px;
  left: 18.44px;
  display: flex;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #484951;
  background-image: url(/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 15px;
  cursor: pointer;
}

.phoneNumber .form-control {
  padding-left: 96px;
}

.editable-input {
  width: 100%;
  display: flex;
  gap: 11px;
  justify-content: space-between;
}

.editable-input .form-in {
  margin-bottom: 0px;
}

.editable-input .react-tel-input .form-control {
  padding-left: 38px !important;
}

.editable-input .form-control {
  width: 100% !important;
  border: rgba(255, 255, 255, 0.1) !important;
  height: 36px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
  padding: 12px 10px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: -0.015em !important;
  color: #fff !important;
  font-family: "Plus Jakarta Sans" !important;
}

.editable-input .save-field {
  padding: 10px 20px;
  width: 84px;
  height: 35px;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
  border-radius: 8px;
}

.editable-input .save-field.btn-loader::after {
  width: 10px;
  height: 10px;
}

/** Clinic Information **/
/** when slected hours show **/
.w-hours .alert-bar {
  margin-top: 7px;
}

.w-hours .day-hours-wrpr p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.015em;
}

.w-hours .edit-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.01em;
}

@media (min-width: 1575px) and (max-width: 1820px) {
  .w-hours .w-hours-inner .edit-hours {
    position: initial;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 10px;
  }
}

.upload-image {
  display: flex;
  align-items: center;
}

.upload-image.signature-img .img-figure {
  border-radius: 0px;
  width: 100%;
  max-width: 210px;
  height: 100px;
}

.upload-image .img-figure {
  margin-right: 19px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.upload-image .img-figure .full-width {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.document-card {
  background: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 9px;
  padding: 11px 15px 11px 12px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18.89px;
}

.document-card .document-icon {
  top: 2px;
  position: relative;
}

.document-card .document-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  margin-left: 8.33px;
}

.modal-body .document-card {
  justify-content: start !important;
  max-width: 44%;
  overflow: hidden;
}

.modal-body .document-card .document-icon {
  min-width: 20px;
}

.modal-body .document-card .document-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.workingHours .modal-blk {
  margin-bottom: 61px;
}

.workingHours .modal-blk.week-cart .day-row {
  margin: 33px 0px;
}

.workingHours .modal-blk.week-cart .day-row:first-child {
  margin-top: 27px;
}

.workingHours .modal-blk.week-cart .day-row:last-child {
  margin-bottom: 0px;
}

.workingHours .modal-blk.week-cart .day-row .form-control {
  height: 46px;
}

.workingHours .modal-blk.week-cart .day-row .form-control[type="checkbox"],
.workingHours .modal-blk.week-cart .day-row .form-control[type="radio"] {
  height: auto;
}

/** End Clinic Information **/
.edit-opt .required-field .form-control,
.edit-opt .required-field .react-tel-input .form-control {
  color: #1d1e27 !important;
}

.required-field .form-control,
.required-field .form-check-wrpr,
.required-field .react-tel-input .form-control,
.required-field .upload-file-block,
.required-field .react-datetime-picker .react-datetime-picker__wrapper {
  border: 1px solid #d2392d !important;
  background-color: #fff6f5 !important;
}

.required-field .selected-flag:focus {
  background-color: transparent !important;
}

.error {
  color: #d2392d;
  position: absolute;
  font-size: 12px;
}

.error.working-hr-error {
  top: auto;
  bottom: -22px;
}

.error.slot-error {
  top: 5px;
  bottom: 0;
  margin-bottom: 3px;
}

.singpass-info .btn-white {
  height: 46px;
}

.lb-img .img-fluid {
  width: 100%;
}

select.form-control {
  -webkit-appearance: none;
  background-image: url(/images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 10px;
}

input {
  outline: none;
}

.lottie-wrpr {
  max-width: 300px;
  max-height: 300px;
  margin: 0 auto;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.modal-overlay.active {
  display: block;
}

.form-control.timing-select .css-1s2u09g-control,
.form-control.timing-select .css-1pahdxg-control {
  min-width: unset;
  position: absolute;
  top: -2px;
  left: 0;
}

.add-day {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  color: #108a61;
  margin-bottom: 50px;
  display: block;
}

.plus-icon-green {
  position: relative;
  width: 20px;
  height: 20px;
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: 0px -50px;
  display: inline-block;
  top: 4px;
}

.css-1okebmr-indicatorSeparator {
  display: none;
}

.availability-wrpr {
  display: flex;
  align-items: center;
}

.remove-working-day {
  min-width: 26px;
  width: 26px;
  height: 26px;
  margin-left: 20px;
  position: relative;
  bottom: -5px;
  right: 0;
  display: block;
  background-color: #fff6f1;
  border-radius: 54px;
  background-image: url(/images/icons/spriti-img.svg);
  background-repeat: no-repeat;
  background-position: -108px -24px;
  cursor: pointer;
}

.remove-working-day.day-disabled {
  cursor: none;
  pointer-events: none;
  opacity: 0.3;
}

.z-1 {
  z-index: 1;
}

.react-tel-input .country-list {
  z-index: 15;
}

.react-tel-input .country-list:hover {
  background-color: rgba(16, 138, 97, 0.3) !important;
}

.react-tel-input .country-list.highlight {
  background: #108a61 !important;
}

.react-tel-input .country-list.highlight * {
  color: white !important;
}

.resend-link {
  margin-top: 10px;
}

.react-datetime-picker {
  width: 100%;
}

.react-datetime-picker .react-datetime-picker__inputGroup__hour,
.react-datetime-picker .react-datetime-picker__inputGroup__hour ~ span,
.react-datetime-picker .react-datetime-picker__inputGroup__minute {
  display: none;
}

.react-datetime-picker .react-datetime-picker__wrapper {
  background: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 10px;
  padding: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.0032em;
  width: 100%;
  color: #1d1e27;
  transition: all 0.3s ease-in-out;
  height: 48px;
}

.react-datetime-picker
  .react-datetime-picker__wrapper
  .react-datetime-picker__inputGroup {
  padding-left: 14px;
}

.react-datetime-picker
  .react-datetime-picker__wrapper
  .react-datetime-picker__calendar-button.react-datetime-picker__button {
  padding-right: 14px;
}

.react-datetime-picker .react-datetime-picker__button {
  padding: 0px;
}

.react-datetime-picker .react-datetime-picker__button:hover {
  color: #108a61;
}

.react-datetime-picker .react-datetime-picker__button:hover svg {
  stroke: #108a61 !important;
}

.react-datetime-picker .react-calendar__month-view__days__day--weekend,
.react-datetime-picker .react-calendar__tile {
  color: #1d1e27;
}

.react-datetime-picker .react-calendar__month-view__weekdays__weekday {
  color: #108a61;
}

.react-datetime-picker .react-calendar__month-view__weekdays__weekday abbr {
  text-decoration: none !important;
}

.react-datetime-picker .react-calendar__navigation__arrow:hover,
.react-datetime-picker .react-calendar__navigation__arrow:focus,
.react-datetime-picker .react-calendar__navigation__label:hover,
.react-datetime-picker .react-calendar__navigation__label:focus {
  background-color: rgba(16, 138, 97, 0.3) !important;
}

.react-datetime-picker .react-calendar__tile--active,
.react-datetime-picker .react-calendar__tile--active:hover {
  background-color: #108a61;
}

.react-datetime-picker .react-calendar__tile:enabled:hover,
.react-datetime-picker .react-calendar__tile:enabled:focus {
  background-color: rgba(16, 138, 97, 0.3) !important;
}

.react-datetime-picker .react-calendar__tile--now,
.react-datetime-picker .react-calendar__tile--now:hover {
  background-color: transparent;
}

.react-datetime-picker .react-datetime-picker__inputGroup__input::placeholder {
  color: #bdbfd1;
}

.react-datetime-picker .react-datetime-picker__inputGroup__divider {
  color: #bdbfd1;
}

.react-datetime-picker
  .react-calendar__month-view__days__day--neighboringMonth {
  color: #8b8d9d;
}

.react-datetime-picker .react-datetime-picker__inputGroup__amPm {
  display: none;
}

.react-datetime-picker__calendar {
  z-index: 999 !important;
}

.react-datepicker-popper[data-placement^="bottom"]
  .react-datepicker__triangle::after {
  border-bottom-color: #108a61 !important;
}

.email-verify {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

.toastr-modal .modal-content {
  overflow: visible;
}

.toastr-modal .modal-content .toaster-wrpr {
  right: -30px;
  top: -30px;
}

.toaster-wrpr {
  position: fixed;
  top: 20px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: fit-content;
  box-shadow: 0px 26px 42px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 14px;
  border-radius: 16px;
  min-width: 330px;
  border: 1px solid white;
  background: white;
  z-index: 999999;
}

.toaster-wrpr.error {
  border: 1px solid #ecd4d2;
  background: #ffe9e7;
}

.toaster-wrpr.info {
  border: 1px solid #f0f1ff;
  background: #d9daf1;
}

.toaster-wrpr.warning {
  border: 1px solid #efe1cc;
  background: #fff5e5;
}

.toaster-wrpr.success {
  border: 1px solid #c8e8cb;
  background: #f4fff5;
}

.toaster-wrpr .toaster-icon {
  width: 36px;
  height: 36px;
  margin-right: 7px;
}

.toaster-wrpr .teaster-desc {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.015em;
  color: #484951;
  font-weight: 700;
}

.toaster-wrpr .close-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  background-image: url(/images/icons/spriti-img.svg);
  background-repeat: no-repeat;
  background-position: -112px 2px;
}

.working-modal-wrpr {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  overflow: hidden;
}

.working-modal-wrpr:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
}

.working-modal-wrpr .working-modal-content {
  background: #fff;
  z-index: 9999;
  max-width: 577px;
  width: 100%;
  border-radius: 10px;
  padding: 26px;
  overflow: auto;
  box-shadow: 0px 8px 92px 0px rgba(0, 0, 0, 0.3490196078);
}

.working-modal-body {
  margin-bottom: 20px;
  position: relative;
}

.working-modal-body.view-working-hr .disable-edit {
  pointer-events: auto;
  opacity: 1;
}

.working-modal-body.view-working-hr .wrkghr-wrpr {
  background: #f8f9ff;
}

.working-modal-body .wrkghr-wrpr {
  background: rgba(186, 220, 206, 0.3);
  border: 1px solid #f0f2fe;
  border-radius: 14px;
  padding: 20px 15px;
}

.working-modal-body .inline-form-row {
  display: flex;
  margin-bottom: 26px;
  align-items: center;
  justify-content: flex-start;
}

.working-modal-body .inline-form-row.align-top {
  align-items: flex-start;
}

.working-modal-body .inline-form-row.align-top .f-title {
  margin-top: 40px;
}

.working-modal-body .inline-form-row .f-title {
  min-width: 100px;
  width: 30%;
}

.working-modal-body .inline-form-row .inline-field-wrpr {
  width: 100%;
  display: flex;
}

.working-modal-body .inline-form-row .inline-field-wrpr .form-in {
  margin-bottom: 0px;
  margin-right: 10px;
}

.working-modal-body .inline-form-row .inline-field-wrpr .css-1s2u09g-control,
.working-modal-body .inline-form-row .inline-field-wrpr .css-1pahdxg-control {
  min-width: unset;
}

.working-modal-body .wrkHr-edit-delete {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 99;
  position: relative;
}

.working-modal-body .wrkHr-edit-delete .edit-timing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.working-modal-body .wrkHr-edit-delete .edit-timing .edit-icon {
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg);
  background-repeat: no-repeat;
  background-position: -69px 2px;
}

.working-modal-body .wrkHr-edit-delete .edit-timing:hover .edit-icon {
  background-position: -101px 2px;
}

.working-modal-body .wrkHr-edit-delete .delete-timing {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.working-modal-body .wrkHr-edit-delete .delete-timing .delete-icon {
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg);
  background-repeat: no-repeat;
  background-position: -132px 2px;
}

.working-modal-body .wrkHr-edit-delete .delete-timing:hover .delete-icon {
  background-position: -159px 2px;
}

.working-modal-body .disable-edit {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9;
  pointer-events: none;
  opacity: 0;
}

.radio-block.mnth-opt-wrpr {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.radio-block.mnth-opt-wrpr .radio-container.month-opt {
  max-width: 90px;
  margin-top: 10px;
}

.radio-block.mnth-opt-wrpr .month-radio-opt {
  width: 100%;
  margin: 0px 10px;
  margin-right: -10px;
}

.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

.week-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.week-block .day-block {
  width: 100%;
  display: flex;
  justify-content: center;
}

.week-block .day-block .day-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  width: 100%;
  text-align: center;
}

.week-block .day-block .day-container .form-control {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}

.week-block .day-block .day-container .form-control:checked ~ .day-box {
  background-color: #108a61;
  color: #fff;
}

.week-block .day-block .day-container .form-control:checked ~ .day-box:after {
  display: block;
}

.week-block .day-block .day-container .day-box {
  font-size: 13px;
  padding: 5px;
  text-align: center;
  border: none;
  border-radius: 50px;
  background: #f8f9ff;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  color: #1d1e27;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.36;
}

.radio-block-wrpr {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.radio-block-wrpr.radio-error {
  padding-bottom: 20px;
  position: relative;
}

.radio-block-wrpr.radio-error .radio-block .radio-container .radio-ttl::before {
  border-color: #d2392d;
}

.radio-block-wrpr.radio-error .error {
  display: block;
  left: 0px;
  bottom: -5px;
}

.radio-block-wrpr .error {
  display: none;
}

.radio-block-wrpr .radio-block {
  width: 100%;
  display: flex;
  justify-content: center;
}

.radio-block-wrpr .radio-block .radio-container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  user-select: none;
  width: 100%;
  text-align: center;
}

.radio-block-wrpr .radio-block .radio-container .form-control {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  cursor: pointer;
}

.radio-block-wrpr
  .radio-block
  .radio-container
  .form-control:checked
  ~ .radio-ttl::before {
  background: #108a61;
  border-color: #108a61;
}

.radio-block-wrpr .radio-block .radio-container .radio-ttl {
  font-size: 13px;
  padding: 5px;
  padding-left: 30px;
  text-align: left;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px 5px;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  color: #1d1e27;
}

.radio-block-wrpr .radio-block .radio-container .radio-ttl::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.radio-block-wrpr .radio-block .radio-container .radio-ttl:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  text-align: center;
  background: white;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.dash-main-sec {
  width: 100vw;
  background: #f8f9ff;
  padding: 20px;
  min-height: 100vh; /* default for small screens */
}

/* On larger screens, override to fixed height */
@media (min-width: 768px) {
  .dash-main-sec {
    height: 100vh;
    min-height: unset; /* optional: to remove min-height */
  }
}


.dash-main-sec .dash-container {
  width: 100%;
  height: 100%;
  gap: 16px;
}

.dash-main-sec .dash-container .left-sidebar {
  flex: 0 0 120px;
}

.dash-main-sec .dash-container .right-container {
  flex: auto;
  position: relative;
}

.dash-main-sec .dash-container .right-container .child-wrpr {
  position: relative;
  height: calc(100% - 120px);
  overflow: auto;
}

.sidebar-wrpr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: auto;
  background: #083023;
  align-items: center;
  padding: 25px 0px;
  border-radius: 22px;
  scrollbar-width: 0px;
  scrollbar-color: transparent transparent;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.sidebar-wrpr::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.sidebar-wrpr::-webkit-scrollbar-track {
  background: transparent;
}

.sidebar-wrpr::-webkit-scrollbar-thumb {
  background: transparent;
}

.sidebar-wrpr::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.sidebar-wrpr .logo-menu-sec {
  width: 100%;
}

.sidebar-wrpr .menu-list .menu-link {
  position: relative;
  color: #789e91;
  display: block;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.67;
  text-align: center;
  letter-spacing: -0.01em;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.sidebar-wrpr .menu-list .menu-link:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -6px;
  width: 12px;
  height: 100%;
  background-color: #f2af44;
  border-radius: 20px;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

@media (max-width: 767.98px) {
  .sidebar-wrpr .menu-list .menu-link:before {
    left: -25px;
  }
}

.sidebar-wrpr .menu-list .menu-link:hover,
.sidebar-wrpr .menu-list .menu-link.active {
  color: white;
}

.sidebar-wrpr .menu-list .menu-link:hover .menu-icon,
.sidebar-wrpr .menu-list .menu-link.active .menu-icon {
  background-position-y: -40px;
}

.sidebar-wrpr .menu-list .menu-link.active::before {
  opacity: 1;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.sidebar-wrpr .menu-list .menu-link.lgot-link:before {
  display: none;
}

.sidebar-wrpr .menu-list .menu-link.lgot-link:hover {
  color: #df3535;
}

/* .dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 30px;
  position: sticky;
  top: 0;
  background-color: #F7F8FD;
  z-index: 999;
} */

.youtube-video {
  width: 500px;
  height: 300px;
}

@media (max-width: 768px) {
  .youtube-video {
    width: 100%;
  }
}
.dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  position: sticky;
  top: 0;
  background-color: #F7F8FD;
  z-index: 999;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .dash-header {
    height: auto;
    padding: 15px 0;
    margin-bottom: 20px;
  }
}



.dash-header .header-right {
  display: flex;
  align-items: center;
}

.dash-header .header-right .search-container .form-control {
  border-color: transparent;
}

.search-container {
  position: relative;
  min-width: 334px;
  width: 100%;
  margin-right: 12px;
}

.search-container.mw240 {
  min-width: 240px;
}

@media (max-width: 1200px) {
  .search-container {
    min-width: unset;
  }
}

.search-container .search-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  background-image: url(/images/icons/dash-icons.svg);
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
}

.search-container .search-results {
  position: absolute;
  bottom: auto;
  left: 0;
  background: white;
  width: 100%;
  height: auto;
  z-index: 999;
  box-shadow: 0px 14px 36px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-top: 4px;
  display: none;
  max-height: 300px;
  overflow: auto;
}

.search-container .search-results.active {
  display: block;
}

.search-container .search-results .search-list {
  margin-top: 0px;
  padding: 10px 0px;
}

.search-container
  .search-results
  .search-list
  .search-item:last-child
  .search-item-link {
  border-bottom: none;
}

.search-container .search-results .search-list .search-item .search-item-link {
  padding: 10px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #8b8d9d;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.search-container
  .search-results
  .search-list
  .search-item
  .search-item-link:hover {
  background-color: rgba(16, 138, 97, 0.3);
}

.search-container .form-in {
  z-index: 11;
}

.search-container .search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: transparent;
}

.header-btn-wrpr .btn-primary {
  padding: 14px;
  background: #108a61;
  box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  white-space: nowrap;
}

.header-menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 25px;
  padding-left: 15px;
  position: relative;
}

.header-menus::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 60%;
  margin: auto;
  top: 10px;
  left: 0;
  background: #bdbfd1;
}

.header-menus .header-link {
  margin-left: 12px;
}

.header-menus .header-link.noti-btn .btn {
  overflow: visible;
}

.header-menus .header-link .btn {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50px;
  background: white;
  border: 1px solid white;
  box-shadow: 0px 7px 32px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.header-menus .header-link .btn:hover {
  background-color: rgba(65, 139, 134, 0.2);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}

.header-menus .header-link .btn .span {
  width: 24px;
  height: 24px;
  background-image: url(/images/icons/dash-icons.svg);
  background-repeat: no-repeat;
}

.header-menus .header-link .btn .span.info-btn {
  background-position: -30px -25px;
}

.header-menus .header-link .btn .span.noti-btn {
  background-position: -68px -25px;
}

.header-menus .header-link .btn .span.user-btn {
  background-position: 0px 0px;
}

.header-menus .header-link .btn .noti-count {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 16px;
  height: 16px;
  background: #108a61;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  line-height: 10px;
  font-size: 10px;
}

.header-menus .header-link .btn .user-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-menus .header-link .btn.noti-btn {
  overflow: visible;
}

.header-menus .header-link .dropdown-menu {
  background-color: white;
  box-shadow: 0px 30px 35px rgba(0, 0, 0, 0.07);
  border-radius: 12px;
  padding: 14px 16px;
  z-index: 999;
  width: 300px;
  inset: 0 0 auto auto !important;
  transform: translate(-50px, 44px) !important;
}

.header-menus .header-link.profile-dropdown {
  position: relative;
}

.header-menus .header-link.profile-dropdown .dropdown-menu {
  max-width: 240px;
  inset: 0 0 auto auto !important;
  transform: translate(0px, 44px) !important;
}

.dash-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  margin-top: 10px;
}

.welcome-address-img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  border: 1px solid #eaebec;
}

.welcome-address-img .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.welcome-content {
  min-width: 230px;
}

.welcome-content .form-in {
  margin-bottom: 0px;
}

.welcome-content .form-in .form-control {
  border: none;
  padding: 0px;
  height: 30px;
}

.welcome-content .form-in .form-control .css-1s2u09g-control,
.welcome-content .form-in .form-control .css-1pahdxg-control {
  min-height: unset !important;
  width: fit-content;
  min-width: fit-content !important;
}

.welcome-content .form-in .css-tlfecz-indicatorContainer svg {
  fill: #108a61;
}

.staff-data-wrpr {
  padding: 22px 18px;
  border-radius: 20px;
  height: 100%;
}

.staff-data-wrpr .staff-data-head {
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 1200px) {
  .staff-data-wrpr .staff-data-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.staff-data-wrpr .staff-data-head .staff-head-right {
  min-width: 32%;
}

@media (max-width: 1200px) {
  .staff-data-wrpr .staff-data-head .staff-head-right {
    margin-top: 20px;
  }
}

.staff-data-wrpr .staff-data-head .singni-card {
  display: flex;
  align-items: center;
}

.singni-card-wrpr {
  margin-left: 25px;
  flex-wrap: wrap;
  gap: 12px;
}

.singni-card-wrpr .singni-card {
  padding: 4px 14px 4px 24px;
  border-radius: 8px;
  position: relative;
}

.singni-card-wrpr .singni-card:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 12px;
  width: 4px;
  height: 4px;
  border-radius: 5px;
}

.singni-card-wrpr .singni-card.purple {
  background-color: #f4eeff;
}

.singni-card-wrpr .singni-card.purple::before {
  background-color: #8b5af3;
}

.singni-card-wrpr .singni-card.purple .signni-text {
  color: #675f75;
}

.singni-card-wrpr .singni-card.green {
  background-color: #f4fff5;
}

.singni-card-wrpr .singni-card.green::before {
  background-color: #55ac5d;
}

.singni-card-wrpr .singni-card.green .signni-text {
  color: #7d6776;
}

.singni-card-wrpr .singni-card.pink {
  background-color: #ffebf8;
}

.singni-card-wrpr .singni-card.pink::before {
  background-color: #e817a0;
}

.singni-card-wrpr .singni-card.pink .signni-text {
  color: #765a6c;
}

.singni-card-wrpr .singni-card .signni-text {
  font-weight: 600;
  font-size: 10px;
  line-height: 2.2;
  letter-spacing: -0.01em;
  margin-right: 6px;
}

.singni-card-wrpr .singni-card .signi-number {
  font-weight: 800;
  font-size: 12px;
  line-height: 1.33;
}

.satff-data-table {
  margin-top: 10px;
  max-height: calc(100% - 70px);
  overflow: auto;
  width: 100%;
}

@media (max-width: 1200px) {
  .satff-data-table {
    max-height: calc(100% - 100px);
  }
}

.satff-data-table .staff-table {
  height: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.satff-data-table .staff-table .no-appt-card {
  margin-top: 0px;
  border-radius: 0px;
  padding-top: 80px;
}

.table-striped .tbody tr {
  background-color: white;
}

.table-striped .tbody tr:nth-child(odd) {
  background-color: #fafdfa;
}

.thead .th {
  text-align: left;
  padding: 8px 22px;
}

.thead .th .signi-data {
  max-width: 100px;
  position: relative;
}

.thead .th .signi-data::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 2px;
  height: 100%;
  border-radius: 10px;
}

.thead .th .signi-data.purple::before {
  background-color: #8b5af3;
}

.thead .th .signi-data.green::before {
  background-color: #55ac5d;
}

.tbody {
  position: relative;
}

.tbody.table-loader {
  min-height: 100px;
  height: 100px;
}

.tbody .td {
  padding: 22px;
  min-width: 120px;
  max-width: 200px;
  word-break: break-word;
  white-space: unset;
}

.tbody .td:last-child {
  width: 100px;
}

@media (max-width: 767px) {
  .tbody .td {
    padding: 12px;
  }
}

.tbody .td .phone-number-wrpr {
  display: flex;
  align-items: center;
}

.tbody .td .phone-number-wrpr .flag-img {
  margin-right: 10px;
}

.tbody .td .doc-link {
  background: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 8px;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}

.tbody .td .doc-link .doc-icon {
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg);
  background-position: 4px -26px;
  background-repeat: no-repeat;
}

.tbody .td .staff-staus {
  background: #fff;
  padding: 3px 9px;
  border-radius: 4px;
  width: fit-content;
}

.tbody .td .staff-staus.active {
  background-color: #ffe8f7;
  color: #e817a0;
}

.tbody .td .staff-staus.active a {
  color: #e817a0;
}

.tbody .td .staff-staus.pending {
  background-color: #fff2dd;
  color: #f2af44;
}

.tbody .td .staff-staus.pending a {
  color: #f2af44;
}

.user-details-wrpr {
  display: flex;
  align-items: center;
  position: relative;
}

.user-details-wrpr .user-link {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.user-details-wrpr .user-img {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  border-radius: 36px;
  overflow: hidden;
  margin-right: 10px;
  object-fit: cover;
}

.user-details-wrpr .user-img.blog-img {
  width: 74px;
  min-width: 74px;
  height: 74px;
  min-height: 74px;
  border-radius: 16px;
}

.action-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.action-btns .edit-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.action-btns .edit-link .edit-icon {
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg);
  background-repeat: no-repeat;
  background-position: -69px 2px;
}

.action-btns .edit-link:hover .edit-icon {
  background-position: -101px 2px;
}

.action-btns .view-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.action-btns .view-link .view-icon {
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg);
  background-repeat: no-repeat;
  background-position: -160px -52px;
}

.action-btns .view-link:hover .view-icon {
  background-position: -160px -52px;
}

.action-btns .delete-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.action-btns .delete-link .delete-icon {
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg);
  background-repeat: no-repeat;
  background-position: -132px 2px;
}

.action-btns .delete-link:hover .delete-icon {
  background-position: -159px 2px;
}

.action-btns .tooltip-icon:hover:after {
  position: absolute;
  width: fit-content;
  margin-left: -60px;
  margin-top: 0px;
  white-space: pre;
}

.hour-input {
  max-width: 70px;
}

.vet-card {
  border-right: 1px solid #eaebec;
  padding-right: 50px;
  margin-right: 15px;
}

.vet-card-wrpr {
  position: relative;
  padding-right: 30px;
}

.vet-card-wrpr .vet-card-left .vet-img-wwpr {
  width: 44px;
  height: 44px;
  border-radius: 50px;
  overflow: hidden;
  border: 1px solid #bdbfd1;
}

.vet-card-wrpr .vet-card-left .vet-img-wwpr .vet-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.vet-card-wrpr .vet-card-right {
  margin-left: 7px;
}

.vet-card-wrpr .vet-card-dropdown {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vet-card-wrpr .arw-down-green {
  position: absolute;
  top: 4px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg) no-repeat;
  background-position: -70px -51px;
}

.vet-card-wrpr .arw-down-green.show {
  transform: rotate(180deg);
}

.vet-dropdown-wrpr {
  position: absolute;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  padding: 6px 0px;
}

.vet-dropdown-wrpr .vet-dropdown-list {
  margin: 0px;
}

.vet-dropdown-wrpr .vet-link {
  padding: 7px 15px;
  display: block;
  background: #fff;
}

.vet-dropdown-wrpr .vet-link:hover {
  background-color: rgba(16, 138, 97, 0.3);
}

.back-link {
  display: block;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}

.back-link .back-arrow-green {
  position: absolute;
  top: 1px;
  left: 0;
  bottom: 0px;
  right: auto;
  width: 16px;
  height: 16px;
  background: url(/images/icons/dash-icons.svg) no-repeat;
  background-position: -73px -51px;
  transform: rotate(90deg);
}

.patient-main-wrpr {
  padding: 26px;
  border-radius: 20px;
  height: 100%;
  overflow: auto;
}

.patient-main-wrpr .form-row .form-in {
  width: 33%;
}

@media (max-width: 768px) {
  .patient-main-wrpr .form-row .form-in {
    width: 100%;
  }
}

.form-title-wrpr {
  margin-bottom: 22px;
}

.search-result-wrpr {
  overflow: auto;
}

.search-card {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  justify-content: space-between;
  position: relative;
}

.search-card .search-link {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.patient-img-blk {
  margin-right: 10px;
}

.patient-img-blk .p-img-wrpr {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}

.patient-img-blk .p-img-wrpr .p-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.patient-sm-img-blk {
  margin-right: 10px;
}

.patient-sm-img-blk .p-sm-img-wrpr {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
}

.patient-sm-img-blk .p-sm-img-wrpr .p-sm-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-name {
  margin-bottom: 6px;
}

.edit-profile {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.owner-img-blk {
  margin-left: 10px;
}

.owner-img-blk .own-img-wrpr {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
}

.owner-img-blk .own-img-wrpr .own-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.own-name {
  margin-bottom: 6px;
}

.search-detail-card {
  border-radius: 22px;
  padding: 26px;
}

.patient-details-wrpr {
  padding-right: 20px;
}

.patient-details-wrpr .p-img-wrpr {
  width: 83px;
  height: 83px;
  overflow: hidden;
  border-radius: 50%;
}

.address-card {
  background: #fbfbfb;
  border-radius: 14px;
  padding: 14px;
  margin: 25px 0px;
}

.loc-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/icons/dash-icons.svg) no-repeat;
  background-position: -101px -24px;
  top: 5px;
  position: relative;
}

.phone-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/icons/dash-icons.svg) no-repeat;
  background-position: -101px -50px;
  top: 5px;
  position: relative;
}

.link .edit-icon {
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg);
  background-repeat: no-repeat;
  background-position: -100px 2px;
  display: inline-block;
  top: -2px;
  position: relative;
  right: 2px;
}

.date-wrpr .cal-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg) no-repeat;
  background-position: 4px -51px;
  pointer-events: none;
  top: 4px;
  position: relative;
}

.time-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg) no-repeat;
  background-position: -30px -51px;
  pointer-events: none;
  top: 4px;
  position: relative;
}

.patient-numbers {
  display: flex;
  gap: 40px;
}

.patient-numbers .mb-6 {
  margin-bottom: 6px;
}

.owner-card {
  background: #fff6f1;
  border-radius: 18px;
  padding: 8px 12px;
}

@media (max-width: 959px) {
  .owner-card {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}




.owner-card.sm .p-img-wrpr {
  width: 48px;
  height: 48px;
}

.owner-card.sm .p-name {
  font-size: 14px !important;
}

.owner-card.sm .p-desc {
  font-size: 12px !important;
}

.oops-container {
  border-radius: 20px;
  padding: 20px;
}

.oops-container .oops-img-wrpr {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
}

.oops-container .oops-title {
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 50px;
  line-height: 1.24;
}

.oops-container .oops-desc {
  max-width: 436px;
  font-weight: 600;
  margin-bottom: 72px;
}

@media (max-width: 1200px) {
  .oops-container .oops-desc {
    margin-bottom: 40px;
  }
}

.add-availability-wrpr {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.add-availability-wrpr .add-availability {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
}

.add-availability-wrpr .add-availability.tooltip-icon.top:hover:after {
  top: -45px;
}

.add-availability-wrpr .add-availability .plus-icon-green {
  transform: scale(0.8);
}

.dash-main-container {
  height: 100%;
  overflow: auto;
}

.dash-main-container .dash-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.dash-main-container .welcome-card {
  padding: 28px 24px;
  border-radius: 22px;
}

.dash-main-container .welcome-card .welcome-name-img,
.dash-main-container .welcome-card .welcome-address-img {
  margin-right: 12px;
}

.dash-main-container .welcome-card .welcome-title {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.13;
  letter-spacing: -0.04em;
  margin-bottom: 6px;
}

.dash-main-container .welcome-card .welcome-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.67;
  letter-spacing: -0.015em;
}

.dash-main-container .welcome-card .hospital-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.16;
  letter-spacing: -0.01em;
  caret-color: transparent;
}

.dash-main-container
  .welcome-card
  .hospital-title
  .css-26l3qy-menu
  .css-9gakcf-option {
  font-size: 16px;
  font-weight: 500;
}

.dash-main-container .welcome-card .hospital-addr {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
}

.dash-main-container .upcoming-appt-wrpr {
  margin-top: 40px;
}

.dash-main-container .upcoming-appt-wrpr .upcoming-appt-card-wrpr {
  margin-top: 22px;
  gap: 16px;
  min-height: 281px;
}

.dash-main-container
  .upcoming-appt-wrpr
  .upcoming-appt-card-wrpr
  .no-appt-card {
  margin-top: 0px;
}

.dash-main-container .insight-wrpr {
  margin-top: 20px;
}

.dash-main-container .insight-wrpr .insights-card-wrpr {
  margin-top: 22px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .dash-main-container .insight-wrpr .insights-card-wrpr {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.dash-main-container .insight-wrpr .insights-card-wrpr .insight-card-block {
  flex: 0 0 25%;
  padding: 0px 16px;
  min-width: 280px;
}
@media (max-width: 768px) {
  .dash-main-container .insight-wrpr .insights-card-wrpr .insight-card-block {
    flex: 0 0 100%;
  }
}

.dash-main-container
  .insight-wrpr
  .insights-card-wrpr
  .insight-card-block:first-child {
  /* margin-left: -16px; */
}

@media (max-width: 1200px) {
  .dash-main-container
    .insight-wrpr
    .insights-card-wrpr
    .insight-card-block:first-child {
    /* margin-left: -8px; */
  }
}

.dash-main-container
  .insight-wrpr
  .insights-card-wrpr
  .insight-card-block:last-child {
  /* margin-right: -16px; */
}

@media (max-width: 1200px) {
  .dash-main-container
    .insight-wrpr
    .insights-card-wrpr
    .insight-card-block:last-child {
    /* margin-left: -8px; */
  }
}

@media (max-width: 1200px) {
  .dash-main-container .insight-wrpr .insights-card-wrpr .insight-card-block {
    padding: 8px 8px;
  }
}

.dash-main-container .patient-graph-wrpr {
  margin-top: 40px;
}

.dash-main-container .patient-graph-wrpr .graph-select .dropdown {
  width: 180px;
}

.dash-main-container .patient-graph-wrpr .graph-select .dropdown:last-child {
  width: 120px;
}

.dash-main-container .patient-graph-wrpr .graph-select .dropdown .form-in {
  margin-bottom: 0px;
}

.dash-main-container
  .patient-graph-wrpr
  .graph-select
  .dropdown
  .form-in
  .form-control
  .css-1s2u09g-control,
.dash-main-container
  .patient-graph-wrpr
  .graph-select
  .dropdown
  .form-in
  .form-control
  .css-1pahdxg-control {
  min-width: fit-content !important;
  width: 100%;
}

.upcoming-appt-card {
  flex: 0 1 33%;
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
}

.upcoming-appt-card:hover {
  box-shadow: 0px 20px 22px rgba(0, 0, 0, 0.04);
}

.upcoming-appt-card.green {
  background: linear-gradient(106.94deg, #0e9668, #087850);
  background-size: 200%;
  background-position: center left;
  box-shadow: 0px 18px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.upcoming-appt-card.green:hover {
  box-shadow: 0px 18px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.upcoming-appt-card.green .disease-card {
  background-color: #f4ddb9;
  color: #1d1e27;
}

.upcoming-appt-card.green .patient-name,
.upcoming-appt-card.green .patient-desc,
.upcoming-appt-card.green .date-wrpr,
.upcoming-appt-card.green .time-wrpr {
  color: white !important;
}

.upcoming-appt-card.green .time-icon {
  background-color: rgba(255, 255, 255, 0.14) !important;
  background-position: -28px -72px !important;
}

.upcoming-appt-card.green .cal-icon {
  background-color: rgba(255, 255, 255, 0.14) !important;
  background-position: 6px -72px !important;
}

.upcoming-appt-card.green .btn-primary {
  background-color: white !important;
  color: #108a61;
}

.upcoming-appt-card.green .view-details-link {
  color: white;
}

@media (max-width: 1200px) {
  .upcoming-appt-card {
    padding: 20px 12px;
  }
}

.upcoming-appt-card .next-apt-icon {
  position: absolute;
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 24px;
  top: 0px;
  right: 5px;
  background: #f2af44;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.upcoming-appt-card .next-apt-icon:hover .next-appt-tooltip {
  opacity: 1;
  height: 60px;
  display: flex;
}

.upcoming-appt-card .next-apt-icon .next-appt-tooltip {
  position: absolute;
  width: 165px;
  height: 0px;
  left: -50px;
  top: -75px;
  background: #ffffff;
  box-shadow: 0px 7.32203px 33px rgba(0, 0, 0, 0.2);
  z-index: 999;
  border-radius: 10px;
  text-align: center;
  opacity: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 12px;
  line-height: 1.33;
  z-index: 1;
}

.upcoming-appt-card .next-apt-icon .next-appt-tooltip:before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 37px;
  background: #fff;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  transform: rotate(45deg);
  z-index: -5;
}

.upcoming-appt-card .top-inner {
  justify-content: space-between;
}

.upcoming-appt-card .patient-details {
  display: flex;
  align-items: center;
}

.upcoming-appt-card .patient-details .patient-img {
  margin-right: 8px;
  width: 54px;
  height: 54px;
  position: relative;
}

@media (max-width: 1200px) {
  .upcoming-appt-card .patient-details .patient-img {
    min-width: 46px;
    min-height: 46px;
    width: 46px;
    height: 46px;
  }
}

.react-tagsinput-input-2{
  border:none !important;
  width: 100% !important;
  margin-top: 7px !important;
}

.react-tagsinput-input-2:focus {
  border: none;
  outline: none; /* Optional: removes the blue glow on focus */
}

.upcoming-appt-card .patient-details .patient-img .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 54px;
}

.upcoming-appt-card .patient-details .patient-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

.upcoming-appt-card .patient-details .patient-desc {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01em;
}

.upcoming-appt-card .disease-card {
  background: #fff0f0;
  border-radius: 6px;
  padding: 5px 9px;
  height: fit-content;
  color: #1d1e27;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
}

.upcoming-appt-card .bottom-inner {
  padding: 20px 0px 30px;
}

.upcoming-appt-card .date-wrpr {
  margin-right: 20px;
  color: #484951;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.67;
}

.upcoming-appt-card .date-wrpr .cal-icon {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  margin-right: 4px;
  background-color: #f3f5ff;
  background-position: 6px -49px;
  top: 8px;
}

.upcoming-appt-card .time-wrpr {
  color: #484951;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.67;
}

.upcoming-appt-card .time-wrpr .time-icon {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  margin-right: 4px;
  background-color: #f3f5ff;
  background-position: -28px -49px;
  top: 8px;
}

.upcoming-appt-card .retrieve-btn {
  max-width: 51%;
  padding: 15px 30px;
  font-size: 12px;
}

@media (max-width: 1200px) {
  .upcoming-appt-card .retrieve-btn {
    max-width: 60%;
    padding: 10px 15px;
    font-size: 14px;
  }
}

.upcoming-appt-card .view-details-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.67;
}

.no-appt-card {
  padding: 45px;
  border-radius: 20px;
  margin-top: 20px;
}

.no-appt-card.no-subs-card {
  max-height: calc(100% - 89px);
  height: 100%;
}

.no-appt-card .no-appt-img-wrpr {
  width: 116px;
  min-height: 116px;
  height: 116px;
  background: #fff6f1;
  border-radius: 50%;
  margin-bottom: 26px;
}

.no-appt-card .empty-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

@media (max-width: 520px) {
  .no-appt-card .empty-title {
  font-size: 17px;
}
.no-appt-card .no-appt-img-wrpr {
  width: 50px;
  min-height: 50px;
  height: 50px;
  background: #fff6f1;
  border-radius: 50%;
  margin-bottom: 26px;
}
.no-appt-card {
  padding: 36px 26px;
}
 .no-upcoming-appt-card-wrpr {
  min-height: 150px !important;
  height: 150px !important;
}
}

.no-appt-card .empty-desc {
  font-size: 14px;
}

.insight-card {
  background: white;
  border-radius: 18px;
  padding: 24px 20px;
  flex: 0 0 25%;
}

.insight-card.today {
  background: #f9f1ec;
  color: #877060;
}

.insight-card.today .insight-desc {
  color: #877060;
}

.insight-card.record {
  background: #e8f6e9;
  color: #3d5a50;
}

.insight-card.record .insight-desc {
  color: #3d5a50;
}

.insight-card.shared {
  background: #f4eeff;
  color: #675f75;
}

.insight-card.shared .insight-desc {
  color: #675f75;
}

.insight-card.patient {
  background: #ffebf8;
  color: #765a6c;
}

.insight-card.patient .insight-desc {
  color: #765a6c;
}

.insight-card.all-appointments {
  background: #eaf6e9;
  color: #3d5a50;
}

.insight-card.all-appointments .insight-desc {
  color: #3d5a50;
}

.insight-card.spending {
  background: #f4eeff;
  color: #675f75;
}

.insight-card.spending .insight-desc {
  color: #675f75;
}

@media (max-width: 1200px) {
  .insight-card {
    padding: 20px 15px;
  }
}

.insight-card .insight-card-img {
  background: #ffffff;
  border-radius: 13.3333px;
  width: 56px;
  height: 56px;
  margin-right: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insight-card .insight-card-img .i-card-img {
  width: 26px;
  height: 26px;
  display: block;
  background-image: url(/images/insight-icons.svg);
  background-repeat: no-repeat;
}

.insight-card .insight-card-img .i-card-img.today {
  background-position: 0px 0px;
}

.insight-card .insight-card-img .i-card-img.record {
  background-position: -64px 0px;
}

.insight-card .insight-card-img .i-card-img.shared {
  background-position: -128px 0px;
}

.insight-card .insight-card-img .i-card-img.number {
  background-position: -192px 0px;
}

.insight-card .insight-card-img .i-card-img.all-appointments {
  background-position: -249px -1px;
}

.insight-wrpr .css-1wl2ss0-singleValue {
  font-weight: 600;
}

.insight-wrpr .css-6j8wv5-Input {
  caret-color: transparent !important;
}

.patient-graph-wrpr {
  border-radius: 20px;
  overflow: hidden;
  padding: 16px;
}

.patient-graph-wrpr .graph-select {
  gap: 8px;
}

.patient-graph-wrpr .graph-blk {
  margin-top: 26px;
}

.view-all-grren {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.67;
}

.ftr-right {
  padding: 5px 0px;
}

.ftr-right .tc-pp-links {
  padding: 0px 12px;
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 116.1%;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
}

.ftr-right .tc-pp-links.pp-link {
  border-right: 1px solid #eaebec;
}

.appointment-details {
  overflow: auto;
}

.appointment-details .appt-history-block {
  margin-top: 40px;
  border-radius: 22px;
  padding: 30px 24px;
}

.appointment-details .appt-history-block .history-date-block .time-wrpr {
  border-left: 1px solid #484951;
  border-right: 1px solid #484951;
  padding: 0px 10px;
  margin: 0px 10px;
}

.appointment-details .appt-history-block .history-date-block .cal-icon {
  background-position: 4px -74px;
}

.appointment-details .appt-history-block .history-date-block .time-icon {
  background-position: -30px -74px;
}

.appointment-details
  .appt-history-block
  .history-date-block
  .confirmation-stuts {
  position: relative;
  padding-left: 15px;
}

.appointment-details
  .appt-history-block
  .history-date-block
  .confirmation-stuts:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: green;
}

.appointment-details .dotted-line {
  width: 60px;
  border: 1px dashed #484951;
  margin: 0px 16px;
}

.appointment-details .record-item {
  margin-bottom: 30px;
}

.appointment-details .record-item .disease-type,
.appointment-details .record-item .disease-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.01em;
}

.appointment-details .record-item .disease-type {
  font-weight: 700;
}

.latest-record-blk {
  margin-top: 40px;
}

.latest-record-blk .dash-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.01em;
}

.latest-record-row {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.latest-record-row .latest-record-card {
  display: flex;
  flex: 1 0 auto;
  max-width: 33%;
}

.latest-record-row .latest-record-card .record-date-blk {
  flex: 0 0 auto;
  margin-right: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: #fffaf1;
  border-radius: 50%;
  width: 82px;
  height: 82px;
}

.latest-record-row .latest-record-card .record-date-blk .record-mnth-year {
  margin-top: 5px;
  color: #776d5b;
}

.latest-record-row .latest-record-card-new {
  display: flex;
  flex: 1 0 auto;
  max-width: 33%;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  min-width: 220px;
}

.latest-record-row .latest-record-card-new .record-left-blk {
  flex: 0 0 70%;
}

.latest-record-row .latest-record-card-new .record-right-blk {
  text-align: right;
}

.latest-record-row .latest-record-card-new .record-date {
  background: #fffaf1;
  border: 1px solid #f2ebdf;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #675e4e;
  width: fit-content;
  margin-bottom: 14px;
}

.latest-record-row .latest-record-card-new .content-blk {
  padding-left: 8px;
  margin-bottom: 10px;
}

.latest-record-row .latest-record-card-new .green-dot {
  position: relative;
}

.latest-record-row .latest-record-card-new .green-dot:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -6px;
  width: 4px;
  height: 4px;
  background: #55ac5d;
  border-radius: 10px;
}

.latest-record-row .latest-record-card-new .red-dot {
  position: relative;
}

.latest-record-row .latest-record-card-new .red-dot:after {
  content: "";
  position: absolute;
  top: 4px;
  left: -6px;
  width: 4px;
  height: 4px;
  background: #d2392d;
  border-radius: 10px;
}

.latest-record-card {
  padding: 0px 62px;
}

.latest-record-card:first-child {
  padding-left: 0px;
}

.latest-record-card:last-child {
  padding-right: 0px;
}

.latest-record-card:nth-child(2) {
  border: 1px dashed #eaebec;
  border-top: 0px;
  border-bottom: 0px;
}

.latest-record-card .disease-type {
  width: fit-content;
  padding: 4px 8px 4px 16px;
  background: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 6px;
  position: relative;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.36;
  letter-spacing: -0.01em;
  color: #1d1e27;
}

.latest-record-card .disease-type:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #d2392d;
}

.latest-record-card .disease-desc {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: -0.01em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.latest-record-card .clinic-details {
  border-left: 1px solid #eaebec;
  padding-left: 8px;
}

.latest-record-card .clinic-details .clinic-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.latest-record-card .clinic-details .doctor-name {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: -0.01em;
}

.patients-main-block,
.appt-main-block {
  height: 100%;
  overflow: auto;
}

.allergy-wrpr {
  gap: 14px;
}

.tabs-wrpr {
  position: relative;
  background-color: #fff;
  padding: 22px;
  border-radius: 22px;
  margin-top: 40px;
}

.tabs-wrpr .add-appointment {
  position: absolute;
  top: 22px;
  right: 22px;
}

.tabs-wrpr .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 70%;
  overflow: auto;
  gap: 15px;
  margin-top: 0px;
  padding-bottom: 24px;
}

.tabs-wrpr .nav-tabs .nav-link {
  background: transparent;
  border-radius: 50px;
  padding: 11px 24px;
  color: #8b8d9d;
  word-break: keep-all;
  white-space: nowrap;
  border: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.43;
  cursor: pointer;
}

.tabs-wrpr .nav-tabs .nav-link.active {
  background: #f4fff5;
  color: #083023;
}

.tabs-wrpr .tab-content {
  border-top: 1px solid #eaebec;
}

.details-modal-wrpr .modal-body {
  max-height: 65vh;
  overflow: auto;
}

.details-modal-wrpr .patient-card {
  background: #f4fff5;
  border-radius: 12px;
  padding: 20px;
}

.details-modal-wrpr .patient-card .patient-details {
  padding-right: 20px;
}

.details-modal-wrpr .patient-card .patient-numbers {
  width: 60%;
  gap: 18px;
  justify-content: flex-end;
}

.details-modal-wrpr .patient-card .patient-numbers .number-ttl {
  color: #90a392;
}

.details-modal-wrpr .patient-card .patient-numbers .dob-wrpr {
  padding-right: 15px;
}

.details-modal-wrpr .patient-card .patient-numbers .microchip-wrpr {
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  border-color: rgba(189, 191, 209, 0.3);
  padding: 0px 15px;
}

.details-modal-wrpr .patient-card .patient-numbers .license-number {
  padding-left: 15px;
}

.details-modal-wrpr .p-img-wrpr {
  max-width: 56px;
  max-height: 56px;
}

.details-modal-wrpr .owner-card-wrpr .owner-row-card {
  background: #f8f9ff;
  padding: 14px;
  border-radius: 22px;
  margin-bottom: 18px;
  margin-top: 10px;
}

.details-modal-wrpr .owner-card-wrpr .owner-row-card .address-card {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
}

.details-modal-wrpr .subowner-card-wrpr .owner-row-card {
  gap: 25px;
  margin-top: 10px;
}

.details-modal-wrpr .subowner-card-wrpr .patient-details-wrpr {
  padding-right: 10px;
  background: #f8f9ff;
  padding: 14px;
  border-radius: 22px;
}

.details-modal-wrpr .owner-row-card .p-name,
.details-modal-wrpr .subowner-card-wrpr .p-name {
  font-size: 13px;
}

.details-modal-wrpr .owner-row-card .p-desc,
.details-modal-wrpr .subowner-card-wrpr .p-desc {
  font-size: 12px;
}

.details-modal-wrpr .accordion-wrpr {
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #eaebec;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  margin-top: 18px;
}

.details-modal-wrpr .accordion-wrpr .patient-modal-header {
  line-height: 0px;
}

.details-modal-wrpr .accordion-wrpr .accordion-button {
  background: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  width: 100%;
}

.details-modal-wrpr .accordion-wrpr .accordion-button:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url(/images/icons/spriti-img.svg);
  background-repeat: no-repeat;
  background-position: 3px 2px;
}

@media (max-width: 768px) {
  .patient-details-wrpr {
    padding-right: 0;
  }
  .patient-img-blk{
    margin-right: 0;
  }
}

@media (max-width: 959px) {
  .ag-picker-field.ag-labeled.ag-label-align-left.ag-select {
    display: none !important;
  }
  .ag-paging-row-summary-panel{
    display: none !important;
  }
}

.only-medium-up {
  display: none;
}

@media (min-width: 960px) {
  .only-medium-up {
    display: block; 
  }
}


.details-modal-wrpr .accordion-wrpr .year-number {
  margin-right: 5px;
}

.details-modal-wrpr .accordion-wrpr .left-head {
  text-align: left;
}

.details-modal-wrpr .accordion-wrpr .right-head {
  position: absolute;
  top: 12px;
  right: 60px;
  width: fit-content;
}

.details-modal-wrpr .accordion-wrpr .left-arrow,
.details-modal-wrpr .accordion-wrpr .right-arrow {
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg) no-repeat;
  background-position: -69px -73px;
}

.details-modal-wrpr .accordion-wrpr .left-arrow {
  transform: rotate(180deg);
}

.details-modal-wrpr .accordion-wrpr .accord-record {
  width: 200px;
  margin-left: 8px;
}

.details-modal-wrpr .accordion-wrpr .accord-record .form-in {
  margin-bottom: 0px;
}

.details-modal-wrpr
  .accordion-wrpr
  .accord-record
  .form-in
  .css-319lph-ValueContainer,
.details-modal-wrpr
  .accordion-wrpr
  .accord-record
  .form-in
  .css-1s2u09g-control,
.details-modal-wrpr
  .accordion-wrpr
  .accord-record
  .form-in
  .css-1pahdxg-control {
  min-width: unset;
  width: 100%;
}

.details-modal-wrpr .owner-card-wrpr {
  margin-top: 18px;
}

.collapse:not(.show),
.dropdown-menu:not(.show),
.tab-pane:not(.show) {
  display: none;
}

.appointment-count-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -50px !important;
}

.appointment-count-wrapper > h3 {
  border: 1px solid #f2f2f2;
  border-radius: 8px !important;
  background-color: white;
  padding: 7px 13px;
  color: black;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0px 7px 29px rgba(0, 0, 0, 0.09);
}


.calendar-outer-wpr {
  width: 1500px;
}

@media (min-width: 640px) {
  .calendar-outer-wpr {
    width: 100%;
  }
}

.calender-data-wrpr {
  padding: 20px 24px;
  border-radius: 20px;
  height: 100%;
  overflow: auto;
}

.calender-data-wrpr > div {
  height: 100%;
}

.fc {
  height: inherit;
}

.fc .fc-timegrid-more-link {
  position: absolute;
  z-index: 9999;
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px;
  height: 30px !important;
  width: 30px !important;
  background: green;
  text-align: center;
  color: white !important;
  border-radius: 100%;
  font: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fc .fc-h-event {
  flex: 0.8 !important;
}

.fc .fc-scrollgrid-sync-inner {
  border: 0px solid transparent !important;
}

.fc .fc-dayGridMonth-view .fc-scrollgrid,
.fc .fc-dayGridMonth-view .fc-scrollgrid table {
  border-collapse: separate !important;
  border-spacing: 16px !important;
}

.fc .fc-dayGridMonth-view .fc-scrollgrid .fc-daygrid-day,
.fc .fc-dayGridMonth-view .fc-scrollgrid table .fc-daygrid-day {
  height: 100% !important;
}

.fc .fc-dayGridMonth-view .fc-scrollgrid .fc-daygrid-week,
.fc .fc-dayGridMonth-view .fc-scrollgrid table .fc-daygrid-week {
  /* Change 100px to your desired height */
}

.fc .fc-dayGridMonth-view .fc-scrollgrid .fc-daygrid-day-number,
.fc .fc-dayGridMonth-view .fc-scrollgrid table .fc-daygrid-day-number {
  margin-top: -30px !important;
}

.fc .fc-timeGridDay-view.fc-view {
  overflow-x: scroll !important;
}

.fc .fc-timeGridDay-view .fc-scrollgrid,
.fc .fc-timeGridDay-view .fc-scrollgrid table {
  background-color: white !important;
}

.fc .fc-timeGridDay-view .fc-scrollgrid .fc-daygrid-day.fc-day-today,
.fc .fc-timeGridDay-view .fc-scrollgrid table .fc-daygrid-day.fc-day-today {
  background-color: transparent !important;
  border-radius: 20px !important;
}

.fc
  .fc-timeGridDay-view
  .fc-scrollgrid
  .fc-daygrid-day.fc-day-today
  .fc-daygrid-day-number,
.fc
  .fc-timeGridDay-view
  .fc-scrollgrid
  table
  .fc-daygrid-day.fc-day-today
  .fc-daygrid-day-number {
  color: white !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.fc .fc-timeGridDay-view .fc-scrollgrid .today-wrapper-active,
.fc .fc-timeGridDay-view .fc-scrollgrid table .today-wrapper-active {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.fc .fc-timeGridDay-view .fc-scrollgrid .today-wrapper-active .today-text,
.fc
  .fc-timeGridDay-view
  .fc-scrollgrid
  table
  .today-wrapper-active
  .today-text {
  color: #8b8d9d;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.fc .fc-timeGridDay-view .fc-scrollgrid .today-wrapper-active .today-date,
.fc
  .fc-timeGridDay-view
  .fc-scrollgrid
  table
  .today-wrapper-active
  .today-date {
  color: #1d1e27 !important;
  font-size: 20px !important;
  margin-bottom: 10px;
  text-align: center;
}

.fc .fc-timeGridWeek-view .fc-scrollgrid .fc-daygrid-day.fc-day-today,
.fc .fc-timeGridWeek-view .fc-scrollgrid .fc-timegrid-col.fc-day-today,
.fc .fc-timeGridWeek-view .fc-scrollgrid table .fc-daygrid-day.fc-day-today,
.fc .fc-timeGridWeek-view .fc-scrollgrid table .fc-timegrid-col.fc-day-today {
  background-color: transparent !important;
  border-radius: 20px !important;
}

.fc
  .fc-timeGridWeek-view
  .fc-scrollgrid
  .fc-daygrid-day.fc-day-today
  .fc-daygrid-day-number,
.fc
  .fc-timeGridWeek-view
  .fc-scrollgrid
  .fc-timegrid-col.fc-day-today
  .fc-daygrid-day-number,
.fc
  .fc-timeGridWeek-view
  .fc-scrollgrid
  table
  .fc-daygrid-day.fc-day-today
  .fc-daygrid-day-number,
.fc
  .fc-timeGridWeek-view
  .fc-scrollgrid
  table
  .fc-timegrid-col.fc-day-today
  .fc-daygrid-day-number {
  color: white !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.fc .fc-timeGridWeek-view .fc-scrollgrid .fc-daygrid-day.fc-day-future,
.fc .fc-timeGridWeek-view .fc-scrollgrid .fc-timegrid-col.fc-day-future,
.fc .fc-timeGridWeek-view .fc-scrollgrid table .fc-daygrid-day.fc-day-future,
.fc .fc-timeGridWeek-view .fc-scrollgrid table .fc-timegrid-col.fc-day-future {
  background-color: transparent !important;
  border-radius: 20px !important;
}

.fc
  .fc-timeGridWeek-view
  .fc-scrollgrid
  .fc-daygrid-day.fc-day-future
  .fc-daygrid-day-number,
.fc
  .fc-timeGridWeek-view
  .fc-scrollgrid
  .fc-timegrid-col.fc-day-future
  .fc-daygrid-day-number,
.fc
  .fc-timeGridWeek-view
  .fc-scrollgrid
  table
  .fc-daygrid-day.fc-day-future
  .fc-daygrid-day-number,
.fc
  .fc-timeGridWeek-view
  .fc-scrollgrid
  table
  .fc-timegrid-col.fc-day-future
  .fc-daygrid-day-number {
  color: #81745f !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.fc .fc-timeGridWeek-view .fc-scrollgrid .today-wrapper-active,
.fc .fc-timeGridWeek-view .fc-scrollgrid table .today-wrapper-active {
  margin: 0 auto;
  background-color: #f2af44 !important;
  border-radius: 50%;
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fc .fc-timeGridWeek-view .fc-scrollgrid .today-wrapper-active .day-of-week,
.fc
  .fc-timeGridWeek-view
  .fc-scrollgrid
  table
  .today-wrapper-active
  .day-of-week {
  color: white;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.fc .fc-timeGridWeek-view .fc-scrollgrid .today-wrapper-active .day-of-month,
.fc
  .fc-timeGridWeek-view
  .fc-scrollgrid
  table
  .today-wrapper-active
  .day-of-month {
  color: white;
  font-size: 18px;
  font-weight: 800;
}

.fc .fc-timeGridWeek-view .fc-scrollgrid .today-wrapper,
.fc .fc-timeGridWeek-view .fc-scrollgrid table .today-wrapper {
  margin: 0 auto;
  background-color: transparent !important;
  border-radius: 50%;
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.fc .fc-timeGridWeek-view .fc-scrollgrid .today-wrapper .day-of-week,
.fc .fc-timeGridWeek-view .fc-scrollgrid table .today-wrapper .day-of-week {
  color: #bdbfd1 !important;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

.fc .fc-timeGridWeek-view .fc-scrollgrid .today-wrapper .day-of-month,
.fc .fc-timeGridWeek-view .fc-scrollgrid table .today-wrapper .day-of-month {
  color: #1d1e27 !important;
  font-size: 18px;
  font-weight: 800;
}

.fc .fc-event:hover,
.fc .fc-event:focus {
  background: transparent !important;
  box-shadow: none !important;
}

.fc .fc-col-header-cell-cushion {
  color: #bdbfd1 !important;
  padding: 5px 0 !important;
  border: none !important;
}

.fc .fc-daygrid-day-top {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row-reverse !important;
  padding-top: 14px !important;
}

.fc .fc-daygrid-day-events {
  height: 140px !important;
}

.fc .fc-daygrid-day-events .fc-daygrid-event-harness {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.fc .fc-daygrid-day-frame {
  position: relative !important;
}

.fc .fc-openInGoogleCalendarButton-button {
  background-color: #3067f7 !important;
  padding: 13px 20px !important;
  border-radius: 10px !important;
  border: none !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 5px !important;
  font-weight: bold !important;
  height: 48px !important;
  font-size: 13px !important;
  text-wrap: nowrap !important;
  /* background-image: url(/images/google-calendar.png) !important; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fc .fc-appointmentsDropdown-button {
  width: 200px !important;
  height: 100% !important;
  background-color: transparent !important;
  border: none !important;
}

.fc .fc-appointmentsDropdown1-button {
  width: 200px !important;
  height: 100% !important;
  background-color: transparent !important;
  border: none !important;
}

@media screen and (max-width: 1500px) {
  .fc .fc-appointmentsDropdown-button {
    width: 150px !important;
  }

  .fc .fc-appointmentsDropdown1-button {
    width: 150px !important;
  }

  .fc .fc-openInGoogleCalendarButton-button {
    background-image: url(/images/google-calendar.png) !important;
  }
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0px !important;
  height: 68px !important;
}

@media screen and (max-width: 1500px) {
  .fc .fc-toolbar.fc-header-toolbar {
    height: unset !important;
  }
}

.fc-button-group {
  height: 80px !important;
}

/* .fc .fc-header-toolbar {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  justify-content: space-between !important;
  gap: 10px;
  align-items: center;
}

.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
  margin-left: auto;
}

.fc .fc-header-toolbar .fc-toolbar-chunk:last-child {
  margin-left: auto;
}


@media screen and (max-width: 1500px) {
  .fc .fc-header-toolbar {
    grid-template-columns: 1fr 1fr !important;
  }

  .fc .fc-header-toolbar .fc-toolbar-chunk:last-child {
    grid-column: 1;
  }
} */

.fc .fc-header-toolbar {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  justify-content: space-between !important;
  gap: 10px;
  align-items: center;
}

.fc .fc-header-toolbar .fc-toolbar-chunk:nth-child(2) {
  margin-left: auto;
}

.fc .fc-header-toolbar .fc-toolbar-chunk:last-child {
  margin-left: auto;
}

/* Responsive Design */
@media screen and (max-width: 1500px) {
  .fc .fc-header-toolbar {
    grid-template-columns: 1fr 1fr !important;
    /* Only two columns */
  }

  .fc .fc-header-toolbar .fc-toolbar-chunk:last-child {
    grid-column: span 2;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.fc .fc-header-toolbar .fc-toolbar-chunk:first-child div {
  display: flex;
  align-items: center;
  margin-top: -20px;
}

.fc .fc-header-toolbar .fc-toolbar-chunk:last-child div {
  margin-top: -20px;
}

.fc .fc-header-toolbar .fc-toolbar-chunk:last-child .fc-button-group {
  align-items: center;
}

.fc
  .fc-header-toolbar
  .fc-toolbar-chunk:last-child
  .fc-button-group
  .fc-button {
  background-color: transparent !important;
  border: none !important;
  color: #8b8d9d !important;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 1.22;
  letter-spacing: -0.01em;
  position: relative;
  padding: 10px 25px;
}

.fc
  .fc-header-toolbar
  .fc-toolbar-chunk:last-child
  .fc-button-group
  .fc-button:hover,
.fc
  .fc-header-toolbar
  .fc-toolbar-chunk:last-child
  .fc-button-group
  .fc-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.fc
  .fc-header-toolbar
  .fc-toolbar-chunk:last-child
  .fc-button-group
  .fc-button.fc-button-active {
  color: #108a61 !important;
}

.fc
  .fc-header-toolbar
  .fc-toolbar-chunk:last-child
  .fc-button-group
  .fc-button.fc-button-active:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 15%;
  height: 2px;
  border-radius: 10px;
  margin: 0 auto;
  background: #108a61;
}

.fc .fc-header-toolbar .fc-toolbar-title {
  font-weight: 700;
  font-size: 15px !important;
  line-height: 1.22;
  letter-spacing: -0.01em;
  padding: 0.4em 0.65em;
  min-width: 140px;
  white-space: nowrap;
}

.fc .fc-header-toolbar .fc-today-button {
  background-color: transparent !important;
  border: none !important;
  color: #1d1e27 !important;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.fc .fc-header-toolbar .fc-today-button:hover,
.fc .fc-header-toolbar .fc-today-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

.fc .fc-header-toolbar .fc-prev-button,
.fc .fc-header-toolbar .fc-next-button {
  background: #ffffff !important;
  box-shadow: 0px 7px 29px rgba(0, 0, 0, 0.09);
  border: none !important;
  width: 32px;
  height: 32px;
  margin: 0px 5px !important;
  border-radius: 32px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.fc .fc-header-toolbar .fc-prev-button:hover,
.fc .fc-header-toolbar .fc-prev-button:focus,
.fc .fc-header-toolbar .fc-next-button:hover,
.fc .fc-header-toolbar .fc-next-button:focus {
  outline: none !important;
  box-shadow: 0px 7px 29px rgba(0, 0, 0, 0.09) !important;
}

.fc .fc-header-toolbar .fc-prev-button .fc-icon,
.fc .fc-header-toolbar .fc-next-button .fc-icon {
  color: #1d1e27 !important;
}

.fc .fc-daygrid-day.fc-day-past,
.fc .fc-timegrid-col.fc-day-past {
  background-color: #fbfbfb !important;
  border-radius: 20px !important;
  width: 50px !important;
  height: 50px !important;
}

.fc .fc-daygrid-day.fc-day-past .fc-daygrid-day-number,
.fc .fc-timegrid-col.fc-day-past .fc-daygrid-day-number {
  color: #81745f !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.fc .fc-daygrid-day.fc-day-today,
.fc .fc-timegrid-col.fc-day-today {
  background-color: #108a61 !important;
  border-radius: 20px !important;
  width: 50px !important;
  height: 50px !important;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number,
.fc .fc-timegrid-col.fc-day-today .fc-daygrid-day-number {
  color: white !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.fc .fc-daygrid-day.fc-day-future,
.fc .fc-timegrid-col.fc-day-future {
  background-color: #faedd9 !important;
  border-radius: 20px !important;
  width: 50px !important;
  height: 50px !important;
}

.fc .fc-daygrid-day.fc-day-future .fc-daygrid-day-number,
.fc .fc-timegrid-col.fc-day-future .fc-daygrid-day-number {
  color: #81745f !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

.fc .fc-timegrid-slot-lane {
  border-left: none !important;
}

.fc .fc-timegrid-slot-label {
  border: none !important;
}

.fc .fc-timegrid-slot-label .fc-timegrid-slot-label-cushion {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: #484951;
}

.fc.fc-theme-standard .fc-scrollgrid,
.fc.fc-theme-standard td,
.fc.fc-theme-standard th {
  border: 0px dotted #f3f3f3;
}

.fc .fc-scrollgrid-section-liquid > td,
.fc .fc-scrollgrid-section-header > th,
.fc .fc-scrollgrid-section > td,
.fc .fc-timegrid .fc-scrollgrid {
  border: none !important;
}

.fc .fc-v-event,
.fc .fc-h-event {
  background: transparent !important;
  border: none !important;
}

.fc .fc-v-event:focus,
.fc .fc-h-event:focus {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.fc .fc-timegrid-col-events .fc-timegrid-event-harness {
  width: 100%;
  min-width: 100px;
  min-height: 78px;
}

.fc .fc-popover {
  border-radius: 10px !important;
}

.fc .fc-popover-header {
  background-color: #108a61 !important;
  color: white;
  padding: 8px !important;
  font-weight: 500;
  border-radius: 8px 8px 0px 0px;
}

.fc .fc-timegrid-event {
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

.fc .fc-event-selected:after,
.fc .fc-event:focus:after {
  background-color: transparent !important;
}

.fc .fc-button-primary,
.fc .fc-timegrid-axis-cushion {
  text-transform: capitalize !important;
}

.fc .fc-timegrid-axis-frame {
  font-size: 14px;
}

.fc.fc-direction-ltr .fc-timegrid-slot-label-frame {
  text-align: center;
}

.day-card {
  padding: 5px 10px;
  border-radius: 10px;
  background-color: white;
  margin-bottom: 10px;
  z-index: 99;
  position: relative;
  flex-wrap: nowrap;
  width: 95%;
  overflow: hidden;
  word-break: break-word;
  white-space: pre-wrap;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-left: 50px !important;
}

.day-card.shared {
  background-color: #f4eeff;
}

.day-card.shared .p-img-wrpr.sm {
  border-color: #bfb2d6;
}

.day-card.shared .p-desc {
  color: #675f77 !important;
}

.day-card.shared .record-card {
  background-color: #8b5af3;
  color: white;
}

.day-card.retrive {
  background-color: #f4fff5;
}

.day-card.retrive .p-img-wrpr.sm {
  border-color: #557157;
}

.day-card.retrive .p-desc {
  color: #506252 !important;
}

.day-card.retrive .record-card {
  background-color: #108a61;
  color: white;
}

.day-card.Upcoming {
  background-color: #fffbf1;
}

.day-card.Upcoming .p-img-wrpr.sm {
  border-color: #938879;
}

.day-card.Upcoming .p-desc {
  color: #938879 !important;
}

.day-card.Upcoming .record-card {
  background-color: #f2af44;
  color: white;
}

.day-card:hover {
  cursor: pointer;
}

@media (max-width: 992px) {
  .day-card {
    flex-wrap: wrap;
  }
}

.day-card .disease-type {
  width: fit-content;
  padding: 4px 8px 4px 16px;
  background: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 6px;
  position: relative;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.36;
  letter-spacing: -0.01em;
  color: #1d1e27;
}

.day-card .disease-type:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #d2392d;
}

.day-card .patient-details {
  margin-bottom: 9px;
}

.day-card .patient-details.week-card {
  margin-bottom: 0px;
  flex: inherit;
}

.day-card .patient-details.week-card .p-desc {
  padding-left: 0px;
  border: none;
  margin: 0px;
  white-space: inherit;
  word-break: break-word;
}

.day-card .patient-details .p-name {
  font-size: 14px;
  word-break: break-word;
  white-space: nowrap;
}

.day-card .patient-details .p-desc {
  font-size: 12px;
  padding-left: 8px;
  border-left: 1px solid #e5e5e5;
  margin-left: 8px;
  white-space: pre;
  word-break: keep-all;
}

.day-card .p-img-wrpr.sm {
  width: 36px;
  height: 36px;
  border: 1px solid;
}

.day-card .owner-card {
  background-color: white;
}

.day-card .record-card {
  border-radius: 6px;
  background: #fff;
  padding: 4px 8px;
  margin-right: 13px;
  color: #1d1e27;
  word-break: keep-all;
}

.day-card .patient-img-blk {
  flex: 0 0 10%;
}

.day-card .patient-details {
  flex: 0 0 90%;
}

.day-card .patient-details-wrpr {
  flex: 0 0 65%;
}

.calender-tootip-monthly {
  z-index: 9999;
}

.calender-tootip-monthly .monthly-wrapper {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 10px 20px;
  gap: 20px;
  border-radius: 10px;
}

.calender-tootip-monthly .monthly-wrapper .border-line {
  width: 1px;
  height: 20px;
  background-color: #eaebec;
}

.calender-tootip-monthly .monthly-wrapper .indicator-box {
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  top: calc(100% - 10px);
  left: calc(50% + 8px);
  transform: translateX(-50%) rotate(45deg);
}

.calender-tootip-monthly .monthly-wrapper .retrived-record-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex: 1;
}

.calender-tootip-monthly .monthly-wrapper .retrived-record-wrapper > h3 {
  color: #1d1e27;
  font-size: 16px;
  font-weight: 600;
}

.calender-tootip-monthly .monthly-wrapper .retrived-record-wrapper > p {
  color: #108a61;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
}

.calender-tootip-monthly .monthly-wrapper .shared-records-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.calender-tootip-monthly .monthly-wrapper .shared-records-wrapper > h3 {
  color: #1d1e27;
  font-size: 16px;
  font-weight: 600;
}

.calender-tootip-monthly .monthly-wrapper .shared-records-wrapper > p {
  color: #8b5af3;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
}

.calender-tootip {
  display: block;
  background: #1d1e27;
  box-shadow: 0px 7.32203px 33px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 15px;
  z-index: 99999;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 300px;
}

.calender-tootip .p-img-wrpr {
  width: 48px;
  height: 48px;
}

.calender-tootip .p-name {
  margin-bottom: 3px;
}

.calender-tootip .p-desc {
  font-size: 11px;
}

.calender-tootip .time-wrpr .time-icon {
  background-position: -30px -74px;
  opacity: 0.4;
}

.calender-tootip .disease-type {
  width: fit-content;
  padding: 4px 8px 4px 16px;
  background: #292a36;
  border: 1px solid #292a36;
  border-radius: 6px;
  position: relative;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.36;
  letter-spacing: -0.01em;
  color: white;
  margin: 7px 0px 15px;
}

.calender-tootip .disease-type:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #d2392d;
}

.disease-type.individual {
  width: fit-content;
  padding: 4px 8px 4px 16px;
  background: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 6px;
  position: relative;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.36;
  letter-spacing: -0.01em;
  color: #1d1e27;
}

.disease-type.individual:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 6px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #d2392d;
}

.fc .fc-more-popover .fc-popover-body {
  max-height: 350px;
  overflow: auto;
}

.fc .fc-more-popover .fc-popover-body .day-card .patient-details-wrpr {
  flex: inherit;
}

.fc .fc-more-popover .fc-popover-body .day-card .patient-details .p-desc {
  white-space: initial;
  word-break: break-word;
}

.invitation-wrpr {
  background: #f8f9ff;
  border: 1px solid #eeeff8;
  border-radius: 22px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.invitation-wrpr .img-name-wrpr {
  gap: 6px;
  margin-bottom: 6px;
}

.invitation-wrpr .img-name-wrpr .hospital-img {
  width: 42px;
  height: 42px;
  border-radius: 50px;
  overflow: hidden;
}

.invitation-wrpr .img-name-wrpr .hospital-img .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.invitation-wrpr .invite-lower-row {
  padding-left: 42px;
}

.btn-reschedule.sm {
  background: #32343d;
  border-radius: 10px;
  padding: 14px 32px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  margin-right: 12px;
  color: #eaebec;
}

.weight-in-wrpr {
  position: relative;
}

.weight-in-wrpr .weight-unit {
  position: absolute;
  top: auto;
  bottom: 4px;
  right: 5px;
  max-width: 100px;
  width: 100%;
}

.weight-in-wrpr .weight-unit .form-in {
  margin-bottom: 0px;
}

.weight-in-wrpr .weight-unit .form-check-wrpr {
  padding: 5px;
  height: auto;
  background: #1d1e27;
  border-color: #1d1e27;
  gap: 0;
}

.weight-in-wrpr .weight-unit .form-check .form-check-label {
  padding: 5px 10px;
  height: auto;
  background: transparent;
}

.weight-in-wrpr
  .weight-unit
  .form-check
  input[type="radio"]
  + .form-check-label::before {
  background: transparent !important;
  color: #bdbfd1;
}

.weight-in-wrpr
  .weight-unit
  .form-check
  input[type="radio"]:checked
  + .form-check-label {
  background: white !important;
  color: #1d1e27;
}

.form-row .weight-in-wrpr {
  width: 33%;
  margin-bottom: 26px;
}

.form-row .weight-in-wrpr .form-in {
  width: 100% !important;
  margin-bottom: 0px;
}

.medication-wrpr {
  width: 50%;
  margin-bottom: 26px;
  position: relative;
}

.medication-wrpr .form-in {
  width: 100%;
}

.medication-wrpr .form-in.required-field {
  padding-bottom: 16px;
}

.medication-wrpr .img-figure {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.medication-wrpr .img-figure .full-width {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.medication-wrpr .medication-img-wrpr {
  margin-top: 10px;
}

.medication-main-wrpr .add-time-wrpr {
  margin-top: 33px;
}

.pagination {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}

.pagination li {
  padding: 4px 12px;
  border-radius: 4px;
}

.pagination li.active {
  background: #108a61;
}

.pagination li.active a {
  color: white;
}

.pagination li:nth-child(1),
.pagination li:nth-child(2),
.pagination li:nth-last-child(1),
.pagination li:nth-last-child(2) {
  padding: 4px;
}

.allblog-wrpr-main {
  overflow: auto;
  height: 100%;
}

.allblog-wrpr-main .content-wrpr {
  padding-top: 20px;
}

.allblog-wrpr-main .blog-detail-wrpr {
  padding: 20px;
  gap: 24px;
}

.allblog-wrpr-main .blog-detail-wrpr .blog-img-wrpr {
  min-width: 300px;
  height: 300px;
  flex: 0 1 25%;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 0px;
  position: relative;
}

.allblog-wrpr-main .blog-detail-wrpr .blog-img-wrpr .blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.allblog-wrpr-main .blog-detail-wrpr .blog-img-wrpr .play-icon-wrpr {
  position: absolute;
  top: auto;
  bottom: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
}

.allblog-wrpr-main .blog-detail-wrpr .blog-link-wrpr {
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}

.allblog-wrpr-main .blog-detail-wrpr .blog-link-wrpr .blog-link {
  text-decoration: underline;
  font-weight: 600;
}

.allblog-wrpr-main .blog-detail-wrpr.sm {
  flex-direction: column;
  padding: 18px;
}

.allblog-wrpr-main .blog-detail-wrpr.sm .blog-img-wrpr {
  height: 240px;
  border-radius: 22px;
  flex: 1 1 100%;
}

.allblog-wrpr-main .blog-detail-wrpr.sm .blog-title {
  font-size: 18px;
  line-height: 1.44;
}

.allblog-wrpr-main .blog-detail-wrpr.sm .blog-content-wrpr {
  display: none;
}

.allblog-wrpr-main .row-wrpr {
  overflow: hidden;
  width: 100%;
}

.allblog-wrpr-main .blog-main-row {
  margin-top: 42px;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.allblog-wrpr-main .blog-main-row .blog-wrpr-outer {
  flex: 0 0 33.33%;
  padding: 0px 15px;
  min-width: 400px;
  margin-bottom: 27px;
}

.full-width .content-wrpr {
  padding-right: 20px;
}

.full-width .blog-detail-wrpr .top-bar {
  margin-bottom: 18px;
}

.full-width .blog-detail-wrpr .blog-title {
  font-size: 28px;
  line-height: 1.71;
}

.full-width .blog-detail-wrpr .blog-para {
  font-size: 14px;
}

.blog-detail-wrpr {
  border-radius: 22px;
  padding: 50px;
  overflow: auto;
  height: 100%;
}

.blog-detail-wrpr .top-bar {
  gap: 10px;
  margin-bottom: 22px;
}

.blog-detail-wrpr .top-bar .blog-owner {
  gap: 4px;
}

.blog-detail-wrpr .top-bar .blog-owner .blog-owner-img {
  width: 18px;
  height: 18px;
  border-radius: 20px;
}

.blog-detail-wrpr .top-bar .blog-owner .blog-owner-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-detail-wrpr .top-bar .blog-date {
  border-left: 1px solid #8b8d9d;
  padding-left: 10px;
}

.blog-detail-wrpr .title-wrpr .blog-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.31;
  letter-spacing: -0.02em;
}

.blog-detail-wrpr .title-wrpr .blog-tag-wrpr {
  gap: 10px;
  margin-bottom: 32px;
}

.blog-detail-wrpr .title-wrpr .blog-tag-wrpr .blog-tag {
  background: #fbfbfb;
  border: 1px solid #eaebec;
  border-radius: 6px;
  padding: 4px 16px;
}

.blog-detail-wrpr .blog-img-wrpr {
  margin-bottom: 20px;
}

.blog-detail-wrpr .blog-para {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.78;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}

.blog-species {
  padding: 3px 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  color: #484951;
  width: fit-content;
}

.allblog-head {
  margin-bottom: 20px;
}

.allblog-head .allblog-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
}

.multiple-upload .upload-image {
  margin-bottom: 10px;
}

.uploaded-main-wrpr {
  margin-top: 10px;
}

.uploaded-video-wrpr {
  width: 400px;
  height: auto;
  margin-top: 12px;
  border-radius: 10px;
  overflow: hidden;
}

.textfield-block ul {
  list-style: initial;
}

.jodit-react-container .jodit-ui-spacer {
  flex: 0;
}

.table-pagination {
  margin-top: 20px;
}

.per-page-view-wrpr {
  gap: 10px;
}

.per-page-view-wrpr:focus-visible {
  outline: none !important;
}

.per-page-view-wrpr *:focus-visible {
  outline: none !important;
}

.per-page-view-wrpr .per-page {
  max-width: 100px;
  cursor: pointer;
}

.per-page-view-wrpr .per-page:focus-visible {
  outline: none !important;
}

.css-1w9j89e-menu .css-yt9ioa-option {
  background-color: transparent;
}

.css-1w9j89e-menu .css-yt9ioa-option:hover {
  background-color: rgba(16, 138, 97, 0.3);
}

.my-blog-wrpr {
  height: calc(100% - 70px);
}

.search-container-blog-table {
  position: absolute;
  right: 0px;
}

.blog-img-slider {
  overflow: hidden;
}

.blog-img-slider .slick-slider {
  padding-bottom: 30px;
}

.blog-img-slider .blog-slide {
  height: 500px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.blog-img-slider .blog-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-img-slider .blog-slide .play-icon-wrpr {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-img-slider .blog-slide .play-icon-wrpr .play-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgba(29, 30, 39, 0.4);
}

.blog-img-slider .blog-slide .video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-img-slider .blog-slide .video-container video {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -22%);
}

.blog-img-slider .slick-dots {
  bottom: 0px;
}

.blog-img-slider .slick-dots li {
  margin: 0px;
}

.blog-img-slider .slick-dots li button {
  color: #108a61;
}

.blog-img-slider .slick-dots li button:before {
  font-size: 10px;
  color: rgba(16, 138, 97, 0.3);
}

.jodit-wysiwyg * {
  color: #1d1e27;
}

.blog-content-wrpr * {
  color: #1d1e27;
}

.blog-tab-wrpr {
  gap: 48px;
}

.blog-tab-wrpr .tab-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  letter-spacing: -0.01em;
  color: #8b8d9d;
  position: relative;
}

.blog-tab-wrpr .tab-link.active {
  color: #108a61;
}

.blog-tab-wrpr .tab-link.active::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  width: 20px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #108a61;
}

.blog-tab-wrpr .tab-link.nav-link {
  background: transparent;
  border: none;
  padding: 0px 0px;
}

.blog-tab-wrpr .tab-link.nav-link.active {
  color: #108a61;
  background: transparent;
}

.avilable-slot-block {
  position: relative;
}

.avilable-slot-block .slot-day-wrpr {
  position: absolute;
  top: 0px;
  left: 0px;
}

.avilable-slot-block .tab-content {
  padding-top: 20px;
  margin-top: 20px;
}

.avilable-slot-block .slots-wrpr {
  flex-wrap: wrap;
  margin: 0px -5px;
}

.avilable-slot-block .slots-wrpr .time-slot {
  padding: 14px 10px;
  background: #f5f5f7;
  border-radius: 12px;
  color: #bdbfd1;
  font-weight: 700;
  font-size: 12px;
  position: relative;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  width: 31%;
}

.avilable-slot-block .slots-wrpr .time-slot.active {
  background: #e9f9eb;
  color: #083023;
}

.avilable-slot-block .slots-wrpr .time-slot.active-slot {
  background: #083023;
  color: white;
}

.avilable-slot-block .slots-wrpr .time-slot.slot-disabled {
  pointer-events: none;
}

.avilable-slot-block .slots-wrpr .time-slot .time-slot-link {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.available-slot-tab {
  gap: 28px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.available-slot-tab .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  letter-spacing: -0.01em;
  color: #8b8d9d;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
}

.available-slot-tab .nav-link.active {
  color: #108a61;
}

.available-slot-tab .nav-link.active::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  width: 20px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #108a61;
}

.blog-tab-list {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 70%;
  overflow: auto;
  gap: 15px;
  margin-top: 0px;
  padding-bottom: 24px;
}

.blog-tab-list.gap-50 {
  gap: 50px;
}

.blog-tab-list.gap-50 .tab-link {
  padding: 0px 0px;
}

.blog-tab-list .nav-link {
  background: transparent;
  border-radius: 39px;
  padding: 11px 24px;
  color: #8b8d9d;
  word-break: keep-all;
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  cursor: pointer;
  border: 1px solid transparent;
}

.blog-tab-list .nav-link.active {
  background: #f4fff5;
  font-weight: 700;
  color: #083023;
  border-color: #ddf1de;
}

.setting-sidebar {
  border-radius: 10px;
  height: 100%;
  gap: 20px;
}

.setting-sidebar .setting-tabs {
  flex: 0 0 272px;
  margin-top: 0px;
  padding: 30px 24px;
  border-radius: 16px;
}

.setting-sidebar .setting-tabs .nav-item {
  margin-bottom: 20px;
  position: relative;
}

.setting-sidebar .setting-tabs .nav-item .nav-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: -0.01em;
  color: #8b8d9d;
  background: transparent;
  border: none;
  padding: 6px 0px;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.setting-sidebar .setting-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -24px;
  right: auto;
  width: 6px;
  height: 100%;
  background: #f07522;
  border-radius: 0px 10px 10px 0px;
  display: none;
}

.plans-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  margin-top: 100px;
}

/* Responsive: 1 column below medium (max-width: 768px) */
@media (max-width: 768px) {
  .plans-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.setting-sidebar .setting-tabs .nav-item .nav-link.active {
  color: #f07522;
}

.setting-sidebar .setting-tabs .nav-item .nav-link.active::before {
  display: block;
}

.setting-sidebar .tab-content {
  flex: 1 1 auto;
  height: 100%;
  overflow: auto;
  width: 100% !important;
}

/* Below medium screen (max-width: 768px is common for "md") */
@media (max-width: 768px) {
  .setting-sidebar .tab-content {
    width: 88vw !important;
  }
}

.setting-sidebar .dash-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.setting-sidebar .account-desc {
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: #1d1e27;
  margin-bottom: 30px;
}

.setting-rightside {
  flex: 1 1 70%;
  height: 100%;
}

.setting-rightside .account-info-wrpr {
  margin-bottom: 55px;
  padding-right: 5px;
}

.setting-rightside .account-info-wrpr .plus-icon {
  position: relative;
  width: 20px;
  height: 20px;
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: 0px -78px;
  display: inline-block;
  top: 4px;
}

.account-desc-wrpr {
  margin: 30px 0px;
}

.account-info-card {
  margin-top: 16px;
  border-radius: 12px;
  padding: 22px;
}

.accunt-clinic-card {
  box-shadow: 0px 19px 47px #eef0ff;
  border-radius: 12px;
  padding: 22px;
  margin-top: 15px;
}

.accunt-clinic-card .clinic-details-wrpr {
  gap: 10px;
}

.accunt-clinic-card .clinic-details-wrpr .clinic-img-blk {
  flex: 0 0 84px;
}
.clinic-info-wrpr {
  display: flex;
  gap: 20px;
  flex-direction: row;
}
.accunt-clinic-card .clinic-details-wrpr .clinic-img-blk .p-img-wrpr {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  overflow: hidden;
}

.accunt-clinic-card .clinic-details-wrpr .clinic-img-blk .p-img-wrpr .p-img {
  height: 100%;
  width: 100%;
}

.accunt-clinic-card .clinic-details-wrpr .clinic-details {
  flex: 1 1 auto;
  position: relative;
}

.accunt-clinic-card .clinic-details-wrpr .clinic-details .clinic-type {
  width: fit-content;
  background: #fffaf1;
  border-radius: 5px;
  padding: 3px 10px;
  margin-bottom: 10px;
  color: #f2af44;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
}

.clinic-card-btns {
  gap: 40px;
}

.clinic-status-wrpr {
  width: 66px;
  height: 27px;
  position: absolute;
  top: 0;
  right: 0;
}

.clinic-status-wrpr .clinic-status {
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  position: relative;
}

.clinic-status-wrpr .radio__span {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: #bdbfd1;
  transition: 0.3s;
  z-index: 11;
}

.clinic-status-wrpr .clinic-check {
  width: 17px;
  height: 17px;
  position: relative;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  z-index: 11;
}

.clinic-status-wrpr .clinic-check::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../images/icons/check-mark.svg) no-repeat;
  width: 17px;
  height: 17px;
  background-size: 10px;
  background-position: 3px -8px;
}

.clinic-status-wrpr .radio__toggle {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  vertical-align: top;
  outline: none;
  appearance: none;
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
  border: none;
  box-sizing: border-box;
  border-radius: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  left: 0px;
  top: 0px;
}

.clinic-status-wrpr .radio__toggle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  border-radius: 48px;
  z-index: 0;
}

.clinic-status-wrpr .radio__toggle:checked:before {
  background-color: #55ac5d;
}

.clinic-status-wrpr .radio__toggle:checked + .clinic-check {
  background-color: #71cb79;
}

.clinic-status-wrpr .radio__toggle:checked + .clinic-check:before {
  background-position: 3px 4px;
}

.clinic-status-wrpr .radio__toggle:checked + .clinic-check + .radio__span {
  color: #ffffff;
}

.modal-clinic-body .main-title,
.modal-clinic-body .subtitle {
  display: none;
}

.modal-clinic-body .work-h-blk .btn-white {
  padding: 16px;
  text-align: left;
  font-size: 14px;
  min-width: 190px;
}

.form-row .phone-profile-wrpr {
  position: relative;
  width: 100%;
}

.form-row .phone-profile-wrpr .form-in {
  width: 100%;
  margin-bottom: 5px;
}

.form-row .phone-profile-wrpr .change-email {
  font-size: 12px;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  top: 40px;
  right: 4px;
}

.plan-feature-list {
  padding-left: 20px;
  list-style-type: none;
}

.plan-feature-list li {
  margin-bottom: 5px;
}

.plan-feature-list .feature-check,
.plan-feature-list .feature-times {
  width: 17px;
  height: 17px;
  position: relative;
  background: #eaf3eb;
  border-radius: 50px;
  overflow: hidden;
  z-index: 11;
}

.plan-feature-list .feature-check::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -25px;
  background: url(../images/icons/check-mark-active.svg) no-repeat;
  width: 17px;
  height: 17px;
  background-size: 10px;
  background-position: 3px -9px;
  background-color: #eaf3eb;
  border-radius: 50px;
}

.plan-feature-list .feature-times::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -25px;
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: -112px -29px;
  width: 17px;
  height: 17px;
  background-color: #eadbda;
  /* transform: scale(0.7); */
  border-radius: 50px;
}

.reschedule-uppr-card {
  background: #fbfbfb;
  border: 1px solid #f3f3f3;
  border-radius: 20px;
  padding: 16px;
}

.reschedule-uppr-card .owner-card {
  background: transparent;
}

.reschedule-uppr-card .owner-card .p-details-wrpr {
  padding-left: 8px;
  border-left: 1px solid #eaebec;
  margin-left: 8px;
}

.reschedule-uppr-card .owner-card .patient-details {
  margin-bottom: 8px;
}

.reschedule-uppr-card .history-date-block {
  gap: 20px;
}

.reschedule-uppr-card .history-date-block > p {
  position: relative;
}

.reschedule-uppr-card .history-date-block > p:nth-child(1):before,
.reschedule-uppr-card .history-date-block > p:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: #eaebec;
}

.reschedule-uppr-card .history-date-block > p span {
  margin-right: 8px;
}

.reschedule-uppr-card .confirmation-status {
  position: relative;
  padding-left: 15px;
}

.reschedule-uppr-card .confirmation-status:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0px;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: green;
}

.reschedule-uppr-card .owner-card-outer {
  margin-top: 20px;
}

.reschedule-uppr-card .owner-card-outer .owner-main-outer {
  border: 1px solid #f2f2f2;
  border-radius: 14px;
  padding: 16px;
  margin-top: 8px;
}

.reschedule-uppr-card .owner-card-outer .owner-main-outer .p-img-wrpr {
  border: 1px solid #8b8d9d;
}

.available-main-block {
  margin-top: 33px;
  padding-bottom: 20px;
}

.available-main-block .slot-head {
  font-size: 16px;
  margin-bottom: 25px;
}

.available-main-block .slot-day-wrpr .form-in {
  min-width: 170px;
}

.ftr-btn-wrpr {
  position: sticky;
  bottom: 0px;
  padding: 30px 10px 0px;
  margin-bottom: -10px;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.appt-status {
  background: #f2af44;
  border-radius: 6px;
  padding: 4px 8px;
  color: #fff;
  font-weight: 700;
}

.form-in.input-disabled .flag-dropdown {
  background-color: transparent !important;
}

.upload-as .radio-block-wrpr .radio-block .radio-container {
  padding: 18px;
  background: #fbfbfb;
  border: 1px solid #eaebec;
  border-radius: 16px;
  margin-bottom: 18px;
}

.upload-as .radio-block-wrpr .radio-block .radio-container.active {
  background: #f4fff5;
  border: 1px solid #e7f6e9;
}

.upload-as .radio-block-wrpr .radio-block .radio-container .form-control {
  width: 100%;
  height: 100%;
}

.react-tagsinput-tag {
  color: #1d1e27 !important;
  border-radius: 10px !important;
  background-color: #fffaf1 !important;
  border: 1px solid #eee8dd !important;
}

.react-tagsinput--focused {
  border-color: #108a61 !important;
}

.blog-tables-wrpr {
  height: 100%;
  overflow: auto;
}

.noti-list-wrpr .invitation-wrpr {
  margin-bottom: 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.noti-list-wrpr .invitation-wrpr .img-name-wrpr {
  margin-bottom: 0px;
}

.noti-list-wrpr .invitation-wrpr .img-name-wrpr .inivite-content {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #212121;
}

.noti-list-wrpr .invitation-wrpr .hospital-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff6f1;
  border-radius: 8px;
}

.noti-list-wrpr .invitation-wrpr .hospital-img .notification-menu-icon {
  background: url(../images/Notification.svg) no-repeat;
  background-position: center;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  right: 0;
  height: 100%;
  background-size: 18px;
}

.noti-list-wrpr .invitation-wrpr .notification-time {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  color: #7f83a4;
  white-space: pre;
  word-break: keep-all;
}

.clinic-links {
  gap: 38px;
}

.clinic-links .link {
  position: relative;
}

.clinic-links .link:has(.edit-icon) {
  display: flex;
  align-items: center;
}

.clinic-links .link:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -19px;
  width: 1px;
  height: 100%;
  background: #bdbfd1;
}

.clinic-links .link:last-child::after {
  display: none;
}


.invite-setting-wrp {
  margin-top: 16px;
}

.invite-setting-wrp .invitation-wrpr {
  background-color: white;
  margin-bottom: 20px;
}

.invite-setting-wrp .invitation-wrpr .sm {
  padding: 10px 38px;
}

.contact-tab {
  margin-top: 16px;
}

.privacy-policy-modal .modal-body {
  overflow: auto;
  height: 100%;
  max-height: unset;
}

.privacy-policy-modal .modal-body .dash-inner-container {
  max-height: unset;
}

.text-green-light {
  color: #90a392;
}

.report-tabs {
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.report-tabs .report-tab .report-tab-link {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: #8b8d9d;
  transition: all 0.2s ease;
}

.report-tabs .report-tab .report-tab-link.active {
  background: #108a61;
  color: white;
  transition: all 0.2s ease;
}

.report-form-wrpr {
  padding: 28px;
  border-radius: 12px;
}

.report-form-wrpr .img-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.report-form-wrpr .upload-image {
  position: relative;
}

.report-form-wrpr .upload-image .img-figure {
  border-radius: 11px;
  margin-right: 0px;
}

.report-form-wrpr .upload-image .close-btn {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaebec;
}

.report-form-wrpr .upload-image .close-btn .close-icon {
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: -113px 1px;
  width: 20px;
  height: 20px;
  transform: scale(0.7);
}

.report-img-block {
  position: relative;
  margin-top: 20px;
  width: fit-content;
}

.report-img-block .report-img-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  height: 100%;
}

.report-img-block .report-img-text .plus-icon {
  background-position: 2px -52px;
}

.report-img-block .image-loader {
  left: 120%;
  width: fit-content;
}

.privacy-policy-modal .modal-header h3 {
  padding-top: 30px;
}

.doc-card-wrpr .document-card {
  padding: 6px;
}

.doc-card-wrpr .document-card .document-icon {
  width: 16px;
}

.doc-card-wrpr .document-card .document-name {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  justify-content: start;
  white-space: nowrap;
  font-size: 10px;
}

.multiple-upload {
  margin-top: 10px;
}

.rating-wrpr {
  border-radius: 20px;
  margin-top: 16px;
  padding: 36px 26px;
}

.rating-wrpr .rateus-title {
  margin: 14px 0px;
}

.rate-emoji-wrpr {
  margin: 35px 0px;
}

.rate-emoji-wrpr .rate-emoji-card {
  background: #fbfbfb;
  border-radius: 24px;
  width: 157px;
  height: 157px;
  cursor: pointer;
}

.rate-emoji-wrpr .rate-emoji-card .emoji-name {
  margin-top: 12px;
}

.rate-emoji-wrpr .rate-emoji-card.active {
  background: #ffefe6;
}

.rate-emoji-wrpr .rate-emoji-card.active .emoji-name {
  color: #1d1e27;
}

.rate-emoji-wrpr .rate-emoji-card.emoji-error {
  border: 1px solid rgba(210, 57, 45, 0.3);
}

.rating-view-card {
  background: #fff6f1;
  border-radius: 16px;
  padding: 14px;
  margin-top: 10px;
  gap: 6px;
}

.rating-view-card .rating-reaction {
  width: 54px;
  height: 54px;
}

.rating-view-card .rating-reaction .reaction-img {
  width: 100%;
}

.rating-view-card .rating-head {
  margin-bottom: 6px;
}

.rate-thank-modal .modal-dialog {
  max-width: 386px;
}

.rate-thank-modal .modal-dialog .modal-header {
  padding: 0px;
}

.rate-thank-modal .modal-dialog .modal-body {
  height: 100%;
}

.rate-thank-modal .rating-reaction {
  width: 114px;
  height: 114px;
  margin-bottom: 12px;
  margin: 0 auto;
}

.rate-thank-modal .rating-reaction .reaction-img {
  width: 100%;
}

.rate-thank-modal .reaction-title {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 22px;
}

.rate-thank-modal .thank-btn {
  margin-top: 37px;
}

.rating-modal .rate-emoji-card {
  width: 120px;
  height: 120px;
}

.rating-modal .modal-dialog .modal-header {
  padding: 0px;
}

.rating-modal .modal-dialog .modal-body {
  max-height: 100%;
}

.rating-modal .modal-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.rate-emoji-error {
  position: relative;
}

.rate-emoji-error .emoji-error {
  background: rgba(210, 57, 45, 0.05);
}

.rate-emoji-error .error {
  bottom: -24px;
  top: auto;
}

.card-plan-btn-wrpr {
  gap: 12px;
}

.text-btn {
  text-decoration: underline;
}

.current-plan-card {
  background: #f2fff3;
  border: 1px solid #dbf6dd;
  border-radius: 18px;
  padding: 22px;
  margin-top: 22px;
  margin-bottom: 32px;
}

.current-plan-card .current-plan-details {
  flex: 0 0 85%;
}

.current-plan-card .current-plan-date {
  flex: 0 0 auto;
}

.current-plan-card.expired-plan {
  background: #fff6f5;
  border: 1px solid #f4e4e3;
}

.current-plan-card.expired-plan .current-plan-date .text-dark {
  color: #d2392d !important;
}

.current-plan-card.expired-plan .current-plan-date .text-grey-800 {
  color: #8b8d9d !important;
}

.current-plan-card.expired-plan .subscription-content ul li:before {
  background-color: #d2392d;
}

.plan-status {
  background: #ffd339;
  border-radius: 27px;
  padding: 4px 12px;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.01em;
  color: #1d1e27;
}

.plan-price {
  font-size: 48px;
  line-height: 60.48px;
  margin-top: 9px;
}

.plan-price .plan-frequency {
  font-size: 24px;
}

.plan-listing {
  gap: 12px;
  flex-wrap: wrap;
}

.plan-listing .plan-list-item {
  white-space: pre;
  word-break: keep-all;
  font-size: 14px;
  font-weight: 600;
}

.plan-listing .plan-list-item .plan-icon {
  display: inline-block;
  margin-right: 4px;
}

.current-plan-wrpr {
  padding: 22px 18px;
  border-radius: 20px;
  height: 100%;
  overflow: auto;
}

.transection-history-wrpr {
  padding: 22px 18px;
  border-radius: 20px;
  height: 100%;
  overflow: auto;
}

.all-plans {
  gap: 16px;
  margin-top: 100px;
}

.plan-card {
  padding: 50px 24px 26px;
  background: #f8f8f8;
  border: 1px solid #f3f3f3;
  border-radius: 28px;
}

.plan-card .plan-name {
  font-size: 22px;
  margin-bottom: 10px;
}

.plan-card .plan-bottom-block {
  margin-top: 54px;
}

.plan-card.active {
  background: linear-gradient(109.75deg, #0e9668 1.95%, #087850 92.78%);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  border-color: #108a61;
  transform: translateY(-60px);
  padding-top: 14px;
}

.plan-card.active .plan-status {
  margin-bottom: 14px;
  padding: 6px 12px;
}

.plan-card.active .plan-top-block *,
.plan-card.active .plan-center-block * {
  color: white !important;
}

.plan-card.active .btn-white {
  border: none;
}

.transection-card {
  background: #fbfbfb;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 20px 18px;
}

.transection-card .plan-price {
  font-size: 20px;
  margin-bottom: 14px;
}

.transection-card .plan-price .plan-frequency {
  font-size: 12px;
}

.remove-link {
  color: #d2392d;
}

.payemnt-card-wrpr {
  background: #ffffff;
  border: 1px solid #eaebec;
  border-radius: 20px;
  padding: 24px;
  margin-bottom: 23px;
  position: relative;
}

.payemnt-card-wrpr.active {
  background: #f4fff5;
  border: 1px solid #ebf7ec;
}

.payemnt-card-wrpr:has(.input-card-radio:checked) {
  background: #f4fff5;
  border: 1px solid #ebf7ec;
}

.payemnt-card-wrpr .input-card-radio {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

.payemnt-card-wrpr .input-card-radio:checked ~ .lable-card-radio::before {
  background: #108a61;
  border-color: #108a61;
}

.card-wrpr {
  margin-top: 24px;
}

.lable-card-radio {
  font-size: 13px;
  padding: 5px;
  padding-left: 30px;
  text-align: left;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px 5px;
  position: relative;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  color: #1d1e27;
  width: 25px;
  height: 25px;
}

.lable-card-radio::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  background: white;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.lable-card-radio:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  text-align: center;
  background: white;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.tutorial-modal {
  max-width: 500px;
  margin: auto;
}

.tutorial-modal .modal-dialog {
  padding: 0;
  overflow: hidden;
}

.add-clinic-modal.plan-modal .modal-dialog {
  max-width: 500px;
}

.add-clinic-modal .card-wrpr .form-in label {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8b8d9d;
  margin-bottom: 8px;
  display: block;
}

.current-plan-details .plan-name {
  display: flex;
  align-items: center;
  gap: 9px;
}

.subscription-content ul {
  display: flex;
  gap: 12px;
}

.subscription-content ul li {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: -0.01em;
  color: #484951;
}

.subscription-content ul li:before {
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  left: 0px;
  background-color: #108a61;
  border-radius: 50px;
  top: 5px;
}

.plan-description ul li {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.02em;
  color: #484951;
  position: relative;
  padding-left: 20px;
}

.plan-description ul li:before {
  width: 7px;
  height: 7px;
  content: "";
  position: absolute;
  left: 0px;
  background-color: #108a61;
  border-radius: 50px;
  top: 5px;
}

.current-plan-wrpr .all-plans .plan-card.active .plan-description ul li:before {
  background-color: #fff;
}

.details-modal-wrpr .patient-details-wrpr {
  flex: 0 0 55%;
}

.medication-form-container .form-in {
  margin-bottom: 10px;
}

.medication-form-container .form-in.price {
  text-align: right;
  max-width: 150px;
}

.medication-form-container .radio-container .form-control {
  height: auto;
}

.medication-form-container .dash-main-container {
  margin-bottom: 30px;
}

.medication-form-container .total-card {
  background: #f8f9ff;
  border: 1px solid #eaebec;
  border-radius: 10px;
  padding: 16px;
  min-width: 285px;
}

.form-white-wrpr {
  border-radius: 22px;
  padding: 16px;
  margin-top: 14px;
}

.form-white-accordion-wrpr {
  border-radius: 22px;
  padding: 6px;
  margin-top: 14px;
}

.form-white-wrpr.ag-content {
  border-radius: 22px;
  padding: 0px !important;
  margin-top: 14px;
  border: 1px solid #eaebec;
}

.vital-block .form-white-wrpr {
  padding-left: 16px;
  padding-right: 16px;
}

.vital-block .form-row {
  flex-wrap: wrap;
}

.vital-block .form-in {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0px;
  width: auto;
}

.vital-block .form-in .f-label {
  margin-bottom: 0px;
  color: #1d1e27;
}

.vital-block .form-in .form-control {
  padding: 10px 9px;
  max-width: 76px;
  width: 76px;
}

.vital-block .form-in .f-in {
  display: flex;
  align-items: center;
}

.vital-block .weight-in-wrpr {
  flex: 0 0 175px;
  margin-bottom: 0px;
}

.vital-block .weight-in-wrpr .weight-unit {
  transform: scale(0.7);
  right: -4px;
}

.vital-block .weight-in-wrpr .form-control {
  max-width: unset;
  width: 100%;
}

.vital-block .units {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  color: #8b8d9d;
  margin-left: 6px;
  word-break: keep-all;
  white-space: pre;
}

.vital-block .bp-block {
  display: flex;
  align-items: center;
}

.appoint-info {
  border-bottom: 1px solid #eaebec;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.patient-radio .radio-block-wrpr {
  justify-content: flex-start;
}

.patient-radio .radio-block-wrpr .radio-block {
  width: auto;
}

.upload-file-text {
  position: relative;
}

.upload-file-text .upload-file {
  position: absolute;
  top: 0;
  left: -90px;
  width: 260%;
  cursor: pointer;
  opacity: 0;
}

.upload-file-text .upload-link {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.45;
  text-decoration-line: underline;
  color: #108a61;
}

.add-delete-action {
  gap: 6px;
}

.add-delete-action .action-btn {
  border-radius: 54px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  cursor: pointer;
}

.add-delete-action .action-btn:focus-visible,
.add-delete-action .action-btn:focus,
.add-delete-action .action-btn:focus-within {
  outline: none;
}

.add-delete-action .action-btn.delete {
  background: #fff0ee;
  border: 1px solid #fbe8e6;
}

.add-delete-action .action-btn.delete .delete-icon {
  width: 24px;
  height: 24px;
  background: url(../images/icons/delete-plus.svg) no-repeat;
  background-position: 5px 6px;
  display: inline-flex;
}

.add-delete-action .action-btn.add {
  background: #f4fff5;
  border: 1px solid #e0f4e3;
}

.add-delete-action .action-btn.add .plus-icon {
  width: 24px;
  height: 24px;
  background: url(../images/icons/delete-plus.svg) no-repeat;
  background-position: -22.4px 9px;
  display: inline-flex;
}

.add-delete-action .action-btn.add .check-icon {
  width: 24px;
  height: 24px;
  background: url(../images/icons/check-mark-active.svg) no-repeat;
  background-position: 3px -9px;
  display: inline-flex;
  position: absolute;
  top: 2px;
  left: 3px;
  background-size: 47%;
}

.three-col {
  justify-content: space-between;
}

.three-col .dash-main-container {
  flex: 0 0 32%;
}

.form-white-inner {
  margin-bottom: 12px;
}

.form-white-inner .dash-title {
  margin-bottom: 8px;
}

.medication-form-container {
  position: relative;
  max-height: calc(100vh - 163px);
  overflow: auto;
}

.medication-footer {
  position: sticky;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background: #f4fff5;
  border: 1px solid #108a61;
  border-radius: 14px; */
  /* margin-top: 24px; */
}

/* Customised AG-Grid stylings */
.ag-theme-quartz {
  --ag-active-color: #138a61 !important;
  /* Set your desired green color */
  --ag-border-radius: 22px !important;
  --ag-wrapper-border-radius: 22px !important;
}

.ag-root-wrapper {
  border-radius: 22px !important;
}

.ag-theme-quartz.no-border .ag-content .ag-root-wrapper {
  border: none;
  border-radius: 22px;
}

/* Apply border-radius to the overall grid container */
.ag-theme-quartz .ag-root {
  border-radius: 22px;
  /* Customize border-radius for the grid container */
  overflow: hidden;
  /* Ensure content stays within rounded corners */
}

/* Apply border-radius to the header */
.ag-theme-quartz .ag-header {
  border-radius: 22px 22px 0 0;
  /* Rounded top corners */
}

.ag-theme-quartz .ag-header-cell,
.ag-theme-quartz .ag-cell {
  border-right: 1px solid #d3d3d3;
  /* Adjust the color and width as needed */
}

.ag-theme-quartz .ag-row .ag-cell {
  border-right: 1px solid #d3d3d3;
  /* Ensure the body cells have the border */
}

.ag-cell-value {
  line-height: 20px;
}

.ag-theme-quartz .ag-header-cell:last-child,
.ag-theme-quartz .ag-row .ag-cell:last-child {
  border-right: none;
  /* Remove the border from the last column */
}

.ag-theme-quartz .ag-header-cell-resize {
  width: 0 !important;
  visibility: hidden !important;
}

/* Apply background color to header */
.ag-theme-quartz .ag-header-cell {
  background-color: #f9f9f9;
  /* Example header background color */
}

.ag-cell.ag-cell-not-inline-editing.disabled {
  background-color: #f9f9f9;
  opacity: 1 !important;
}

.ag-cell.ag-cell-not-inline-editing.total {
  color: #000;
  font-weight: 700;
  opacity: 1 !important;
}

.totle-price-wrpr {
  text-align: center;
  background: #f4fff5;
  border: 1px solid #108a61;
  border-radius: 14px;
  padding: 20px 10px;
  margin: 20px 0px;
}

.ag-header-cell-text {
  color: #8a8e9d;
}

/* Customize the checkbox container */
.ag-checkbox-wrapper {
  display: flex;
  align-items: center;
}

/* Customize the checkbox input */
.ag-checkbox-input {
  -webkit-appearance: none;
  /* Remove default appearance */
  -moz-appearance: none;
  /* Remove default appearance */
  appearance: none;
  /* Remove default appearance */
  width: 16px;
  /* Adjust size */
  height: 16px;
  /* Adjust size */
  border: 2px solid #138a61 !important;
  /* Green border */
  border-radius: 3px;
  /* Rounded corners */
  background-color: #ffffff;
  /* White background for unchecked state */
  cursor: pointer;
  /* Pointer cursor */
  position: relative;
  /* Position for checkmark */
}

/* Style for checked state */
.ag-checkbox-input:checked {
  background-color: #138a61 !important;
  /* Green background for checked state */
  border-color: #138a61 !important;
  /* Green border */
}

/* Checkmark styling */
.ag-checkbox-input:checked::after {
  content: "";
  /* Empty content for pseudo-element */
  position: absolute;
  /* Position within the checkbox */
  left: 4px;
  /* Adjust position */
  top: 8px;
  /* Adjust position */
  width: 6px;
  /* Checkmark width */
  height: 12px;
  /* Checkmark height */
  border: solid white;
  /* White checkmark */
  border-width: 0 2px 2px 0;
  /* Checkmark border configuration */
  transform: rotate(45deg);
  /* Rotate to form a checkmark */
}

.ag-cell-inline-editing {
  border-radius: 0px !important;
}

.ag-picker-field-wrapper {
  border-radius: 0px !important;
  border-width: 0px !important;
}

.ag-theme-quartz input[class^="ag-"]:not([type]),
.ag-theme-quartz input[class^="ag-"][type="text"],
.ag-theme-quartz input[class^="ag-"][type="number"],
.ag-theme-quartz input[class^="ag-"][type="tel"],
.ag-theme-quartz input[class^="ag-"][type="date"],
.ag-theme-quartz input[class^="ag-"][type="datetime-local"],
.ag-theme-quartz textarea[class^="ag-"],
.ag-theme-quartz-dark input[class^="ag-"]:not([type]),
.ag-theme-quartz-dark input[class^="ag-"][type="text"],
.ag-theme-quartz-dark input[class^="ag-"][type="number"],
.ag-theme-quartz-dark input[class^="ag-"][type="tel"],
.ag-theme-quartz-dark input[class^="ag-"][type="date"],
.ag-theme-quartz-dark input[class^="ag-"][type="datetime-local"],
.ag-theme-quartz-dark textarea[class^="ag-"],
.ag-theme-quartz-auto-dark input[class^="ag-"]:not([type]),
.ag-theme-quartz-auto-dark input[class^="ag-"][type="text"],
.ag-theme-quartz-auto-dark input[class^="ag-"][type="number"],
.ag-theme-quartz-auto-dark input[class^="ag-"][type="tel"],
.ag-theme-quartz-auto-dark input[class^="ag-"][type="date"],
.ag-theme-quartz-auto-dark input[class^="ag-"][type="datetime-local"],
.ag-theme-quartz-auto-dark textarea[class^="ag-"] {
  border-radius: 0px !important;
  border-width: 0px !important;
}

.custom-footer {
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.ag-theme-quartz .ag-layout-auto-height .ag-center-cols-viewport,
.ag-theme-quartz .ag-layout-auto-height .ag-center-cols-container,
.ag-theme-quartz .ag-layout-print .ag-center-cols-viewport,
.ag-theme-quartz .ag-layout-print .ag-center-cols-container,
.ag-theme-quartz-dark .ag-layout-auto-height .ag-center-cols-viewport,
.ag-theme-quartz-dark .ag-layout-auto-height .ag-center-cols-container,
.ag-theme-quartz-dark .ag-layout-print .ag-center-cols-viewport,
.ag-theme-quartz-dark .ag-layout-print .ag-center-cols-container,
.ag-theme-quartz-auto-dark .ag-layout-auto-height .ag-center-cols-viewport,
.ag-theme-quartz-auto-dark .ag-layout-auto-height .ag-center-cols-container,
.ag-theme-quartz-auto-dark .ag-layout-print .ag-center-cols-viewport,
.ag-theme-quartz-auto-dark .ag-layout-print .ag-center-cols-container {
  min-height: unset !important;
}

/* End of Customised AG-Grid stylings */
.details-modal-wrpr .accordion-wrpr .accordion-button:after {
  top: 18px;
}

.accordion-wrpr {
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #eaebec;
  border-radius: 12px;
  padding: 16px;
  position: relative;
  margin-top: 18px;
}

.accordion-wrpr .patient-modal-header {
  line-height: 0px;
}

.accordion-wrpr .accordion-button {
  background: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
  width: 100%;
}

.accordion-wrpr .accordion-button:after {
  content: "";
  position: absolute;
  top: 10px !important;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url(/images/icons/spriti-img.svg);
  background-repeat: no-repeat;
  background-position: 3px 2px;
}

.accordion-wrpr .accordion-button.collapsed:after {
  content: "";
  position: absolute;
  top: 24px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url(/images/icons/spriti-img.svg);
  background-repeat: no-repeat;
  background-position: 3px 2px;
  transform: rotate(180deg);
}

.accordion-wrpr .year-number {
  margin-right: 5px;
}

.accordion-wrpr .left-head {
  text-align: left;
}

.accordion-wrpr .right-head {
  position: absolute;
  top: 12px;
  right: 60px;
  width: fit-content;
}

.accordion-wrpr .left-arrow,
.accordion-wrpr .right-arrow {
  width: 20px;
  height: 20px;
  background: url(/images/icons/dash-icons.svg) no-repeat;
  background-position: -69px -73px;
}

.accordion-wrpr .left-arrow {
  transform: rotate(180deg);
}

.accordion-wrpr .accord-record {
  width: 200px;
  margin-left: 8px;
}

.accordion-wrpr .accord-record .form-in {
  margin-bottom: 0px;
}

.accordion-wrpr .accord-record .form-in .css-319lph-ValueContainer,
.accordion-wrpr .accord-record .form-in .css-1s2u09g-control,
.accordion-wrpr .accord-record .form-in .css-1pahdxg-control {
  min-width: unset;
  width: 100%;
}

/* .accordion-wrpr .no-icon.accordion-header .accordion-button:after {
  content: "";
}
.accordion-wrpr .no-icon.accordion-header .accordion-button.collapsed:after {
  content: "";
} */
.no-icon.accordion-header {
  padding-left: 12px !important;
}

.other-med-service-item {
  width: 100%;
  padding: 0px 16px 16px 16px;
  background-color: #f1f1f1;
  border-radius: 22px;
}

.other-patient-type-item {
  width: 100%;
  padding: 0px 5px 15px 5px;
  background-color: #f1f1f1;
  border-radius: 22px;
}

.rounded-muted-card {
  background-color: #f1f1f1 !important;
  border-radius: 22px;
}

.other-med-service-item .accordion-wrpr {
  padding: 0px;
  border: none;
  background-color: #f1f1f1;
}

.other-patient-type-item .accordion-wrpr {
  padding: 0px;
  border: none;
  background-color: #f1f1f1;
}

.other-med-service-item .other-med-service-body {
  padding: 10px 0px;
}

.other-patient-type-item .other-patient-type-body {
  padding: 5px 0px;
}

.search-overlay-medication {
  position: absolute;
  background-color: white;
  border: none !important;
  max-height: 250px;
  overflow-y: auto;
  z-index: 1000;
  border-radius: 14px;
  min-width: 150px;
  box-shadow: 0px 10px 20px 0px rgba(10, 80, 57, 0.2);
}

.result-item {
  padding: 8px;
  cursor: pointer;
}

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

.react-datetime-picker__inputGroup {
  width: 100%;
}

.caret::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 16px;
  width: 20px;
  height: 20px;
  background-image: url(/images/icons/spriti-img.svg);
  background-repeat: no-repeat;
  background-position: 3px 2px;
}

.upload-csv-btn {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 20px;
}

.btn-upload-csv {
  display: flex;
  min-width: 170px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 30px;
  background: white;
  color: #108a61;
  box-shadow: none;
  transition: all ease 250ms;
  transition: text-indent ease 0ms;
  line-height: 1.2;
  border-radius: 10px;
  outline: none !important;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  letter-spacing: -0.01em;
  border: 1px solid #eaebec;
}

.form-row.form-full .form-in {
  width: 100%;
}

.csv-header {
  margin-bottom: 20px;
  padding-left: 20px;
}

.csv-close-icon {
  position: absolute;
  margin-bottom: 20px;
  top: 26px;
  right: 32px;
  width: 20px;
  height: 20px;
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: -112px 3px;
  border: none;
  cursor: pointer;
}

.record-alert {
  margin: 10px 0px;
  /* width: fit-content; */
  background: #fffaf1;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 10px;
  color: #f2af44;
  font-weight: 700;
  font-size: 14px;
  line-height: 12px;
}

.cancel-icon {
  /* position: absolute;
  bottom: 102px;
  right: 26px; */
  /* width: 20px;
  height: 20px; */
  background: url(/images/icons/spriti-img.svg) no-repeat;
  background-position: -112px 3px;
  border: none;
  cursor: pointer;
}

.upload-csv-modal-body {
  padding: 100px;
  border: 2px dashed #bdbfd1;
  border-radius: 2%;
  text-align: center;
}

.outer-progress-bar {
  width: 95%;
  background-color: #e6e6e6;
  border-radius: 3px;
  margin-top: 10px;
}

.inside-progress-bar {
  background-color: #108a61;
  height: 3px;
  border-radius: 3px;
}

/* Customised AG-Grid stylings */

.sym-accordion-wrpr .sym-header .accordion-button {
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 12px 22px 6px;
  background: #f8f9ff;
  cursor: pointer;
}

.sym-accordion-wrpr .sym-header .accordion-button .chevron-icon {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  border-left: 1px solid #e3e6f8;
}

.sym-accordion-wrpr .sym-header .accordion-button .chevron-icon .down {
  display: none;
}

.sym-accordion-wrpr .sym-header .accordion-button .chevron-icon .up {
  display: block;
}

.sym-accordion-wrpr .sym-header .accordion-button.collapsed {
  background: #fbfbfb;
  border-bottom: 1px solid #eaebec;
}

.sym-accordion-wrpr .sym-header .accordion-button.collapsed .chevron-icon .up {
  display: none;
}

.sym-accordion-wrpr
  .sym-header
  .accordion-button.collapsed
  .chevron-icon
  .down {
  display: block;
}

.sym-accordion-wrpr .sym-header .sym-header-text {
  color: #1e4df3;
}

.sym-accordion-wrpr .sym-body {
  padding: 0px 22px;
  background: #f8f9ff;
}

.sym-accordion-wrpr .sym-content-row {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e3e6f8;
  border-radius: 10px;
  padding: 13px 16px;
  justify-content: space-between;
  margin-bottom: 8px;
}

.sym-accordion-wrpr .sym-content-row .sym-content {
  width: 50%;
  border-right: 1px solid #e3e6f8;
}

.sym-accordion-wrpr .sym-content-row .dia-content {
  width: 50%;
  padding-left: 21px;
}

.sym-accordion-wrpr .medi-content-row {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e3e6f8;
  border-radius: 10px;
  padding: 13px 16px;
  justify-content: flex-start;
  margin-bottom: 6px;
}

.sym-accordion-wrpr .medi-content-row .checkbox-wrpr {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  border-right: 1px solid #e3e6f8;
  padding: 0px 14px;
}

.sym-accordion-wrpr .medi-content-row .medi-detail {
  max-width: 180px;
  border-right: 1px solid #e3e6f8;
  padding: 0px 14px;
}

.sym-accordion-wrpr .medi-content-row .qty-wrpr {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  border-right: 1px solid #e3e6f8;
  padding: 0px 14px;
}

.sym-accordion-wrpr .medi-content-row .dispense-wrpr {
  width: 100px;
  min-width: 80px;
  max-width: 100px;
  border-right: 1px solid #e3e6f8;
  padding: 0px 14px;
}

.sym-accordion-wrpr .medi-content-row .medi-desc {
  flex: 1;
  padding-left: 14px;
}

.add-symptom-modal .modal-header {
  padding-bottom: 16px;
}

.add-symptom-modal .modal-body {
  max-height: calc(100vh - 190px);
  border-top: 1px solid #eaebec;
  margin: 0px -32px;
  padding-right: 0px;
}

.text-danger {
  color: #d2392d;
}

.text-success {
  color: #55ac5d;
}

.ag-body-viewport-wrapper.ag-layout-normal {
  overflow-x: scroll;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/*# sourceMappingURL=style.css.map */
