﻿/* PageTitle partial */

.page-title-div {
    color: #1d1d1b;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    text-align: center;
}

.page-title-span {
    font-size: 24px;
    font-weight: bold;
}

.page-subtitle-span {
    font-weight: bold;
}

.page-description-span {
}

/* DIV Button solicitar */
.solicitar-div {
    margin-left: 1em;
}

.solicitar-button-div {
    text-align: right;
}

.contador-pas-div {
    text-align: left;
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 0px;
}

/* Main */
.button-gestio-cites {
    border-radius: 10px;
    border: solid 2px #6a9bdc;
    padding: 0.5em 1.5em 0.5em 1.2em;
    margin: 0.1em;
    background-color: #ffffff;
    color: #6a9bdc;
    font-weight: bold;
    font-size: 0.85em;
}

.main-info-box {
    border-radius: 10px;
    text-align: left;
    background-color: rgba(129, 176, 239, 0.1);
    padding: 1em 1em 1em 1em;
}

/* CitaAnuladaBox */
.cita-anulada-box {
    border-radius: 10px;
    text-align: left;
    background-color: #fdf8f2;
    padding: 1em 1em 1em 1em;
    margin-bottom: 1.5em;
}

.cita-anulada-div-button {
    text-align: right;
    border-top: 1px solid silver;
}


/* Descarregar comprovant */
.descarregar-comprovant {
    margin-left:0.1em;
    color: #3c75bd;
    font-weight: bold;
}

/* GestioCites  */
.button-solicitar-cites {
    border-radius: 10px;
    border: solid 2px #6a9bdc;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin: 1.5em 1.4em 0 0;
    background-color: #ffffff;
    color: #6a9bdc;
    font-weight: bold;
    min-width: 3.4in;
}

.box-no-te-cita {
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    text-align: center;
    padding: 3.5em 2em 3.5em 2em;
    border-radius: 15px;
    border: solid 2px #ffffff;
    box-shadow: 0 1px 23px 0 rgba(0, 0, 0, 0.12);
}

.tipus-cita-box {
    width: fit-content;
    width: -moz-fit-content;
    height: 25px;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 46px;
    background-color: #ddebfd;
}

.tipus-cita-box-text {
    height: 17px;
    flex-grow: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1d1d1d;
}

.tipus-cita-box-icon {
    width: 14px;
    height: 14px;
    flex-grow: 0;
    object-fit: contain;
}

.row-cons-urgent {
    width: 95%;
    height: 5.68em;
    margin: 1em;
    border-radius: 0.75em;
    background-color: #fef8f0;
    padding-left: 1.25em;
    padding-top: 0.625em;
    resize: none;
}

.cons-urgent-resposta {
    margin-top: 1.4em;
    line-height: 0.2em;
    font-size: 0.94em;
    flex-grow: 0;
    font-weight: bold;
    color: #1d1d1b;
    margin-right: 0.6em;
}

.cons-urgent-emergencia {
    font-size: 0.88em;
    flex-grow: 0;
    color: #1d1d1b;
}

