.hidden {
  display: none;
}

.strong {
  font-weight: 600;
}

.selectize-input {
  margin: 0px;
  border: 1px solid #9e9e9e;
}

.btn-info {
  color: white;
}

.btn-info:hover {
  color: white;
}

/*ScrollBar*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: #6c757d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0d6efd;
}

/*ScrollBar*/

/*Loader*/
#mainloader {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

#loader {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}

.loader .load-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

/*Loader*/

/*Login Form*/
.login-logo {
  width: 150px;
}

#layoutAuthentication {
  background-image: url("/images/login-bg.jpg");
}

.login-forgot {
  color: #21afb4;
}

.login-forgot:hover {
  color: #21afb4;
}

.btn-doctor {
  color: white;
  background-color: #3d7db5;
}

.btn-doctor:hover {
  color: white;
  background-color: #468fce;
}

/*Login Form*/

/*Topbar*/
.subheading-2 {
  font-weight: bold;
}

/*Topbar*/

/*Register*/
.register-logo {
  width: 220px;
}

.login-here {
  color: #21afb4;
  font-weight: bold;
}

.login-here:hover {
  color: #21afb4;
}

@media only screen and (max-width: 350px) {
  .register-logo {
    width: 150px;
  }
}

/*Register*/

/*User Profile*/
.user-info .user-picture {
  max-width: 200px;
  max-height: 200px;
  cursor: pointer;
}

/*User Profile*/

/*Dashboard*/
.dashboard-card {
  border-left: 5px solid #21afb4;
  font-size: x-large;
  vertical-align: baseline;
  color: #21afb4;
  transition: transform 0.3s ease-in-out;
}

.dashboard-card .card-body {
  padding: 20px;
}

.no-decoration {
  text-decoration: none;
}

.dashboard-card:hover {
  transform: scale(1.1);
}

.artical-card {
  transition: transform 0.3s ease-in-out;
}

.artical-card:hover {
  transform: scale(1.05);
}

/*Dashboard*/

/*Scheduling*/
.schedule-accordion-header .accordion-button {
  background-color: #21afb4;
  color: white;
  font-weight: bold;
}

.btn-theme {
  background-color: #21afb4;
  border-color: #21afb4;
}

.btn-theme:hover {
  background-color: #2e9fa3;
  border-color: #2e9fa3;
}

.muted {
  font-size: small;
  color: #bbbbbb;
}

.btnDeleteDocSchedule {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.btnDeleteDocSchedule:hover {
  transform: scale(1.1);
}

#listSchedulePanel .card-body,
.card-header {
  padding: 10px;
}

#listSchedulePanel ol,
ul {
  padding-left: 1rem;
}

#listSchedulePanel li {
  margin-bottom: 15px;
}

#listSchedulePanel h5 {
  margin-bottom: 0rem;
}

#listSchedulePanel .accordion-body {
  background-color: #f6f9ff;
}

/*Scheduling*/

/*Booking*/
.booking-logo {
  width: 250px;
}

.booking-profile-pic {
  width: 150px;
}

@media only screen and (max-width: 350px) {
  .booking-logo {
    width: 150px;
  }
}

.fw-600 {
  font-weight: 600;
}

.calander-table .today-date-selected {
  padding: 10px;
  color: white;
  background-color: #4dbbb8;
  font-weight: 500;
}

.calander-table th,
td {
  text-align: center;
  vertical-align: middle;
}

.calander-table .calander-available-day {
  background-color: #7ec97e;
  color: #1d521d;
  cursor: pointer;
  font-size: 8px;
}

.calander-table .calander-unavailable-day {
  background-color: #7ec97e;
  color: #1d521d;
  opacity: 0;
  font-size: 8px;
}

.text-decoration-none {
  text-decoration: none;
}

/*Booking*/

.text-theme {
  color: #21afb4;
}

.pointer {
  cursor: pointer;
}

.passwordVisibility {
  cursor: pointer;
}

.img-slideshow-temp {
  width: 100px;
  margin: 20px;
  box-shadow: 1px 1px 20px 1px #4d4e4e;
}

.img-slideshow-list-temp {
  width: 200px;
}

/* Input Number arrow Remove */

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

/* Firefox */

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

/* Input Number arrow Remove */

/* SIDE BAR */
.sidebar-nav .nav-link i {
  color: green;
}

.sidebar-nav .nav-link.collapsed i {
  color: orange;
}

.sidebar-nav .nav-link:hover {
  color: green;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: green;
}

.sidebar-nav .nav-link {
  color: green;
  background: #f6fff8;
}

.sidebar-nav .nav-heading {
  font-size: 15px;
  color: #2d2f30;
}

.nav-heading a {
  text-decoration: none;
  font-size: 15px;
  color: black;
}

/* SIDE BAR */

/*Doctor Profile Social Media*/
.sm-facebook {
  background: #3b5998;
  color: white;
}

.sm-twitter {
  background: #55acee;
  color: white;
}

.sm-instagram {
  background: #cb2027;
  color: white;
}

.sm-linkedin {
  background: #007bb5;
  color: white;
}

.sm-tiktok {
  background: #050505;
  color: white;
}
/*Doctor Profile Social Media*/

/*Range Slider*/
.range-slider {
  margin: 10px 0 0 0;
  width: 100%;
}

.range-slider-range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}

.range-slider-range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

.range-slider-range::-webkit-slider-thumb:hover {
  background: #21afb4;
}

.range-slider-range:active::-webkit-slider-thumb {
  background: #21afb4;
}

.range-slider-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

.range-slider-range::-moz-range-thumb:hover {
  background: #21afb4;
}

.range-slider-range:active::-moz-range-thumb {
  background: #21afb4;
}

.range-slider-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #21afb4;
}

.range-slider-value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}

.range-slider-value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

/*Range Slider*/

.diagnostic-card-header {
  padding: 10px;
  color: white;
  background-color: #4dbbb8;
  font-weight: 500;
  font-size: large;
}

.patients-card-header {
  padding: 10px;
  color: white;
  background-color: #4dbbb8;
  font-weight: 500;
  font-size: large;
}

.input-group-btn {
  color: white;
  background-color: #4dbbb8;
  cursor: pointer;
}

.input-group-btn:hover {
  background-color: #4ebbb7;
}

.ai-card-header {
  padding: 10px;
  color: white;
  background-color: #4dbbb8;
  font-weight: 500;
  font-size: large;
}

.ai-question {
  padding: 10px 5px 10px 5px;
  font-size: large;
}

.ai-answer {
  background-color: #c3c6c721;
  padding: 10px 5px 10px 5px;
  font-size: large;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cursor-waiting {
  display: inline-block;
  animation: blink 1s infinite;
}

.ai-card-header {
  border-bottom-width: 0px;
}

.ai-saved-queries {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0px !important;
}

.ai-saved-queries.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: #21afb4;
  border-color: #21afb4;
}

.ai-info {
  font-size: x-small;
  color: gray;
}

.slide-visibility-switch {
  display: inline-flex;
  justify-content: space-evenly;
}

.slide-visibility-checkbox:checked[type="checkbox"] {
  background-color: #21afb4;
  border: #21afb4;
}

.slide-visibility-checkbox {
  height: 30px !important;
  width: 50px !important;
}

.btn-slide-delete {
  color: #f76c6c;
  cursor: pointer;
}

.btn-slide-delete:hover {
  color: #e24949;
}

.w-10 {
  width: 10%;
}

.w-5 {
  width: 5%;
}

.ai-saved-queries-date {
  color: #b3b3b3;
  font-size: small;
}

/* Doctor add patient style */
.btn-booking {
  width: 100%;
  border-radius: 0px
}

.btn-block {
  width: 100%;
}


.dropdown {
  position: relative;
  display: inline-block;
}


.dropdown button {
  background-color: #3498db;
  color: white;
  padding: 10px 20px;
  border: none;
  position: absolute;
  align-items: center;
  cursor: pointer;
}


.dropdown-content {
  right: 0;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}


.dropdown-content a {
  font-size: 15px;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;

}


.dropdown-content a:hover {
  background-color: #f1f1f1;
}


.dropdown:hover .dropdown-content {
  display: block;
}

.viewdata {
  border: none;
  background-color: none;
  outline: none;
  width: 100%;
  margin-top: 15px;
}

/* Doctor add patient style */

.tableAlign td {
  text-align: left;
}

/* reports pie chart */
#piechart {
  height: 450px;
  width: 100%;
}

#piechartMonth {
  height: 450px;
  width: 100%;
}

#piechartQuarter {
  height: 450px;
  width: 100%;
}

#piechartYear {
  height: 450px;
  width: 100%;
}

/* reports pie chart */

#image-shadow {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.image-with-shadow {
  box-shadow: 5px 5px 5px #888888;
}

.updateBtnStyle {
  margin-right: 2%;
}

.genericPrescriptionBtn {
  margin-right: 2%;
}

.viewReportStyle {
  margin-right: 2%;
}

.viewReportPrescriptionStyle {
  margin-right: 2%;
}

.background-show {
  background-color: #03A8A2;
}

.background-no-show {
  background-color: #5FDFC6;
}

.background-cancel {
  background-color: #43489A;
}

#barChart {
  width: 100%;
  height: 400px;
}

#barChartMonth {
  width: 100%;
  height: 400px;
}

#barChartQuarter {
  width: 100%;
  height: 400px;
}

#barChartYear {
  width: 100%;
  height: 400px;
}

/* check box button on / off function */
.toggle {
  display: block;
  position: absolute;
  background: none;
  margin: 0 0 0.5em 0;
}

.toggle input {
  opacity: 0;
}

.toggle label h2 {
  position: absolute;
  top: 15px;
  left: 5px;
  font-weight: bold;
  font-size: 13px;
  color: #BDBDBD;
  text-shadow: 0px 2px 0px #f6f6f6;
}

.toggle label h1 {
  position: absolute;
  top: 15px;
  left: -17px;
  font-weight: bold;
  font-size: 13px;
  color: #f7f8fa;
  text-shadow: 0px 2px 0px rgb(193 205 255 / 15%);
}

.toggle input+label:before {
  transition: background-color 0.4s ease;
  box-sizing: border-box;
  position: absolute;
  top: 0.55rem;
  left: -18px;
  content: '';
  width: 50px;
  height: 25px;
  box-shadow: inset 5px 5px 14px #adadad,
    inset -5px -5px 14px #ebebeb;
  border-radius: 70px;
}

.toggle input:checked+label:before {
  background: #385dff;
  box-shadow: inset 10px 10px 20px #2945bd,
    inset -10px -10px 20px #4775ff;
}

.toggle input+label:after {
  box-sizing: border-box;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  position: absolute;
  top: 9px;
  left: -1.2rem;
  width: 25px;
  height: 25px;
  content: '';
  cursor: pointer;
  background-color: #ebebeb;
  border-radius: 500rem;
  box-shadow: 5px 5px 12px #c2c2c2, 0px 0px 0px #ebebeb;

}

.toggle input:checked+label:after {
  transform: translateX(1.53rem);
  background: linear-gradient(145deg, #3254e6, #3c64ff);
  box-shadow: 3px 3px 7px #2945bd, -1px -1px 1px #385dff;
}

.icon {
  font-size: 20px;
  color: red;
  cursor: pointer;
}

 .image-with-shadow {
   display: block;
   margin: 20px auto;
   width: 40%;
   height: 30%;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
   /* Adjust shadow properties as needed */
   border-radius: 10px;
   /* Optional: Add border-radius for rounded corners */
 }

 .title-alignment{
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
 }

 .login-font-size{
  font-size: 18px;
}

.text-login-primary{
  color: #808080;
  text-transform:uppercase;
}

.heder-text{
  color: #3C7DB5;
}

.text-size-change{
  font-size: 12px;
  padding-left: 5px;
}

.text-size-change-head{
  font-size: 18px;
  font-weight: bold;
  
}

.alignment-btn{
  margin-left: 20px;
  margin-bottom: 10px;
}

.image-size-change{
  height: 100px;
}

.table-responsive {
  overflow-x: auto;
}

.table-align {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .table-responsive {
      width: 100%;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > .table {
      margin-bottom: 0;
      background-color: transparent;
  }

  .table-responsive > .table > thead > tr,
  .table-responsive > .table > tbody > tr,
  .table-responsive > .table > tfoot > tr,
  .table-responsive > .table > thead > th,
  .table-responsive > .table > tbody > td,
  .table-responsive > .table > tfoot > td,
  .table-responsive > .table > thead > td {
      white-space: nowrap;
  }
}


.image-responsive {
  max-width: 100%;
  height: auto;
  display: block; 
  margin: 0 auto;
}


@media (max-width: 767px) {
  .image-responsive {
      width: 100%;
      height: auto; 
  }
}

.info-text-align{
  text-align: center;
  color: #454999;
  font-weight: bold;
}

.info-text-align-final{
  text-align: center;
  color: #454999;
}

.profile-info-text{
  text-align: justify;
  margin-left: 0%;
}

.table-row-design{
  border: 1px solid black;
  width: 45px;
  height: 45px;
}

.unorderlist-align{
  margin-left: 12%;
  color: #454999;
  text-align: justify;
}

.note-editor.note-frame {
  background-color:#ffffff;
}

.change-card-size{
  height: 400px;
}