a {
    text-decoration: none;
}

.login_section {
    height: 100vh;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-loginpage {
    width: 30%;
    min-width: 350px;
    margin: auto;
    background-color: #e7e7e7;
    border-radius: 1rem;
}

.bg-diagnosa {
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgb(102, 102, 102);
    background: linear-gradient(0deg, rgba(102, 102, 102, 1) 0%, rgba(175, 175, 175, 1) 35%, rgba(255, 255, 255, 1) 100%);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #fff;
    color: #3c2d86;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
}

#myBtnAdmin {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #204768;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
}

.custom-shape-divider-bottom-1718018778 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1718018778 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 100px;
}

.custom-shape-divider-bottom-1718018778 .shape-fill {
    fill: #1a70b6;
}

.atas_index_hp {
    margin-top: 15vh;
}

.gambar_index_hp {
    width: 100%;
}

.atas_index_hp2 {
    margin-top: 20vh;
}

.gambar_biodata_hp {
    width: 75%;
}

.gambar_diagnosa_hp {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .shape_hp {
        display: none;
    }

    .gambar_index_hp {
        width: 50%;
    }

    .atas_index_hp {
        margin-top: 25vh;
    }

    .atas_index_hp2 {
        margin-top: 0vh;
    }

    .gambar_biodata_hp {
        display: none;
    }

    .gambar_diagnosa_hp {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .chart_admin_hp {
        display: none;
    }

    .solusi_hp {
        display: none;
    }

    .riwayat_hp {
        display: none;
    }
}