body {
  background-color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding-top: 100px;
}

.body{
  min-height: calc(100vh - 100px);
  background-color: #f7f7f7!important;
}

input.inputs_size{
  font-size: 16px!important;
}

.intercom-lightweight-app-launcher.intercom-launcher{
  z-index: 900!important;
}
.intercom-lightweight-app{
  z-index: 900!important;
}

.modal_verify_account_disabled{
  z-index: 880!important;
}

.modal-window-disabled-verify-account{
  z-index: 881!important;
}

.buttons_container_onboarding{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 10px;
}

.hero__title_white{
  color: white!important;
}

.buttons_container_onboarding a{
  align-self: center;
}

.forms-container-new {
	background: #ffffff;
	border-radius: 12px;
	padding: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	border: 1px solid #e4e9ff;
	box-shadow: 0 12px 34px -24px rgba(17, 40, 90, 0.45);
}

.user-quantity__block {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.form-group-create-clinic button{
	align-self: end!important;
}

#footer {
  width: 100%;
  bottom: 0px;
}
.faq-questions-index {
  width: 80%;
  margin-left: 10% !important;
  margin-top: 35px !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.container_horarios_cancelar_dia {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.form_turns .col-sm-9 {
  width: 100% !important;
  max-width: 100% !important;
}

.form_turns .form-group.row.align-items-center {
  flex-direction: column;
  align-items: flex-start !important;
}

.form_turns .col-sm-3.text-start.text-sm-end.mb-0 {
  width: 100%;
  text-align: left !important;
  max-width: 100%;
}
.modal-overlay-two {
  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;
}

.form-insertar-horarios-dashboard {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
}

.form-insertar-horarios-dashboard select {
  width: auto;
}

.container.mt-5.ver_usuarios_big_container {
  margin-top: 20px !important;
}

.modal-two {
  background: white;
  padding: 20px;
  border-radius: 5px;
  width: 300px;
  text-align: center;
}

.modal-buttons-two {
  margin-top: 20px;
}

.modal-buttons-two button {
  margin: 0 10px;
}

.showarrow {
  display: inline !important;
}

.btn-1_colors {
  background-color: #6b77f2 !important;
  color: white !important;
  font-weight: 600 !important;
}

.btn-1_colors:hover {
  background-color: #7480ff !important;
}

.black-color_nav:hover {
  color: white !important;
}

/* Buttons */
button {
  background: none;
  border: none;
}
.global__button {
  background: #4a5f9e;
  font-weight: 600;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: all 200ms;
  text-decoration: none!important;
  max-width: fit-content!important;
}
.modal-footer{
  border-top: 0px!important;
  padding: 0px!important;
}

.modal-footer a {
  text-decoration: none;
}

.modal-footer a:hover {
  text-decoration: none;
}

.global__button:hover {
  background: #4a5f9e;
  opacity: 0.6;
  transition: all 200ms;
  color: white;
  text-decoration: none!important;
}

.global__button:disabled {
  opacity: 0.6;
  pointer-events: none;
  color: #cccccc;
}

.global__button.delete {
  background: rgb(224, 13, 13);
  transition: all 200ms;
}
.global__button.delete:hover {
  background: rgb(131, 8, 8);
  transition: all 200ms;
}
.global__button.full-width {
  width: 100%;
  height: 50px;
}
.button--ghosted {
  background: none;
  font-size: 14px;
  font-weight: 600;
  color: #4a5f9e;
  padding: 8px 16px;
  border-radius: 5px;
  transition: all 200ms;
}

.button--ghosted:hover {
  text-decoration: none !important;
  background: #4a5f9e;
  color: #fff;
  transition: all 200ms;
}

.button--upgrade-plan {
  background: #3b82f6;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  border: none;
  transition: all 200ms;
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
}

.button--upgrade-plan:hover {
  text-decoration: none !important;
  background: #2563eb;
  color: #fff;
  transition: all 200ms;
}

.intercom-lightweight-app-launcher.intercom-launcher{
  bottom: 60px!important;
}

/* Container for mobile buttons (upgrade plan + hamburger) */
.header__mobile-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Show mobile button only on mobile, hide desktop button */
.button--upgrade-plan-mobile {
  display: block;
}

.footer-copyright{
  background-color: #171940 !important;
}

.button--upgrade-plan-desktop {
  display: none;
  margin-right: 10px;
}

@media screen and (min-width: 1024px) {
  .button--upgrade-plan-mobile {
    display: none;
  }
  
  .button--upgrade-plan-desktop {
    display: block;
  }
}
.success__message {
  color: #23ce76!important;
}

.error__message {
  color: rgb(224, 13, 13)!important;
}

/* Tables */

td .muted {
  line-height: 22px;
  margin: 0px;
}

h1.center_text {
  text-align: center;
}

/* Global Select */

.global__select {
  padding: 5px 10px;
  width: fit-content;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.222);
  background: transparent;
  transition: all 0.2s ease;
}

.global__select:focus-visible {
  outline: none;
}
.global__select:focus {
  transition: all 0.2s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.289) inset;
  border-color: #ccc;
}

@media screen and (min-width: 1024px) {
  .global__select:hover {
    box-shadow: 0 0 5px #4a5f9e81 inset;
    transition: all 0.2s ease;
  }
}
/* Headings & Font Formatting */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #132144!important;
	font-weight: 600!important;
  text-transform: none;
}

h1{
  font-size: 32px!important;
  margin: 0px!important;
}

@media screen and (max-width: 768px) {
  h1{
    font-size: 24px!important;
  }
}

.heading--1 {
  font-size: 36px;
  line-height: 48px;
}

.heading--2 {
  font-size: 32px;
  line-height: 40px;
}

.heading--3 {
  font-size: 28px;
  line-height: 36px;
}

.heading--4 {
  font-size: 24px;
  line-height: 32px;
}

.heading--5 {
  font-size: 20px;
  line-height: 28px;
}

.p--large {
  font-size: 18px;
  line-height: 24px;
}

.p_new_style-small {
	margin: 0;
	color: #5b6a99;
	font-size: 15px;
}

.heading--1 .bold,
.heading--2 .bold,
.heading--3 .bold,
.heading--4 .bold,
.heading--5 .bold {
  font-weight: 600 !important;
}

.table_container_scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table_container_scroll table {
  width: 100%;
  border-collapse: collapse;
}

.margin-0{
  margin: 0!important;
}

.font-size-large{
  font-size: large;
}

.bottom_navbar {
  border-top: 1px solid darkgray;
  width: 100%;
  height: 70px;
  bottom: 0px;
  position: fixed;
  background-color: #eaeaea;
  z-index: 99;
  padding: 0px 30px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.hiddenForm_bottom_navbar {
  margin: 0px;
}

.bottom_navbar p {
  color: #4a5f9e;
  margin: 0px;
}

.btn-rounded{
  border-radius: 8px!important;
}

.disabled_whatsapp_button{
  opacity: 0.5;
}

.disabled_whatsapp_button:hover{
  cursor: none;
}

/* .btn {
  height: 40px;
} */

.no_padding{
  padding: 0px!important;
}

@media (max-width: 768px) {
	.forms-container-new {
		flex-direction: column;
	}
}

@media screen and (min-width: 1024px) {
  .heading--1 {
    font-size: 48px;
  }

  .heading--2 {
    font-size: 40px;
  }

  .heading--3 {
    font-size: 36px;
  }

  .heading--4 {
    font-size: 32px;
  }

  .heading--5 {
    font-size: 28px;
  }
}

@media (max-width: 786px) {
  .faq-questions-index {
    width: 90%;
    margin-left: 5% !important;
  }
  .img-fluid.logo_footer{
    max-width: 150px!important;
  }
}

#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a {
  transition: all 300ms;
}

/* Global Classes */

.hidden {
  display: none!important;
}

/* Accordions */

.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  display: grid;
}

/* Global Date */

.global__date {
  padding: 5px 10px;
  width: 200px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.222);
  border-radius: 6px;
  transition: all 0.2s ease;
}

.global__date:focus-visible {
  outline: none;
}
.global__date:focus {
  transition: all 0.2s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.289) inset;
  border-color: #ccc;
}

/* Text Input */

.text-input {
  border: 1px solid rgba(0, 0, 0, 0.222);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  color: black;
  transition: all 0.2s ease;
}

.text-input:focus {
  transition: all 0.2s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.289) inset;
  border-color: #ccc;
}

.text-input:focus-visible {
  outline: none;
}

@media screen and (min-width: 1024px) {
  .text-input:hover {
    transition: all 0.2s ease;
    box-shadow: 0 0 5px #4a5f9e81 inset;
  }
}

/* Logo visibility for desktop and mobile */
.logo-desktop {
  display: block;
}

.logo-mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .logo-desktop {
    display: none;
  }
  
  .logo-mobile {
    display: block;
  }
}

/* Simple navbar with only X button */
.navbar-simple {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: white;
  transition: all 0.3s ease;
}

.navbar-simple__container {
  padding: 0 20px;
  height: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navbar-simple__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a5f9e;
  transition: all 0.2s ease;
  text-decoration: none;
}

.navbar-simple__close:hover {
  opacity: 0.7;
}

.navbar-simple__close svg {
  width: 20px;
  height: 20px;
}
