@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,300;0,500;1,100;1,200;1,400&family=JetBrains+Mono&family=Poppins:wght@400;600&family=Quintessential&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Supermercado+One&display=swap");

.container {
    margin: 0 auto;
    max-width: 80%;
}

.wrapper {
    display: flex;
}

.ibox {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(15, 101, 101, 0.15);
    border-radius: 20px;
}

.doctor-navigation {
    align-items: flex-start;
    height: 100%;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.buttons-group-validation {
    width: 100%;
}

.profile-container-validation {
    box-shadow: 0px 0px 20px rgba(15, 101, 101, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 20px;
    gap: 15px;
    background-color: #ffffff;
    max-width: 400px;
}

.profile-container {
    box-shadow: 0px 0px 20px rgba(15, 101, 101, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 30px;
    gap: 15px;
    background-color: #ffffff;
}

.profile-container .group-121 {
    width: 100%;
    min-height: 70px;
    display: flex;
    flex-direction: column;
}

.group-121 .doctor-info {
    display: flex;
    align-items: center;
    height: 30%;
}

.doctor-info .ellipse {
    margin: 0;
    width: 65px;
    height: 65px;
}

.doctor-name {
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding: 0;
}

.doctor-name > h1 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 22px;
    color: #0f6565;
    margin: 0px;
}

@media screen and (max-width: 1400px) {
    .doctor-name > h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.profile-container .group-126 {
    width: 100%;
    height: 44px;
}

.profile-container .group-126 h3 {
    /* margin-top: 13px; */
    width: 100%;
    /* height: 22px; */
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    margin: 0;
    color: #0f6565;
}

.profile-container .group-126 p {
    width: 100%;
    height: 19px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
    color: #0f6565;
}

/* divisor profile */

.divider {
    width: 100%;
    height: 1px;
    background: #e7eaec;
    margin-top: 15px;
}

.cadastro-status {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 29px;
    align-items: flex-start;
    padding: 0px;
}

.cadastro-status h3 {
    width: 100%;
    height: 18px;
    left: calc(50% - 242px / 2);
    bottom: 11px;
    margin: 0px;

    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;

    color: #676a6c;
}

.barra-de-status {
    display: flex;
    align-items: center;
    width: 100%;
    height: 11px;

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 0px;
}

.barra-de-status .progress {
    width: 100%;
    height: 4px;
    left: 1px;

    /* background: #9bdbcc; */
    border-radius: 1000px;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}

.blue-bg,
.bg-success {
    background: #9bdbcc !important;
}

.barra-de-status p {
    width: 29px;
    height: 13px;
    margin: 0 6px;

    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;

    display: flex;
    align-items: center;
    text-align: right;
    font-feature-settings: "ss03";

    color: #0f6565;
}

.status {
    margin-top: 10px;
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
}

.status-buttons {
    display: flex;
    margin: 0px;

    height: auto;
}

.user-active {
    margin: 0px;
}

.user-inactive {
    margin: 0px;
}

/* nav-buttons */

.ibox-content {
    border-style: none;
}

.nav-buttons {
    height: 156px;

    align-items: flex-start;
    padding: 0px;
    margin: 0;

    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 20px 0px;
}

.validation-perfil-btn {
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border-radius: 20px;
    border: none;
    flex: none;
    order: 1;
    flex-grow: 0;
    padding: 0px;

    cursor: pointer;
}

.validation-perfil-btn p {
    /* width: 157px; */
    /* height: 22px; */
    margin: 0;
    margin-left: 15px;
    display: flex;
    justify-content: flex-start;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #3a8e8e;
    text-align: center;
}

.perfil-btn {
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(15, 101, 101, 0.15);
    border-radius: 20px;
    border: none;

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 20px 0px;
    cursor: pointer;
}

.perfil-btn p {
    width: 157px;
    /* height: 22px; */
    margin: 0;
    margin-left: 22px;
    display: flex;
    justify-content: flex-start;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #0f6565;
}

.perfil-profissional img {
    margin-left: 14px;
}

/* clients-box styles */

.clients-box {
    width: 786px;
    height: 540.11px;
    background-color: #0f6565;

    padding: 20px 20px 50px;

    background: #ffffff;

    box-shadow: 0px 0px 20px rgba(15, 101, 101, 0.15);
    border-radius: 20px;

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 30px;
}

.clients-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ibox-heading {
    display: flex;
    justify-content: flex-start;
    background: #ffffff;
    height: 22px;
    border: none;
    padding: 0;
    margin-top: 30px;
    padding-left: 20px;
}

.ibox-heading h1 {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    background: #ffffff;

    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;

    color: #0f6565;
}

/* .title {
    width: 726px;
    height: 22px;
    margin-top: 20px;
    margin-left: 40px;
}

.title h1 {
    width: 726px;
    height: 22px;
    display: flex;
    justify-content: flex-start;

    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;

    color: #0f6565;
} */

.informations {
    width: 100%;
    height: 100%;

    display: flex;

    align-items: flex-start;
    padding: 0px 10px 0px 0px;

    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    margin: 20px 0px;
}

.informations-2 {
    width: 100%;
    height: 100%;

    display: flex;

    align-items: flex-start;
    padding: 0px 10px 0px 0px;

    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    margin: 20px 0px;
}

.group-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 50%;
    height: 210.92px;

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 20px;
    margin-left: 50px;
}

.group-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 50%;
    height: 156.92px;

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 20px;
}

.items {
    display: flex;
    justify-content: flex-end;
    width: 284px;
    height: 16px;

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 4px 0px;
}

.item-1 {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    padding-right: 6px;
    padding-top: 4px;
    margin-top: 5px;
    color: #676a6c;
}

.item-2 {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    padding: 0;
    padding-right: 6px;
}

.anexos-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 10px 0px 0px;

    width: 746px;
    height: 115.18px;

    flex: none;
    order: 4;
    align-self: stretch;
    flex-grow: 0;
    margin: 20px 0px;
}

.anexos-box {
    padding: 0px;

    width: 245.05px;
    height: 115.18px;
}

.anexo {
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
}

.anexoValidation {
    width: 100%;
    max-width: 100%;
    margin: 0px;
}

.visualizar-button {
    height: 25.19px;
    background: #0f6565;
    border-radius: 46.4665px;
    max-width: 136.05px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border: none;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 15px;
}

.visualizar-button span {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    display: flex;
    align-items: center;

    color: #ffffff;

    transform: rotate(0.17deg);

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 5px;
}
.check-legal-data{
    background-color:#0f6565;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-right:3px;
    padding:0px 3px;
    width: 20px;;
}
.reproved-legal-data{
    background-color:red;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    margin-right:3px;
    padding:0px 4px;
    width: 20px;;
}

/* .ibox {
    background: #ffffff !important;


    box-shadow: 0px 0px 20px rgba(15, 101, 101, 0.15);
    border-radius: 20px !important;

    flex: none;
    order: 1;
    flex-grow: 0;
}

.ibox-content {
    background-color: #ffffff !important;
} */

.hidden {
    opacity: 0;
    display: none;
}

.menu-btn.ativo {
    background: #0f6565;
    color: #ffffff;
}

.menu-btn.ativo * {
    color: #ffffff;
}

.especializacao {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 15px;

    color: #5bc5ac;
}

input[type="checkbox"]:checked + p::before {
    content: url(../../../public/img/Profile.png);
}

.img-detail-area {
    width: 274px;
    height: 186px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.file-validity {
    color: #0f6565;
    font-weight: 700;
}

.anexo {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

#mySearchTextParking {
    width: 300px;
    height: 36.5px;
    padding-top: 2px;
    border-color: #a7b1c2;
}

.input-small {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #5bc5ac;
}

.spanParkingInput {
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 15px;
    letter-spacing: -0.408px;
    color: #3a8e8e;
}
