/* ==== Kaii Styles ==== */
@import url('https://fonts.googleapis.com/css2?family=Monoton&family=Righteous&display=swap');

/* main */
main {
  height: 86vh;
}

.h-33 {
  height: 33%;
}

.button {
  font-size: 0.85rem !important;
  min-width: 5rem;
  padding: 0.475rem 0.75rem !important;
  margin: 0 .375em 0 0 !important;
  border-radius: 6px;
  border: 1px solid #d0d4df !important;
  color: #222833 !important;
  box-shadow: 0 -1px 0 0 #d0d4df inset;
  background: linear-gradient(#fcfdff 0, #eaeef5 100%) no-repeat padding-box !important;
  outline: 0;
}

.button:hover {
  background: linear-gradient(#fcfdff 0, #dee5f1 100%) no-repeat padding-box !important;
}

.bg-celeste {
  background-color: transparent !important;
}

.bg-info {
  background: linear-gradient(180deg,
      #648eb0bf,
      #2f4c80c2 100%) !important;
  color: #ffffff !important;
  text-shadow: 0px 2px #606060;
}

.bg-box {
  background-color: #eef7f9;
  font-size: 1rem !important;
  color: #000 !important;
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem !important;
}

.bg-box .header .icon {
  color: #f6c068 !important;
  font-size: 1.75rem;
}

.bg-box>.header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.25rem;
}

.bg-white {
  background-color: #ffffff;
}

.bg-aside-paciente {
  background-color: #f2f2f7;
}

.tx-white {
  color: #fff !important;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

#app {
  overflow: hidden;
  min-height: 100vh;
  background: #edf0f4;
}

/*========== NAVBAR ==========*/
nav img {
  height: 38px;
}

.navbar {
  padding: 0.5rem 1.5rem !important;
  /* background-color: #234391; */
  background-color: #fefefe;
  color: #000;
}

.nav-text {
  color: #fff;
  font-size: 15px;
}

.nav-sup {
  background-color: #004080;
  /* background: #102337;  */
  color: #fff !important;
  height: 4.5vh;
  min-height: 30px;
}

.nav-item {
  padding: 0rem;
  display: flex;
  align-items: center;
}

.nav-link {
  font-size: 1.3rem;
}

.las-icon {
  font-size: 2.25rem !important;
  margin-top: 0.2em;
  color: #304273;
}

.home.icon {
  font-size: 1.65em;
}

.address.card {
  font-size: 1.75em;
  border: medium none !important;
  background: transparent !important;
}

.badge.badge-pill.badge-danger {
  font-size: 0.85rem;
}

/* ========= HOME ======== */
.ge-title {
  font-size: 1.2rem;
  color: #162941;
  letter-spacing: -0.5px;
  font-family: GE Inspira Sans, sans-serif;
  font-weight: 600;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

a.flag-white {
  background-color: white;
  border-radius: 12px;
  margin-left: 1.5rem;
}

a.flag-white>div {
  color: #092241;
  font-weight: bold;
}

/*========== NAVBAR ==========*/

.aside-atencion {
  height: 100%;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
}

/* Grid Home */
.contenedor {
  background-color: #f3f8fd;
  height: 100%;
}

.sidebar {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.content-1 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
  overflow-y: auto;
}

.content-2 {
  grid-row: 2 / 2;
  grid-column: 2 / 3;
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
}

.grid-3 {
  grid-column: 2;
  grid-row: 1/3;
}

.las {
  font-size: 19.5px;
}

.las.panel {
  color: #4183c4;
  margin-right: 1rem;
  padding: 0px;
}

/* OTHER STYLES */

.item {
  background-color: #fdfdfd;
  border-radius: 4px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.bienvenido {
  background-image: url("/images/fondo-inicio.jpg");
  color: black;
  position: relative;
  height: 100%;
}

.let p {
  text-transform: lowercase;
}

.let p:first-letter {
  text-transform: uppercase;
}

.foto {
  width: 100%;
  height: 100%;
  margin: center;
}

.calendario {
  display: grid;
  grid-template-columns: 34% 61.5%;
  grid-gap: 1rem;
  align-items: center;
}

tr.disabled {
  pointer-events: none;
  background-color: #d8d9d3;
  opacity: 0.85;
}

.evo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.div-evo {
  width: 112% !important;
  height: 299px;
}

.tabla-evo {
  margin: -15px;
  width: 117% !important;
}

.div-pres {
  margin: auto auto;
  width: 107% !important;
}

.menu-atencion {
  color: black;
  font-size: 1.01em;
  padding-left: 0.55em;
  padding-right: 0.55em;
  overflow: auto;
  white-space: nowrap;
}

.aside-paciente {
  padding: 0.8rem !important;
  width: 100%;
  color: #000000 !important;
}

.hidden {
  display: none;
  min-width: 200px !important;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 3px;
  top: 40%;
}

.dropdown-submenu:hover>.dropdown-menu,
.dropdown-submenu:focus>.dropdown-menu {
  display: flex;
  flex-direction: column;
  position: absolute !important;
  margin-top: -30px;
  left: 100%;
}

@media (min-width: 375px) {
  .col-none {
    display: none;
  }
}

@media (max-width: 992px) {
  .dropdown-menu {
    width: 50%;
  }

  .dropdown-menu .dropdown-submenu {
    width: auto;
  }
}

::-webkit-scrollbar-thumb {
  background-color: #555;
}

textarea {
  overflow: auto;
  resize: none !important;
}

.example {
  -ms-overflow-style: none;
  scrollbar-width: none;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.text-box {
  margin-left: 44vw;
  margin-top: 42vh;
}

.btn:link,
.btn:visited {
  text-decoration: none;
  display: inline-block;
}

.btn:hover {
  border: #4183ce solid 1px !important;
}

.single-line-kaii {
  overflow: auto;
  white-space: nowrap;
}

.card {
  border: solid 1px rgba(0, 0, 0, 0) !important;
  border-radius: 0.5rem !important;
}

.card .card {
  background-color: #ffffff !important;
}

.card-body {
  background-color: transparent !important;
  padding-left: 11px !important;
  padding-right: 8px !important;
}

.card-footer {
  background-color: transparent !important;
  border-top: none !important;
  padding: 5px 8px !important;
}

.card-header {
  background-color: transparent !important;
}

input.form-control {
  height: 27px !important;
  border-top: #979797 1.6px solid !important;
  border-left: #979797b3 1.6px solid !important;
}

.input-group-append,
.input-group-prepend,
.input-group-text {
  height: 27px !important;
}

.input-group-text {
  font-weight: bold !important;
  background-color: #ffffff !important;
  border: unset !important;
}

select,
select.form-control {
  padding-top: 1.9px !important;
  height: 1.92rem !important;
}

.text-rojo {
  color: #dc3545 !important;
  font-size: 1.3rem !important;
}

.text-gray {
  color: gray;
  font-size: calc(10.5px + 0.25vw);
}

@media (min-width: 1600px) {
  #formulario_login {
    margin-top: 1.5rem;
  }
}

.table-citas {
  max-height: 100%;
  overflow: auto;
}

.table-citas thead tr:nth-child(1) th {
  background: #dfe3e7;
  position: sticky;
  top: 0;
  z-index: 9;
}

table {
  border: none !important;
  border-bottom: 1px solid #dee2e6 !important;
}

legend {
  font-weight: bold;
}

.card-body legend {
  max-height: 2.85rem;
}

.table thead th {
  background-color: white !important;
}

thead,
th {
  border-bottom: 1px double #d9e6ef;
  border-top: 1px solid #d9e6ef;
  padding: 8px 10px !important;
  position: relative;
  color: #697794 !important;
  font-weight: 400;
  text-align: left;
  height: 1rem;
}

thead>tr>th {
  position: sticky;
  top: 0;
  z-index: 9;
}

th::before {
  background: #d9e6ef;
  content: "";
  display: inline-block;
  height: 23px;
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
}

.block {
  pointer-events: none;
  color: #1c1c1c !important;
}

.form-control {
  color: #1c1c1c !important;
  background-color: #fff !important;
  font-size: 0.97rem !important;
}

input.form-control-sm {
  height: 22px !important;
  font-size: 0.83rem !important;
}

.btn-close {
  position: absolute !important;
  top: 0px;
  right: 0px;
  padding: 0.3rem 0.5rem !important;
}

/* FIN ------------------------------------------ */
.add-element {
  background: linear-gradient(to bottom, #f7f9f9, #fff) !important;
}

.add-element .card-header {
  padding: 1rem 1rem 0.5rem 1rem !important;
}

.add-element .card-header h4 {
  color: black !important;
}

.add-element .card-body {
  padding: 0.75rem 1rem 0.25rem 1.5rem !important;
}

.add-element .card-body label {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.citas-title {
  font-size: 16.5px;
  font-weight: bold;
  padding: 0.5rem;
  text-transform: capitalize;
}

.drop-margin {
  margin: 7.25px 0.38vw 5px;
}

.modal-header button {
  opacity: 0.9;
}

.modal-body {
  padding: 0px !important;
}

.modal-body>.d-flex>.col,
.modal-body>.d-flex>.col-2,
.modal-body.d-flex>.col-md-2,
.bg-azul {
  background-color: #004080;
}

.modal-footer {
  background-color: #f3f8fd !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.modal-footer button.white {
  color: #162941 !important;
  background-color: #eaeaea !important;
}

.modal-xl {
  max-width: 87rem !important;
}

.panel {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between;
  height: 100%;
  padding: 1.3rem 1.85rem !important;
  border-radius: 12px;
  background-color: #004080;
  color: white;
}

.panel-header {
  justify-content: center;
  display: flex;
  color: white !important;
}

.modal .panel-header {
  color: white !important;
}

.panel-header>i {
  font-size: 2em !important;
  margin-left: -1.7rem !important;
  margin-right: 0.55rem !important;
}

.panel-header>h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.panel-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.panel-block>div {
  color: white !important;
}

.modal .panel .title {
  color: #ffffffe3 !important;
}

.panel .item {
  color: #ffffffba !important;
  background-color: transparent;
}

.panel hr {
  background-color: #ffffff63 !important;
  width: 100%;
  margin-top: 0.6rem;
  margin-bottom: 1.25rem;
}

.panel.two.wide.column,
.panel.three.wide.column {
  background-color: #f9faff;
  border: 1px solid #d9e6ef !important;
  border-radius: 6px !important;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .03);
  display: flex !important;
  padding-bottom: 0.5rem;
}

.panel-block .title {
  color: white !important;
}

@media only screen and (max-width: 1370px) {
  .buttons-bar span {
    display: none;
  }

  .citas-title {
    font-size: 15.75px;
    font-weight: bold;
    padding: 0.5rem;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 6rem auto;
    grid-gap: 8px;
    padding: 10px;
  }

  .grid-container>div {
    font-size: 13.5px;
    padding: 0.7px 0rem;
    overflow: hidden;
  }

  h2 {
    font-size: 1.39rem !important;
  }

  legend {
    width: 100%;
    font-size: 1.2rem !important;
    line-height: inherit;
  }

  legend.card-header {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-clinicals {
    color: #004080;
    font-weight: bold;
    font-family: 'Righteous', cursive;
    font-size: 1.9rem;
  }

  .nav-boundle {
    padding: 0.1rem 0.75rem;
    background-color: #004080;
    color: white !important;
    border-radius: 0.6rem;
    font-size: 1.04rem;
  }

  .panel {
    padding: 1.3rem 1.5rem !important;
  }

  tbody {
    font-size: 0.9rem !important;
  }
}

@media only screen and (min-width: 1371px) {
  .buttons-bar span {
    margin-top: 6.3px;
    line-height: 2.2rem;
    margin-left: 3px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 9rem auto;
    grid-gap: 10px;
    padding: 10px;
  }

  .grid-container>div {
    padding: 0.7px 1rem;
    font-size: 14.5px;
    overflow: hidden;
  }

  .logo-clinicals {
    color: #004080;
    font-weight: bold;
    font-family: 'Righteous', cursive;
    font-size: 2.2rem;
  }

  .nav-boundle {
    padding: 0.25rem 0.75rem;
    background-color: #004080;
    color: white !important;
    border-radius: 0.6rem;
    font-size: 1.15rem;
  }
}

.card-header.header {
  background-color: white !important;
  display: flex;
  justify-content: space-between;
  padding: 0.75rem;
  max-height: 3.95rem;
}

.redondo {
  border-radius: 1rem !important;
  height: 2.25rem !important;
}

.ui.input.icon {
  width: 20%;
  min-width: 13rem;
}

.add-registro {
  border: 1px solid #d4d4d5 !important;
  border-top: none !important;
  border-top-left-radius: 0 !important;
}

button {
  font-size: 0.96rem !important;
}

thead {
  font-size: 0.9rem !important;
}

tbody {
  font-size: 0.94rem !important;
  background-color: #ffffff !important;
}

.close {
  opacity: 1 !important;
  padding: 0.5rem 0px;
}

.lab {
  font-size: 26px;
  color: #555;
}

.h-75 {
  height: 75%;
}

.h-60 {
  height: 60%;
}

.h-55 {
  height: 55%;
}

.h-25 {
  height: 25% !important;
}

@media screen and (max-width: 576px) {
  .h-sm-50 {
    height: 100%;
  }
}

@media screen and (min-width: 576px) {
  .h-sm-50 {
    height: 50%;
  }
}

.py-2-5,
p-2-5 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-2-5,
p-2-5 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.atention-card {
  background-color: #f3f8fd;
  flex: 1 1 auto;
  min-height: 1px;
}

.card-gray {
  background-color: #e9ecf0;
  border-radius: 12px;
  border: solid 1px #00000020;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

/* ====== Blog ===== */

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
}

.blog-post {
  margin-bottom: 4rem;
}

.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}

.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

.lista-tareas {
  flex-grow: 1;
  margin-bottom: 0px;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 1px;
}

td>span button>i.icon {
  margin-right: 0px !important;
}

.bg-hueso {
  background-color: #f2f2f2 !important;
  display: flex;
}

.ui.modal>.header {
  padding: 0.5rem 1rem !important;
}

.ui.modal>.header .close {
  color: #fff !important;
}

div.ui.dimmer.modals>div.ui.modal {
  position: initial;
  height: initial;
}

.mw-1 {
  min-width: 1px !important;
}

.mw-1>i {
  margin-right: 0px !important;
}

.menu .item {
  color: black !important;
}

.float-r {
  float: right;
}

.man {
  text-align: center;
  background: #c3e9f2 !important;
  height: 100%;
}

.woman {
  text-align: center;
  background: #f9c6cb6b !important;
  height: 100%;
}

.ui.grid>[class*="two wide"].column {
  min-width: 200px;
}

.bloqueado {
  pointer-events: none;
  opacity: 0.5;
}

.ui.button.azul {
  color: #007bff;
  min-width: unset;
}

.select-user {
  /*border-top: solid 2px #d7d5d5;*/
  padding: 0.3rem 0 0.1rem;
  display: flex;
  color: white !important;
}

.select-user select,
.select-user p {
  border: none;
  background: transparent;
  font-weight: bold;
  width: 100%;
  padding-bottom: 0.35rem;
  font-size: 1.11rem;
}

.select-user i {
  font-size: 1.65rem !important;
}

button.close>i.las.la-times {
  font-size: 17px !important;
}

select.select-user option {
  color: black;
}

.d-between {
  display: flex;
  justify-content: space-between;
}

.d-end {
  display: flex;
  justify-content: end;
}

.d-center {
  display: flex;
  justify-content: center;
}

.d-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.div-perfil {
  border-left: solid #00000017 1px !important;
  height: 100% !important;
}

.modal-header {
  background-color: #f4f4f4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.modal-atencion .modal-footer {
  justify-content: space-between;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.modal-atencion .modal-footer button {
  border-radius: 1rem !important;
}

/* Perfiles */
.right-block .card-footer {
  text-align: center;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  background-color: white !important;
  pointer-events: auto;
}

.border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  height: 100% !important;
  overflow-y: auto;
}

.text-inf {
  color: #1765b8 !important;
}

.vgt-wrap__footer.vgt-clearfix {
  padding: 0.5em !important;
}

.flex-grow {
  flex-grow: 1;
  min-height: 1px;
}

.of-y {
  overflow-y: auto;
}

.absolute.header {
  position: absolute;
  width: 100%;
  top: 1rem;
  display: flex;
  justify-content: space-between;
  padding-right: 2.3rem;
  z-index: 2;
}

.modal-dialog {
  min-width: 25rem;
}

.ui.red.label.tag {
  background-color: #f56152 !important;
}

summary div {
  color: white !important;
}

details[open] summary~* {
  animation: open 0.3s ease-in-out;
}

@keyframes open {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

details summary::-webkit-details-marker {
  display: none;
}

details summary {
  width: 100%;
  padding: 1.3rem 0;
  border-bottom: 1px solid #eeeeee14;
  position: relative;
  cursor: pointer;
  font-weight: 300;
  font-size: 1.04rem;
  list-style: none;
}

details summary:after {
  content: "►";
  color: white;
  position: absolute;
  font-size: 0.75rem;
  line-height: 0;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}

details[open] summary:after {
  transform: rotate(90deg);
  font-size: 1rem;
}

details summary {
  outline: 0;
}

.primer-hijo .card-header {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}

.ui.link.list .item>a {
  color: #ffffffdb !important;
}

.ui.link.list .item>div {
  color: white !important;
}

.ui.modal>.header .close {
  color: black !important;
}

.bloque-celeste {
  background-color: #0051a2;
  border-radius: 0.75rem;
}

#more {
  display: none;
}