﻿
.contain {
    background-color: #fff;
    padding: 38px 0 0 0;
}

    .container .title {
        font-size: 25px;
        font-weight: 500;
        position: relative;
    }

        .container .title::before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 3px;
            width: 30px;
            border-radius: 5px;
            background: linear-gradient(135deg, #71b7e6, #9b59b6);
        }

.content .form .user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 12px 0;
}

.form .user-details .input-box {
    margin-bottom: 15px;
    width: calc(100% / 2 - 20px);
}
.form .user-details .input-des {
    width: calc(100% / 4 - 20px);
    margin-bottom: 15px;
}
.form .user-details .input-msj {
    width: calc(100% / 1 - 20px);
    margin-bottom: 15px;
}

.form .input-box span.details {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.form .input-des span.detail {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.user-details .input-box input {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}

.user-details .input-des input {
    height: 26px;
    width: 100%;
    outline: none;
    font-size: 16px;
    padding-left: 15px;
    border: none;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}

    .user-details .input-box input:focus,
    .user-details .input-box input:valid {
        border-color: #869aa6;
    }

.form .gender-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 18px 76px 33px 87px;
}

.form .category {
    display: flex;
    width: 80%;
    margin: 14px 0;
    justify-content: space-between;
}

    .form .category label {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .form .category label .dot {
            height: 18px;
            width: 18px;
            border-radius: 50%;
            margin-right: 10px;
            background: #d9d9d9;
            border: 5px solid transparent;
            transition: all 0.3s ease;
        }

#dot-1:checked ~ .category label .one,
#dot-2:checked ~ .category label .two,
#dot-3:checked ~ .category label .three {
    background: #9b59b6;
    border-color: #d9d9d9;
}

.form input[type="radio"] {
    display: none;
}

.form .button {
    height: 45px;
    margin: 35px 0
}

    .form .button input {
        height: 81%;
        width: 15%;
        border-radius: 5px;
        border: none;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1px;
        cursor: pointer;
        transition: all 0.3s ease;
        background: linear-gradient(135deg, #869aa6, #0f4c70);
    }

        .form .button input:hover {
            background: linear-gradient(-135deg, #869aa6, #0f4c70);
        }

.divider {
    height: 2px;
    background-color: #508eb363;
    margin: 10px 0;
}

.from-select {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}

/* Responsive media query code for mobile devices */
@media(max-width: 584px) {
    .container {
        max-width: 100%;
    }

    .form .user-details .input-box {
        margin-bottom: 15px;
        width: 100%;
    }

    .form .category {
        width: 100%;
    }

    .form .gender-details {
        margin: 21px 0px 0px 0px;
    }

    .form .button input {
        width: 44%;
    }
        .user-details .input-box input {
        width: 93%;
    }
        .user-details::-webkit-scrollbar {
        width: 5px;
    }
    .input-box {
        padding-bottom: 20px;
    }

    .form .user-details .input-des {
        width: calc(100% / 2 - 20px);
        margin-bottom: 15px;
    }
}
/* Responsive media query code for mobile devices */
@media(max-width: 459px) {
    .container .content .category {
        flex-direction: column;
    }
    .form .user-details .input-des {
        width: calc(100% / 2 - 20px);
        margin-bottom: 15px;
    }
}

.archivo {
    height: 37px;
    width: 100%;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding: 11px 0 0 15px;
    border: 1px solid #869aa6;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
    display: flex;
}

.menssaje {
    height: 100px;
    width: 100%;
    outline: none;
    font-size: 15px;
    border-radius: 10px 0 0 10px;
    padding-left: 30px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
}

.selectserve {
    padding: 13px;
    width: 100%;
    margin: 12px 0 -10px -10px;
    border-color: #869aa6;
    border: 2px solid #869aa6;
    border-radius: 12px;
}




/* Atencionmedica*/

.content-pasos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    width: 40%;
    left: 30%;
    position: relative;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #62a3c9;
    transition: background-color 0.3s;
    margin: 0;
    border: 2px solid #62a3c9;
}

    .circle.active {
        background-color: #62a3c9;
        color: #fff;
    }

.line {
    height: 4px;
    flex-grow: 1;
    background-color: #869aa6;
    position: relative;
    margin: 2px;
}

    .line::before {
        content: '';
        position: absolute;
        top: -13px;
        left: 50%;
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        background-color: #62a3c9;
        border-radius: 50%;
    }

/* Estilos responsivos */
@media (max-width: 600px) {
    .content-pasos {
        width: 70%;
        left: 15%;
    }
    
    .circle {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .line {
        height: 3px;
    }
}


/*buscador*/
.content-inline {
    width: 0;
    position: relative;
    right: auto;
    margin: 7px 0 0 0;
    transform: translate(-50%, -50%);
    display: inline-block;
    z-index: 0;
}

.search-inline {
    margin: 19px 0 -15px 50px;
    display: flex;
    width: 300px;
}

.input {
    width: 100%;
    padding: 10px 10px 10px 20px;
    border: 1px solid #0a4a6f;
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 12px 0 0 12px;
    outline: none;
    color: #222222;
    font-size: 15px;
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 1.675em;
    margin: 0;
}

.boton {
    border: 1px solid #0a4a6f;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-radius: 0 12px 12px 0;
    background: #ffffff;
    color: #0a4a6f;
    cursor: not-allowed;
    box-sizing: border-box;
    margin: 0px;
    padding-block: 0;
    padding-inline: 10px;
}



.text_buscar {
    text-align: center;
    top: -55px;
    position: relative;
}




table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
    background-color: #fff;
}

td {
    text-align: left;
    padding: 10px 50px;
}
th {
    text-align: left;
    padding: 10px 50px;
    background: #62a3c9;
    color: #fff;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

@media (max-width: 600px) {
    td {
        padding: 10px;
    }

    th {
        padding: 10px;
    }
}








.title {
    margin-bottom: 20px;
}

.add-button {
    background-color: #62a3c9;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .add-button:hover {
        background-color: #4a8da1;
    }

.input-container {
    margin-top: 20px;
    animation: fadeIn 0.5s ease-in-out;
}

.input-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.input-field {
    padding: 10px;
    border: 2px solid #869aa6;
    border-radius: 5px;
    width: 150px;
}

.submit-button {
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .submit-button:hover {
        background-color: #45a049;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 620px) {
    .input-field {
        width: calc(100% / 3 - -42px);
    }
}



.siguent {
    height: 81%;
    width: 25%;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #869aa6, #0f4c70);
}

    .siguent:hover {
        background: linear-gradient(135deg, #0f4c70, #869aa6);
    }


.icobut {
    font-size: 20px;
    padding: 10px;
    border: none;
    border-radius: 50px;
    background: #fff;
}



/*calendario*/

.calendario-header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #386083;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #000000;
}

.calendario-row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-bottom: 1px solid #ddd;
}


/* Responsividad */
@media (max-width: 768px) {

    iframe {
        height: 70px !important;
        margin: 0;
    }

    .calendar-wrapper {
        grid-template-columns: 1fr;
    }

    .calendario-container {
        padding: 0 0 0 70px;
        display: flex;
        grid-template-columns: repeat(7, 1fr);
    }

    .calendario-header {
        display: flow;
        background-color: #386083;
        color: #fff;
        text-align: center;
        margin: 0 -46px 0 0;
        padding: 10px;
        border-radius: 10px 0 0 10px;
        font-weight: bold;
        width: 30%;
        font-size: 14px;
    }

    .calendario-body {
        text-align: center;
        margin: auto;
        display: flow;
        padding: 1px;
        font-weight: bold;
        font-size: 14px;
    }

    .calendario-row {
        display: flow;
        border-bottom: 1px solid #ddd;
    }

    .days {
        font-size: 17px;
        padding: 13px 2px 9px 0;
    }

    .from-select {
        font-size: 12px;
        padding: 6px;
    }

    
}

@media (max-width: 480px) {
    .calendario-container {
        padding: 10px;
    }

    .calendar-title {
        font-size: 16px;
    }

    .calendario-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .day {
        font-size: 10px;
        padding: 6px;
    }

    .from-select {
        font-size: 10px;
        padding: 5px;
    }

 
}

iframe {
    border: 0;
    width: 100%;
    height: 75px;
    margin: 0 0 -4px 0;
    border-radius: 10px;
}



/*resultados*/
.resultados {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgb(35 35 35 / 62%);
}

.resultados-container {
    display: flex;
    flex-direction: column;
}

.resultado-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

    .resultado-item:last-child {
        border-bottom: none;
    }

.resultado-indicacion, .resultado-nombre, .resultado-numero, .resultado-status {
    flex: 1;
    font-size: 16px;
}

.resultado-estatus, .resultado-ver {
    display: flex;
    align-items: center;
}

    .resultado-estatus i, .resultado-ver i {
        font-size: 20px;
        color: #007bff;
        cursor: pointer;
        align-content: center;
        margin: 15px 20px 5px 0;
    }

.estatus-completo {
    color: green;
}

.estatus-incompleto {
    color: red;
}


/*adjuntar*/
.file-upload-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

.file-upload-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 2px dashed #084569;
    padding: 4px;
    border-radius: 5px;
    background-color: #f9f9f9;
    transition: background-color 0.3s, border-color 0.3s;
    width: 100%;
    text-align: center;
}

    .file-upload-label:hover {
        background-color: #e0f7fa;
        border-color: #007bff;
    }

.file-input {
    display: none; /* Ocultar el input original */
}

.rz-fileupload {
    margin: -11px 0 0 -43px;
    width: 200%;
    border: none;
}
.rad {
    margin: 0 0 0 0;
    width: 90%;
    border: none;
}

td p input {
    width: 100%;
    padding: 8px;
    margin: 4px 0;
    border-radius: 4px;
    font-size: 0px;
    top: 7px;
    left: -1px;
    position: relative;
    border: none;
    appearance: none;
    background: #ffffff00;
    cursor: default;
    align-items: center;
    color: #ffffff00;
    text-overflow: clip;
    text-align: end;
    white-space: pre;
}

.file-upload-text {
    margin-left: 10px;
    color: #084569;
}

.icobut {
    margin-left: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.tds {
    padding: 4px 66px 0 0;
}

    .icobut:hover {
        opacity: 0.7;
    }

@media (max-width: 600px) {
    .tds {
        padding: 10px;
    }
    /*adjuntar*/
    .file-upload-container {
        margin: 0 0 0 -33px;
    }
}


/* estilo de cambio contrasena */
/**/
.clvs {
    display: flex;
    justify-content: space-between;
}

.ds {
    flex: 1;
    margin: 20px 35px 11px 0 !important;
}

.password-requirements {
    flex: 1;
    border: 1px solid #7d7d7d;
    padding: 15px;
    background-color: #eaf7ff;
    border-radius: 20px;
}

.input-box {
    margin-bottom: 15px;
}

.valid {
    color: #0f4c70;
}

.invalid {
    color: red;
}

.fa-check {
    color: green;
}

.fa-times {
    color: red;
}