.card-text p {
  font-size: 14px;
  color: black;
  margin-bottom: 10px;
}

.card-text h3 {
  font-size: 1.5rem !important;
}

.ddlselect {
  word-wrap: normal;
  padding: 5px;
  width: 100% !important;
}

.total-user {
  margin-left: 5px;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
}

.profile-photo-sig {
  border: 1px solid #cad7d6;
  width: 17rem;
  height: 17rem;
  border-radius: 10%;
  background-color: #cad7d6;
  color: rgb(0, 106, 114);
  text-align: center;
  cursor: pointer;
}

.tab {
  padding: auto;
  margin: 15px;
}

.tab .active {
  background-color: #056B66;
  color: white;
}

.tab button {
  background-color: #ddd;
  padding: 5px;
}

.tab button:hover {
  background-color: #ddd;
}

.user-action-box {
  width: 100%;
}

.user-action-box .left {
  width: 50%;
  float: left;
}

.user-action-box .right {
  width: 46%;
  float: right;
  text-align: right;
  margin-right: 20px;
}

.btnApprove {
  background-color: #056B66;
  color: #fff;
  padding: 3px;
  width: 80px;
}

.btnReject {
  background-color: #ddd;
  padding: 3px;
  width: 80px;
}

.tele-profile-box {
  width: 100%;
  text-align: center;
}

.img-profile {
  border-radius: 4px;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  padding: 10px;
  background: #f4f6f9;
}

.img_sign {
  border-radius: 4px;
  width: 170px;
  height: 170px;
  margin: 0 auto;
  padding: 10px;
  background: #f4f6f9;
  display: grid;
  align-items: center;
}

.img-profile img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img_sign img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.booking-box {
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  border-radius: 4px;
}

.bd_title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.acknowledge {
  float: right;
}

.btnacknowledge {
  background-color: #056B66;
  color: #fff;
  padding: 3px;
  width: 100px;
}

.btnCancel {
  background-color: #ddd;
  padding: 3px;
  width: 100px;
}


.my_wrapper {
  padding: 0 20px;
}

.content-wrapper {
  min-height: calc(100vh - 57px);
}

.card_header {
  display: flex;
  gap: 70px;
  border: 1px solid rgba(0, 0, 0, .125);
  border-bottom: 0;
  padding: 10px 10px;
  justify-content: end;
}

.card_header h3 {
  font-size: 18px;
  margin: 0;
}

.revenue_card_header {
  display: flex;
  gap: 70px;
  border-bottom: 0;
  padding: 10px 10px;
  justify-content: space-between;
  background: #007bff;
  color: #fff;
}

.revenue_card_header h3 {
  font-size: 18px;
  margin: 0;
}

li.active>a {
  background: #5c5d5de9;
  color: #fff;
}

.tableFooter {
  background-color: #f1f1f1;
  padding: 8px 0px;
  width: 100%;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  color: #2c3e50;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  border: none;
  padding: 7px 14px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 4px;
  margin-left: 4px;
}

.activeButton {
  color: white;
  background: #185adb;
}

.inactiveButton {
  color: #2c3e50;
  background: #f9f9f9;
}

.pagination-container {
  display: flex;
  list-style-type: none;
  justify-content: end;
  margin: 10px;
}

.pagination-container .pagination-item {
  padding: 0 12px;
  height: 32px;
  text-align: center;
  margin: auto 4px;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  box-sizing: border-box;
  align-items: center;
  letter-spacing: 0.01071em;
  border-radius: 16px;
  line-height: 1.43;
  font-size: 13px;
  min-width: 32px;
}

.pagination-container .pagination-item.dots:hover {
  background-color: transparent;
  cursor: default;
}

.pagination-container .pagination-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
  cursor: pointer;
}

.pagination-container .pagination-item.selected {
  background-color: rgba(0, 0, 0, 0.08);
}

.pagination-container .pagination-item .arrow::before {
  position: relative;
  /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
  content: '';
  /* By using an em scale, the arrows will size with the font */
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-right: 0.12em solid rgba(0, 0, 0, 0.87);
  border-top: 0.12em solid rgba(0, 0, 0, 0.87);
}

.pagination-container .pagination-item .arrow.left {
  transform: rotate(-135deg) translate(-50%);
}

.pagination-container .pagination-item .arrow.right {
  transform: rotate(45deg);
}

.pagination-container .pagination-item.disabled {
  pointer-events: none;
}

.pagination-container .pagination-item.disabled .arrow::before {
  border-right: 0.12em solid rgba(0, 0, 0, 0.43);
  border-top: 0.12em solid rgba(0, 0, 0, 0.43);
}

.pagination-container .pagination-item.disabled:hover {
  background-color: transparent;
  cursor: default;
}


 .loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width:32px;
  height: 32px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 0 auto;
  
  text-align: center;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.Auth-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.Auth-form {
  width: 420px;
  box-shadow: rgb(0 0 0 / 16%) 1px 1px 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-radius: 8px;
  background-color: white;
}

.Auth-form-content {
  padding-left: 12%;
  padding-right: 12%;
}

.Auth-form-title {
  text-align: center;
  margin-bottom: 1em;
  font-size: 24px;
  color: rgb(34, 34, 34);
  font-weight: 800;
}

label {
  font-size: 14px;
  font-weight: 600;
  color: rgb(34, 34, 34);
}
.logout{cursor: pointer;}


.DraftEditor-root{
  height:450px !important;
  /* border:1px solid #ebebeb;
  overflow: hidden !important; */
}

.pate__list{
  display: flex;
  align-items: center;
  justify-content: flex-start


}

.pate__list p{
  margin: 0 !important;
  font-size: 20px !important;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}

.eprescription_print{
  width: 100%;
  padding: 2rem;
  height: 150vh;
}
.loding-default{ position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%)}



















.hoverblue{
  transition: ease-in-out 0.3s;
}

.hoverblue:hover{
  background-color: #007bff;
  color: #fff;
}
button.btn-close {
  background: transparent;
  border: none;
}
.pointer{cursor: pointer;}
.epres_info_right{
  text-align: right !important;
}

textarea {

  width: 100% !important;
}
#capture {
  height: 100%;
  width: 100%;
  padding: 0px 30px;
}

.eprescription_print{background-color: #fff;  width: 100%;
  height: auto;}
.eprescription_print .epres_header{    display: flex;  justify-content: space-between;padding: 30px;}
.eprescription_print .epres_header .epres_info_left .dr_info{margin-top: 15px;}
.eprescription_print .epres_header .epres_info_left .dr_info p{margin-top: 5px;}
.eprescription_print .epres_header .epres_info_right p{margin-top: 5px;}
.eprescription_print .epres_pate_info {padding: 30px;border-top: 1px solid #ddd;}
.eprescription_print .epres_pate_info .pate__list{display: flex;gap: 20px;    margin-bottom: 15px;}
.eprescription_print .epres_pate_info .pate__list h4{font-size: 15px;    width: 40%;}
.eprescription_print .epres_pate_info .pate__list p{    width: 60%;}
.eprescription_print .epres_body{padding: 30px;border-top: 1px solid #ddd;}
.eprescription_print .epres_body .ep_details{margin-bottom: 50px}
.eprescription_print .epres_body .ep_details h4{}
.ep_details .ep_medicine{    margin-left: 30px;    margin-top: 20px;}
.ep_details .ep_medicine p{}

.epres_body .dr_signtext{  text-align: center; margin-top: 0px;}
.epres_body .dr_sign{ text-align: center; margin-top: 50px; }



.eprescription_print .epres_footer{padding: 20px 20px;text-align: center;border-top: 1px solid #ddd;}


.spd_card {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.spd_card .spd_card_list{border: 1px solid #ddd;text-align: center;padding: 20px 10px;    width: 20%;    border-radius: 4px;}
.spd_card .spd_card_list h4{margin-top: 10px;}
.mh51{height: 51px;}
.spd_card .spd_card_list2{border: 1px solid #ddd;text-align: center;padding: 20px 10px;    width: 25%;    border-radius: 4px;}
.spd_card_list2 p{
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 500;

}
.spd_card_list2 .btn-info {
  background-color: #056B66;
  border-color: #056B66;
}
.spd_card_list2 .btn-info:hover {
  background-color: #Fff;
  border-color: #056B66;
  color: #056B66; ;
}


.btnreject {  
  color: #056b66;  
  font-size: 14px;font-weight: 500;
}
.sidebar_menu .header{background: #fff;    text-align: center;    padding: 5px 10px;}
.sidebar-postion-fixed{position: fixed;left: 0;top: 70px;bottom: 0;}
.button_set{position: absolute;left: 0;bottom: 0;right: 0;border-radius: 0;padding: 10px 10px;}

.table-bordered a{cursor: pointer;}

.size_validation{   
 
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #ff0000;
  padding-left: 250px;
  margin-top: -8px;
}

.profile-upload{
  position: relative;
  cursor: pointer;
  text-align: center;
  margin-top: 7px;
}
.profile-upload span{
  background: #056b66;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
  text-align: center;
  display: block;
  
}
.profile-upload-sign{
  position: relative;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}
.profile-upload-sign span{
  background: #056b66;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  
}

.minheigth{
  min-height: 80vh;
  height: 100%;
  overflow-y: scroll;
}
.minheigth::-webkit-scrollbar {
  width: 10px;
}