#header {
    -webkit-box-sizing: unset !important;
    -moz-box-sizing: unset !important;
    box-sizing: unset !important;
}

body {
    -webkit-font-smoothing: antialiased;
    margin: 0px;
}

html {
    font-size: 62.5%;
}

#back-to-top {
    position: fixed;
    right: 3%;
    bottom: 30%;
    display: none;
}

/* .coin_wraper {
    background-color: rgba(6, 44, 72, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1003;
    display: none;
}

.coin_wraper .balls {
    width: 13.5em;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 40%;
    top: 40%;
}

.coin_wraper .balls div {
    width: 2.8em;
    height: 2.8em;
    border-radius: 50%;
    background-color: #2dd4ac;
    transform: translateY(-100%);
    animation: wave 0.8s ease-in-out alternate infinite;
}

.coin_wraper .balls div:nth-of-type(1) {
    animation-delay: -0.4s;
}

.coin_wraper .balls div:nth-of-type(2) {
    animation-delay: -0.2s;
}

@keyframes wave {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(100%);
    }
} */

#menu .btn-header {
    display: none;
}

#nav-title .hamburger {
    display: none;
}

#nav-title {
    height: 78px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;

    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    transition: 0.4s;
}

.menu-divider {
    display: none;
    border: solid 1px #ebebeb;
    width: 100%;
}

.title {
    width: 193px;
    height: 37px;
    font-family: HelveticaNeue;
    font-size: 31px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1.6px;
    color: #2dd4ac;
    cursor: pointer;
}

.margin-left-general {
    margin-left: 150px;
}

.margin-right-general {
    margin-right: 150px;
}

.header-top-botton {
    padding-top: 22px;
    padding-bottom: 19px;
}

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

.btn-header {
    width: fit-content;
    min-width: 132px;
    height: 36px;
    border-radius: 2.4px;
    font-family: Rubik;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
}

#username,
#signin {
    border: solid 1.6px #0f70b8;
    background-color: #0f70b8;
    color: #ffffff;
    margin-right: 9px;
    padding: 0 5px;
}

#exit {
    border: solid 1.6px #c9c9c9;
    background-color: rgba(255, 255, 255, 0);
    color: #c9c9c9;
}

#header {
    height: 402px;
    opacity: 0.91;
    background: linear-gradient(123deg, #20daa2, #00a1ad);
    padding-top: 50px;
    display: flex;
    margin-top: 78px;
}

#photo-user {
    width: 112px;
    height: 112px;
    /* background-image: url(../patient/img/perfil.png); */
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: contain;
    border-radius: 6px;
    margin-right: 17px;
}

.info-user {
    width: 246px;
    height: 44px;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.welcome {
    width: max-content;
    margin-bottom: 5px;
}

.normal {
    font-weight: normal;
}

#title-birth {
    margin-top: 8px;
}

#menu {
    list-style: none;
    display: flex;
    padding-inline-start: unset;
    margin-top: -233px;
}

.margin-right-menu {
    margin-right: 65px;
}

.menu-list {
    cursor: pointer;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    z-index: 2;
}

#btn-menu {
    display: none;
}

.active {
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.12);
    border: solid 2px #ffffff;
    border-radius: 23.5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
    background-color: rgba(255, 255, 255, 0.22);
    padding: 13px 19px 12px 19px;
    margin-top: -13px;
}

#main-container {
    display: flex;
    width: -webkit-fill-available;
    width: -moz-available;
    height: fit-content;
    margin-bottom: 238px;
}

#medic-team,
#next-appointments,
#previous-app,
#records-page,
#perfil-page-menu,
#perfil-page {
    border: solid 1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    margin-top: 35px;
    position: relative;
    padding-left: 25px;
}

/* #medic-team, #next-appointments {
    display: none;
} */

.section-title {
    width: 175;
    height: 29px;
    font-family: Rubik;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0f70b8;
    margin-top: 34px;
}

.search {
    width: 253px;
    height: 44px;
    border: solid 1px #c7c7c7;
    border-radius: 4px;
    background-color: #ffffff;

    padding-left: 22px;
    padding-right: 60px;

    background-image: url(../patient/img/lens.svg);
    background-repeat: no-repeat;
    background-position: 90%;

    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
}

.search-box {
    text-align: right;
    margin-right: 25px;
    margin-top: 29px;
}

#medic-team {
    width: 67.5%;
    height: auto;
    /* height: 849px; */

    margin-right: 29px;
}

.header-section {
    display: flex;
    justify-content: space-between;
}

.order-by {
    display: flex;
    margin-top: 60px;
    margin-right: 30px;
}

.order {
    height: 17px;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: right;
    color: #79828b;
    cursor: pointer;
    margin-right: 5px;
    text-transform: uppercase;
}

.order-active {
    color: #1d9aff !important;
}

.margin-path {
    margin-right: auto;
}

#dates-path,
#specialties-path,
#appointments-path {
    margin-top: -2px;
    font-size: 20px;
    cursor: pointer;
    color: #1d9aff;
    transition: 0.3s;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.up {
    transform: rotate(0);
}

.down {
    transform: rotate(180deg);
}

#by-appointments {
    width: 100px;
}

/* #appointments-path{
    margin-right: 30px;
} */

.divider,
.dates-divider,
.container-divider {
    width: auto;
    margin-left: -25px;
    margin-top: 7px;
    margin-bottom: 27px;
    border: solid 1px #ebebeb;
}

#doctor1 {
    background-image: url(../patient/img/doctor1.png);
}

#doctor2 {
    background-image: url(../patient/img/doctor2.png);
}

#doctor3 {
    background-image: url(../patient/img/doctor3.png);
}

.doctor-photo {
    background-repeat: no-repeat;
    background-size: contain;
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-right: 15px;
}

.reserve {
    width: fit-content;
    height: 20px;
    font-family: Rubik;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0f70b8;
    margin-top: 9px;
}

.doctor-name,
.doctor-name-list {
    width: fit-content;
    height: 20px;
    font-family: Rubik;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2dd4ac;
    margin-bottom: 12px;
}

.address-doctor {
    margin-bottom: 12px;
}

.email-doctor {
    margin-bottom: 7px;
}

.address-doctor,
.email-doctor,
.dates-amount,
.text-evaluation,
.rate_title {
    height: fit-content;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6a6a6a;
}

hr {
    margin-top: unset;
    margin-bottom: unset;
}

.disabled {
    pointer-events: none; /* This makes it not clickable */
    opacity: 0.6; /* This grays it out to look disabled */
}

.doctor_data {
    display: flex;
    margin-right: 30px;
    margin-bottom: 33px;
}

.doctor_info {
    display: flex;
    margin-right: auto;
}

.doctors {
    display: flex;
    margin-bottom: 37px;
    margin-right: 30px;
}

#medic-team .doctors {
    display: unset;
}

#medic-team .divider {
    margin-bottom: unset;
}

.info-doctor {
    width: auto;
    margin-right: auto;
}

.doc-data .info-doctor {
    width: 175px;
}

.text-evaluation {
    font-size: 17px;
    font-weight: 500;
    margin-top: 11px;
    text-align: right;
    margin-bottom: 6px;
    cursor: pointer;
}

#evaluate_doctor {
    left: -130px;
}

#evaluate_doctor .modal-body {
    padding: 15px 40px;
}

#evaluate_doctor .modal-content {
    width: 750px;
    height: fit-content;
    border-radius: 7px;
    background-color: #ffffff;
}

#evaluate_doctor .close {
    background-image: url(../patient/img/close.svg);
    background-repeat: no-repeat;
    background-size: contain;

    width: 25px;
    height: 25px;

    opacity: unset;
}

#evaluate_doctor .modal-header {
    border-bottom: unset;
}

#evaluate_doctor .title_modal {
    font-family: Rubik;
    font-size: 2.5rem;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0f70b8;

    margin-bottom: 1.7rem;
}

.rate_title {
    font-size: 1.6rem;
    font-weight: 500;

    margin-bottom: 1.1rem;
}

#evaluate_doctor .rating2 {
    text-align: left;

    margin-bottom: 7.9rem;

    cursor: pointer;
}

#evaluate_doctor .rating2 .fa-star-o,
#evaluate_doctor .rating2 .fa-star {
    width: 64px;
    height: 63px;

    background-color: #d2d2d2;

    border-radius: 0.5rem;

    margin-right: 2rem;
}

#evaluate_doctor .fa-star-o:before,
#evaluate_doctor .fa-star:before {
    content: "\f005";
    color: #ffffff;
    font-size: 3.5rem;

    display: flex;
    justify-content: center;
    align-items: center;

    height: -webkit-fill-available;
    width: -moz-available;
}

#evaluate_doctor .rating2 .fa-star {
    background-color: #ffd800;
}

#evaluate_doctor .coment_modal {
    /* width: 66.5rem; */
    width: 100%;
    height: 12.2rem;

    border-radius: 4px;

    border: solid 0.2rem #e3e3e3;
    background-color: #ffffff;

    margin-bottom: 0.9rem;
}

#evaluate_doctor .modal-footer {
    border-top: unset;

    padding: 15px 40px;
}

#evaluate_doctor .send_calification {
    /* width: 67.4rem; */
    width: 100%;
    height: 6.3rem;

    display: flex;
    justify-content: center;

    border-radius: 4px;

    font-size: 2rem;

    margin-bottom: 4.4rem;
}

.rating {
    /* background-image: url(../img/raiting.svg);
    background-repeat: no-repeat;
    background-position: right; */

    height: 19px;
    object-fit: contain;

    margin-bottom: 31px;

    cursor: pointer;

    text-align: right;
    font-size: 20px;
}

.fa {
    margin-right: 2px;
    color: #ffd800;
}

.btn-book-again,
.send_calification {
    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;

    height: 42px;
    width: max-content;

    border-style: none;
    border-radius: 2px;
    background-color: #2dd4ac;

    padding: 13px 37px;

    cursor: pointer;

    box-sizing: border-box !important;
}

#pagination {
    display: flex;
    justify-content: flex-end;
    margin-right: 30.8px;
    margin-bottom: 34px;
}

.pagination-box {
    width: 58.4px;
    height: 43.3px;
    background-color: #ffffff;
    border: solid 0.8px #d6d6d6;
}

#arrow-left,
#arrow-right {
    color: #d6d6d6;
    font-size: 45px;
    padding: 0px 6px;
    cursor: pointer;
}

.page {
    font-family: Rubik;
    font-size: 15.4px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #6a6a6a;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.current-page {
    font-weight: 500;
    color: #0f70b8;
    background-color: #f4f4f4;
}

#next-appointments {
    width: 263px;
    /* height: 572px; */
    height: fit-content;
}

#next-appointments-header {
    margin-top: 22px;
    margin-bottom: 46px;

    display: flex;
}

#calendar-icon {
    background-image: url(../patient/img/calendar.svg);
    background-repeat: no-repeat;
    object-fit: contain;

    width: 25px;
    height: 25px;

    margin-right: 11px;
}

#next-appointments-title {
    height: 20px;
    font-family: Rubik;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0f70b8;
    margin-top: 2px;
}

.doctor-dates {
    display: flex;
}

#next-appointments .doc-app {
    margin-bottom: 25px;
}

.doctor-ph-date {
    background-repeat: no-repeat;
    background-size: 54px 54px;
    object-fit: contain;

    width: 54px;
    height: 54px;

    margin-right: 11px;
}

#doc-ph1 {
    background-image: url(../patient/img/doctor1.png);
}

#doc-ph2 {
    background-image: url(../patient/img/doctor2.png);
}

#doc-ph3 {
    background-image: url(../patient/img/doctor4.png);
}

.date-doc-name {
    height: fit-content;
    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6a6a6a;

    margin-bottom: 6px;
}

.date-appointed,
.reasons {
    height: 17px;
    font-family: Rubik;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6a6a6a;

    margin-bottom: 6px;
}

.btn-cancel-app,
.btn-pay-app,
.payed-app {
    height: 24px;

    border: solid 1px #0f70b8;
    border-radius: 2px;

    background-color: #ffffff;

    font-family: Rubik;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0f70b8;

    padding: 5px 25px;
    margin-bottom: 13px;

    cursor: pointer;

    box-sizing: border-box !important;
}

.btn-cancel-app {
    border-color: #f26746;

    color: #f26746;

    padding: 5px 21px;
    margin-bottom: 26px;
}

.pay-appointed {
    margin-top: 25px;
}
.btn-pay-app {
    padding: 0 33px;
}

.payed-app {
    width: fit-content;
    padding: 5px 29px;
    color: #2dd4ac;
    border-color: #2dd4ac;
    cursor: unset;
}

.dates-divider {
    /* width: 288px; */
    margin-bottom: 19px;
}

.container-divider {
    width: unset;
    margin-bottom: 0px;
}

#footer {
    display: flex;
    justify-content: space-between;
    padding-top: 62px;
}

.contacts {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #6a6a6a;
}

.swal-modal {
    width: 533px;
    height: auto;
    /* height: 294px; */

    border: solid 1px #f0f0f0;
    border-radius: 5px;

    box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.06);

    background-color: #ffffff;
}

#makePay .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#makePay .modal-header .modal-title {
    width: 100%;
}
#makePay .modal-header button span {
    font-size: 4rem !important;
}
#makePay .modal-body {
    height: 630px;
    overflow: hidden;
    padding: 0;
}

#exampleModal .modal-body {
    height: 750px;
}

/*.swal-title,*/
.swal-text,
.noButton,
.yesButton,
.acceptButton {
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0f70b8;
    text-align: left;

    border-bottom: solid 1px #f0f0f0;

    height: fit-content;

    margin: 0px !important;
    padding: 19px 21px 15px !important;
}

.swal-text {
    color: #79828b;

    border: unset;

    padding: 0px !important;
    margin-top: 6.7rem;
}

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

.noButton,
.yesButton,
.acceptButton {
    width: 165px;
    height: 51px;

    border-radius: 4px;
    background-color: #79828b;

    color: #ffffff;

    display: flex;
    justify-content: center;

    padding: 0px !important;
}

.yesButton {
    background-color: #f26746;
}

.acceptButton {
    background-color: #2dd4ac;
}

.noButton:hover {
    background-color: #79827b !important;
}

.swal2-close {
    position: absolute;
    top: 0;
    right: 0;

    width: 1.9rem;
    height: 1.9rem;

    border: none;

    background: transparent;

    font-family: Rubik;
    font-size: 25px;
    color: #6a6a6a;

    cursor: pointer;

    background-image: url(../patient/img/close.svg);
    background-repeat: no-repeat;

    margin: 1.8rem 1.8rem 0 0;
}

#buscamed-contacts {
    margin-bottom: 35px;
    margin-top: 10px;
}

#apps {
    display: flex;
    justify-content: flex-end;
}

#phone {
    background-image: url(../patient/img/phone.png);
    background-repeat: no-repeat;
    object-fit: contain;

    width: 96px;
    height: 129px;

    margin-right: 23px;
}

#app-stores {
    margin-top: 13px;
}

#app-store {
    background-image: url(../patient/img/app-store.png);
    margin-bottom: 2px;
}

#google-play {
    background-image: url(../patient/img/google-play.png);
}

#app-store,
#google-play {
    width: 124px;
    height: 42px;

    background-repeat: no-repeat;
    object-fit: contain;
}

#perfil-page label::after {
    content: attr(data-placeholder);
}

#perfil-page label {
    position: absolute;
    left: 1.6rem;
    top: 27%;
    font-family: Rubik;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: -0.3px;
    color: #b1b1b1;
    transition: all 0.4s ease-in-out;
    user-select: none;
    padding: 0.2rem 0.5rem;
}

.label2 {
    font-size: 15px !important;
    background-color: unset !important;
    color: #b1b1b1 !important;
    transform: unset !important;
}

/* .label2 label{
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-name: samuel;
}

@keyframes samuel {
    0%{
        transform: translateY(0%) translateX(0);
    }
 
    100%{
        transform: translateY(-110%) translateX(0);
        font-size: 12px;
        background-color: white;
        color: #0f70b8;
    }
 } */

#perfil-page input:focus + label,
.label_email {
    transform: translateY(-110%) translateX(0);
    background-color: white;
    z-index: 1000;
    font-size: 12px !important;
    color: #0f70b8 !important;
}

#perfil-page input:valid + label {
    transform: translateY(-110%) translateX(0);
    background-color: white;
    z-index: 1000;
    font-size: 12px;
    color: #0f70b8;
}

#perfil-page select:focus + label {
    transform: translateY(-110%) translateX(0);
    background-color: white;
    z-index: 1000;
    font-size: 12px;
    color: #0f70b8;
}

#perfil-page select:valid + label {
    transform: translateY(-110%) translateX(0);
    background-color: white;
    z-index: 1000;
    font-size: 12px;
    color: #0f70b8;
}

.label-in label[data-placeholder] {
    pointer-events: none;
}

/* Previous App*/

#previous-app,
#records-page {
    width: -webkit-fill-available;
    width: -moz-available;
    height: auto;
    /* display: none; */
    margin-right: 150px;
}

.doc-list {
    width: auto;
    height: auto !important;
    height: 58px;
    border-top: solid 1px #ebebeb;
    margin-left: -25px;
    display: flex;
}

.photo-list {
    background-image: url(../patient/img/doctor1.png);

    margin: 19px 14px 18px 25px;
}

.doc-list #pagination {
    margin-top: 20px;
    width: -webkit-fill-available;
    width: -moz-available;
}

.list-doctors .info-doctor {
    margin-top: 23px;
}

.doctor-name-list {
    margin-bottom: 0px;

    font-weight: 500;
    color: #6a6a6a;

    height: fit-content;
}

.actions-list {
    font-size: 25px;
    font-family: Rubik;
    font-weight: 500;
    color: #757575;
    margin-right: 40px;
    cursor: pointer;
}

.doc-list .reasons {
    margin-right: auto;
    align-items: center;
}

.doc-list .date-appointed,
.doc-list .reasons,
.doc-list .actions-list {
    display: flex;
    align-self: center;
}

#previous-app .order-by {
    justify-content: space-between;
}

.doc-list .info-doctor {
    margin-right: 229px;
}

.doc-list .date-appointed {
    margin-right: 310px;
}

.doc-data {
    display: flex;
}

.app-data {
    display: flex;
    width: -webkit-fill-available;
    width: -moz-available;
}

#tooltip-action {
    display: none;
}

#tooltips-actions_list {
    height: 151.9px;
    width: 210px;
}

#icon_action-delete {
    background-image: url(../patient/img/trash.svg);
    background-repeat: no-repeat;

    object-fit: contain;

    width: 20px;
    height: 24px;
}

#icon_action-export {
    background-image: url(../patient/img/pdf.svg);
    background-repeat: no-repeat;

    object-fit: contain;

    width: 23px;
    height: 26px;
}

#icon_action-delete,
#icon_action-export {
    margin: 24px 15px 19px 25px;
}

#text_action-delete {
    color: #f26746;
}

#text_action-export {
    color: #0f70b8;
}

.text-action {
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    cursor: pointer;
}

#actions-divider {
    width: -webkit-fill-available;
    width: -moz-available;
    margin-right: -14px;
}

/* Records */
#records-page {
    padding-left: 96px;
    padding-right: 97px;
}

.current-weight,
.weight-value,
.current-height,
.height-value,
.current-pression,
.pression-value,
.current-pulse,
.pulse-value,
.current-temperature,
.temperature-value,
.current-glucose,
.glucose-value,
.current-oximetry,
.oximetry-value {
    font-family: Rubik;
    font-size: 55px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.96;
    letter-spacing: -3.4px;
    color: #3db3fa;

    margin: 81px 0px 7px 0px;
}

.lbs {
    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #949494;
}

.title-current-weight,
.pre-weight,
.pre-height,
.title-current-height,
.title-current-pression,
.pre-pression,
.title-current-pulse,
.pre-pulse,
.title-current-temperature,
.pre-temperature,
.title-current-glucose,
.pre-glucose,
.title-current-oximetry,
.pre-oximetry {
    display: flex;
}

.icon-records {
    width: 36px;
    height: 36px;

    margin: 0px 19px 0px 0px;

    background-repeat: no-repeat;
    background-size: contain;
}

.icon-bascule {
    background-image: url(../patient/img/bascule.svg);
}

.text-bascule,
.text-height,
.text-pression,
.text-pulse,
.text-temperature,
.text-glucose,
.text-oximetry {
    font-family: Rubik;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1.4px;
    color: #3db3fa;

    margin-top: 5px;
}

.add-weight,
.add-height,
.add-pression,
.add-pulse,
.add-temperature,
.add-glucose,
.add-oximetry {
    margin-left: auto;
}

.btn-add-weight,
.btn-add-height,
.btn-add-pression,
.btn-add-pulse,
.btn-add-temperature,
.btn-add-glucose,
.btn-add-oximetry {
    border: none;
    border-radius: 4px;

    background-color: #3db3fa;

    padding: 13px 25px 11px 24px;

    font-family: Rubik;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.divider-records {
    width: auto;

    border: solid 1px #d9d9d9;

    margin-top: 24px;
    margin-bottom: 42px;

    border: solid 1px #d9d9d9;
}

/* .swiper-container {
    padding: 45px 0px 73px 0px!important;
} */

.weight,
.height,
.pression,
.pulse,
.temperature,
.glucose,
.oximetry {
    width: 265px;
    height: 172px !important;

    border-radius: 7px;

    background-color: #ffffff;

    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
}

.pre-weight,
.pre-height,
.pre-pression,
.pre-pulse,
.pre-temperature,
.pre-glucose,
.pre-oximetry {
    justify-content: space-between;
    margin-bottom: 73px;
}

.weight-value,
.swiper-slide .lbs,
.height-value,
.pression-value,
.pulse-value,
.temperature-value,
.glucose-value,
.oximetry-value {
    color: #d2d2d2;

    margin: 0px;
}

.weight-value,
.height-value,
.pression-value,
.pulse-value,
.temperature-value,
.glucose-value,
.oximetry-value {
    display: flex;
    justify-content: center;
    align-items: center;

    height: -webkit-fill-available;
    height: -moz-available;
}

.swiper-slide .lbs {
    margin-top: 15px;
}

.icon-calendar {
    background-image: url(../patient/img/gray-calendar.svg);
    background-repeat: no-repeat;
    background-size: contain;

    width: 16px;
    height: 17px;
}

.date-weight,
.date-height,
.date-pression,
.date-pulse,
.date-temperature,
.date-glucose,
.date-oximetry {
    margin-top: -33px;
    margin-left: 16px;
}

.weight-registered,
.height-registered,
.pression-registered,
.pulse-registered,
.temperature-registered,
.glucose-registered,
.oximetry-registered {
    font-family: HelveticaNeue-Medium;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: right;
    color: #bebebe;

    margin-top: -16px;
    margin-right: 14px;
}

.current-height,
.text-height {
    color: #2dd4ac;
}

.icon-height {
    background-image: url(../patient/img/height-icon.svg);
}

.btn-add-height {
    background-color: #2dd4ac;
}

.current-pression,
.text-pression {
    color: #f26746;
}

.icon-pression {
    background-image: url(../patient/img/heart.svg);
}

.btn-add-pression {
    background-color: #f26746;
}

.current-pulse,
.text-pulse {
    color: #7f05ab;
}

.icon-pulse {
    background-image: url(../patient/img/pulse.svg);
}

.btn-add-pulse {
    background-color: #7f05ab;
}

.current-temperature,
.text-temperature {
    color: #ffc05d;
}

.icon-temperature {
    background-image: url(../patient/img/temperature.svg);
}

.btn-add-temperature {
    background-color: #ffc05d;
}

.current-glucose,
.text-glucose {
    color: #b4cdf7;
}

.icon-glucose {
    background-image: url(../patient/img/glucose.svg);
}

.btn-add-glucose {
    background-color: #b4cdf7;
}

.current-oximetry,
.text-oximetry {
    color: #8326a0;
}

.icon-oximetry {
    background-image: url(../patient/img/oximetria.svg);
}

.btn-add-oximetry {
    background-color: #8326a0;
}

.swiper-container {
    margin-left: 0px;
    margin: 0px;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 15px 0px !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: unset !important;
    height: unset !important;
    margin-top: 0px !important;
    z-index: unset !important;
}

.title-add-vitals {
    font-family: Rubik;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;

    margin-bottom: 17px;
}

.vital .modal-header {
    border-bottom: unset;
}

.vital .close {
    background-image: url(../patient/img/close-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    opacity: unset;
}

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

#records-page input[type="number"]::-webkit-inner-spin-button,
#records-page input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#records-page input[type="number"] {
    -moz-appearance: textfield;
}

#modal-weight .modal-content,
.txt-weight {
    background-color: #3db3fa;
}

#modal-height .modal-content,
.txt-height {
    background-color: #2dd4ac;
}

#modal-pression .modal-content,
.txt-pression_a,
.txt-pression_b,
.txt-pression_c {
    background-color: #f26746;
}

#modal-pulse .modal-content,
.txt-pulse {
    background-color: #7f05ab;
}

#modal-temperature .modal-content,
.txt-temperature {
    background-color: #ffc05d;
}

#modal-glucose .modal-content,
.txt-glucose {
    background-color: #b4cdf7;
}

#modal-oximetry .modal-content,
.txt-oximetry {
    background-color: #8326a0;
}

.vital .txt-vital {
    font-family: HelveticaNeue-Bold;
    font-size: 90px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.9px;
    color: #ffffff;

    border: none;
    border-bottom: solid 1px;

    width: 148px;
}

.txt-vital:focus {
    outline: unset;
}

.vital .lbs {
    font-family: HelveticaNeue;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.vital .sub-lbs {
    font-size: 30px;
    color: #4d4d4c;
}

.vital .modal-footer {
    border-top: unset;
}

.vital .btn-up-vitals {
    border-radius: 5px;

    background-color: #ffffff;

    font-family: HelveticaNeue-Bold;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;

    padding: 19px 108px;

    width: -webkit-fill-available;
    width: -moz-available;

    border: none;
}

.btn-up-weight {
    color: #3db3fa;
    box-shadow: 0 4px 15px 0 #268fce;
}

.btn-up-height {
    color: #2dd4ac;
    box-shadow: 0 4px 15px 0 #2dd4ac;
}

.btn-up-pression {
    color: #f26746;
    box-shadow: 0 4px 15px 0 #f26746;
}

.btn-up-pulse {
    color: #7f05ab;
    box-shadow: 0 4px 15px 0 #7f05ab;
}

.btn-up-temperature {
    color: #ffc05d;
    box-shadow: 0 4px 15px 0 #ffc05d;
}

.btn-up-glucose {
    color: #b4cdf7;
    box-shadow: 0 4px 15px 0 #b4cdf7;
}

.btn-up-oximetry {
    color: #8326a0;
    box-shadow: 0 4px 15px 0 #8326a0;
}

/* Perfil */
#perfil-page-menu {
    width: 264px;
    height: fit-content;

    margin-right: 29px;
}

#perfil-page {
    width: 100%;
    height: fit-content;
    min-height: 428px;

    margin-right: 150px;

    padding: 34px 129px 49px;
}

#perfil-menu {
    list-style: none;

    font-family: Rubik;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #6a6a6a;

    padding: 42px 0px 37px 0px;
}

#perfil-menu li {
    padding: 17px 0px 15px 0px;
    cursor: pointer;
}

.divider-perfil-menu {
    border-bottom: solid 1px #eaeaea;

    padding: 0px;
    margin: 0px;

    margin-left: -25px;
}

.active-perfil-menu {
    font-weight: 500;
    color: #0f70b8;
}

.title-perfil-form {
    height: 29px;
    font-family: Rubik;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0f70b8;

    margin-bottom: 26px;
}

#full-name,
#sex-civil,
#email-phone,
#health-insurance,
#social-insurance {
    display: grid;
    grid-template-columns: 49% 49%;
    column-gap: 2%;
}

#input-birth-day {
    display: grid;
    grid-template-columns: 32% 32% 31.2%;
    column-gap: 2%;

    margin-bottom: 63px;
}

#document {
    display: grid;
    grid-template-columns: 29% 69%;
    column-gap: 2%;
}

.grid-width {
    width: -webkit-fill-available;
    width: -moz-available;
}

#document-type {
    display: flex;
}

#full-name,
#sex-civil,
#residential-city,
#address,
#email-phone,
#document,
#new-password,
#confirm-new-password,
#health-insurance {
    margin-bottom: 18px;
}

#birth-place,
#blood-group {
    margin-bottom: 26px;
}

#current-password {
    margin-bottom: 31px;
}

#demographic-info .title-perfil-form {
    margin-bottom: 54px;
}

#race-options,
.demographic-divider,
#ethnicity-options,
#social-insurance {
    margin-bottom: 41px;
}

#race-options input,
#ethnicity-options input {
    margin-right: 13px;
}

#race-options #other-race label {
    margin-bottom: 0px;
}

.check label {
    cursor: pointer;
}

.half {
    width: 49%;
}

.full {
    width: 97.3%;
}

.full-button {
    width: 98.2%;
}

.half-button {
    width: 50.1%;
}

#insurrence-page .half {
    width: 39%;
}

#insurrence-page .full {
    width: 82.8%;
}

::placeholder {
    color: #b1b1b1;
}

.hidden {
    display: none;
}

.full-select {
    width: 97.4%;
    background-position-x: 97.5% !important;
}

.inputs-perfil {
    height: 44px;

    border-radius: 4px;
    border: solid 1px #c7c7c7;

    background-color: #ffffff;

    font-family: Rubik;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: -0.3px;
    color: #b1b1b1;

    padding-left: 20px;
}

.select1 {
    -webkit-appearance: none;

    background-image: url(../patient/img/up-arrow.svg), url(../patient/img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: top right, bottom right;
    background-position-x: 95%;
    background-position-y: 20%, 70%;
    background-size: 12px 19px;
}

#label-birth-day label {
    font-family: Rubik;
    font-size: 15px;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: -0.3px;
    color: #b1b1b1;

    margin-bottom: 7px;
    padding-left: 0.1rem;

    position: unset !important;
}

#input-birth-day .inputs-perfil {
    width: inherit;

    text-align: center;

    padding-left: 0;
    margin-right: 15px;
}

#document-type .inputs-perfil {
    padding: 14px 20px;

    height: unset;

    text-align: center;

    position: unset !important;
}

#document-type .inputs-perfil:first-child {
    border-right: none;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    width: 40%;
}

#document-type .inputs-perfil:last-child {
    border-left: none;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    width: 60%;
}

.document-checked {
    background-color: #2dd4ac;
    color: #ffffff !important;
}

#document .half {
    width: 66.5%;
}

.btn-up {
    height: 51px;

    border-radius: 4px;
    border: unset;

    background-color: #2dd4ac;

    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

#alert-min-characters {
    margin-bottom: 8px;

    font-family: Rubik;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: -0.3px;
    color: #6a6a6a;
}

.title-demographic {
    font-family: Rubik;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: -0.4px;
    color: #6a6a6a;

    margin-bottom: 20px;
}

#race-options label,
#ethnicity-options label {
    font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.06;
    letter-spacing: -0.4px;
    color: #6a6a6a;

    margin-bottom: 24px;
}

#demographic-divider {
    height: 1px;
    border: solid 1px #dedede;
}

/* AUTHORIZATIONS */
#authorizations-page .auth-area {
    padding: 0 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #c7c7c7;
    min-height: 50px;
    width: 50%;
}

#authorizations-page .authDoc {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border: unset;
    border-bottom: dashed 1px;
    margin-bottom: 25px;
}
