main {
  min-height: 70vh;
}

#calendar_consultationsa:hover {
  color: #fff;
}
.logo-auth {
}

/* dashboards */

.pt-48 {
  padding-top: 48px;
}
.focus\:ring-0:focus {
  border-color: black;
}

[type='checkbox']:checked,
#remember_me[type='checkbox']:checked,
[type='checkbox']:checked:hover,
[type='checkbox']:checked:focus,
[type='radio']:checked:hover,
[type='radio']:checked:focus {
  background-color: #2b3c5a;
}
[type='checkbox']:checked [type='checkbox']:checked:focus,
[type='checkbox']:focus {
  box-shadow: none !important;
  outline-offset: 0 !important;
}
.focus\:ring:focus {
  box-shadow: none !important;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: rgb(226, 232, 240);
  border-width: 1px;
  border-radius: 0.5rem;
  /* padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem; */
  /* font-size: 1rem; */
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.btn.btn-success {
  color: white;
  background: #2c3e50;
  border-color: transparent;
  padding: 0.5rem 1rem;
}

.btn.btn-success:hover {
  color: #2c3e50;
  background: white;
  border-color: #2c3e50;
}

.btn.btn-danger {
  background: #2c3e50;
  color: white;
  border: 1px solid #2c3e50;
}
.btn.btn-danger:hover {
  background: white;
  color: red;
  border: 1px solid red;
}
a {
  text-decoration: none !important;
}
.font-body a:hover,
.nav-link:focus,
.nav-link:hover {
  color: #2c3e50;
}
.btn.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2c3e50;
  --bs-btn-border-color: #2c3e50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c3e50;
  --bs-btn-hover-border-color: #2c3e50;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2c3e50;
  --bs-btn-active-border-color: #2c3e50;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2c3e50;
  --bs-btn-disabled-border-color: #2c3e50;
}
.nav-link,
.nav-item .nav-link:hover {
  color: #2c3e50;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px !important;
  }
}

[type='text'] {
  border-radius: 8px;
  outline: none;
}
.focus\:outline-none:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

/* .font-body button,
[type='button'],
[type='reset'],
.font-body [type='submit'] {
  background-color: #2b3c5a;
} */
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: #2b3c5a !important;
}

.font-body .consultation_page a.btn-primary:hover,
.nav-link:focus,
.nav-link:hover {
  color: white;
}

.alert,
.alert.alert-danger {
  position: absolute;
  right: 0;
  top: 20px;
  width: auto;

    -webkit-animation: cssAnimation 5s forwards; 
    animation: cssAnimation 5s forwards;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}


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

  100% {
    opacity: 0;
  }
}

.elipsis4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.font-body [type='text'],
.font-body [type='email'],
.font-body [type='url'],
.font-body [type='password'],
.font-body [type='number'],
.font-body [type='date'],
.font-body [type='datetime-local'],
.font-body [type='month'],
.font-body [type='search'],
[type='tel'],
.font-body [type='time'],
.font-body [type='week'],
.font-body [multiple],
.font-body textarea,
.font-body select {
  border-color: rgb(226, 232, 240);
}

.max-w-600 {
  max-width: 600px;
}

/* menu dashboard */

.filter_button a:hover {
  color: #2c3e50;
}
.fc-daygrid-day-top a:hover {
  color: #fff;
}
.card_expert {
  max-width: 320px;
  min-width: 250px;
  margin: 0 auto;
}

.font-body #tabs a {
  color: rgb(43, 60, 90);
}
.font-body #tabs a:hover {
  color: rgb(43, 60, 90);
}

html {
  font-size: 100%;
} /*16px*/

body.font-body {
  background: white;
  /* font-family: 'Roboto Condensed', sans-serif; */
  /* font-weight: 600; */
  /* line-height: 1.75; */
  color: #2b3c5a;
}

p {
  /* margin-bottom: 1rem; */
  color: #2b3c5a;
  /* text-align: justify; */
}
a {
  font-family: 'Roboto ', sans-serif;
  /* font-weight: 500; */
  
}
/* .font-body h1, */
.font-body h2,
.font-body h3,
.font-body h4,
.font-body h5,
.btn {
  /* margin: 3rem 0 1.38rem; */
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.font-body h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

.font-body h2 {
  font-size: 2.441rem;
}

.font-body h3 {
  font-size: 1.953rem;
}

.font-body h4 {
  font-size: 1.563rem;
}

.font-body h5 {
  font-size: 1.25rem;
}

.font-body small,
.text_small {
  font-size: 0.8rem;
}
/* 
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #2c3e50;
} */

#consultations .file-multiple-label {
  color: white;
  background: #2c3e50;
  border-color: transparent;
  width: auto;
  padding: 6px 12px;
}

.table-sm > :not(caption) > * > * {
  padding: 0.75rem 0.25rem;
}

/* header pages terms privacy */

.page-header-image {
  background-image: url('/img/hero2.png');
  background-size: cover;
  background-position: center;
  height: 65vh;
}
.book_now a.btn.btn-primary:hover {
  color: #fff;
}
table.table.table-hover.table-sm a:hover i {
  color: #fff;
}

/* #dashboard table.table.table-hover.table-sm a:hover,
.consultation_page table.table.table-hover.table-sm a:hover {
  color: #2c3e50;
} */
#register_expert_stepper a:hover {
  color: white;
}
#register_expert_stepper .form-group a:hover {
  color: #2c3e50;
}

#register_expert_stepper .container {
  min-height: 78vh;
}
/* footer */

.menu li {
  margin-right: 8px;
  display: inline-block;
}

.sidebar {
  position: fixed;
  top: 8.8rem;
  bottom: 0;
  left: -190px;
  z-index: 100;
  padding: 20px 0 20px 20px;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
  height: min-content;
  background: white;
}

.main-content {
  padding: 20px;
}

#menu-toggle {
  position: relative;
  top: 0px;
  left: 20px;
  z-index: 101;
  background: transparent;
  border: none;
  font-size: 24px;
  color: #2c3e50;
  display: none;
}
/* animate sidebar-sticky transition position */

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* height: calc(100vh - 48px); */
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
#tabs-desktop {
  display: block;
}
#tabs-mobile {
  display: block;
}

/* dashboards customer + expert */
/* menu */
.bottom_area {
  height: calc(100vh - 340px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding: 0 20px; */
}

/* menu header*/

.user_menu {
  display: block;
  top: 60px;
}
/* dashboard */

.message-group-item {
  margin-bottom: 16px;
}

.div_event {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #2c3e50;
  border-radius: 26px;
  color: #fff;
  cursor: pointer;
  padding: 22px;
}

/* Responsive styles */
@media (max-width: 991px) {
  .sidebar {
    width: 190px;
  }
  .main-content {
    margin-left: 250px;
  }
  .sidebar.active {
    left: 0;
  }
  .main-content.active {
    margin-left: 0;
  }

  .h2-align {
    text-align: center;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .vh-100 {
    height: auto !important;
  }

  .bottom_area,
  .avatar-profile,
  .notifications_page {
    display: none;
  }
  #tabs-mobile {
    display: block;
  }

  .menu li {
    margin-right: 0;
    display: block;
  }
  .logo-footer img {
    margin: 0 auto 29px;
  }
  #mobile-menu a.py-2,
  #mobile-menu .block.md\:hidden.sm\:ml-6.mx-2.px-4.py-2 {
    padding: 8px 0 !important;
  }
  .auth_block .py-\[3\.75rem\] {
    padding: 24px;
  }
  #menu-toggle {
    display: inline-block;
  }
  .card_expert {
    margin: 0 auto;
    width: 320px;
  }
}

/* safari fixes */
.font-body .black.bg-greylighter {
  background-color: rgba(243, 243, 243, 1);
}
.bg-grey {
  background-color: rgba(240, 240, 240, 1);
}
.drop-shadow-md {
  box-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07));
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  -webkit-column-gap: 2.5rem;
}
.gap-10 {
  gap: 2.5rem;
  --webkit-gap: 2.5rem;
}

.dd-none {
  display: none;
}


/* fixed header on scroll */

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* remove arrows for inputs number */
      /* Works for Chrome, Safari, Edge, Opera */
      input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }

      /* Works for Firefox */
      .font-body [type="number"] {
        -moz-appearance: textfield;
      }


      .font-body .status_actions a:hover{
        color: #fff;
      } 
      .b_btn{
        background-color: #2c3e50;
        color: #fff;
      }