:root {
  --color-primary: #eb984e;
  --color-secondary: #1abc9c;
}


body{
	background-color: transparent;
}
.extra_field_button{
	color: #0156b5;
	background-color: #e6effa;
	border: 2px solid #0156b5;
	border-radius: 20px;
	padding: 0px 10px;

}
.hd{
	display: none !important;
}
.required{
	color: red;
	font-weight: bold;
}

#form-register label {
	font-weight: bold;
}

#form-register strong {
	text-transform: uppercase;
	color: #000000a1;
}

#form-register .accordion-body {
	margin-bottom: 40px;
}

.accordion-button {
	outline: none;
	box-shadow: unset !important;
	border: unset;
}
.btn.btn-light.px-3 {
	width: 100%;
	margin-bottom: 20px;
	text-transform: uppercase;
}

#filter_form_001 {
	padding: 5% 0px;
	margin-top: -5%;
	z-index: 10000;
	background: #03798b; 
	/*background: linear-gradient(to bottom, #015a6c,#83afbc );*/
  background: linear-gradient(to bottom, var(--color-secondary),var(--color-primary) );
}

.grid-item-pic {
	min-height: 270px;
	object-fit: cover;
	width: 100%;
	max-height: 270px;
}

.red-icon{
	color: red;
}
.green-icon{
	color: green;
}

.doctor_name_in_picture {
	position: absolute;
	bottom: 10px;
	background-color: #fff;
	padding: 5px 10px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5), inset 5px 5px 10px rgba(0, 0, 0, 0.5);
	transform: rotateX(25deg) rotateY(-9deg);
}

.pic_rounded {
	width: 50px;
	height: 50px;
}

#chartmes {
	width: auto !important;
	height: 250px !important;
}

.show_details_eye{
	background-color: #000;
	color: #fff;
	padding: 1px 12px;
	border-radius: 15px;
}

.teplate_doctor_details .doctor_profile_pic {
	max-height: 400px;
	margin: auto;
	object-fit: contain;
}

.teplate_doctor_details .profile-wrapper {
	background-color: #F6F7FC !important;
	padding: 10px;
}

.navbar-toggler, .navbar-toggler:focus {
	color: #000;
	border-color: unset;
	border: unset;
}

.navbar-toggler-icon {
  border: none; 
  outline: none;
}

.btn, .btn:hover,.btn:focus{
	border: unset;
	outline: unset;
	box-shadow: unset;
}
.ct-btn {
	border: 2px solid;
}

.info-tabs .nav-link.active {
	color: #fff;
	background-color: #03798b;
	border-radius: 0;
}

.info-tabs .nav-link {
	background: ;
	border: 1px solid #03798b;
	border-radius: unset;
	background-color: #edfafc;
}

.icon-doctor-page{
	width: 35px; height: 35px;
}
form#search_filter button, form#search_filter button:hover, form#search_filter button:focus {
    background-color: var(--primary);
    color: #fff;
    border-radius: 10px;
    outline: none;
    box-shadow: unset;
}
form#search_filter button:hover {
    box-shadow: rgb(255 255 255 / 35%) 0px 0px 15px 8px;
}

form#search_filter select {
    color: #000;
}
.team-item {
    box-shadow: 0 0 45px 20px rgba(0, 0, 0, .07);
}
.inFrontRRSS a {
    background-color: transparent;
    border: 1px solid var(--primary);
}

.text-primary{
	color: var(--primary) !important;
}

.carousel-caption h1 {
    text-shadow: 0 0 20px #080808;
    -webkit-text-stroke: 2px #fff;
}

.carousel-caption p {
    text-shadow: 0 0 20px black;
    color: #fff !important;
}

/** whatsapp icon*/

.chat-header,
.chat-content,
.message-input {
  position: fixed;
  right: 20px;
  width: 300px;
  background-color: #e5ddd5;
  z-index: 10002;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.chat-header {
  top: calc(100% - 420px);
  height: 60px;
  background-color: #075e54;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 12px 12px 0 0;
}
.avatar-container {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.chat-header img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
}
.online-dot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #25d366;
  border-radius: 50%;
  border: 2px solid #075e54;
}
.chat-header-info {
  flex-grow: 1;
}
.chat-header h1 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
.online-status {
  font-size: 12px;
}
.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.chat-content {
  top: calc(100% - 360px);
  height: 300px;
  padding: 20px;
  overflow-y: auto;
}
.message {
  max-width: 80%;
  padding: 8px 12px;
  margin-bottom: 10px;
  border-radius: 7.5px;
  position: relative;
  word-wrap: break-word;
}
.message.received {
  background-color: #ffffff;
  align-self: flex-start;
}
.message.sent {
  background-color: #dcf8c6;
  align-self: flex-end;
  margin-left: auto;
}
.message-input {
  bottom: 20px;
  height: 60px;
  display: flex;
  padding: 10px;
  background-color: #f0f0f0;
  border-radius: 0 0 12px 12px;
}
.whatsapp-btn {
  background-color: #25d366;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 12px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp-btn:hover {
  background-color: #128c7e;
}
.typing-indicator {
  background-color: #e5ddd5;
  padding: 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.typing-indicator span {
  height: 10px;
  width: 10px;
  float: left;
  margin: 0 1px;
  background-color: #9e9ea1;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}
.typing-indicator span:nth-of-type(1) {
  animation: 1s blink infinite 0.3333s;
}
.typing-indicator span:nth-of-type(2) {
  animation: 1s blink infinite 0.6666s;
}
.typing-indicator span:nth-of-type(3) {
  animation: 1s blink infinite 0.9999s;
}
@keyframes blink {
  50% {
    opacity: 1;
  }
}
.chat-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  animation: wave 2s infinite;
}
.chat-icon img {
  width: 35px;
  height: 35px;
}
@keyframes wave {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media screen and (min-width : 900px){
	.lg_link {
		background-color: #005452;
		color: #fff !important;
		padding-left: 7px !important;
		padding-right: 7px !important;
		margin:  !important;
	}
	.lg_link:hover {
		background-color: #fff;
		color: #03798b !important;
		border: 1px solid #03798b;
		letter-spacing: 1.3px;
	}
	.lg_link:nth-child(1) {
		margin-right: 2px;
	}
}


@media screen and (max-width:800px){
	p,
	.section-listas li {
		font-size: 1.3rem;
	}
	.doctor_profile_pic {
		width: 100%;
		height: auto;
	}
	
	.grid-item-pic {
		min-height: 350px;
		max-height: 350px;
		object-position: top;
	}
	
	.doctor_name_in_picture {
		position: unset;
		bottom: 0p;
		padding: 5px 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		text-align: center;
		box-shadow: unset;
		transform: unset;
	}
	.ct_btn_doc{
		width: 100%;
	}


}