/* Reset and custom styles */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
  box-sizing: border-box;
  font-family: 'DM sans';
  margin: 0;
  padding: 0;
  list-style: none;
}

*:focus {
  outline: none !important;
}

a {
  transition: 0.4s ease-in-out;
  color: #666;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul.dropdown-menu {
  padding: 0;
  overflow: hidden;
}

ul.dropdown-menu a.dropdown-item {
  padding: 10px 20px;
}

ul.dropdown-menu a.dropdown-item:hover {
  background: #2b7f75;
  color: #fff;
}


/* Scrollbar design */
/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #03002B;
  border-radius: 10px;
}


/* Custom styles for sidebar */
.navbar-brand:focus,
.navbar-brand:hover {
  color: #000;
}

.nav-item .nav-link i {
  color: #474747;
}


/******************New CSS***********************/
.main {
    width: 100%;
    overflow: hidden;
    background-color: #f9f9f9;
}

h5.page-main-heading{margin-top: 0.5rem !important;}

#sidebar {
	margin-left: -280px;
    max-width: 350px;
    min-width: 350px;
	position: fixed;
	top: 0;
    transition: all 0.35s ease-in-out;

    display: flex;
    flex-direction: row;
	height: 100%;
	z-index: 999;
}

#sidebar.collapsed {
    margin-left: 0px;
}

.toggler-btn {
    background-color: transparent;
    cursor: pointer;
    border: 0;
}

.toggler-btn i {
    font-size: 1.75rem;
    color: #000;
    font-weight: 1000;
}

.navbar {
    padding: 1.15rem 1.5rem;
}

.sidebar-nav {
    flex: 1 1 auto;
}

.tg-btn{
	height:60px;
	background: #fff;
	border-radius: 0px 5px 5px 0;
	box-shadow: 3px 0px 4px 0px rgba(0,0,0,0.1);
    margin-top: 2px;
}


.sidebar-content{
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	min-width: 220px;
}

@media (max-width:768px) {
	
	.d-flex{flex-wrap: wrap;row-gap: 12px;}
	
	.tg-btn{margin-top: 6px;}
	
	.main-wrapper.p-4{padding-left: 0 !important;padding-right: 0 !important;}
		
	.statstics-sec{padding: 10px;}
	
	.statstics-sec > .d-flex{flex-direction: column;}
	
	.statstics-sec .daily-tabs{text-align: center;margin-top: 10px;}
	
	.appointment-table-box{padding: 20px 5px !important;}
	
	table.appointments-table tr th, table.appointments-table tr td{padding: 8px 5px !important;word-break: break-word;}
	
	table.appointments-table colgroup{display:none;}
	
	/*table.appointments-table:not(#patients-hos) tr th:nth-child(3), table.appointments-table:not(#patients-hos) tr td:nth-child(3), table.appointments-table:not(#patients-hos) tr th:nth-child(4), table.appointments-table:not(#patients-hos) tr td:nth-child(4){
		display:none;
	}*/
	
	#patients-hos{margin-top: 20px;}
	
	#patients-hos.appointments-table tr th:nth-child(2), #patients-hos.appointments-table tr th:nth-child(3), #patients-hos.appointments-table tr th:nth-child(5), #patients-hos.appointments-table tr th:nth-child(6), #patients-hos.appointments-table tr td:nth-child(6), #patients-hos.appointments-table tr th:nth-child(7), #patients-hos.appointments-table tr td:nth-child(7){display:none;}
	
	#patients-hos thead tr, #patients-hos tbody tr, #hospital_listing thead tr, #hospital_listing tbody tr {border-bottom: 1px solid #aaa; display: flex; position: relative;}
	
	#patients-hos.appointments-table tr th:nth-child(1), #patients-hos.appointments-table tr td:nth-child(1){width:35%;}
	
	#patients-hos.appointments-table tr th:nth-child(4), #patients-hos.appointments-table tr td:nth-child(4){width:45%;}
	
	#patients-hos.appointments-table tr th:nth-child(8), #patients-hos.appointments-table tr td:nth-child(8){width:20%;}
	
	#patients-hos.appointments-table tr td:nth-child(1), #patients-hos.appointments-table tr td:nth-child(4), #patients-hos.appointments-table tr td:nth-child(8){
		max-height: 55px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin-bottom: 32px;
	}
	
	#patients-hos.appointments-table tr td:nth-child(2), #patients-hos.appointments-table tr td:nth-child(3), #patients-hos.appointments-table tr td:nth-child(5) {
		position: absolute;
		width: auto;
		background: none;
		border: none;
		box-shadow: none;
		bottom: 0;
		padding: 5px 8px !important;
	}
	
	#patients-hos.appointments-table tr td:nth-child(3) {
		left: 65px;
		border-left: 1px solid #aaa;
		padding: 5px 12px !important;
	}
	
	#patients-hos.appointments-table tr td:nth-child(5) {
		left: auto;
		right:0;
	}
	
	#patients-hos tbody tr td{background:none;box-shadow:none;}
	
	#patients-hos tbody tr:nth-child(2n+1) {background: rgba(81, 227, 186, 0.1);}
	
	#delete-patient{padding:4px;}
	
	#patients-hos .edit-icon{font-size: 17px;}
	
	
	#hospital_listing.appointments-table tr th:nth-child(n+4), #hospital_listing.appointments-table tr td:nth-child(n+4){
		display:none;
	}
	
	#hospital_listing.appointments-table tr td:nth-child(1), #hospital_listing.appointments-table tr td:nth-child(2), #hospital_listing.appointments-table tr td:nth-child(3){
		border:none;
		margin-bottom:45px;
		width:40%;
	}
	
	#hospital_listing.appointments-table tr td:nth-child(2){
		width:20%;
	}
	
	#hospital_listing.appointments-table tr td:last-child{
		background: none;
		box-shadow: none;
		border: none;
		display:unset;
		position:absolute;
		bottom:3px;
		right:8px;
		padding:0 !important;
	}
	
	.common-btn {
		padding: 6px 12px !important;
	}
	
	
}

@media(min-width:1025px){
	#sidebar{height:auto;margin-left: 0px;max-width: 250px;min-width: 250px;position: unset;}
	#sidebar .tg-btn{display:none;}
}


@media(max-width:1024px){
	.navbar-brand {position: fixed;	left: 50%; margin-bottom: 0px !important; padding: 20px 25px !important;width: 240px; transform: translateX(-50%);}
	#sidebar{margin-left: -220px;  max-width: 220px;  min-width: 220px;}
	.navbar-nav{background:#fff;z-index: 9999;  position: relative;}
	header{	position: fixed;top: 0;	width: 100%;z-index: 9;	background: rgba(255,255,255,0.95);	left: 0;}
	header div div.justify-content-center {justify-content: right !important;}
	div.main {padding-top: 4rem !important;}
}

@media(max-width:800px){
	.row{row-gap: 10px !important;}
	#username-header{display:none !important;}
	header div div .me-3 {	margin-right: .5rem !important;}
	header div div #notificationToggle{display: block;margin-right: 0rem !important;}
	.hos_details {grid-template-columns: repeat(2, 1fr) !important;margin-bottom:25px !important;padding-bottom:25px !important;}
	
	.date-grid {grid-gap: 5px !important;padding: 0 20px !important;}
	.arrow-left{left: -8px !important;width: 40px !important;height: 40px !important;}
	.arrow-right {right: -8px !important;width: 40px !important;height: 40px !important;}
}

@media(max-width:575px){
	.mbsc-row {row-gap: 150px !important;}
}

@media(max-width:560px){
	.hos_details {grid-template-columns: repeat(1, 1fr) !important;}
	.hos_details li a {gap: 5px !important;padding-right: 10px !important;}
	.hos_details li a h2 {font-size: 16px !important;}
	
	.month-selection {flex-direction: column;}
	.date-grid {padding: 0 5px !important;}
	.date-slot .day-text {font-size: 12px !important;}
	.date-slot .date-text {font-size: 16px !important;}
	.date-slot .year-text {font-size: 12px !important;}
	.arrow-left{left: -10px !important;width: 25px !important;height: 25px !important;}
	.arrow-right {right: -10px !important;width: 25px !important;height: 25px !important;}
	.time-slot-wrapper {grid-gap: 5px !important;}
}

/******************End New***********************/

.navbar-brand {
  display: block;
  margin-bottom: 10px;
  padding:15px 25px;
  color: #000;
  font-weight: 700;
  font-size: 32;
}

.sidebar-arrow {
  color: #D4D4D4;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 4px #00000024;
  position: absolute;
  top: 30px;
  right: -16px;
}

#sidebar .nav-link svg {
  width: 30px;
  height: 30px;
}

#sidebar .nav-link span {
  font-size: 18px;
  font-weight: 400;
  color: #474747;
}

#sidebar .nav-link{
	padding:12px 20px;
}

#sidebar .nav-link.active {
  background: #E4FBF0;
  border-right: 2px solid #2B7F75;
  color: #2B7F75;
}

#sidebar .nav-link.active i {
  color: #2B7F75;
}

#sidebar .nav-link:after {
  display: none;
}

#sidebar ul.dropdown-menu {
  position: relative;
  background: transparent;
  padding: 20px;
}

#sidebar ul.dropdown-menu li {
  line-height: 40px;
  padding-left: 20px;
  border-left: 1px solid #707070;
  position: relative;
}

#sidebar ul.dropdown-menu li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  color: #BBB8C5;
}

#sidebar ul.dropdown-menu li a:hover {
  color: #fff;
}

#sidebar ul.dropdown-menu li a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #70F8AB;
  border-radius: 50px;
  left: 0;
  top: 14px;
}

#sidebar ul.dropdown-menu li a.queue:before {
  background: #F7E175;
}

#sidebar ul.dropdown-menu li a.hold:before {
  background: #B870F8;
}

#sidebar ul.dropdown-menu li a.completed:before {
  background: #2400FF;
}

#sidebar .nav-link span.arrow_right {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  background: #fff;
  color: #000;
}

#sidebar .nav-link span.arrow_right i {
  margin: 0;
}

.sidebar_footer {
  width: 100%;
}

.author {
  gap: 10px;
  padding: 10px;
}

.author span.avatar {
  width: 50px;
  height: 50px;
}

.author h4 {
  width: calc(100% - 50px);
  font-size: 18px;
  font-weight: 500;
  line-height: 27.98px;
  color: #000000;
}

.author h4 span {
  font-size: 14px;
  font-weight: 300;
  line-height: 20.99px;
  color: #AEAEAE;
  display: block;
}

.medicine-logo {
  color: #2B7F75;
}


/* Custom styles for main content */
.main-content {
  width: calc(100% - 250px);
}

.topbar h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 40.57px;
  margin: 0;
}

.topbar h4 span {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #AEAEAE;
}

.topbar ul .dropdown button {
  background: transparent !important;
  border: none !important;
  padding: 0;
}

.topbar ul .dropdown button:after {
  display: none;
}

.topbar ul .dropdown button span.avatar {
  width: 40px;
  height: 40px;
  display: flex;
}

.topbar ul a {
  color: #000;
  font-size: 18px;
}

/* index page start */
.green-text {
  color: #2B7F75 !important;
}

.patients-add {
  background: #2B7F75;
  padding: 5px;
  border-radius: 4px;
}

.page-main-heading {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin-top: 2rem !important;
}

.revenue-cards {
  background: #2B7F75;
  border-radius: 14px;
  padding: 16px;
}

.revenue-cards-percantage {
  padding: 2px 9px;
  font-size: 12px;
  font-weight: 500;
  background: #E4FBF0;
  border-radius: 50px;
  color: #2B7F75;
}

.Increase-data {
  color: #818181;
  font-weight: 400;
  font-size: 13px;
}

.money-img {
  background: #fff;
  padding: 5px;
  border-radius: 4px;
}

.total-revenue {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.revenue-card-percantage {
  padding: 2px 9px;
  font-size: 12px;
  font-weight: 500;
  background: #FFFFFF42;
  border-radius: 50px;
  color: #fff;
}

.revenure-price {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-right: 7px;
}

.month-text {
  color: #E7E7E7;
  font-size: 12px;
  font-weight: 400;
  margin-top: 14px;
}

.revenue-doller {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
}

.revenue-line {
  position: absolute;
  right: 0;
  top: 0;
}

.patient-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  border: 1px solid #CBCBCB;
}

main {
  background: #F9FAFB;
}

.statstics-heading {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.statstics-sec {
  padding: 21px;
  background: #fff;
  border-radius: 27px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.daily-tabs ul#pills-tab {
  background: #E4FBF0;
  padding: 5px;
  display: inline-flex;
  border-radius: 6px;
}

.daily-tabs li button.chart-tab.active {
  background: #2b7f75;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 15px;
}

.daily-tabs li button.chart-tab {
  color: #9291A5;
  font-size: 14px;
  font-weight: 400;
}

/* calender */
.calendar {
  height: max-content;
  width: 100%;
  background-color: var(--bg-main);
  border-radius: 30px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.light .calendar {
  box-shadow: var(--shadow);
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  color: var(--color-txt);
  padding: 10px;
}

.calendar-body {
  padding: 10px;
}

.calendar-week-day {
  height: 50px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: 600;
}

.calendar-week-day div {
  display: grid;
  place-items: center;
  color: #000000;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  color: var(--color-txt);
}

.calendar-days div {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  cursor: pointer;
  animation: to-top 1s forwards;
}

.calendar-days div:hover {
  background-color: var(--light-hover);
  border-radius: 10px;
  transition: background-color 0.3s ease;
  background: #2b7f75;
  color: #fff;
}

.dark .calendar-days div:hover {
  background-color: var(--dark-hover);
}

.calendar-days div span {
  position: absolute;
}

.calendar-days div.curr-date span {
  display: none;
}

.month-picker {
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
  color: #000000;
}

.month-picker:hover {
  background-color: #E4FBF0;
}

.year-picker {
  display: flex;
  align-items: center;
}

.year-change {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 10px;
  cursor: pointer;
}

.year-change:hover {
  background-color: #E4FBF0;
}

.calendar-footer {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.toggle {
  display: flex;
}

.toggle span {
  margin-right: 10px;
  color: var(--color-txt);
}

.dark-mode-switch {
  position: relative;
  width: 48px;
  height: 25px;
  border-radius: 14px;
  background-color: var(--bg-second);
  cursor: pointer;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 0px;
  overflow: auto;
}

.dark-mode-switch-ident {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: var(--bg-main);
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.2s ease-in-out;
}

.dark .dark-mode-switch .dark-mode-switch-ident {
  top: 2px;
  left: calc(2px + 50%);
}

.month-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--bg-main);
  padding: 20px;
  grid-template-columns: repeat(3, auto);
  gap: 5px;
  display: grid;
  transform: scale(1.5);
  visibility: hidden;
  pointer-events: none;
}

.month-list.show {
  transform: scale(1);
  visibility: visible;
  pointer-events: visible;
  transition: all 0.2s ease-in-out;
  background: #2b7f75;
  color: #fff;
}

.month-list>div {
  display: grid;
  place-items: center;
}

.month-list>div>div {
  width: 100%;
  padding: 5px 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  color: var(--color-txt);
}

.month-list>div>div:hover {
  background-color: var(--color-hover);
}

@keyframes to-top {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


.calender-card {
  background: #fff;
  border-radius: 27px;
}

.appointment-table-box {
  padding: 20px;
  background: #fff;
  border-radius: 27px;
  margin-bottom: 20px
  
}

.appointments-table tr td {
  background-color: #FBFEFF;
  font-size: 14px;
  font-weight: 400 !important;
  color: #535353;
  padding: 15px !important;
}

.appointments-table tr th {
  background-color: #FBFEFF;
  color: #000;
  font-size: 14px;
  font-weight: 600 !important;
  padding: 15px !important;
}

.appointments-table {
  border: 1px solid #EEEEEE;
  border-radius: 14px;
}

.cross-btn {
  color: red;
}

.edit-icon {
  font-size: 20px;
  color: #9E9E9E;
}

.upcoming {
  color: #EAB630;
  border: 1px solid #EAB630;
  padding: 4px 15px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 400;
}

.dt-length {
  display: none;
}

/* .dt-search {
    display: none;
} */
table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  border-bottom: 1px solid #EEEEEE;
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: 1px solid #EEEEEE;
}

.form-check-input.table-toggle-green:checked {
  background-color: #2b7f75;
  border-color: #2b7f75;
}

/* hospital page */
.text-bg-green {
  background: #2B7F75;
  color: #fff;
  width: 33px;
  height: 33px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  margin-left: 10px;
}

.add-hospital-btn {
  background: #2b7f75;
  color: #fff;
  border: none;
  padding: 15px 29px;
  border-radius: 9px;
  font-size: 16px;
  font-weight: 500;
  transition: .3s ease;
}
.add-hospital-btn:hover
    {
      background-color: #0e524a;
      color: #fff;
    }

.add-hospital-input .form-label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.add-hospital-input .form-control {
  padding: 12px;
  background-color: #F2F2F2;
  border: none;
}

.add-hospital-input input::placeholder {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
}

.dt-type-numeric {
  text-align: left !important;
}

.patient-selector .form-select {
  width: auto;
  background-color: #F0F0F0;
  max-width: 200px;
  color: #6C6C6C;
}

.search-input input#exampleFormControlInput1 {
  background: #f0f0f0;
  max-width: 270px;
  width: 100%;              
}

.sidebar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 280px;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 9;
  padding-bottom: 23px;
}

.body-content{
	display:flex;
}

.main-wrapper {
  width: auto;
  margin-left: auto;
  min-height: 100vh;
}

.sidebar-wrapper .sidebar-link {
  padding-left: 43px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sidebar_footer {
  padding: 0 23px;
  margin-top: 20px;
}

.sidebar_footer a {
  padding: 15px 18px;
  background-color: #E4FBF0;
  color: #2B7F75;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
}

.sidebar_footer .logout-link i {
  line-height: 1;
  color: #2B7F75;
}

.eye-btn {
  width: 37px;
  height: 37px;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #f2f2f2;
  color: #2B7F75;
  display: flex;
  justify-content: center;
  align-items: center;
}

.download-circle-btn {
  width: 37px;
  height: 37px;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #2B7F75;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-wrapper {
  padding: 6px 20px;
  border-radius: 30px;
  min-width: 93px;
  display: inline-block;
  text-align: center;
}

.status-wrapper.pending-status {
  color: #EAB630;
  border: 1px solid #EAB630;
}

.status-wrapper.complete-status {
  color: #00B45E;
  border: 1px solid #00B45E;
}

.section-text {
  color: #000;
  font-size: 16px;
}

.status-aval {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  gap: 7px;
}

.status-aval span {
  display: inline-block;
  width: 10px;
  height: 10px;
  flex: none;
  border-radius: 50%;
}

.status-aval .aval-status {
  background: #2B7F75;
}

.status-aval .notaval-status  {
  background: #BDBDBD;
}

.common-field {
  padding: 12px;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  border: none;
  color: #1a1a1a;
}

.common-field::placeholder {
  color: #999999;
}



.month-selection {
  margin-top: 26px;
  margin-bottom: 9px;
  padding: 14px 26px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.month-selection h3 {
  font-size: 22px;
  margin: 0px;
  font-weight: 700;
  color: #000;
}

.month-control {
  display: flex;
  align-items: center;
  gap: 16px;
}

.month-control button {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  color: #171717;
}

.date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 21px;
}

.date-slot {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  padding: 8px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
}

.date-slot.active {
  background-color: #E4FBF0;
  border: 1px solid #2B7F75;
}

.date-slot.active .day-1text,
.date-slot.active .date-text,
.date-slot.active .year-text {
  color: #2B7F75;
}

.date-slot .day-text {
  font-size: 16px;
  color: #7C7B7B;
  transition: .3s ease;
}

.date-slot .date-text {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  transition: .3s ease;
}

.date-slot .year-text {
  font-size: 16px;
  color: #7C7B7B;
  transition: .3s ease;
}

.time-slot-wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 18px;
}


.time-slot label {
  display: block;
  width: 100%;
  padding: 13px 10px;
  text-align: center;
  color: #fff;
  background-color: #4e4ebb;
  border-radius: 10px;
  cursor: pointer;
}

.time-checkbox {
  display: none;
}

.time-slot.notaval-time label {
  background-color: #BDBDBD;
}

.trash-btn {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
}

.login-wrapper {
  background-color: #E4FBF0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.inner-login {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, .15);
  border-radius: 50px;
  background-color: #fff;
}

.login-field-wrapper {
  padding: 50px;
}

.login-logo {
  font-size: 35px;
  font-weight: 400;
  color: #000000;
}

.login-logo strong {
  font-weight: 500;
  color: #2B7F75;
}

.login-img img {
  height: 600px;
  object-fit: cover;
  border-radius: 50px;
}

.heading-auth {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.auth-label {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}

.auth-field {
  padding: 11px 20px;
  background-color: #F2F2F2;
  border-radius: 8px;
  border: none;
}

.auth-field:focus {
  background-color: #F2F2F2;
}

.auth-field::placeholder {
  color: #999999;
}

.passwordeye-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: transparent;
  border: none;
  outline: none;
  line-height: 1;
  transform: translateY(-50%);
}

.auth-btn {
  padding: 11px 20px;
  background-color: #2B7F75;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  width: 100%;
  border: 1px solid #2B7F75 !important;
}

.auth-btn:hover {
  background-color: #0e524a;
  color: #fff;
}

.forgot-link {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}

.login-link {
  font-size: 18px;
  color: #2B7F75;
  text-decoration: underline;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .login-img {
    display: none
  }
}

.generate-invoice {
  padding: 5px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #2B7F75;
  text-decoration: underline;
}

.new-appointment-btn {
  padding: 9px;
  border-radius: 5px;
  background-color: #2B7F75;
  color: #fff;
  border: 1px solid #2B7F75;
  outline: none;
}

.schedule-btn {
  padding: 8px 20px;
  border-radius: 5px;
  background-color: #e9e9e9;
  color: #a7a7a7;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: .3s ease;
  cursor: pointer;
}

.schedule-radio {
  display: none;
}

.schedule-radio:checked+.schedule-btn {
  background-color: #2B7F75;
  color: #fff;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 25px;
  /* Optional, allows wrapping if there isn't enough space */
}

.pagination-details {
  text-align: right;
}

.pagination ul {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
}

.pagination .page-item {
  margin: 0 4px;
  color: #ffffff;
  /* Optional spacing between pagination items */

}



.text-aline-center {
  text-align: center;
}

.modal-header {
  background-color: #FF0000;
  color: rgb(209, 207, 207);
}

.modal-body {
  font-size: 16px;
}
.btn-primary{
  background-color: #2B7F75;
}
.btn-danger {
  background-color: #ff5c5c;
  border: none;
}

.btn-secondary {
  background-color: #d3d3d3;
  border: none;
}


.grid-pricing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.price-checkbox {
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 1;
  transition: .4s ease;
}

.price-label {
  display: block;
  padding: 12px 12px 12px 38px;
  border-radius: 8px;
  background-color: #F2F2F2;
  font-size: 16px;
  color: #999999;
  cursor: pointer;
  transition: .4s ease;
}

.price-checkbox:checked {
  background-color: #fff;
  border-color: #fff;
  background-image: url('../images/check-icon.svg');
  background-size: 10px;
}

.price-wrapper {
  padding: 9px;
  background-color: #2B7F75;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.price-field {
  background-color: #fff;
  padding: 7px 12px;
  font-size: 14px;
  color: #bfbfbf;
}

.price-checkbox:checked+.price-label {
  background-color: #2B7F75;
  color: #fff;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.profile-wrapper {
  position: relative;
  padding: 17px 24px;
  border-radius: 8px;
  background-color: #E4FBF0;
}

.profile-wrapper h4 {
  font-size: 17px;
  color: #000;
  font-weight: 500;
  margin-bottom: 18px;
}

.profile-wrapper .profile-field {
  background-color: #fff;
}

.add-profile-btn {
  margin-top: 14px;
  background-color: transparent;
  border: none;
  color: #2B7F75;
  font-size: 17px;
  font-weight: 500;
}

/* Hide the input elements */
.custom-radio-class,
.gender-radio {
  display: none;
}

/* Style for labels */
.custom-control-label,
.gender-label {
  display: inline-block;
  padding: 12px 50px;
  border-radius: 8px;
  background-color: #f2f2f2;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Style for checked state */
.custom-radio-class:checked+.custom-control-label,
.gender-radio:checked+.gender-label {
  background-color: #2B7F75;
  color: #fff;
}

.delete-profile {
  position: absolute;
  top: 10px;
  right: 26px;
  border-radius: 6px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
}

.delete-profile img {
  width: 18px;
}

#profile-container .profile-wrapper:not(:first-child) {
  margin-top: 14px;
}

.single-wrapper {
  background-color: #fff;
  border-radius: 16px;
  min-height: 80vh;
}

.patient-img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  z-index: 1;
  margin-bottom: 20px;
}

.patient-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.patient-name {
  font-weight: 700;
  font-size: 22px;
  color: #000;
}

.patient-icons {
  color: #545454;
}

.hospital-name {
  margin-bottom: 0px;
  font-size: 18px;
  color: #545454;
}

.patient-address {
  margin-bottom: 0px;
  font-size: 18px;
  color: #545454;
}

.patient-contact {
  margin-bottom: 0px;
  font-size: 18px;
  color: #545454;
}

.patient-info-card {
  padding: 14px 14px 0;
  border: 1px solid #DADADA;
  border-radius: 16px;
}

.info-heading {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.info-text {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.radio-buttons-container {
  display: flex;
  align-items: center;
  /* Align items vertically center */
  gap: 20px;/
}

.patient-pills {
  padding: 8px;
  background-color: #E4FBF0;
  border-radius: 6px;
  justify-content: center;
}

.patient-pills .patient-link {
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #9291A5;
  transition: .4s ease;
}

.patient-pills .patient-link.active {
  font-weight: 500;
  background-color: #2B7F75;
  color: #fff;
}

.timeline-wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.month-timeline-body {
  background-color: #fafafa;
}

.month-timeline-button:focus {
  box-shadow: none !important;
}

.child-timeline-item {
  background: transparent !important;
  border: none !important;
  border-radius: 0px !important;
}

.child-timeline-item .child-timeline-button {
  background: transparent;
  border: none;
  padding: 10px 0px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.child-timeline-item .child-timeline-body {
  padding-left: 0px;
  padding-right: 0px;
}

.date-checkup {
  min-width: 100px;
}

.timeline-title {
  font-weight: 700;
}

.timeline-title:before {
  content: '\f058';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: relative;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  font-size: 16px;
  color: #2B7F75;
  margin-right: 20px;
  background-color: #fff;
  border: 1px solid #2B7F75;
}

.timeline-task-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.time-timline {
  display: inline-block;
  min-width: 100px;
  text-align: right;
}

.timeline-task {
  display: inline-flex;
  margin-bottom: 20px;
}

.timeline-task::before {
  content: '';
  position: relative;
  width: 22px;
  height: 22px;
  background-color: #2B7F75;
  border-radius: 50%;
  margin-right: 20px;
  border: 1px solid #fff;
  display: inline-block;
  flex: none;
}

.month-timeline-item {
  position: relative;
}

.month-timeline-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: 2px;
  height: 100%;
  background-color: #2B7F75;
}

.uploaded-doc {
  padding: 5px 8px;
  background-color: #ECECEC;
  border-radius: 30px;
  font-size: 14px;
  color: #000;
  min-width: 110px;
  justify-content: space-between;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 4px;
}

.view-doc {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #9E9E9E;
  font-size: 14px;
  border: none;
}

.download-doc {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #2B7F75;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  border: none;
}

.child-notes-button {
  box-shadow: none !important;
}

.child-notes-button:not(.collapsed) {
  background-color: #fff !important;
}

.child-notes-body {
  background-color: #F1F1F1 !important;
}

.notes-wrapper .note-textarea {
  background-color: #fff;
  padding: 8px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.notes-wrapper .note-textarea p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #000;
}

.note-title {
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
}

.child-report-body {
  background-color: #F1F1F1;
}

.child-report-body .uploaded-doc {
  background-color: #fff;
}

.custom-button {
  background-color: #2b7f75;
}
body {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
}

.external-drop-calendar {
  border-right: 1px solid #ccc;
}

.external-drop-cont {
  height: 100%;
  overflow: auto;
}

.external-drop-task {
  color: #fff;
  padding: 10px;
  margin: 20px;
  border-radius: 8px;
  font-family: -apple-system, Segoe UI, Roboto, sans-serif;
}

.external-drop-task {
  background: #999;
}

.demo-external-drag-drop-schedule-unschedule.demo-wrapper,
.demo-external-drag-drop-schedule-unschedule .mbsc-grid,
.demo-external-drag-drop-schedule-unschedule .mbsc-row,
.demo-external-drag-drop-schedule-unschedule .external-drop-calendar {
  height: 100%;
}

.delete-doctor-button {

  width: auto;
  height: auto;
  color: black;
  background: #e74d4da6;

}


/* .page-link{
  background: #2B7F75;
  color: white;
} */


.form-switch .form-check-input {
  width: 3em;
  height: 1.5em;
  background-color: #ccc;
  border-color: #ccc;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.form-check-input:focus {
  border-color: #0dcaf0;
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.25);
}

.btn-all {
  border: 1px solid #2B7F75;
  background-color: #2B7F75;
  color: White;
  padding: 10px 50px;
  
}
.btn-b{
  border: 1px solid #2B7F75;
  background-color: #2B7F75;
  color: White;
}



.btn-b:hover{

  border: 1px #2B7F75;
}
.btn-all:hover 
{
  border: 1px solid #2B7F75;
  background-color: #0e524a;
  color: #fff;
  border: 1px solid #2B7F75;

}
.form-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.charges-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
}
.charges {
  background-color: #2B7F75;
  color: White;
  padding: 15px;
  border-radius: 10px;
  width: calc(25% - 15px);
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.form-check {
  margin-bottom: 0.5rem;
}
.price-field {
  transition: all 0.3s ease;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.price-field.show {
  max-height: 100px;
  margin-top: 0.5rem;
  opacity: 1;
}
.form-check-input:checked {
  background-color: #ffffff;
  border-color: #ffffff;
}
.form-check-input:checked::after {
  color: #2B7F75;
}
.form-check-label {
  color: #ffffff;
  font-weight: bold;
}


.add-prescription,
.already-added {
  color: #2B7F75;
  text-decoration: underline;
}

.going-appointment {
  padding: 11px 17px;
  margin-bottom: 10px;
  background: #2B7F75;
  border-radius: 10px;
}

.video-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 20px;
  color: #000;
}

.patient-video {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.diagnosis-video {
  font-size: 16px;
  margin-bottom: 0px;
  color: #efefef;
}

.video-timing {
  font-size: 18px;
  margin-bottom: 0px;
  color: #fff;
}

.join-btn {
  background-color: #fff;
  color: #2b7f75;
  font-size: 18px;
  padding: 12px 8px;
  min-width: 100px;
  font-weight: 500;
  border-radius: 7px;
  border: 1px solid #fff;
  transition: .3s ease;
  line-height: 1;
  display: block;
  outline: none;
}

.join-btn:hover {
  background-color: transparent;
  color: #fff;
}

.section-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #000;
}

.common-btn {
  padding: 12px 28px;
  line-height: 1;
  font-size: 12px;
  border-radius: 9px;
  background-color: #2B7F75;
  color: #fff;
  min-width: 144px;
  font-weight: 600;
  border: 1px solid #2B7F75;
  transition: .4s ease;
  white-space: nowrap;
}

.close-modal-button{
  padding: 12px 28px;
  line-height: 1;
  font-size: 16px;
  border-radius: 9px;
  background-color: #5A6268;
  color: #fff;
  min-width: 144px;
  font-weight: 600;
  transition: .4s ease;
}

.common-btn:hover {
  background-color: transparent;
  color: #2B7F75;
}

.note-heading {
  font-size: 22px;
  text-align: center;
  color: #000;
  font-weight: 700;
}

.note-wrapper {
  padding: 30px 27px;
  border-radius: 30px;
}

.note-textarea {
  background-color: #F4F4F4;
  border: 1px solid #E6E6E6;
  border-radius: 18px;
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 28px;
  padding: 17px;
}

.note-textarea::placeholder {
  color: #9D9D9D;
}

.add-note {
  padding: 8px 10px;
  font-size: 18px;
  color: #fff;
  border-radius: 8px;
  background-color: #2B7F75;
  border: 1px solid #2B7F75;
  min-width: 130px;
}

.cancel-btn {
  padding: 8px 10px;
  font-size: 18px;
  color: #666666;
  border-radius: 8px;
  background-color: #E9E9E9;
  border: 1px solid #E9E9E9;
  min-width: 130px;
}

.download-btn {
  padding: 15px;
  display: inline-flex;
  align-items: center;
}

.download-btn .fa {
  font-size: 40px;
  margin-right: 10px;
}





.search-btn{
  background: #2b7f75;
  color: #fff;
  border: none;
  border-radius: 9px;
  
}

.active>.page-link, .page-link.active {
  background-color: #2b7f75;
  border: none;
}

.form-switch .form-check-input:checked {
  background-color: #2b7f75;
  border-color: rgb(163, 161, 161);
}



.arrow-left
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #2B7F75;
  background-color: #2B7F75;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-right
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #2B7F75;
  background-color: #2B7F75;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.save-btn
{
  padding: 10px;
  width: 120px;
  background-color: #2B7F75;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  border: 1px solid #2B7F75;
}




.notification-mint p {
  color: #AAAFB6;
  font-size: 12px;
}

.notification-card-text p {
  color: #525A66;
  font-size: 12px;
}

.notification-card-text h4 {
  color: #240046;
  font-size: 16px;
  margin-bottom: 5px;
}

.mice-icon-sec {
  background: #FFECCC;
  display: inline-block;
  padding: 8px;
  border-radius: 8px;
  height: 44px;
  width: 44px;
}
.notification-cards {
  background: #F8F8F8;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.prev {
  font-size: 14px;
  color: #000;
  border: 1px solid #EEEEEE;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
}

.next {
  font-size: 14px;
  color: #000;
  border: 1px solid #EEEEEE;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
}
.notification-pagination ul {
  display: flex;
  align-items: center;
}
.notification-pagination-text {
  font-size: 14px;
  padding: 2px 10px;
  border: 1px solid #eeeeee;
  margin: 0 4px;
  border-radius: 5px;
}
.notification-pagination-text.active {
  background: #2B7F75;
  color: #fff;
}
.notification-pagination ul li {
  cursor: pointer;
}
.showing-text {
  font-size: 14px;
  color: #7C7C7C;
}
.dropdown-item span {
  white-space: normal;
}
ul.dropdown-menu a.dropdown-item:hover .text-muted {
  color: #fff !important;
}
ul.dropdown-menu a.dropdown-item:hover  {
  border-radius: 5px;
}
.bg-green-sec {
  background: #008478;
  padding: 10px 10px 10px 10px;
  border-radius: 8px;
}

.bg-green-sec label {
  color: #fff;
  margin-bottom: 10px;
}

.invalid{
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}

.hidefunction {
  display: none;
}
.appointment-table-box .dt-container .dt-paging .dt-paging-button
{
  font-size: 16px;
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  transition: .3s ease;
}
.appointment-table-box .dt-container .dt-paging .dt-paging-button.disabled
{
  border-radius: 6px;
  border: 1px solid #ccc;
  background-color: #fff;
  opacity: .7;
}
.appointment-table-box .dt-container .dt-paging .dt-paging-button.current,
.appointment-table-box .dt-container .dt-paging .dt-paging-button.current:hover
{
  border: 1px solid #2b7f75;
  background: #2b7f75;
  color: #fff !important; 
}
.appointment-table-box .dt-container .dt-paging .dt-paging-button:hover
{
  border: 1px solid #2b7f75;
  background: #2b7f75;
}
a.join-now {
  color: #fff;
  background: #008478;
  padding: 5px 15px;
  border-radius: 5px;
}

a.rescdule {
  color: #008478;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #008478;
}

.join-rebtn {
  display: flex;
  gap: 10px;
  justify-content: center; /* Center horizontally */
  align-items: center;
}
.join-btn-sec {
  display: flex;
  align-items: center;
  gap: 10px;
}


.genrate-invoice-btn {
  border: none;
  padding: 6px 11px;
  background: #2B7F75;
  color: #fff;
  border-radius: 5px;
}
.not-added {
  border: 1px solid #9C9C9C !important;
  color: #9C9C9C !important;
}
.add-pricription-text {
  color: #2B7F75;
  border-bottom: 1px solid #2B7F75;
}
.ck.ck-content.ck-editor__editable {
  background: #F2F2F2 !important;
  border: none;
  padding: 12px;
  border-radius: 0px 0px 8px 8px !important;
}

.ck.ck-toolbar.ck-toolbar_grouping {
  background: #F2F2F2;
  border: none;
  padding: 12px;
  border-radius: 8px 8px 0px 0px !important;
  border-bottom: 1px solid #cccccc !important;
}
.prescription-approved-box {
  height: 471px;
  margin-top: 20px;
}
h4.submit-approved {
  font-size: 22px;
  font-weight: 700;
  color: #2B7F75;
  text-align: center;
}

p.has-been-approved {
  font-size: 16px;
  font-weight: 400;
  color: #595959;
  text-align: center;
  margin-top: 18px;
}
.appointments-today{
  align-items: center;
}

.no-appointments {
  margin-top: 50%;
  justify-content: center;
  text-align: center;
}

.external-drop-task {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 8px;
}

.external-drop-task .event-info {
  font-size: 12px;
  color: #333;
}

.external-drop-task.expanded {
  height: auto; /* Allow the element to expand */
  padding: 12px;
  /* Adjust any other styling as needed */
}



/* Modal Styling */
.appointment-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.apointment-modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 300px;
  text-align: center;
}
.upload-sec-form span.input-group-text {
  margin-right: 15px;
}

.upload-sec-form label.custom-file-label.text-truncate {
  display: none;
}
.upload-sec-form .form-control.d-flex.h-auto {
  border-radius: 0.375rem !important;
}


.add-prescription-link {
  color: #2B7F75;
  text-decoration: underline;
}

.dash-tiles{
  padding-left: 14px;
}






.appointments-today-data{
    height: 80vh;
    overflow: scroll;
}

.input-group-prepend{
  display: none;
}
.upload-sec-form .custom-file
{
  background: transparent;
  border: 1px dashed #2B7F75 !important;
  overflow: hidden;
  border-radius: 10px !important;
  color: #2B7F75;
}
.upload-sec-form .custom-control-label
{
  padding: 0px 9px;
}

.approval-row{
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.modal-head{
    display: flex;
    justify-content: center;
}

.modal-footer{
  justify-content: center;
}


/* 13/11/2024 */

.holiday_date {
  padding: 10px 20px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #2B7F75;
  background: transparent;
  z-index: 0;
}

label.holiday_date input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

label.holiday_date span.checkmark {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  transition: 0.4s ease-in-out;
}

label.holiday_date span.title {
  transition: 0.4s ease-in-out;
}

label.holiday_date input:checked ~ span.checkmark {
  background: #2B7F75;
}

label.holiday_date input:checked ~ span.title {
  color: #fff;
}

div#custom-date-cont {
  display: flex;
  margin-top: 14px;
  gap: 10px;
}

div#custom-date-cont h5 {
  font-size: 16px;
  color: #0d0d0d;
}

div#custom-date-cont input[type="date"] {
  background: #F2F2F2;
  padding: 10px;
  border: 1px solid #F2F2F2;
  border-radius: 7px;
  width: 100%;
}

div#custom-date-cont .start-date {
  width: 100%;
}

div#custom-date-cont .end-date {
  width: 100%;
}

.modal-content{
  border-radius: 25px;
}
#eventDetailsModal .modal-header
{
  border-radius: 22px 22px 0px 0px;
}

p#conflicting-message {
  padding-top: 5px;
  margin-bottom: 0px;
}

.active-btn{
  background-color: #2B7F75;
  color:white;
  
}


.appointments-detail{
  background-color: #2B7F75;
}



.going-appointment {
  padding: 11px 17px;
  background: #2B7F75;
  border-radius: 10px;
}

.completed-page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.completed-page-item:first-child .completed-page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.pagination {
  float: right;
  ;
}

.pagination-child {
  margin: 0px 5px;
}

.floating-container {
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  padding: 10px;
  z-index: 9999;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.pagination-container {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.page-link {
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  color: #222;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.page-link:hover {
  background-color: #e9ecef;
  color: #222;
}

.page-link.active {
  background-color: #2B7F75;
  color: 222;
  border-color: #;
}

.page-link.disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: white;
  border-color: #dee2e6;
}
.pagination-container {
     display: flex;
     gap: 5px;
     align-items: center;
     justify-content: center;
     margin-top: 20px;
 }

 .completed-page-link {
     padding: 8px 12px;
     border: 1px solid;
     border-color: #e9ecef;
     text-decoration: none;
     border-radius: 4px;
     transition: all 0.3s ease;
 }

 .completed-page-link:hover {
     background-color: #e9ecef;
     color: #2B7F75;
 }

 .completed-page-link.active {
     background-color: #2B7F75;
     color: white;
     border-color: #dee2e6
 }

 .completed-page-link.disabled {
     color: #6c757d;
     pointer-events: none;
     background-color: #fff;
     border-color: #dee2e6;
 }

 .add-prescription-link {
     color: #2B7F75;
     text-decoration: none;
     transition: color 0.3s ease;
 }

 .add-prescription-link:hover {
     color: #2B7F75;
     text-decoration: underline;
 }


 .search-radio
{
  display: none;
}
.search-radio-label
{
  display: inline-block;
  padding: 12px 50px;
  border-radius: 8px;
  background-color: #f2f2f2;
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: .3s ease;
}
.search-radio:checked + .search-radio-label
{
  background-color: #2B7F75;
  color: #fff;
}
.common-field {
  padding: 12px;
  background-color: #F2F2F2;
  border: none;
}
.white-nowrap
{
  white-space: nowrap;
}
.flex-none
{
  flex: none;
}
.appointment-table-box .select2-container
{
  flex: none;
}
.appointment-table-box .select2-container--default .select2-selection--single
{
  border: none;
  height: auto;
}
.appointment-table-box .select2-selection__rendered
{
  padding: 12px;
  border-radius: 8px;
  background: #F2F2F2;
}
.appointment-table-box .select2-selection__arrow
{
  top: 13px !important;
}
 .appointment-grid > div
 {
  border-bottom: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
 }
 .appointment-grid > div.heading-info
 {
  border-bottom: 1px solid #fff;
  background-color: #f2f2f2;
 }
 .appointment-grid > div p
 {
  margin-bottom: 0px;
 }
 .active-custom
 {
  background-color: #2B7F75;
  color: #fff;
 }
.invoice-collapse
{
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.invoice-collapse a
{
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  gap: 11px;
}
.invoice-collapse > div:last-child a
{
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: none;
}
.collapse-icon
{
  position: absolute;
  top: 53%;
  right: 10px;
  font-size: 25px !important;
  transition: .3s ease;
  line-height: 1;
}
.collapse-sidelink.collapsed .collapse-icon
{
  transform: translateY(-50%) rotate(0deg);
}
.collapse-sidelink:not(.collapsed) .collapse-icon
{
  transform: translateY(-50%) rotate(-180deg);
}


select#date-filter {
  max-width: 190px;
  width: 100%;
}
.height52 {
  height: 52px;
}
.width170 {
  width: 170px;
  white-space: nowrap;
}


.height50 {
  height: 48  px;
}

.select-month{
  justify-content: center;
}

.invoice-field
{
  width: 68%;
  padding: 12px;
  background: #f0f0f0;
  border: none;
  border-radius: 9px;
}
.edit-btn
{
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: #008478;
  color: #fff;
  border: 1px solid #008478;
  cursor: pointer;
  transition: .3s ease;
}
.edit-btn:hover
{
  color: #008478;
  background-color: transparent;
}
.approve-btn
{
  width: 40px;
  height: 40px;
  background-color: #008478;
  padding: 0px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px ;
}


.btn-outline-all{
  background-color: #008478;
  color: white;
}

.outer-box{
  margin-top: 26px;
  margin-bottom: 9px;
  padding: 14px 26px;
  background-color: #fff;
  border-radius: 10px;
}

.bs-tabs{
      display: flex;
      justify-content: center;
      margin-bottom: 30px;
  }




  .view-btn
  {
    font-size: 20px;
    color: #2B7F75;
  }
  .booking-section
  {
    padding: 20px;
    border-radius: 15px;
    background-color: #2B7F75;
    overflow: hidden;
    position: relative;
  }
  .book-icon
  {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    color: #fff;
  }
  .book-icon2
  {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    color: #fff;
  }
  .booking-section h3
  {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
  }
  .book-session-btn
  {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #2B7F75;
    border-radius: 8px;
    display: inline-block;
    transition: .4s ease;
  }
  .book-session-btn:hover
  {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
  }
  .outline-book-session-btn
  {
    padding: 10px 20px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    transition: .4s ease;
  }
  .outline-book-session-btn:hover
  {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
  }
  .page-main-heading span
  {
      font-size: 33px;
      font-weight: 500;
  }
  

  .ttl-image{
    position: absolute;
    right: 0;
    top: 0;
  }

  .user-name-heading{
    font-size: 33px;font-weight: 40px;
  }


.view-btn
{
  font-size: 20px;
  color: #2B7F75;
}
.booking-section
{
  padding: 20px;
  border-radius: 15px;
  background-color: #2B7F75;
  overflow: hidden;
  position: relative;
}
.book-icon
{
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  color: #fff;
}
.book-icon2
{
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  color: #fff;
}
.booking-section h3
{
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}
.book-session-btn
{
  padding: 10px 20px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #2B7F75;
  border-radius: 8px;
  display: inline-block;
  transition: .4s ease;
}
.book-session-btn:hover
{
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.outline-book-session-btn
{
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  transition: .4s ease;
}
.outline-book-session-btn:hover
{
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, .1);
  color: #fff;
}
.page-main-heading span
{
  font-size: 20px;
  font-weight: 400;
}
.back-btn
{
  background-color: transparent;
  color: #2B7F75;
  font-size: 16px;
  border: none;
  outline: none;
  padding: 10px;
}
.back-btn i
{
  font-size: 14px;
}
.upload-file
{
  display: none;
}
.upload-label
{
  width: 100%;
  display: block;
  border-radius: 10px;
  border: 2px dashed #2B7F75;
  text-align: center;
  padding: 30px 15px;
  color: #2B7F75;
  cursor: pointer;
}
.uploaded-report
{
  padding: 15px;
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.trash-btn
{
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #FFEEEE;
  color: #FF4A4A;
}


.nav-tabs .nav-item .active{

  background-color: #2B7F75 !important;
  color: White !important;
  border-radius: 5px;
  border: none !important;

}


.nav-tabs .nav-item button{
  background-color: #d3d3d3 !important;
  border: none;
  color: #000 !important;
  border-radius: 5px;
}
.nav-tabs {
  border: none;
  gap: 4px;
}
.pending-appointments-table .no-footer {
  border-bottom: 0px !important;
}
div#prescription_table_wrapper table th {
  text-align: center;
}





.time-slot.selected-time label {
  background-color: #37787c;
}

.page-main-heading span {
  font-size: 32px;
  font-weight: 500;
  white-space: nowrap;
}


.alert.alert-error{
  background-color: #f8d7da;  
  color: #721c24;            
  border: 1px solid #f5c6cb;
}


.alert.alert-error:hover {
  background-color: #f1b0b7;
  cursor: pointer;
}


.appointment-table-box .table-responsive {
  overflow: inherit;
}

.remaining-dates-header {
  margin-bottom: 0;
  padding-bottom: 0;
  color: red;
  font-weight: 500;
  margin-right: 20px;
  float: right;
}

label.custom-file-label.text-truncate {
  display: none;
}

div#consentExpiredModal .modal-dialog {
  max-width: 760px;
}
#prescription_table_wrapper table .common-btn {
  padding: 12px 8px;
  line-height: 1;
  font-size: 13px;
  border-radius: 9px;
  background-color: #2B7F75;
  color: #fff;
  min-width: 144px;
  font-weight: 600;
  border: 1px solid #2B7F75;
  transition: .4s ease;
}
.light-text {
  color: #666 !important;
}
.dark-text {
  color: #000 !important;
}

ul.hos_details h2 {
  font-weight: 600;
}

ul.hos_details h2 span {
  font-weight: 400;
}
section.hospital-counts {
  /* background: #e4fbf069; */
  padding: 60px 0 60px;
}
.hospital-details-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #e4fbf069;
}

section.hospital-counts i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: #9dd0d4;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

section.hospital-counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}
.count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
h4.hospitak-detail-heading {
  font-size: 25px;
  font-weight: 700;
}


.hos_details {
  padding: 0;
  margin: 0;
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.hos_details li {
  border-radius: 5px;
  position: relative;
  transition: all 0.4s ease;
  background-color: #e4fbf0;
  color: #222;
  list-style: none;
}

.hos_details li a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 15px;
  padding-right: 40px;
  font-size: 23px;
  color: #222;
  height: 69px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.hos_details li a span.cs_tab_link_icon {
  border-right: 2px solid transparent;
  border-radius: 30px 60px 60px 30px;
  margin-left: -2px;
  position: relative;
  width: 70px;
  height: 100px;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hos_details li a span.cs_tab_link_icon img {
  transition: all 0.4s ease;
}

.hos_details li a span {
  font-size: 19px;
  position: relative;
  z-index: 1;
}

.hos_details li:hover {
  background-color: #9dd0d4;
  color: #000;
}

.hos_details li:hover a {
  color: #ffffff;
}

.hos_details li:hover a span.cs_tab_link_icon {
  background-color: #37787c;
  border-color: #ffffff;
}

.hos_details li:hover a span.cs_tab_link_icon img {
  filter: brightness(0) invert(1);
}

.hos_details li a h2 {
  font-size: 18px;
  margin: 0;
}

.hos_details li a h2 span {
  display: block;
  font-size: 14px;
  margin-top: 6px;
}
span.cs_tab_link_icon.cs_center img {
  height: 40px;
  width: 40px;
}



.captcha-container {
  margin: 20px 0;
  text-align: center;
}

.captcha-wrap {
  display: inline-block;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

#captcha-canvas {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 4px;
}

.captcha-controls {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.captcha-input {
  padding: 8px 12px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 14px;
  width: 120px;
}

.refresh-button {
  background: #6c757d;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.refresh-button:hover {
  background: #5a6268;
}

.captcha-error {
  color: #dc3545;
  margin-top: 8px;
  font-size: 14px;
  display: none;
}


.pending-appointments-table table.dataTable tbody tr {
  border: #fff;
}

.table tbody tr {
  border-bottom: 1px solid black; /* Adjust color */
}
.error{
  color: red;
}


.time-slot.notaval-time-selected label{
  background-color: #008478;
}

.time-slot.frozen label{
  background-color: #BDBDBD;
}

.modal-body1{
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}


.text-danger small{
  display: none;
}



#hospital-invoice-form input {
  width: 50% !important;
}

.btn.patient-history {
  background-color: #2B7F75; color: #fff; padding: 12px 28px;
  line-height: 1;
  font-size: 12px;
  border-radius: 9px;
  min-width: 144px;
  font-weight: 600;
  border: 1px solid #2B7F75;
  transition: .4s ease;
  white-space: nowrap;
}
a.profile-view-btn:hover {
  /*font-weight: 1000;*/
  color: black;
}


p.mx-auto {
  margin-bottom: 0;
}

.patient-history-accrodion-heading{
  font-weight: 400;
}

@media only screen and (max-width: 1500px) {  
  .tab-screen {
    flex-wrap: wrap !important;
  }
  
}



.search-btn-invoice {
  display: flex
;
  justify-content: center;
  margin-top: 20px;
  /* padding: 10px; */
}



.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.custom-checkbox label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #ddd;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.custom-checkbox input[type="checkbox"]:checked + label::before {
  background-color: #007bff;
}

.custom-checkbox input[type="checkbox"]:checked + label::after {
  content: '✔';
  position: absolute;
  left: 5px;
  top: 2px;
  color: white;
}
