main {
    display: flex;
    justify-content: space-between;
}

.list_patients {
    width: 367px;
    height: 1054px;
    background: #FFFFFF;
    border-radius: 16px;
    margin: 32px 0 0 18px;
    position: relative;
}

.list_patients .title {
    margin: 20px 0 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_patients #top {
    width: 325px;
}

.list_patients #result {
    position: absolute;
    left: 135px;
    top: 48px;
    background: #ddd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

.list_patients #result div {
    margin: 10px;
}

.list_patients .title #text {
    display: none;
}

.list_patients .title img {
    width: 18px;
    height: 18px;
    /* margin-left: 203px; */
}

.list_patients .title img:hover {
    cursor: pointer;
}

.list_patients .items {
    margin: 0 0 32px 20px;
    overflow-y: scroll;
    height: 935px;
}

.list_patients .items li {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    width: 317px;
    height: 48px;
}

.list_patients .items .more:hover {
    cursor: pointer;
}

.diagnosis {
    width: 766px;
    margin-top: 32px;
}

.diagnosis .history {
    height: 673px;
    border-radius: 16px;
    background: #FFFFFF;
    padding: 20px;
}

.diagnosis .history .diagram {
    width: 726px;
    height: 298px;
    background: #F4F0FE;
    border-radius: 12px;
    margin: 40px 0 20px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
}

.diagnosis .history .diagram .diagram_title {
    width: 438px;
    display: flex;
    justify-content: space-between;
}

.diagnosis .history .diagram .diagram_title .title {
    font: normal normal bold 18px/24px Manrope;
    color: #072635;
    text-transform: capitalize;
}

.diagnosis .history .diagram .diagram_title select {
    font: normal normal normal 14px/19px Manrope;
    color: #072635;
    margin-top: 5px;
    border: none;
    background: inherit;
}

.diagnosis .history .diagram .diagram_title select:hover {
    cursor: pointer;
}

.diagnosis .history .diagram .myChart {
    width: 470px;
    height: 245px;
}

.diagnosis .history .diagram .items {
    width: 208px;
    height: 201px;
}

.diagnosis .history .diagram .items .circle_1 {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #E66FD2;
}

.diagnosis .history .diagram .items .circle_2 {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #8C6FE6;
}

.diagnosis .history .diagram .items .item .title span {
    margin-left: 5px;
    font: normal normal bold 14px/19px Manrope;
    color: #072635;
    text-transform: capitalize;
}

.diagnosis .history .diagram .items .item .blood_pressure {
    font: normal normal bold 22px/30px Manrope;
    color: #072635;
    text-transform: capitalize;
    margin: 8px 0;
}

.diagnosis .history .diagram .items .item .levels {
    font: normal normal normal 14px/19px Manrope;
    color: #072635;
}

.diagnosis .history .diagram .items .item .levels img {
    margin-right: 7px;
}

.diagnosis .history .diagram .items .horizontal_line {
    width: 100%;
    height: 1px;
    background: #CBC8D4;
    margin: 16px 0;
}


.diagnosis .history .block {
    display: flex;
    justify-content: space-between;
}

.diagnosis .history .block .respiratory_rate,
.diagnosis .history .block .temperature,
.diagnosis .history .block .heart_rate {
    width: 228px;
    height: 242px;
    border-radius: 12px;
    padding: 16px;
}

.diagnosis .history .block .respiratory_rate {
    background: #E0F3FA;
}

.diagnosis .history .block .temperature {
    background: #FFE6E9;
}

.diagnosis .history .block .heart_rate {
    background: #FFE6F1;
}

.diagnosis .history .block img {
    width: 96px;
    height: 96px;
    margin-bottom: 9px;
}

.diagnosis .history .block .title {
    font: normal normal 500 16px/22px Manrope;
    color: #072635;
    text-transform: capitalize;
}

.diagnosis .history .block .meaning {
    font: normal normal 800 30px/41px Manrope;
    color: #072635;
}

.diagnosis .history .block .text {
    font: normal normal normal 14px/19px Manrope;
    color: #072635;
    margin-top: 17px;
}

.diagnosis .history .block .text img {
    width: 10px;
    height: 5px;
    margin: 0 8px 0 0;
}

.diagnosis .list {
    height: 349px;
    border-radius: 16px;
    margin-top: 32px;
    background: #FFFFFF;
    padding: 20px;
}

.diagnosis .list .title {
    width: 726px;
    height: 48px;
    background: #F6F7F8;
    border-radius: 24px;
    margin-top: 40px;
    font: normal normal bold 14px/19px Manrope;
    color: #072635;
}

.diagnosis .list .title .problem,
.diagnosis .list .table .problem {
    width: 233px;
    margin-left: 16px;
}

.diagnosis .list .title .description,
.diagnosis .list .table .description {
    width: 364px;
}

.diagnosis .list .title .status,
.diagnosis .list .table .status {
    width: 129px;
}

.diagnosis .list .table {
    font: normal normal normal 14px/19px Manrope;
    color: #072635;
    margin-top: 10px;
}

.diagnosis .list .horizontal_line {
    width: 100%;
    height: 1px;
    background: #EDEDED;
    margin: 12px 0;
}

.diagnosis .list .table_line {
    overflow-y: scroll;
    height: 190px;
}

.lab {
    width: 367px;
    margin: 18px 18px 0 0;
}

.lab .patients {
    height: 740px;
    border-radius: 16px;
    background: #FFFFFF;
}

.lab .patients .picture {
    width: 200px;
    margin: 0 auto;
    padding-top: 32px;
}

.lab .patients img {
    width: 200px;
    height: 200px;
}

.lab .patients h2 {
    text-align: center;
    margin-top: 19px;
}

.lab .patients .items {
    margin: 31px 0 40px 20px;
}

.lab .patients .items .item {
    height: 42px;
    margin-bottom: 24px;
}

.lab .patients .items .item img {
    width: 42px;
    height: 42px;
    margin-right: 16px;
}

.lab .patients .items .item p:first-of-type {
    font: normal normal 500 14px/22px Manrope;
    color: #072635;
    text-transform: capitalize;
}

.lab .patients .items .item p:last-of-type {
    font: normal normal bold 14px/19px Manrope;
    color: #072635;
    text-transform: capitalize;
}

.lab .patients button {
    outline: none;
    border: none;
    width: 220px;
    height: 41px;
    background: #01F0D0;
    border-radius: 41px;
    font: normal normal bold 14px/19px Manrope;
    color: #072635;
    margin: 0 auto;
    display: block;
}

.lab .patients button:hover {
    cursor: pointer;
    opacity: 0.8;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}

.lab .results {
    height: 296px;
    border-radius: 16px;
    margin-top: 32px;
    background: #FFFFFF;
    padding: 20px;
}

.lab .results .items {
    margin-bottom: 16px;
    overflow-y: scroll;
    height: 230px;
}

.lab .results .items .item {
    width: 315px;
    height: 40px;
    justify-content: space-between;
}