body {
    font-family: 'Nunito', sans-serif !important;
}

body input[type='text']{
    height: 30px;
    font-family: 'Nunito', sans-serif !important;
    width: 250px;
    border-width: 2px;
    border-style: ridge;
    border-radius: 0.5rem;
}

body input[type='email']{
    height: 30px;
    font-family: 'Nunito', sans-serif !important;
    width: 250px;
    border-width: 2px;
    border-style: ridge;
    border-radius: 0.5rem;
}

body input[type='number']{
    height: 30px;
    font-family: 'Nunito', sans-serif !important;
    width: 250px;
    border-width: 2px;
    border-style: ridge;
    border-radius: 0.5rem;
}

body input[type='date']{
    height: 30px;
    font-family: 'Nunito', sans-serif !important;
    width: 250px;
}

body input[type='password']{
    height: 30px;
    font-family: 'Nunito', sans-serif !important;
    width: 250px;
    border-width: 2px;
    border-style: ridge;
    border-radius: 0.5rem;
}

body textarea{
    font-family: 'Nunito', sans-serif !important;
    border-width: 2px;
    border-style: ridge;
    border-radius: 0.5rem;
}

body select{
    font-family: 'Nunito', sans-serif !important;
    border-width: 2px;
    border-style: ridge;
    border-radius: 0.5rem;
}

ul {
    list-style-type: none;
  }

.customGird {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 0px 0px;
}

/* Navbar container */
.navbar {
    overflow: hidden;
    background-color: #333;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  /* Links inside the navbar */
  .navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  /* The dropdown container */
  .dropdown {
    float: left;
    overflow: hidden;
  }

  /* Dropdown button */
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
    width: 100%;
  }

  /* Add a red background color to navbar links on hover */
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rgb(33, 199, 228);
  }

  /* Dropdown content (hidden by default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 130px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  /* Links inside the dropdown */
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
  }

  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }

  .all-margin{
    margin: 2rem;
  }

  .all-padding{
    padding: 2rem;
  }

  .table-style{
    width: 100%;
  }

  /* The Modal (background) */
.modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 4% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
    border-radius: 2rem;
  }

  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .button-style {
    background-color: #fbc2c2;
    border-radius: 100px;
    box-shadow: rgba(187, 84, 44, 0.2) 0 -25px 18px -14px inset,rgba(187, 84, 44, 0.2) 0 1px 2px,rgba(187, 84, 44, 0.2) 0 2px 4px,rgba(187, 84, 44, 0.2) 0 4px 8px,rgba(187, 84, 44, 0.2) 0 8px 16px,rgba(187, 84, 44, 0.2) 0 16px 32px;
    color: rgb(0, 15, 0);
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }

    .button-style:hover {
    box-shadow: rgba(187, 84, 44, 0.2) 0 -25px 18px -14px inset,rgba(187, 84, 44, 0.2) 0 1px 2px,rgba(187, 84, 44, 0.2) 0 2px 4px,rgba(187, 84, 44, 0.2) 0 4px 8px,rgba(187, 84, 44, 0.2) 0 8px 16px,rgba(187, 84, 44, 0.2) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
    }

    .styled-table {
        border-collapse: collapse;
        font-size: 0.9em;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        width: 100%;
    }

    .styled-table thead tr {
        background-color: rgba(33, 199, 228, 0.774);
        color: #ffffff;
        text-align: left;
    }

    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

    .styled-table tbody tr:nth-of-type(even) {
        background-color: #f3f3f3;
    }

    .styled-table tbody tr:last-of-type {
        border-bottom: 2px solid rgba(33, 199, 228, 0.774);
    }

    .styled-table tbody tr.active-row {
        font-weight: bold;
        color: #009879;
    }

    .button-citas-custom{
        background-color: #c2f7fb;
        border-radius: 100px;
        box-shadow: rgba(44, 187, 187, 0.2) 0 -25px 18px -14px inset, rgba(44, 187, 187, 0.2) 0 1px 2px, rgba(44, 187, 187, 0.2) 0 2px 4px, rgba(44, 187, 187, 0.2) 0 4px 8px, rgba(44, 187, 187, 0.2) 0 8px 16px, rgba(44, 187, 187, 0.2) 0 16px 32px;
        color: rgb(0, 15, 0);
        cursor: pointer;
        display: inline-block;
        font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        transition: all 250ms;
        border: 0;
        font-size: 16px;
        user-select: none;
        -webkit-user-select: none;
    }

    .button-citas-custom:hover {
        box-shadow: rgba(54, 231, 231, 0.2) 0 -25px 18px -14px inset,rgba(54, 231, 231, 0.2) 0 1px 2px,rgba(54, 231, 231, 0.2) 0 2px 4px,rgba(54, 231, 231, 0.2) 0 4px 8px,rgba(54, 231, 231, 0.2) 0 8px 16px,rgba(54, 231, 231, 0.2) 0 16px 32px;
        transform: scale(1.05) rotate(-1deg);
    }

    .button-citas-delete{
        background-color: #fbc2c2;
        border-radius: 100px;
        box-shadow: rgba(187, 84, 44, 0.2) 0 -25px 18px -14px inset,rgba(187, 84, 44, 0.2) 0 1px 2px,rgba(187, 84, 44, 0.2) 0 2px 4px,rgba(187, 84, 44, 0.2) 0 4px 8px,rgba(187, 84, 44, 0.2) 0 8px 16px,rgba(187, 84, 44, 0.2) 0 16px 32px;
        color: rgb(0, 15, 0);
        cursor: pointer;
        display: inline-block;
        font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        transition: all 250ms;
        border: 0;
        font-size: 16px;
        user-select: none;
        -webkit-user-select: none;
    }

    .date-picket-custom {
        border: 1px solid #c4c4c4;
        border-radius: 5px;
        background-color: #fff;
        padding: 3px 5px;
        box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
        width: 190px;
        height: 30px;
      }

      .table-custom{
        width: 100%;
        display: flex;
        justify-content: center;
      }

    #container {
        width: 1000px;
        margin: 20px auto;
    }
    .ck-editor__editable[role="textbox"] {
        /* editing area */
        min-height: 200px;
    }
    .ck-content .image {
        /* block images */
        max-width: 80%;
        margin: 20px auto;
    }

      @media only screen and (max-width: 600px) {
        .customGird{
            display: block;
        }
        .mediaTable{
            overflow-y: auto;
        }
      }
.folders-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1rem 1rem;
  padding: 1rem;
}

.card-header{
    text-align: right;
}

.btn-flotante {
	font-size: 18px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #000000; /* Color del texto */
	border-radius: 60px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #f950bd; /* Color de fondo */
	padding: 10px 15px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
    cursor: pointer;
}
.btn-flotante:hover {
	background-color: #e10894; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
.padding-1rem{
    padding: 1rem;
}

.custom-login{
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.login-font{
    font-size: 25px;
    font-weight: 700;
}

.documento-form{
    padding: 2rem;
}
.documento-title{
    text-align: center;
    padding: 1rem;
}

.ck-editor__editable{
    min-height: 450px !important;
}

.custom-settings{
    border-radius: 10px;
}

.flex{
    display: flex;
}

.justify-center{
    justify-content: center;
}

.text-center{
    text-align: center;
}

.pb-1{
    padding-bottom: 1rem;
}

.pt-4{
    padding-top: 4rem;
}

.pb-4{
    padding-bottom: 4rem;
}

.w-full{
    width: 100%;
}

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

.w-50{
    width: 50%;
}

.align-center{
    align-items: center;
}

.pt-1{
    padding-top: 1rem;
}

.margin-container{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.mt-3{
    margin-top: 3rem;
}

.justify-space{
    justify-content: space-around;
}

.pr-1{
    padding-right: 1rem;
}

.pl-1{
    padding-left: 1rem;
}

.whatsapp-img{
    display: block;
    max-width:40px;
    max-height:40px;
    width: auto;
    height: auto;
}

.btn-flotante-whatsapp {
	font-size: 18px; /* Cambiar el tamaño de la tipografia */
	text-transform: uppercase; /* Texto en mayusculas */
	font-weight: bold; /* Fuente en negrita o bold */
	color: #000000; /* Color del texto */
	border-radius: 60px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-color: #ddf8c7; /* Color de fondo */
	padding: 10px 15px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
    cursor: pointer;
}
.btn-flotante-whatsapp:hover {
	background-color: #bff792; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}

.navbar-main{
    width: 90%;
}

.navbar-options{
    width: 10%;
}

.hamburger-menu{
    display: none;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}

.responsive-area{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    width: 100%;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

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

.w-80-p{
    width: 80%;
}

.w-60-p{
    width: 60%;
}

.font-size-24{
    font-size: 24px;
}

.normalize-img{
    width: 300px;
    height: auto;
    object-fit: contain;
}

@media only screen and (max-width: 1000px) {
    .navbar-main{
        width: 80%;
    }

    .navbar-options{
        width: 20%;
    }

    .modal-content{
        width: 80%;
    }
}

@media only screen and (max-width: 750px) {
    .folders-grid {
        grid-template-columns: 1fr 1fr;
   }
}

@media only screen and (max-width: 500px) {
    .navbar{
        display: block;
    }
    .navbar-main, .modal-content{
        width: 100%;
    }

    .navbar-options{
        width: 100%;
    }

    .navbar-main #subnav{
        display: none;
    }

    .hamburger-menu{
        display: block;
    }

    .navbar-brand, .navbar-resp{
        width: 100%;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
       font-size: 14px;
       padding: 12px 20px;
       bottom: 20px;
       right: 20px;
   }
   .btn-flotante-whatsapp:hover {
    font-size: 14px;
    padding: 12px 20px;
    bottom: 20px;
    right: 20px;
}
   .folders-grid {
    display: block;
    }

    .selectApointmentDate{
        display: block !important;
    }
}
