:root {
  --myc-grey: #9e9e9e;
  --myc-dark: #323e48;
  --myc-gray-dark: #616161;
  --myc-gray-light: #d7d7d7;
  --myc-blue: #01bdc3;
  --myc-primary: #01bdc3;
  --myc-primary-focus: #d8f3f4;
  --myc-blue-light: #d8f3f4;
  --myc-pink: #fc3868;
  --text-color-rgb: 50, 62, 72;
  --scroll-color: #c1c1c1;
  --scroll-color-hover: #969696;
  --shadow-color: 0deg 0% 40%;
  --pale-blue: #CEF1F2;
  --pale-indigo: #B2B9E1;
  --pale-green: #B7DFB9;
  --pale-brown: #C9BBB6;
  --pale-purple: #D7A9DF;
  --pale-red: #FBB4AF;
  --pale-orange: #FFBCA7;
  --pale-yellow: #FFF7B1;
  --border-radius: 5px;
  --myc-transition: .2s ease-in-out;
  --myc-spacing: 1rem;
  --myc-icon-checkbox: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-minus: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-date: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-time: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
  --myc-icon-search: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");
  --myc-icon-close: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

.fc-today-button {
  border: 0;
  border-radius: 2px;
}

.fc-toolbar.fc-header-toolbar {
  margin: 0;
  padding: 0 16px;
}
.fc-toolbar.fc-header-toolbar h2 {
  color: #616161;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: 64px;
  margin-left: 8px;
}
.fc-toolbar.fc-header-toolbar .fc-button {
  background: #fff;
  border: 0;
  box-shadow: none;
  height: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  float: left;
  text-shadow: none;
  padding: 0 12px;
}
.fc-toolbar.fc-header-toolbar .fc-button.fc-myprev-button, .fc-toolbar.fc-header-toolbar .fc-button.fc-mynext-button, .fc-toolbar.fc-header-toolbar .fc-button.fc-prev-button, .fc-toolbar.fc-header-toolbar .fc-button.fc-next-button {
  margin-top: 12px;
}
.fc-toolbar.fc-header-toolbar .fc-button.fc-state-active {
  background-color: #01bdc3;
  color: #fff;
  font-weight: 500;
}
.fc-toolbar.fc-header-toolbar .fc-left .fc-button {
  margin-right: 8px;
}
.fc-toolbar.fc-header-toolbar .fc-right .fc-button {
  margin-left: 8px;
}

.fc .fc-button.fc-myprev-button span,
.fc .fc-button.fc-mynext-button span,
.fc .fc-button.fc-prev-button span,
.fc .fc-button.fc-next-button span,
.fc-icon span {
  display: none;
}

.fc-myprev-button::before,
.fc-prev-button::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%2224%22%20viewBox%3D%220%200%20192%20512%22%3E%3C%21--%20Font%20Awesome%20Pro%205.15.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20--%3E%3Cpath%20d%3D%22M25.1%20247.5l117.8-116c4.7-4.7%2012.3-4.7%2017%200l7.1%207.1c4.7%204.7%204.7%2012.3%200%2017L64.7%20256l102.2%20100.4c4.7%204.7%204.7%2012.3%200%2017l-7.1%207.1c-4.7%204.7-12.3%204.7-17%200L25%20264.5c-4.6-4.7-4.6-12.3.1-17z%22%2F%3E%3C%2Fsvg%3E");
}

.fc-mynext-button::before,
.fc-next-button::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%2224%22%20viewBox%3D%220%200%20192%20512%22%3E%3C%21--%20Font%20Awesome%20Pro%205.15.2%20by%20%40fontawesome%20-%20https%3A%2F%2Ffontawesome.com%20License%20-%20https%3A%2F%2Ffontawesome.com%2Flicense%20%28Commercial%20License%29%20--%3E%3Cpath%20d%3D%22M166.9%20264.5l-117.8%20116c-4.7%204.7-12.3%204.7-17%200l-7.1-7.1c-4.7-4.7-4.7-12.3%200-17L127.3%20256%2025.1%20155.6c-4.7-4.7-4.7-12.3%200-17l7.1-7.1c4.7-4.7%2012.3-4.7%2017%200l117.8%20116c4.6%204.7%204.6%2012.3-.1%2017z%22%2F%3E%3C%2Fsvg%3E");
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc tr {
  border-bottom: 0;
}

.fc-head .fc-head-container {
  border-bottom: 0;
}
.fc-head .fc-head-container .fc-day-header {
  color: #616161;
  font-weight: 400;
  text-align: left;
}

.fc-body > tr > .fc-widget-content {
  border-top: 0;
}

.fc .fc-view:not(.fc-agendaDay-view) .fc-widget-content.fc-today,
.fc .fc-view:not(.fc-agendaDay-view) .fc-widget-header.fc-today {
  background-color: #f4f4f4;
}

.fc-agendaDay-view .fc-widget-content.fc-today {
  background-color: transparent;
}

.fc-day-top.fc-today .fc-day-number {
  position: relative;
  color: #fff;
  padding-top: 4px;
  padding-left: 4px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.fc-day-top.fc-today .fc-day-number::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #01bdc3;
  z-index: -1;
}

.fc-day-top .fc-day-number {
  float: left;
}

.fc-day-top .fc-day-number,
.fc-week-number,
.fc-head-container .fc-day-header {
  padding-top: 6px;
  padding-left: 8px;
}

.fc .fc-content,
.fc .fc-divider,
.fc .fc-list-heading td,
.fc .fc-list-view,
.fc .fc-popover,
.fc .fc-row,
.fc tbody,
.fc td,
.fc th,
.fc thead {
  border-color: #e0e0e0;
}

.fc-event {
  border-radius: 2px;
  line-height: 22px;
  margin: 2px 8px 0 0;
}

.fc .fc-more-popover {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  border: 0;
}
.fc .fc-more-popover .fc-header {
  padding: 6px 0 0 0;
  background-color: #fff;
}
.fc .fc-more-popover .fc-header .fc-title {
  padding-left: 10px;
  line-height: 40px;
}
.fc .fc-more-popover .fc-header .fc-icon-x {
  position: absolute;
  right: 6px;
  margin: 0;
}
.fc .fc-more-popover .fc-header .fc-icon-x::after {
  content: none;
}
.fc .fc-more-popover .fc-header .fc-icon-x::before {
  content: "close";
}

.fc-agenda-view .fc-day-header {
  font-size: 48px;
  line-height: normal;
}
.fc-agenda-view .fc-day-header::before {
  content: "";
  display: block;
  font-size: 12px;
}
.fc-agenda-view .fc-day-header.fc-sun::before {
  content: "Sun";
}
.fc-agenda-view .fc-day-header.fc-mon::before {
  content: "Mon";
}
.fc-agenda-view .fc-day-header.fc-tue::before {
  content: "Tue";
}
.fc-agenda-view .fc-day-header.fc-wed::before {
  content: "Wed";
}
.fc-agenda-view .fc-day-header.fc-thu::before {
  content: "Thu";
}
.fc-agenda-view .fc-day-header.fc-fri::before {
  content: "Fri";
}
.fc-agenda-view .fc-day-header.fc-sat::before {
  content: "Sat";
}
.fc-agenda-view .fc-day-header.fc-today {
  color: #01bdc3;
}
.fc-agenda-view .fc-minor .fc-widget-content {
  border: 0;
}
.fc-agenda-view .fc-divider {
  padding: 0;
  border-bottom: 0;
}

.fc-list-table td {
  padding: 13px 14px;
}
.fc-list-table .fc-list-heading:not(:first-child) + .fc-list-item .fc-list-item-time,
.fc-list-table .fc-list-heading:not(:first-child) + .fc-list-item .fc-list-item-marker,
.fc-list-table .fc-list-heading:not(:first-child) + .fc-list-item .fc-list-item-title {
  border-top: 1px solid #e0e0e0;
}
.fc-list-table .fc-list-heading {
  display: table-caption;
  height: 0;
  width: 100px;
}
.fc-list-table .fc-list-heading .fc-widget-header {
  padding: 8px 14px;
  line-height: 16px;
  background-color: transparent;
}
.fc-list-table .fc-list-heading .fc-list-heading-main,
.fc-list-table .fc-list-heading .fc-list-heading-alt {
  display: block;
  float: none;
}
.fc-list-table .fc-list-item {
  font-size: 14px;
  height: 48px;
}
.fc-list-table .fc-list-item:hover td {
  background-color: transparent;
}
.fc-list-table .fc-list-item .fc-list-item-time,
.fc-list-table .fc-list-item .fc-list-item-marker,
.fc-list-table .fc-list-item .fc-list-item-title {
  border-top: 0;
}
.fc-list-table .fc-list-item .fc-list-item-time {
  padding-left: 100px;
}

.card .fc-head .fc-head-container {
  border-left: 0;
  border-right: 0;
}
.card .fc-body > tr > .fc-widget-content {
  border: 0;
}

@media only screen and (max-width : 600.99px) {
  .fc-agenda-view .fc-day-header {
    font-size: 24px;
  }
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}

.fc-toolbar.fc-header-toolbar .fc-button.fc-state-active {
  background: #169b98;
}

.fc-toolbar.fc-header-toolbar h2 {
  color: #169b98;
}

.fc-head {
  border-bottom: 1px solid #e0e0e0;
}

.fc-button-group svg {
  font-size: 20px;
}
@media (max-width: 480px) {
  .fc-button-group {
    display: block !important;
  }
}

@media (max-width: 480px) {
  .fc-toolbar.fc-header-toolbar .fc-center .fc-button {
    float: none !important;
    padding: 0px 15px !important;
    margin: 5px 5px !important;
  }
}

.fc-unthemed .fc-popover {
  max-height: 300px;
  overflow-y: scroll;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #c9c9c9 !important;
}

.fc-content-skeleton .fc-highlight-container .fc-highlight {
  background-color: rgba(0, 204, 194, 0.6509803922);
}

.fc-agenda-view .fc-day-header.fc-mon::before,
.fc-agenda-view .fc-day-header.fc-tue::before,
.fc-agenda-view .fc-day-header.fc-wed::before,
.fc-agenda-view .fc-day-header.fc-thu::before,
.fc-agenda-view .fc-day-header.fc-fri::before,
.fc-agenda-view .fc-day-header.fc-sat::before,
.fc-agenda-view .fc-day-header.fc-sun::before {
  content: "";
}

.fc-month-button,
.fc-agendaWeek-button,
.fc-agendaDay-button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.fc-event {
  line-height: 14px !important;
  border-radius: 5px !important;
}
.fc-event *:not(.fc-resizer) {
  pointer-events: none;
  user-select: none;
}
.fc-event.fc-from-db:not(.fc-from-db-pending) {
  padding-left: 12px;
}
.fc-event.fc-from-db:not(.fc-from-db-pending)::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  border-radius: 5px 0 0 5px;
}
.fc-event.fc-from-db.fc-visit-status-undefined {
  padding-left: 2px;
}
.fc-event.fc-visit-status-undefined::before {
  display: none;
}
.fc-event.fc-visit-status-arrived::before {
  width: 8px;
  background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.35) 0 8px, transparent 8px 16px);
}
.fc-event.fc-visit-status-in_consultation::before {
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.35) 0 5px, transparent 5px 10px);
}
.fc-event.fc-visit-status-seen {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.fc-event.fc-visit-status-seen::before {
  content: "";
  position: absolute;
  width: 8px;
  inset: 0 auto 0 0;
  background-color: var(--bg-color);
}
.fc-event.fc-visit-status-excused_absence {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.fc-event.fc-visit-status-excused_absence::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.35) 0 5px, #f44336 5px 10px);
}
.fc-event.fc-visit-status-unexcused_absence::before {
  background: #f44336;
}

.fc-agenda-view .fc-day-header {
  font-size: 18px;
}

.fc tr {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}
.fc tr:last-child {
  border-bottom: 0;
}

.fc-time-grid .fc-slats td {
  height: 40px !important;
}

.fc-new-event {
  background: #41a62a !important;
  text-align: center;
  font-size: 30px !important;
  line-height: 22px !important;
}

.fc-new-event .fc-time {
  display: none;
}

.fc-nonbusiness {
  background: #d32f2f;
}

.fc-patient-name {
  font-size: 1.2em;
}

.fc-reason + div {
  margin-top: 10px;
}

.fc-tt-line + .fc-tt-line {
  margin-top: 7px;
}

.fc-availability-db {
  background-color: #388e3c !important;
  border: 1px solid #388e3c !important;
}
.fc-availability-db .fc-time {
  display: none;
}
.fc-availability-db .fc-title {
  font-size: 10px !important;
  text-align: center;
  padding-top: 10px !important;
  color: #000;
}
@media (max-width: 480px) {
  .fc-availability-db .fc-title {
    padding-top: 5px !important;
  }
}
.fc-availability-db .fc-description {
  font-size: 10px !important;
  text-align: center;
}
@media (max-width: 480px) {
  .fc-availability-db .fc-description {
    padding-top: 5px !important;
  }
}
.fc-availability-db .delete-availability-shortcut-wrapper {
  position: relative;
}
.fc-availability-db .delete-availability-shortcut-wrapper .delete-availability-shortcut {
  position: absolute;
  top: 0;
  right: 5px;
  color: #fff;
  z-index: 9999;
}

.fc-bgevent {
  border: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.fc-available-from-db {
  background-color: #58965b !important;
  border: 1px solid #388e3c !important;
}
.fc-available-from-db .fc-time {
  text-align: center !important;
  font-size: 10px !important;
  padding-top: 5px !important;
}
.fc-available-from-db .fc-title {
  font-size: 10px !important;
  text-align: center;
}
.fc-available-from-db .fc-description {
  font-size: 10px !important;
  text-align: center;
}
@media (max-width: 480px) {
  .fc-available-from-db .fc-description {
    padding-top: 5px !important;
  }
}

.fc-busy {
  background-color: #e0e0e0 !important;
  border: 1px solid #e0e0e0 !important;
  color: #333 !important;
}
.fc-busy .fc-time {
  display: none !important;
}
.fc-busy .fc-title {
  font-size: 10px !important;
  text-align: center;
  padding-top: 10px !important;
}

.fc-unavailability-db {
  background-color: #d32f2f !important;
  border: 1px solid #d32f2f !important;
}

.fc-availability-db {
  background-color: #388e3c !important;
  border-bottom: 1px dotted #388e3c;
}

.fc-available-from-db {
  background-color: #41a62a !important;
  border: 1px solid #41a62a !important;
}

.fc-available-from-db.red {
  background-color: #f44336 !important;
  border: 1px solid #f44336 !important;
}

.fc-availability-db.red {
  background-color: #f44336 !important;
}

.fc-unavailability-db.red {
  background-color: #f44336 !important;
  border: 1px solid #f44336 !important;
}

.fc-available-from-db.orange {
  background-color: #ff9800 !important;
  border: 1px solid #ff9800 !important;
}

.fc-availability-db.orange {
  background-color: #ff9800 !important;
}

.fc-unavailability-db.orange {
  background-color: #ff9800 !important;
  border: 1px solid #ff9800 !important;
}

.fc-available-from-db.yellow {
  background-color: #fbbd08 !important;
  border: 1px solid #fbbd08 !important;
}

.fc-availability-db.yellow {
  background-color: #fbbd08 !important;
}

.fc-unavailability-db.yellow {
  background-color: #fbbd08 !important;
  border: 1px solid #fbbd08 !important;
}

.fc-available-from-db.green {
  background-color: #4caf50 !important;
  border: 1px solid #4caf50 !important;
}

.fc-availability-db.green {
  background-color: #4caf50 !important;
}

.fc-unavailability-db.green {
  background-color: #4caf50 !important;
  border: 1px solid #4caf50 !important;
}

.fc-available-from-db.teal {
  background-color: #009688 !important;
  border: 1px solid #009688 !important;
}

.fc-availability-db.teal {
  background-color: #009688 !important;
}

.fc-unavailability-db.teal {
  background-color: #009688 !important;
  border: 1px solid #009688 !important;
}

.fc-available-from-db.blue {
  background-color: #2196f3 !important;
  border: 1px solid #2196f3 !important;
}

.fc-availability-db.blue {
  background-color: #2196f3 !important;
}

.fc-unavailability-db.blue {
  background-color: #2196f3 !important;
  border: 1px solid #2196f3 !important;
}

.fc-available-from-db.violet {
  background-color: #6435c9 !important;
  border: 1px solid #6435c9 !important;
}

.fc-availability-db.violet {
  background-color: #6435c9 !important;
}

.fc-unavailability-db.violet {
  background-color: #6435c9 !important;
  border: 1px solid #6435c9 !important;
}

.fc-available-from-db.purple {
  background-color: #a333c8 !important;
  border: 1px solid #a333c8 !important;
}

.fc-availability-db.purple {
  background-color: #a333c8 !important;
}

.fc-unavailability-db.purple {
  background-color: #a333c8 !important;
  border: 1px solid #a333c8 !important;
}

.fc-available-from-db.indigo {
  background-color: #3f51b5 !important;
  border: 1px solid #3f51b5 !important;
}

.fc-availability-db.indigo {
  background-color: #3f51b5 !important;
}

.fc-unavailability-db.indigo {
  background-color: #3f51b5 !important;
  border: 1px solid #3f51b5 !important;
}

.fc-available-from-db.brown {
  background-color: #795548 !important;
  border: 1px solid #795548 !important;
}

.fc-availability-db.brown {
  background-color: #795548 !important;
}

.fc-unavailability-db.brown {
  background-color: #795548 !important;
  border: 1px solid #795548 !important;
}

.fc-available-from-db.none {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

.fc-availability-db.none {
  background-color: #000 !important;
}

.fc-unavailability-db.none {
  background-color: #000 !important;
  border: 1px solid #000 !important;
}

.fc-available-from-db.deep-orange {
  background-color: #ff5722 !important;
  border: 1px solid #ff5722 !important;
}

.fc-availability-db.deep-orange {
  background-color: #ff5722 !important;
}

.fc-unavailability-db.deep-orange {
  background-color: #ff5722 !important;
  border: 1px solid #ff5722 !important;
}

.fc-available-from-db.light-blue {
  background-color: #03a9f4 !important;
  border: 1px solid #03a9f4 !important;
}

.fc-availability-db.light-blue {
  background-color: #03a9f4 !important;
}

.fc-unavailability-db.light-blue {
  background-color: #03a9f4 !important;
  border: 1px solid #03a9f4 !important;
}

.fc-available-from-db.light-green {
  background-color: #8bc34a !important;
  border: 1px solid #8bc34a !important;
}

.fc-availability-db.light-green {
  background-color: #8bc34a !important;
}

.fc-unavailability-db.light-green {
  background-color: #8bc34a !important;
  border: 1px solid #8bc34a !important;
}

.fc-available-from-db.deep-purple {
  background-color: #673ab7 !important;
  border: 1px solid #673ab7 !important;
}

.fc-availability-db.deep-purple {
  background-color: #673ab7 !important;
}

.fc-unavailability-db.deep-purple {
  background-color: #673ab7 !important;
  border: 1px solid #673ab7 !important;
}

.fc-available-from-db.amber {
  background-color: #ffc107 !important;
  border: 1px solid #ffc107 !important;
}

.fc-availability-db.amber {
  background-color: #ffc107 !important;
}

.fc-unavailability-db.amber {
  background-color: #ffc107 !important;
  border: 1px solid #ffc107 !important;
}

.fc-available-from-db.pink {
  background-color: #e91e63 !important;
  border: 1px solid #e91e63 !important;
}

.fc-availability-db.pink {
  background-color: #e91e63 !important;
}

.fc-unavailability-db.pink {
  background-color: #e91e63 !important;
  border: 1px solid #e91e63 !important;
}

.fc-available-from-db.cyan {
  background-color: #00bcd4 !important;
  border: 1px solid #00bcd4 !important;
}

.fc-availability-db.cyan {
  background-color: #00bcd4 !important;
}

.fc-unavailability-db.cyan {
  background-color: #00bcd4 !important;
  border: 1px solid #00bcd4 !important;
}

.fc-available-from-db.lime {
  background-color: #cddc39 !important;
  border: 1px solid #cddc39 !important;
}

.fc-availability-db.lime {
  background-color: #cddc39 !important;
}

.fc-unavailability-db.lime {
  background-color: #cddc39 !important;
  border: 1px solid #cddc39 !important;
}

.fc-hover-button {
  background-color: rgba(20, 20, 20, 0.1);
  border-radius: 3px;
  color: #9b9b9b;
  position: relative;
  top: 2px;
  left: 5px;
  font-size: 36px;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
}

.fc .fc-button.fc-myprev-button,
.fc .fc-button.fc-mynext-button,
.fc .fc-button.fc-prev-button,
.fc .fc-button.fc-next-button,
.fc-icon {
  text-indent: -9999px;
  color: rgba(0, 0, 0, 0.87) !important;
  overflow: hidden;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.fc .fc-button.fc-myprev-button::before,
.fc .fc-button.fc-mynext-button::before,
.fc .fc-button.fc-prev-button::before,
.fc .fc-button.fc-next-button::before,
.fc-icon::before {
  display: block;
  padding: 8px;
  line-height: 24px;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}

.fc .disabled.fc-button.fc-prev-button,
.fc .disabled.fc-button.fc-next-button,
.disabled.fc-icon {
  color: rgba(0, 0, 0, 0.26) !important;
  border: 0;
}

.fc .fc-button.fc-myprev-button:hover,
.fc .fc-button.fc-mynext-button:hover,
.fc .fc-button.fc-prev-button:hover,
.fc .fc-button.fc-next-button:hover,
.fc-icon:hover,
.fc .fc-button.fc-prev-button:active,
.fc .fc-button.fc-next-button:active,
.fc-icon:active {
  color: rgba(0, 0, 0, 0.87) !important;
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.fc-now-indicator.fc-now-indicator-line {
  border-color: #ef6c00 !important;
  background-color: #ef6c00;
  height: 2px;
  margin: 0;
  border: none;
}

.fc-now-indicator.fc-now-indicator-line::before {
  background-color: #ef6c00;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-top: -6px;
  margin-left: -7px;
}

.fc-now-indicator.fc-now-indicator-arrow {
  display: none;
}

.fc-timeline .fc-now-indicator.fc-now-indicator-line {
  height: auto;
  width: 2px;
}

.fc-timeline .fc-now-indicator.fc-now-indicator-line::before {
  margin-left: -5px;
}

.calendar-dropzone {
  min-height: 48px;
  width: 100%;
  background: #f9f9f9;
  border: 1px dashed #c9c9c9;
  position: relative;
  border-radius: 5px;
  transition: height 0.2s ease-in-out;
  z-index: 2;
}
.calendar-dropzone.calendar-dropzone-show {
  height: 30vh;
  overflow-y: auto;
  clip-path: border-box;
  background: #eee;
  border: 1px dashed #ccc;
}
.calendar-dropzone.calendar-dropzone-show .calendar-dropzone-clear {
  display: inline-block;
}
.calendar-dropzone .calendar-dropzone-placeholder {
  opacity: 0.5;
  pointer-events: none;
  padding: 16px 6px 0;
  z-index: 1;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.calendar-dropzone .calendar-dropzone-placeholder svg {
  color: #c9c9c9;
  font-size: 18px;
}
.calendar-dropzone .calendar-dropzone-placeholder + .fc-event {
  display: none;
}
.calendar-dropzone.calendar-dropzone-show .calendar-dropzone-placeholder, .calendar-dropzone.calendar-dropzone-droppable .calendar-dropzone-placeholder {
  display: none;
}
.calendar-dropzone.calendar-dropzone-droppable {
  background: #aaefaf;
  border: 1px dashed #49b72d;
  min-height: 30vh;
}
.calendar-dropzone.calendar-dropzone-droppable svg path,
.calendar-dropzone.calendar-dropzone-droppable .calendar-dropzone-hint {
  color: #41a62a;
}
.calendar-dropzone .calendar-dropzone-listing {
  margin-top: 12px;
  margin-left: 6px;
  margin-right: 6px;
}
.calendar-dropzone .calendar-dropzone-icon {
  color: #aaa;
  float: left;
  margin: 18px 10px 0 5px;
  cursor: default;
}
.calendar-dropzone .calendar-dropzone-remove {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  height: 10px;
  line-height: 10px;
  z-index: 3;
  pointer-events: all !important;
}
.calendar-dropzone .calendar-dropzone-clear {
  color: #f44336;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: none;
  cursor: pointer;
}
.calendar-dropzone #external-events-listing .fc-event {
  min-width: 194px;
}
.calendar-dropzone .fc-event {
  display: inline-block;
  padding: 0 0.5em;
  cursor: pointer;
}

@media only screen and (min-width: 993px) {
  .calendar-dropzone #external-events-listing .fc-event {
    min-width: 130px;
    max-width: 194px;
  }
}
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-center .fc-button {
  margin-right: 5px;
}
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-right .fc-button {
  margin: 0;
}
.CalendarPage #calendar .fc-head,
.CalendarPage #scheduler-calendar .fc-head {
  position: sticky;
  z-index: 999;
  top: 60px;
  background: #fff;
}
.CalendarPage .fc-toolbar {
  flex-wrap: wrap;
  padding: 0;
}
.CalendarPage .fc-head-container {
  border-top: 0;
}
.CalendarPage .fc-view-container {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
}
.CalendarPage .fc-timeline .fc-body .fc-cell-content {
  min-height: 100px;
}
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-button,
.CalendarPage .custom-fc-toolbar .fc-button {
  border-radius: 5px;
}
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-button.is-active,
.CalendarPage .custom-fc-toolbar .fc-button.is-active {
  background-color: #169b98 !important;
  color: #fff !important;
  border-color: #169b98 !important;
}
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-button:not(.fc-prev-button):not(.fc-myprev-button):not(.fc-mynext-button):not(.fc-next-button):not(.is-active),
.CalendarPage .custom-fc-toolbar .fc-button:not(.fc-prev-button):not(.fc-myprev-button):not(.fc-mynext-button):not(.fc-next-button):not(.is-active) {
  background: #fff;
  border: 1px solid #c9c9c9;
  color: #169b98;
}
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-button:not(.fc-prev-button):not(.fc-myprev-button):not(.fc-mynext-button):not(.fc-next-button):not(.is-active).fc-button-active,
.CalendarPage .custom-fc-toolbar .fc-button:not(.fc-prev-button):not(.fc-myprev-button):not(.fc-mynext-button):not(.fc-next-button):not(.is-active).fc-button-active {
  background: #169b98;
  color: #fff;
}
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-resourceTimeGridThreeDay-button,
.CalendarPage .custom-fc-toolbar .fc-right .fc-button-group .fc-resourceTimeGridThreeDay-button {
  border-radius: 0;
}
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:first-child,
.CalendarPage .custom-fc-toolbar .fc-right .fc-button-group .fc-button:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .fc-button:last-child,
.CalendarPage .custom-fc-toolbar .fc-right .fc-button-group .fc-button:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-agendaDay-button,
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-resourceTimelineDay-button,
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-resourceTimeGridDay-button,
.CalendarPage .custom-fc-toolbar .fc-agendaDay-button,
.CalendarPage .custom-fc-toolbar .fc-resourceTimelineDay-button,
.CalendarPage .custom-fc-toolbar .fc-resourceTimeGridDay-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-dayGridMonth-button,
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-agendaWeekDays-button,
.CalendarPage .fc-toolbar.fc-header-toolbar .fc-resourceTimeGridWeekDay-button,
.CalendarPage .custom-fc-toolbar .fc-dayGridMonth-button,
.CalendarPage .custom-fc-toolbar .fc-agendaWeekDays-button,
.CalendarPage .custom-fc-toolbar .fc-resourceTimeGridWeekDay-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
@media (max-width: 1220px) {
  .CalendarPage .fc-toolbar.fc-header-toolbar,
  .CalendarPage .custom-fc-toolbar {
    flex-direction: column;
  }
  .CalendarPage .fc-toolbar.fc-header-toolbar .fc-prev-button,
  .CalendarPage .fc-toolbar.fc-header-toolbar .fc-next-button,
  .CalendarPage .custom-fc-toolbar .fc-prev-button,
  .CalendarPage .custom-fc-toolbar .fc-next-button {
    margin-top: 0;
  }
}
.CalendarPage .calendar-card {
  position: relative;
  margin-top: 20px;
  border: 1px solid #eee;
}
.CalendarPage .calendar-card .calendar-fixed-tools {
  bottom: 0;
  left: 0;
  position: sticky;
  width: 100%;
  background: rgba(49, 63, 72, 0.8);
  z-index: 999;
  height: 55px;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: 1px solid transparent;
}
@media (max-width: 600px) {
  .CalendarPage .calendar-card .calendar-fixed-tools {
    display: none;
  }
}
.CalendarPage .calendar-card .custom-fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.CalendarPage .calendar-card .custom-fc-toolbar h2 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  margin-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
}
.CalendarPage .calendar-card .custom-fc-toolbar .custom-fc-prev-button,
.CalendarPage .calendar-card .custom-fc-toolbar .custom-fc-next-button {
  color: #fff;
  overflow: hidden;
  width: 40px;
  padding: 0;
  box-shadow: none;
  border: 0;
  background: transparent;
  float: left;
  text-shadow: none;
  margin-right: 8px;
  border-radius: 5px;
}
.CalendarPage .calendar-card .custom-fc-toolbar .custom-fc-center-button {
  background: #fff;
  border: 1px solid transparent;
  color: #1db3b1;
  margin-right: 5px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .CalendarPage .calendar-card {
    margin-top: 0;
  }
}
.CalendarPage .big-modal {
  max-height: 95%;
}
@media (max-width: 480px) {
  .CalendarPage .big-modal .modal-content {
    padding: 10px;
  }
}
.CalendarPage .instructions-to-show {
  border: 1px solid red;
}
.CalendarPage .instructions-to-show p {
  font-weight: 500;
}
.CalendarPage .instructions-to-show h4 {
  color: red;
}
.CalendarPage #appointment-answers-table td p {
  margin: 0;
}
.CalendarPage .main-calendar-container {
  align-items: flex-start;
}
.CalendarPage .main-calendar-container .sticky-sidebar-wrapper {
  margin-right: 10px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .CalendarPage .main-calendar-container .sticky-sidebar-wrapper {
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .CalendarPage .main-calendar-container .sticky-sidebar.show-widgets {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.CalendarPage .main-calendar-container .sticky-sidebar {
  position: fixed;
  left: 0;
  width: 330px;
  padding-right: 0;
  max-height: calc(100vh - 5rem);
  height: 100%;
  overflow-y: auto;
  margin-right: 20px;
  padding: 16px;
  padding-left: 0;
  padding-top: 0;
  z-index: 999;
}
.CalendarPage .main-calendar-container .sticky-sidebar #widgets {
  display: none;
}
.CalendarPage .main-calendar-container .sticky-sidebar.show-widgets #widgets {
  display: block;
}
@media (max-width: 991px) {
  .CalendarPage .main-calendar-container .sticky-sidebar {
    position: static;
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .CalendarPage .main-calendar-container .flex-calendar-item {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .CalendarPage .main-calendar-container {
    flex-direction: column;
  }
}
@media only screen and (min-width: 993px) {
  .CalendarPage .main-calendar-container .sticky-sidebar {
    z-index: inherit;
    left: auto;
  }
  .CalendarPage .main-calendar-container .sticky-sidebar #widgets {
    display: block;
  }
  .CalendarPage .main-calendar-container .sticky-main-col {
    width: calc(100% - 320px);
    margin-left: 320px !important;
  }
  .CalendarPage .main-calendar-container .sticky-main-col.sticky-full-size {
    width: 100%;
    margin-left: 0px !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1030px) {
  .CalendarPage .main-calendar-container {
    display: inline;
  }
}
@media only screen and (min-width: 1071px) {
  .CalendarPage .row .col.sticky-sidebar {
    top: 120px !important;
  }
}

.appointment-edit-container {
  align-items: flex-start;
}
.appointment-edit-container .appointment-edit-form {
  flex: 2;
  margin-right: 30px;
}
.appointment-edit-container .appointment-edit-form .flex-item {
  margin-right: 30px;
}
.appointment-edit-container .appointment-user-info .white-skin {
  padding: 25px;
}
.appointment-edit-container .appointment-user-info h4,
.appointment-edit-container .appointment-user-info h3 {
  margin-top: 0;
}
.appointment-edit-container .appointment-user-info .app-user-info-verified {
  color: #41a62a;
}
.appointment-edit-container .appointment-user-info .app-user-info-new-patient,
.appointment-edit-container .appointment-user-info .app-new-patient-star {
  color: #fdbf00;
}
.appointment-edit-container .appointment-user-info .app-user-info-new-patient svg,
.appointment-edit-container .appointment-user-info .app-new-patient-star svg {
  fill: #fdbf00;
}
.appointment-edit-container .appointment-user-info .app-user-info {
  text-align: left;
}
.appointment-edit-container .appointment-user-info .app-user-info-block {
  font-size: 14px;
  margin: 5px 0px;
  margin-left: -3px;
  align-items: flex-start;
  justify-content: flex-start;
}
.appointment-edit-container .appointment-user-info .app-user-info-block .flex-item-auto:nth-child(1) {
  width: 30px;
  text-align: center;
}
.appointment-edit-container .appointment-user-info .switch-show-edit-details {
  text-align: right;
}
.appointment-edit-container .appointment-user-info ul {
  margin: 0;
  margin-left: 15px;
}
.appointment-edit-container .appointment-user-info ul li {
  list-style: circle;
  margin-top: 5px;
}
.appointment-edit-container .navigator {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.appointment-edit-container .navigator div {
  display: inline-block;
}
.appointment-edit-container .navigator div:first-child {
  margin-right: 20px;
}
.appointment-edit-container .navigator a {
  color: #01bdc3;
  cursor: pointer;
}
.appointment-edit-container .appointment-update-visit-status-widget {
  position: relative;
}
.appointment-edit-container .appointment-update-visit-status-widget label {
  font-size: 14px;
  display: block;
  margin: 0 -20px;
  padding: 10px 20px;
  font-weight: 300;
}
.appointment-edit-container .appointment-update-visit-status-widget label:not(.active, .disabled) {
  cursor: pointer;
}
.appointment-edit-container .appointment-update-visit-status-widget label:not(.active, .disabled):hover {
  background-color: #eeeeee !important;
}
.appointment-edit-container .appointment-update-visit-status-widget label.active {
  color: #01bdc3 !important;
  background-color: rgba(238, 238, 238, 0.3);
}
.appointment-edit-container .appointment-update-visit-status-widget label.disabled {
  color: #9e9e9e !important;
  background-color: #eeeeee !important;
}
.appointment-edit-container .appointment-update-visit-status-widget .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.3);
  backdrop-filter: blur(1px);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
@media (max-width: 1220px) {
  .appointment-edit-container {
    flex-direction: column;
  }
  .appointment-edit-container .appointment-edit-form {
    flex: 1;
    margin-right: 0;
    width: 100%;
  }
  .appointment-edit-container .appointment-user-info {
    margin-top: 30px;
    width: 100%;
  }
}

.appointment-quick-edit-container {
  flex-direction: column;
}
.appointment-quick-edit-container .appointment-user-info {
  margin-bottom: 30px;
}
.appointment-quick-edit-container .appointment-user-info,
.appointment-quick-edit-container .appointment-edit-form {
  width: 100%;
}

.home-map-container #home-map {
  height: 300px;
}
.home-map-container .starting-point {
  margin: 20px auto;
  text-align: center;
}
.home-map-container .starting-point #st-input {
  width: 500px;
}
@media (max-width: 480px) {
  .home-map-container .starting-point #st-input {
    width: 100% !important;
  }
}
.home-map-container .waypoint-direction {
  padding: 10px;
  min-height: 130px;
  box-shadow: none;
}
.home-map-container .waypoint-direction .wp-title {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.home-map-container .waypoint-direction .wp-dstart,
.home-map-container .waypoint-direction .wp-dend,
.home-map-container .waypoint-direction .wp-spec {
  font-size: 14px;
}
.home-map-container .waypoint-direction .wp-dstart,
.home-map-container .waypoint-direction .wp-dend {
  text-align: center;
  margin-bottom: 5px;
}
.home-map-container .waypoint-direction .wp-spec {
  text-align: center;
  margin-top: 5px;
}
.home-map-container .waypoint-direction .leg-color {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.ListPage .fc-toolbar.fc-header-toolbar .fc-center .fc-button {
  margin-right: 5px;
}
.ListPage .fc-toolbar.fc-header-toolbar .fc-right .fc-button {
  margin: 0;
}
.ListPage .fc-toolbar.fc-header-toolbar .fc-left .fc-button {
  margin: 0;
}
.ListPage #fixed-schedule .fc-agendaWeek-view tr {
  height: 20px !important;
}
.ListPage #fixed-schedule .fc-time-grid .fc-slats td {
  height: 20px !important;
}
.ListPage #fixed-schedule .fc-time span {
  color: #000 !important;
}
.ListPage #fixed-schedule .fc-time {
  padding-bottom: 5px;
}
.ListPage #fixed-schedule .fc-title {
  font-size: 11px;
}

.calendar-widget-simple {
  position: relative;
  margin-bottom: 13px;
}

.calendar-widget {
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}
.calendar-widget .handler {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: grab;
}
.calendar-widget .content.limited-content {
  max-height: 190px;
  overflow-y: auto;
}
.calendar-widget .handler svg {
  font-size: 16px;
  transition: all 0.1s ease-in-out;
  transform: rotate(0deg);
}
.calendar-widget .handler svg:hover {
  font-size: 24px;
  transform: rotate(20deg);
}
.calendar-widget .title {
  font-size: 20px;
  font-weight: 400;
}
.calendar-widget .subtitle {
  font-size: 14px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}
.calendar-widget .sms-widget {
  height: 57px;
}
.calendar-widget .sms-widget .sms-text svg {
  font-size: 24px;
}
.calendar-widget .sms-widget .buy-sms-btn {
  padding: 0 8px 8px;
  height: 22px;
  min-height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.calendar-widget:last-child {
  margin-bottom: 56px;
}

.patient-history-widget .history-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.patient-history-widget .history-text {
  flex-grow: 0;
}

.patient-info-card {
  position: relative;
}
.patient-info-card .close-patient-card {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.patient-info-card .close-patient-card svg {
  font-size: 20px;
}
.patient-info-card .close-patient-card svg path {
  color: red;
}
.patient-info-card .patient-left {
  display: flex;
}
.patient-info-card .patient-avatar {
  flex-basis: 90px;
}
.patient-info-card .patient-details {
  padding-left: 15px;
}
.patient-info-card h3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.patient-info-card .app-user-info-new-patient {
  color: #fdbf00;
}
.patient-info-card .app-user-info-new-patient svg {
  fill: #fdbf00;
}
.patient-info-card a {
  color: #01bdc3;
}
.patient-info-card svg {
  --fa-secondary-opacity: 1;
  --fa-secondary-color: #ccc;
}
.patient-info-card a.patient-nav-app {
  font-size: 20px;
}
@media (max-width: 1220px) {
  .patient-info-card .patient-info-col {
    width: 100% !important;
  }
}
@media (max-width: 601px) {
  .patient-info-card .next-patient-app {
    margin-bottom: 15px;
  }
}

#patient-widget .input-field {
  margin: 0;
  margin-top: 10px;
  position: relative;
}
#patient-widget .input-field svg {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #9e9e9e;
}
#patient-widget input {
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 5px 0;
  padding-left: 30px;
  height: 35px;
  max-width: 100%;
  margin-bottom: 0;
  background: #f9f9f9;
}
#patient-widget input:focus {
  box-shadow: none;
}
#patient-widget input::placeholder {
  color: #9e9e9e;
  font-size: 14px !important;
}
#patient-widget .autocomplete-suggestions {
  border-radius: 5px;
}
#patient-widget .autocomplete-suggestion {
  padding: 8px;
}

.modal-content .datepicker-modal,
.modal-content .timepicker-modal {
  min-width: 600px;
}
@media (max-width: 600px) {
  .modal-content .datepicker-modal,
  .modal-content .timepicker-modal {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }
}

.card-content .calendar .fc-center .fc-prev-button,
.card-content .calendar .fc-center .fc-next-button,
.calendar-container .calendar .fc-center .fc-prev-button,
.calendar-container .calendar .fc-center .fc-next-button {
  margin-top: 0;
  height: 32px;
}
.card-content .calendar .fc-center .fc-state-hover,
.card-content .calendar .fc-center .fc-state-disabled,
.calendar-container .calendar .fc-center .fc-state-hover,
.calendar-container .calendar .fc-center .fc-state-disabled {
  background: #fff;
}
.card-content .calendar .fc-center h2,
.calendar-container .calendar .fc-center h2 {
  line-height: 35px;
  color: #000;
  font-size: 14px;
}
.card-content .calendar .fc-agenda-view .fc-day-header,
.calendar-container .calendar .fc-agenda-view .fc-day-header {
  font-size: 14px;
}
.card-content .calendar .fc-toolbar.fc-header-toolbar,
.calendar-container .calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}

#sms-pack-buy-form .flex-container {
  max-width: 900px;
  margin: 10px auto;
}
#sms-pack-buy-form .flex-item-auto:first-child {
  max-width: 300px;
  margin-right: 15px;
}
#sms-pack-buy-form #SMS_Pack_Nb {
  border: 1px solid #ccc;
  border-radius: 7px;
  height: 2.5rem;
  padding: 5px;
  max-width: 50px;
  text-align: center;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
}

.flatpickr-square {
  --lighter: #f3f3f3;
  --light: #e1e1e1;
  --hover: #e6e6e6;
  --accent: var(--myc-primary, #03cbc8);
  --focus: var(--myc-primary-focus, #d8f3f4);
  --calendar-width: 100%;
  --calendar-cell-height: 32px;
  max-width: 320px;
}

.flatpickr-square .flatpickr-calendar {
  box-shadow: none;
}

.flatpickr-square .flatpickr-month {
  min-height: var(--calendar-cell-height);
}

.flatpickr-square .flatpickr-current-month {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flatpickr-square .flatpickr-weekdays {
  border-top: 1px solid var(--light);
}

.flatpickr-square .flatpickr-weekday {
  border: 1px solid var(--light);
  line-height: var(--calendar-cell-height);
}

.flatpickr-square .flatpickr-weekday {
  border: 1px solid var(--light);
  line-height: var(--calendar-cell-height);
}

.flatpickr-square .flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-square .flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--accent);
}

.flatpickr-square .flatpickr-day {
  border: 1px solid var(--light);
  max-height: var(--calendar-cell-height);
  line-height: var(--calendar-cell-height);
  border-radius: 0;
}

.flatpickr-square .flatpickr-day.flatpickr-day.prevMonthDay,
.flatpickr-square .flatpickr-day.flatpickr-day.nextMonthDay {
  border: 1px solid var(--light);
}

.flatpickr-square .flatpickr-day.flatpickr-disabled {
  border: 1px solid var(--light);
  background: var(--lighter);
}

.flatpickr-square .flatpickr-day.today,
.flatpickr-square .flatpickr-day.today.selected {
  color: #fff;
  border-color: var(--light);
  background: var(--accent);
}

.flatpickr-square .flatpickr-day.today .flatpick-hl {
  display: none;
}

.flatpickr-square .flatpickr-weekwrapper {
  max-height: calc(6 * var(--calendar-cell-height) - 2px);
}

.flatpickr-square .flatpickr-day.selected,
.flatpickr-square .flatpickr-day.selected:hover,
.flatpickr-square .flatpickr-day.selected:focus,
.flatpickr-square .flatpickr-day.today:hover,
.flatpickr-square .flatpickr-day.today:focus {
  color: var(--accent);
  background: var(--hover);
  border-color: var(--accent);
}

.flatpickr-square .flatpickr-day.selected {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

/* event supports */
.flatpickr-square .flatpickr-event {
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--accent);
  opacity: 0.6;
}

.flatpickr-square .flatpickr-event.not-working {
  --accent: var(--lighter);
  height: 100%;
}

.flatpickr-square .flatpickr-event.green {
  background-color: var(--accent) !important;
}

.flatpickr-square .flatpickr-event.red {
  background-color: #d32f2f !important;
}

/* width */
.flatpickr-square .flatpickr-calendar {
  width: var(--calendar-width);
  min-width: 294px;
}
.flatpickr-square .flatpickr-innerContainer,
.flatpickr-square .flatpickr-rContainer,
.flatpickr-square .flatpickr-weekdays,
.flatpickr-square .flatpickr-days {
  width: var(--calendar-width);
}
.flatpickr-square .flatpickr-days {
  width: auto !important;
}
.flatpickr-square .dayContainer {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: var(--calendar-width);
  min-width: auto;
  max-width: var(--calendar-width);
  box-sizing: border-box;
}
.flatpickr-square .flatpickr-day {
  width: 100%;
  box-sizing: border-box;
  justify-self: center;
  max-width: none;
}

.flatpickr-square .flatpick-hl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--focus);
  opacity: 0.6;
  pointer-events: none;
}

.pure-context-menu-item.active {
  font-weight: bold;
}
.pure-context-menu-item .disabled {
  cursor: not-allowed !important;
}

.todo-view-card {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.todo-view-card .left-box {
  padding: 10px;
  background: #fafafa;
}
.todo-view-card .right-box {
  padding: 10px 20px;
  flex: 3;
}
.todo-view-card .flex-container {
  align-items: flex-start;
}
.todo-view-card .todo-priority svg path {
  fill: #ff5b7b;
}
.todo-view-card .todo-action {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
@media screen and (max-width: 767px) {
  .todo-view-card .todo-action {
    position: static;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}
.todo-view-card .horizontal-divider {
  border-top: 1px solid #ccc;
}

.todo-message-wrapper #DoctorTodoMessageForm_DoctorTodoMessageForm {
  max-width: 900px;
  margin: 0 auto;
}
.todo-message-wrapper .messages {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}
.todo-message-wrapper .message,
.todo-message-wrapper .message-creator {
  display: inline-block;
  clear: both;
  padding: 7px 13px;
  font-size: 12px;
  border-radius: 15px;
  line-height: 1.4;
}
.todo-message-wrapper .message:after,
.todo-message-wrapper .message-creator:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
.todo-message-wrapper .message-creator {
  display: block;
  padding: 0;
  border-radius: 0;
  padding-top: 5px;
}
.todo-message-wrapper .message-wrapper {
  margin-bottom: 15px;
}
.todo-message-wrapper .message-right {
  float: right;
}
.todo-message-wrapper .message-left {
  float: left;
}
.todo-message-wrapper .message-creator-right {
  text-align: right;
}
.todo-message-wrapper .message-creator-left {
  text-align: left;
}
.todo-message-wrapper .message-grey {
  background-color: #ddd;
}
.todo-message-wrapper .message-pink {
  background-color: rgba(252, 56, 88, 0.2666666667);
}
.todo-message-wrapper .flex-member {
  max-width: 60px;
}
