@charset "UTF-16";

/* Configurações Universais */


* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 10px;
    background: #6d6d6d;
}
::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

/* Animações */
@keyframes fade {
    from {
        background-color: #000000;
    } to {
        background-color: #111111dd;
    }
}
@keyframes slidetRight {
    from {
        margin-right: 100%;
        opacity: 0;
    }
    to {
        margin-right: 0;
        opacity: 1;
    }
}
@keyframes slidetLeft{
    from {
        margin-left: 100%;
        opacity: 0;
    }
    to {
        margin-left: 0;
        opacity: 1;
    }
}


@keyframes unblurscale {
    0% {
        scale: 0.5;
        filter: blur(20px);
        opacity:0;
    }
    50% {
        filter: blur(20px);
        opacity:0;
        scale: 0.5;
    }
    100% {
        scale: 1;
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes unblur {
    0% {
        filter: blur(20px);
        opacity:0;
    }
    50% {
        filter: blur(20px);
        opacity:0;
    }
    100% {
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes ticker { 
    0% {
        transform: translateY(-100%);
    } 
    30% {
        transform: translateY(0);
        
    }
    70% {
        transform: translateY(0);

    }
    100% {
        transform: translateY(-100%);
    } 
} 


/* Configurações da Página Index */
section {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

/* Página de Agendamento */
[hidden] {
    max-height: 0 !important;
    padding: 0 !important;
}

svg,path {
    pointer-events: none;
}

::selection {
    background-color: #4763ff;
    color: #dfdfdf;
}

:focus{
    box-shadow: 0 0 5px #4763ff !important; 
    outline: none;
    transition: all 500ms linear;
}

.sc {
    background-color: #eff6ff;
    display: flex;
}
.headerAO {
    display: flex;
    background-color: #fdfdfd;
    height: fit-content;
    box-shadow: 0 0 10px #13131366;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    user-select: none;
}


@media only screen and (min-width: 600px) {
    .sc .sc-logo {
        height: 5vw;
    }
    .sc .titleAO {
        font-size: 1.5vw;
        padding: 3px 0 10px 0px;
        color: #666666;
    }
    
    .sc .title-area {
        width: 100%;
        font-size: 25px;
    }
    .SC .input-form {
        border-radius: 5px;
        padding: 10px 40px 10px 10px;
        height: 7vh;
        width: 100%;
        border: solid 1px #31313166;
        font-size: 20px;
        color: #313131;
    }
    
    .sc #btn-next {
        width: 100%;
        height: 45px;
        font-size: 3vh;
        background-color: #0B55CC;
        color: #fdfdfd;
        border-radius: 5px;
        border: none;
        padding: 5px;
    }
    .sc .form-1 {
        border-radius: 10px;
        width: 50vw;
        padding: 20px;
        gap: 10px;
    }
    .set {  
        display: flex;
        width: 100%;
        height: fit-content;
        flex-flow: column;
        align-items: center;
        position: relative;
    }
    .sett {
        display: flex;
        width: 30vw;
        height: fit-content;
        flex-flow: column;
        margin-bottom: 20px;
        align-items: center;
        position: relative;
    }
    .sc .form-2 {
        border-radius: 5px;
        width: 65vw;
        padding: 10px 15px 20px 15px;
        gap: 15px 20px;
    }
    .sc .form-3 {
        border-radius: 5px;
        width: 50vw;
        padding: 30px 15px 15px 15px;
        flex-flow: column;
        gap: 20px;
        display: flex;
        align-items: center;
    }
    .sc .codigit {
        border-radius: 15px;
        height: 15vh;
        width: 15vh;
        border: solid 1px #31313166;
        font-size: 6vh;
        text-align: center;
        color: #6d6d6d;
        margin: 3px;
    }
    .sc .title-confirm {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }
    .sc .confirm {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        font-size: 25px;
    }
    .sc #wait {
        display: block;
        width: 200px;
        text-align: center;
        font-size: 20px;
        padding: 20px 0 0 0;
    }
    .sc .form-title {
        font-size: 30px;
        padding: 0px 0 10px 0;
    }
    .sc #birth-date{
        padding: 0 10px 0 10px;
    }
    .sc .ddd {
        width: 4vh;
        left: 5px;
        font-size: 1vw;
    }
    .sc .ddd span {
        padding: 5px 10px 5px 5px;
    }
    .sc #tel {
        padding-left: 90px;
    }
    .sc .terms-area {
        font-size: 10px;
        padding: 10px 0 10px 0;
    }
    
    #terms {
        width: 15px !important;
        height: 15px !important;
        margin-right: 5px !important;
    }
    .sc .btn-expand {
        all: unset;
        color: #6d6d6d;
        position: absolute;
        right: 5px;
        padding: 0.5vw;
        border-radius: 5px;
        cursor: pointer;
        font-size: 25px;
    }
    .icon-success {
        height: 30vh;
    }
    .title-success {
        font-weight: bold;
        font-size: 3vw;
    }
    .text-success {
        font-size: 2vw;
        text-align: center;
    }
    
}
@media only screen and (max-width: 600px) {
    .sc .sc-logo {
        height: 15vw;
        margin: 3px;
    }
    .sc .titleAO {
        font-size: 5vw;
        margin: 5px;
        color: #666666;
    }
    .sc .title-area {
        width: 100%;
        font-size: 3.5vw;
        padding: 1px;
    }
    .sc .input-form {
        border-radius: 5px;
        padding: 10px 40px 10px 10px;
        height: 10vw;
        width: 100%;
        border: solid 1px #31313166;
        font-size: 3vw;
        color: #313131;

    }
    .sc #btn-next {
        width: 100%;
        font-size: 15px;
        color: #fdfdfd;
        border: none;
        border-radius: 5px;
        padding: 10px;
        background-color: #0B55CC;

    }
    
    .sc .form-1 {
        border-radius: 5px;
        width: 90vw;
        padding: 25px 10px 20px 10px;
        gap: 5px;
    }
    .sc .set {
        display: flex;
        width: 100%;
        height: fit-content;
        flex-flow: column;
        align-items: center;
        position: relative;
    }
    .sc .sett {
        display: flex;
        width: 100%;
        height: fit-content;
        flex-flow: column;
        align-items: center;
        position: relative;
    }
    .sc .codigit {
        border-radius: 5px;
        height: 15vw;
        width: 15vw;
        border: solid 1px #31313166;
        font-size: 10vw;
        text-align: center;
        color: #6d6d6d;
        margin: 3px;
    }
    .sc .form-2 {
        border-radius: 5px;
        width: 80vw;
        padding: 10px 15px 20px 15px;
        gap: 15px;
    }
    .sc .form-3 {
        border-radius: 5px;
        width: 80vw;
        padding: 30px 15px 15px 15px;
        gap: 15px;
    }
    .sc .form-title {
        font-size: 20px;
        padding: 0px 0 10px 0;
    }
    .sc #birth-date{
        padding: 0 10px 0 10px;
    }
    .sc .ddd {
        width: 6vw;
        left: 5px;
        font-size: 3vw;
    }
    .sc .ddd span {
        padding: 5px 10px 5px 5px;
    }
    .sc #tel {
    padding-left: 70px;
    }
    .sc .terms-area {
        font-size: 10px;
        padding: 10px 0 10px 0;
    }
    
    #terms {
        width: 15px !important;
        height: 15px !important;
        margin-right: 5px !important;
    }
    .sc .title-confirm {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }
    .sc .confirm {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .sc .btn-expand {
        all: unset;
        color: #6d6d6d;
        position: absolute;
        right: 5px;
        padding: 0.5vw;
        border-radius: 5px;
        cursor: pointer;
        font-size: 15px;
    }
    .sc #wait {
        display: block;
        width: 200px;
        text-align: center;
        padding: 0px 0 0 15px;
    }
    .icon-success {
        height: 20vh;
    }
    .title-success {
        font-weight: bold;
        font-size: 5vw;
    }
    .text-success {
        font-size: 4.5vw;
        text-align: center;
    }
}



.sc .form-1 {
    background-color: #fdfdfd;
    box-shadow: 0 0 10px #a7a7a7;
    display: flex;
    flex-direction: column;
    height: fit-content;
}
.sc .form-2 {
    background-color: #fdfdfd;
    box-shadow: 0 0 10px #a7b0e7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.sc .form-3 {
    background-color: #fdfdfd;
    box-shadow: 0 0 10px #a7b0e7;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.sc .form-title {
    width: 100%;
    text-align: center;
    color: #616161;
    border-bottom: 1px solid #31313166;
}
.sc #birth-date{
    background-image:none;
}
.sc .ddd {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    align-items: center;
    color: #313131;
}
.sc .ddd span {
    border-right: #31313166 solid 1px;
}

.terms-area {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
}
.sc #birth-date {
    background-color: transparent;
}

.sc .number  {
    color: #3447b6;
    padding: 10px 0 10px 0;
    background: none;
}

.edit-num {
    color: #4763ff;
    font-size: 0px;
}
.alter.number:hover + .edit-num{
    font-size: inherit;
}



.sc .next {
    display: flex;
    width: 100%;
}

.sc #btn-next {
    text-transform: uppercase;
}
.sc #btn-next:hover {
    background-color: #3447b6;
}
.sc span {
    color: #6d6d6d;
}
.input-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.loader {
    position: relative;
    align-self: center;
    width: 15px;
    height: 15px;
}
.loader::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: 5px solid #c1c1c1;
    border-right: 5px solid #4763ff;
    animation: loading 0.60s infinite;
}
@keyframes loading {
    from { transform: rotate(360deg); }
    to   { transform: rotate(0deg);   }
}

input[disabled] {
    background-color: transparent;
}
button[offline=true], button[disabled=true] {
    height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: transparent !important;
}
.success-scheduling {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fdfdfd;
    border-radius: 10px;
    padding: 30px;
}

div[offline='true'] {
    display: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    color: transparent !important;
}
.form-area {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}
.input-item {
    position: relative;
}
.sc #patient-name:not(:placeholder-shown) {
    text-transform: uppercase;
}
input:hover {
    outline: solid 1px #4763ff !important;
}
.sc .brasil-flag {
    background-image: url('/assets/icons/brasil.svg');
}

.message-top {
    transform: translateY(-100%);
    top: 0;
    position: absolute; 
    width: 100%; 
    color: #fdfdfd !important;
    font-weight: bold;
    text-align: center;
    z-index: 99;
    padding: 10px;
    animation: ticker 5s ease-in-out;
    font-size: calc(3vh / 1vw); 
}
.message-top.warning {
    background-color: #ff4545;
}

.message-top.normal {
    background-color: #0050ff; 
}
.resend {
    background: none;
    text-decoration: underline;
    color: #4763ff;
}
.resend:hover {
    color: #3447b6;
}
.expand {
    display: flex;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    height: fit-content;
    max-height: 130px;
    overflow: auto;
    background-color: #fdfdfd;
    flex-flow: column;
    box-shadow: 0 0px 6px #00000050;
    user-select: none;
    transition: all 500ms linear;
    position: absolute;
    z-index: 99;
    top: -5px;
}

.sc .btn-expand:hover {
    color: #3447b6 !important;

}

button, input {
    transition: all 500ms linear !important;
}



footer {
    background-color: #313131;
    width: 100%;
    color: #dfdfdf;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    align-self: flex-end;
}