@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif !important;
  color: #020617;
  padding-top: 80px;
  padding-left: 74px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 600;
}
.font-regular {
  font-weight: 500;
}
.font-light {
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #000;
}
ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.form-control {
  border: 0px;
}
.btn {
  background-color: #3b82f6;
  padding: 14px 32px;
  color: #fff;
  border-radius: 8px;
  border: 0px;
  font-size: 14px;
}
.btn2 {
  background-color: transparent;
  border: 1px solid #e2e8f0;
  color: #020617;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn:hover {
  background-color: #3b82f6;
  color: #fff;
}
.loader {
  background:rgb(0 0 0 / 40%);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.slate-500 {
  color: #64748b;
}
.mb-32 {
    margin-bottom: 32px;
}
.p-32 {
    padding: 32px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.dropdown-toggle::after {
  display: none;
}
.btn:disabled {
  background-color: #3b82f6 !important;
  color: #fff !important
}
.header-section {
  border-bottom: 1px solid #e2e8f0;
}
.cursor-pointer {
  cursor: pointer;
}
.header-section .header-logo {
  width: 80px;
  height: 80px;
  border-right: 1px solid #e2e8f0;
}
.header-title {
  padding: 20px 32px;
  width: 100%;
}
.header-title ul {
  gap: 32px;
}
.notification-bage-col {
  gap: 12px;
}
.notification-badge {
  background-color: #facc15;
  font-size: 10px;
  width: 20px;
  height: 20px;
}
.header-title ul li:nth-of-type(2) {
  height: 16px;
  width: 1px;
  background-color: #e2e8f0;
}
.user-name {
  margin-left: 16px;
}
.user-name p {
  font-size: 14px;
}
.user-name span {
  font-size: 10px;
}
.header-menu {
  position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9999;
}


/* sidebar style start here */
.siderbar {
  width: 75px;
  border-right: 1px solid #e2e8f0;
  display: block !important;
  flex-basis: unset;
  position: fixed;
    left: 0;
    top: 80px;
    bottom: 0;
    background: #fff;
}
.siderbar ul li a {
  padding: 28px 15px;
  position: relative;
}
.active-border {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  right: -1px;
  background: #3b82f6;
}
.main-wrapper {
  padding: 32px 20px;
  background-color: #f1f5f9;
  min-height: 90vh;
}
.modal-backdrop.show {
  z-index: 9999;
}
.modal.show {
  z-index: 99999;
}

/* dashboard page style start here */
.search-col .date-range-selector , .search-col{
  flex-grow: 1;
}
.search-col .patient-search .form-control {
  padding: 16px;
  font-size: 14px;
  width: 345px;
  border-radius: 8px;
}
.search-col .patient-search .search-icon {
  position: absolute;
  right: 16px;
  top: 16px;
}

.info-card-col ul li{
    border: 1px solid #E2E8F0;
    padding: 9px;
    border-radius: 16px;
    width: 22.8%;
}

.search-col .date-range-selector .form-control {
  min-width: 230px;
  max-width: 100%;
  padding: 16px;
  padding-left: 73px;
  font-size: 14px;
  background: transparent;
    z-index: 111;
    position: relative;
    cursor: pointer;
    padding-right: 40px;
}
.search-col .date-range-selector {
background: #fff;
border-radius: 8px;

}
.search-col .date-range-selector .arrow-down-icon {
  position: absolute;
  right: 16px;
  top: 16px;
}
.search-col .date-range-selector .dropdown-menu {
  border: 0px;
  width:100%;
  padding: 0px;
  inset-top: 
}
.search-col .date-range-selector .dropdown-menu li {
  cursor: pointer;
  padding: 5px 10px;
  font-size: 14px;
}
.search-col .date-range-selector .dropdown-menu li:hover {
  background-color: #3b82f6;
  color: #fff;
}

.search-col .date-range-selector > p {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 14px;
}
.info-card-col ul li .info-card {
    border-radius: 12px;
    padding: 16px;
}
.info-card-col ul li .info-card > div {
    border-left: 1px solid #E2E8F0;
}
.info-card-col ul li .info-card > div p {
    font-size: 14px;
}
.table-data-col {
    border-radius: 16px;
}
.table-data-col th {
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    padding: 20px;
    text-align: left;
}
.table-data-col td {
    font-size: 14px;
    font-weight: 400;
    color: #020617;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    cursor: pointer;
}
.add-ellipses {
  white-space: nowrap; 
    width: 130px; 
    overflow: hidden;
    text-overflow: ellipsis; 
  }
  .improve-badge , .not-improve {
      background-color: #cbfcce;
      font-size: 11px;
      padding: 4px 10px;
      color: #304d05;
      border-radius: 12px;
  }
  .not-improve {
      color: #5e1e1e;
      background-color: #ffcccc;
  }
.portal-option-modal .modal-content {
border-radius: 16px;
}
.portal-option-modal ul li:nth-of-type(2) {
  border-top: 1px solid #E2E8F0;
  border-bottom: 1px solid #E2E8F0
}
.portal-option-modal ul li a {
padding: 20px;
}
.calendar-modal-col .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
  font-size: 14px;
}
.calendar-modal-col {
  max-width: 330px;
  margin: 0px auto;
}
.calendar-modal-col .Calendar {
  padding-top: 30px;
}
/* Patient page style start here */
.nav-tabs {
    border: none;
}
.nav-tabs .nav-link {
    border: none;
    color: #64748B;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 20px;
    line-height: 18px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: none;
    background-color: transparent;
    color: #3B82F6;
}
.nav-col .nav-tabs li+li {
    border-left: 1px solid #E2E8F0 !important; 
}

/* add patient page style start here */
.breadcrumb-list li {
color: #3B82F6;
font-size: 14px;
font-weight: 500;
}
.breadcrumb-list li:last-child {
    color: #020617;
}
.patient-form {
    border-radius: 16px;
}
.patient-form label {
    font-size: 12px;
font-weight: 500;
color: #64748B;
margin-bottom: 16px;
}
.patient-form .form-control , .switch-btn {
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    padding: 15px 16px;
    font-size: 14px;
}.patient-form input::placeholder {
    color: #020617;
}
.switch-btn {
    padding: 14px 16px;
}
/* Exercise programs page style start here */
.status-color {
    color: #84CC16;
}
.addexercise-card-desc {
    height: 463px;
    border-radius: 16px;
    width: 100%
}
.addexercise-info {
  padding: 24px;
  border-radius: 16px;
}
.addexercise-info .exercise-title {
  align-items: baseline
}
.selected-exercise .exercise-title p {
  opacity: 0.48;
  font-weight: 500;
  color: #fff !important
}

.addexercise-info .exercise-title > div {
flex-grow: 1;
align-items: baseline;
}
.addexercise-info .exercise-title > div h6 {
  white-space: nowrap; 
  max-width: 140px; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.addexercise-info .reps-col .form-control {
  border: 1px solid #E2E8F0;
  font-size: 12px;
  padding: 16px;
}
.addexercise-info .reps-col span , .per-day-col span {
  font-size: 12px;
  position: absolute;
  right: 16px;
  top:16px;
}
.per-day-col {
  border: 1px solid #E2E8F0;
  padding: 16px;
  padding-right: 5px;
}
.per-day-col span {
  top: 0px;
  right: 10px
}

.per-day-col .form-control {
  border-radius: 0px;
  border-right: 1px solid #E2E8F0;
  padding:0px 10px;
  font-size: 12px;
}
.per-day-col .form-control:focus  , .per-day-col .form-control:focus {
  box-shadow: unset
}
.question-col {
  background: #fff;
  border-radius: 16px;
}
/* add exercise modal style start here */
.add-exercise-modal .modal-dialog {
    max-width: 512px;
}
.add-exercise-modal .modal-dialog .modal-content {
    border-radius: 16px;
}
.main-tabs {
    border-bottom: 1px solid #E2E8F0
}
.main-tabs .nav-link {
 color: #020617;
 padding: 20px;
 border-bottom: 2px solid transparent !important;
}
.main-tabs .nav-link.active {
    border-bottom: 2px solid #3B82F6 !important;
    color: #020617;
}
.add-exercise-modal .modal-search .form-control {
padding: 20px;
border-bottom: 1px solid #E2E8F0;
border-radius: 0px;
background-color: #F8FAFC;
}
.modal-search .search-icon {
    position: absolute;
    right: 20px;
    top:20px;
}
.modal-search .form-control:focus {
    box-shadow:unset;
}
.modal-search .form-control::placeholder {
    color: #020617;
}
.add-exercise-modal .modal-content > .tab-content {
    padding: 20px;
}
.sub-tabs .nav-link {
    padding:12px 20px;
    border: 1px solid #E2E8F0 !important;
    border-radius: 8px;
    font-size: 14px;
    color: #020617;
}
.sub-tabs {
    margin-bottom: 20px;
}
.sub-tabs .nav-link.active {
    background-color: #020617;
    color: #fff;
}
.modal-exercise-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}
.modal-exercise-card .exercise-title p {
font-size: 12px;
}
.exercises-tab-pane li {
    cursor: pointer;
}
.modal-exercise-card li{
    width: 48%;
    border-radius: 16px;
    padding:16px;
    background-color: #F1F5F9;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.modal-exercise-card li .side-select-btn span , .side-select-btn button {
    background:  #1E3A8A;
    width: 48%;
    border-radius: 50px;
    font-size: 16px;
    color:#fff;
}
.side-select-btn button {
  padding: 0px;
  border: 0px;
}
.modal-exercise-card li .side-select-btn span.active , .side-select-btn button.active {
    background: #fff;
    color: #1E3A8A;
}
.modal-btn {
  padding:20px;
  border-top: 1px solid #E2E8F0;
  justify-content: space-between;
}
.modal-btn .btn {
  padding: 15px 48px;
}
.modal-btn .btn2 {
  color: #020617;
}
.modal-btn .btn2:hover {
  color: #fff;
}
.select-exercise-list li {
  border: 1px solid #E2E8F0;
  background-color: transparent;
}
.select-exercise-list li.selected-exercise {
  background-color: #3B82F6;
}
.select-exercise-list li.selected-exercise .exercise-title h6 {
  color: #fff
}
.sub-title .btn {
    padding: 11px 23px;
}
.actions-col button {
    border: none;
    background: transparent;
    padding: 0px;
}

/* Patient performance page style start here */
.add-poc-btn-col .btn {
  border: 1px dashed #64748b;
}
.chartmodal .modal-dialog {
  max-width: 736px;
}
#chart {
  padding: 10px ;
}
.chart-modal-title p {
  font-size: 12px;
  color: #4F4F4F;
}
.chart-modal-title {
  padding: 20px 30px;
  border-bottom: 1px solid #F0F0F0;
}
.collapsible-table {
padding-left: 200px;
}
.collapsible-table td {
  border: 1px solid #E2E8F0;
}
.collapsible-table th {
  background-color: #3B82F6;
  color: #fff;
}
.collpase-tr[aria-expanded="true"] td{
  background: #F8FAFC;
}
.collpase-tr[aria-expanded="true"] .arrow-down-icon{
  transform: rotateZ(180deg);
}
.expand-btn button {
  background: transparent;
  border: 0px;
  color: #3B82F6;
  font-weight: 500;
}
.chart-modal-link {
  color: #3B82F6;
  font-size: 12px;
  position: absolute;
    right: 30px;
    bottom: 28px;
}
.apexcharts-toolbar {
  display: none !important;
}
.QrCode-col {
 padding: 32px; 
 height: 400px;
 border: 1px dashed #64748b;
 border-radius: 16px;
 margin: 0px 20px 20px;


}
.QrCode-col h1{
  font-size: 64px;
  color: #64748b;
  font-weight: 500;
}
.patient-performance-table > thead th {
  font-size: 14px;
  color: #020617;
}
.pagination .page-link {
  color: #020617;
}


.absolute-col {
  position: absolute;
  left: 0;
  top:0;
  bottom: 0;
  right: 0;
}

.side-select-btn {
  position: relative;
  z-index: 999
}
.question-textarea {
  border: 1px solid #e2e8f0;
}
.set-name-form .form-control {
  border: 1px solid #E2E8F0;
}
.side-select-btn button:disabled{
  background-color: #F1F5F9;
  color:#94A3B8;
}