.flex {
    display: flex;
}

.fixed {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
}

.back-white{
    background-color: white;
}

.w-full {
    width: 100%;
}

.shawdows {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.display_flex {
    flex-direction: row;
}

.padding_img_nav {
    padding: 10px;
   
}

.padding_full {
    padding-left: 6rem;
    padding-right: 6rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.justify-between {
    justify-content: space-between;
}

.font-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.border_color_teal_400 {
    border-color: transparent;
    text-decoration: none;
    color: #3182ce;
}

.border_color_teal_400:hover {
    color: #4fd1c5;
    border-color: #4fd1c5;
    transition: color .5s ease;
}

.border-b-4 {
    border-bottom-width: 4px;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

.relative {
    position: relative;
}

button {
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    color: transparent;
    border-color: transparent;
}

.content-grind {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 100px 50px 0 50px;
}

.input-search {
    outline: 0;
}

.input-mail {
    outline: 0;
}

.padding-div-form{
    padding: 13px 0 13px 0;
}

input {
    border-style: none;
    appearance: none;
    background: transparent;
    font-size: 1.2rem;
    width: 100%;
    color: rgba(45, 55, 72, 1);
}

.button-submit {
    background: #1FCFCB;
    color: white;
    font-weight: bold;
    padding: 0.7rem;
    cursor: pointer;
}

.button-submit:hover {
    background: #1FBFBC;
    color: white;
}

.input-style-covert {
    display: flex;
    border: 0 solid;
    border-bottom-width: 2px;
    border-color: #1FCFCB;
    flex-direction: column;
}

.container-options {
    display: flex;
    width: 100%;
    padding: 100px 50px 0 50px;
}

.content-form {
    padding: 10px;
    width: 50%;
}
.content-table {
    padding: 10px;
    width: 60%;
    text-align: left;
}

.padding-button{
    width: 50%;
}

/*-- Style's Table --*/
#tabla-activacion {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#tabla-activacion td, #tabla-activacion th {
    border: 1px solid #ddd;
    padding: 8px;
}

#tabla-activacion tr:nth-child(even) {
    background-color: #f2f2f2;
}

#tabla-activacion tr:hover {
    background-color: #ddd;
}

#tabla-activacion th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4fd1c5;
    color: white;
}
#tabla-activacion span {
    color: #0072ff;
    text-decoration: none;
}
#tabla-activacion span:hover, #tabla-activacion span:focus {
    color: #2d5a87;
    text-decoration: underline;
    cursor: pointer;
}

#tabla-activacion span:active, a:hover {
    outline: 0;
}

@media(min-width: 0px) and (max-width: 768px) {
    #menu_links {
        display: none;
    }

    #mButtonToggle {
        display: block;
    }

    .padding_full {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .font-medium {
        font-size: 16px;
        padding: 10px 0px 10px 0px;
    }

    .content-form {
        width: 100%;
    }

    .container-options {
        padding: 100px 0 0 0;
    }

    .content-grind {
        padding: 100px 0 0 0;
    }

    .padding-button {
        width: 100%;
    }

    .container_inputs_user {
        margin: 10px 0px 0px 0px!important;
        width: 100%!important;
    }

    .container_form_user{
        display: block!important;
    }

    .padding-button-back {
        width: 100%!important;
    }
}

@media(min-width: 769px) {
    #menu_links {
        display: flex;
    }

    #mButtonToggle {
        display: none;
    }
}

/* Forms Seleccion */
.faq-list {
    width: 100%;
    margin: 30px auto 0;
    list-style-type: none;
}

.faq-list > li {
    width: 100%;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-list > li.open .list-header:after {
    transform: rotate(180deg);
}

.faq-list > li.open .list-content {
    max-height: 1000px;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
}

.faq-list .list-header {
    position: relative;
    padding: 20px 0 20px 30px;
    line-height: 30px;
    cursor: pointer;
}

.faq-list .list-header:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 25px;
    right: 25px;
    border-style: solid;
    border-width: 18px 12px 0 12px;
    border-color: #757575 transparent transparent transparent;
    -webkit-transition: transform 0.5s ease-in;
    -moz-transition: transform 0.5s ease-in;
    -ms-transition: transform 0.5s ease-in;
    -o-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
}

.faq-list .list-content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -moz-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -ms-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -o-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
}

.faq-list .list-content-inner {
    padding: 0 45px 30px;
}

.padding-title-form {
    padding: 8px 0 8px 0;

}

.padding-input-form {
    padding: 4px 0 4px 0;
}

/* --- Loader --- */

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #4fd1c5;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/* -- Loading Style's E-dental Base --*/
.modal_cargando {
    display: none;
    z-index: 14000;
    position: fixed;
}
.modal_cargando > div:last-child {
    background-color: White;
    filter: alpha(opacity=0);
    opacity: 0.7;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 140;
    width: 100%;
    height: 100%;
}
.modal_cargando > div:first-child {
    position: fixed;
    z-index: 140;
    left: 1px;
    top: 150px;
    right: 1px;
    text-align: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.modal_cargando > div:first-child > div {
    background-color: White;
    filter: alpha(opacity=0.7);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    text-align: center;
    border: medium solid black;
    position: relative;
    z-index: 140;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

/* Recordatorio Estilos */
.recordatorio_contain {
    padding: 10px;
    border: 2px solid;
    border-color: #1fcfcb;
    border-radius: 10px;
    margin: 10px;
    cursor: pointer;
}
.nombre_recordatorio {
    font-weight: 500;
    font-size: 1rem;
    color: #272727;
}
.h2_titulo_recordatorio {
    font-weight: 700;
    font-size: 1.2rem;
    color: #272727;
    margin: 0;
    color: #1fcfcb;
}
.content_recordatorios {
    padding: 10px;
    width: 40%;
}
.image_usuario{
    cursor:pointer;
    width: 2.4rem;
}

.dropbtn {
    color: white;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
}

.container_form_user{
    display:flex;
    width: 100%;
}

.container_inputs_user{
    margin: 10px 0px 10px 0px;
    width: 70%;
}

.container_upload_image {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 10px;
    min-height: 150px;
    border: 1px dashed #1FCFCB;
    cursor: pointer;
}

.padding-button-back {
    width: 30%;
}

.button-submit-back {
    background: #1FCFCB;
    color: white;
    font-weight: bold;
    padding: 0.7rem;
    cursor: pointer;
}
