.wp-admin section.container-modal {
    display: none !important;
}

.card-body{
    display: flex;
    border: none;
    flex-direction: inherit;
    padding: 50px;
    margin: 0px;
    max-width: none;
    gap: 50px;
    border-radius: 0px;
    justify-content: flex-start;
    align-items: unset;
    flex-wrap: wrap;
}

div#corpo-medico-container {
    width: 180px;
}

div#corpo-medico-container > a {
    display: flex;
    gap: 20px;
    align-items: center;
}

#corpo-medico-container picture{
    width: 75px;
    height: 75px;
    margin: 0px;
    overflow: hidden;
}

#corpo-medico-container picture img {
    width: 75px;
    height: 75px;
    border-radius: 6px;
}

#corpo-medico-container .info .nome-medico {
    font-family: "Simplon BP Bold", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #007C8A;
    margin: 10px 0 0;
    text-transform: uppercase;
}

#corpo-medico-container .info .especialidade {
    font-family: "Simplon BP Regular", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 1;
    color: #242424;
    margin: 3px 0 0;
}

section.container-modal {
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
    position: absolute;
    visibility: hidden;
}

.isOpen{
    display: block;
}


div.modal {
    max-width: var(--container_width);
    border-radius: 14.993px;
    border: 2px solid #00B2BB;
    background: #FFF;
    display: block;
    margin: 100px auto;
    max-height: calc(100vh - 100px);
    position: inherit;
    padding: 0;
    width: 100%;
    margin: auto;
    position: inherit;
}

.modal .content{
    display: flex;
    overflow-y: auto;
    max-height: inherit;
}

.header{
    width: 40%;
    max-height: inherit;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 70px 40px;
    background-color: #003B4E;
    color: #FFF;
}

.header picture{
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
}

.header picture img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
}

.header .title{
    font-size: 21px !important;
    margin-bottom: 5px !important;
    text-align: center !important;
    margin-top: 20px !important;
    color: #00FFF0 !important;
}

.header .description{
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 1rem;
    line-height: 1.5;
}

.header .status{
    text-align: center;
    margin-bottom: 5px;
    color: #fff !important;
    font-size: 1rem;
    line-height: 1.5;
}

.header p.crm{
    text-align: center;
    color: #fff !important;
    font-size: 1rem;
}

.header .info{
    list-style: none;
    margin: 0;
    padding: 0;
}

.header .info a{
    border-radius: 16px;
    background: #007889;
    width: 200px;
    display: block;
    color: #fff !important;
    padding: 10px 0px;
    text-align: center;
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.5;
}

.body{
    width: 60%;
    max-height: inherit;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 70px 40px;
    font-size: 1rem !important;
    color: #404040 !important;
    font-family: "Simplon BP Regular", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.body h2{
    font-size: inherit;
    text-transform: none;
}

.body p{
    margin-bottom: 15px;
    font-size: 1rem !important;
    color: #404040 !important;
    font-family: "Simplon BP Regular", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.close{
    position: absolute;
    right: 7px;
    top: 7px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px solid #003B4E !important;
    background-color: #003B4E !important;
    z-index: 1;
    opacity: 1 !important;
    font-size: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
}

.close::after{
    font-family: "institucional-icons";
    font-size: 14px;
    line-height: 1;
    color: #FFF;
    content: "";
}

@media (max-width: 800px) {
    div#corpo-medico-container > a {
        flex-direction: column;
    }

    .accordion .card .btn.btn-link{
        flex-wrap: nowrap;
        text-align: left;
    }

    .accordion .card .btn.btn-link.collapsed i{
        margin: inherit;
    }
}