@media (max-width: 767px) {
    .button-back-edit-info {
        background: #3DB9CC;
        border-radius: 28px;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        width: 120px !important;
        height: 48px;
        border: none;
        display: block;
        margin: 10px;
        margin-top: 3rem;
    }

    .image-modal-illustration {
        width: 184.33px !important;
        height: 192.12px !important;
    }

    .modal__content {
        width: 86% !important;
        height: auto !important;
        padding: 1em 1em !important;
        margin-top: 7rem !important;
    }

        .modal__content h1 {
            font-size: 18px !important;
            line-height: 24px !important;
        }

        .modal__content p {
            font-size: 14px !important;
            line-height: 22px !important;
            margin-top: 1rem;
        }

        .modal__content .button-back {
            margin-top: 1rem !important;
        }

        .modal__content .button-save {
            margin-top: 1rem;
        }
}

.modal-open .modal {
    overflow-y: hidden !important;
}

.image-modal-illustration {
    width: 213px;
    height: 222px;
    display: block;
    margin: auto;
    margin-top: 1rem;
}

.modal {
    visibility: hidden;
    opacity: 0;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    transition: all .4s;
}

    .modal:target {
        visibility: visible;
        opacity: 1;
        z-index: 10001;
    }

.modal__content {
    border-radius: 4px;
    position: relative;
    width: 416px;
    height: 256px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 2em 2em;
    display: block;
    margin: auto;
}

.modal__content-pengkinian-data {
    border-radius: 4px;
    position: relative;
    width: 416px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 2em 2em;
    display: block;
    margin: auto;
    margin-top: 14rem;
}

.image-modal-illustration-pengkinian {
    width: 190px;
    height: 190px;
    display: block;
    margin: auto;
    margin-top: -8rem;
}

.modal__content h1 {
    color: #1469C7 !important;
    text-align: center;
    font-family: 'Open Sans' !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 36px !important;
}

.modal__content h2 {
    color: #717171 !important;
    text-align: center;
    font-family: 'Open Sans' !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
}

.modal__content h3 {
    color: #717171 !important;
    text-align: center;
    font-family: 'Open Sans' !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}

.modal__content p {
    color: #606161 !important;
    text-align: center;
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px !important;
}

.modal__content .button-back {
    background: #3DB9CC;
    border-radius: 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 343px;
    height: 48px;
    border: none;
    display: block;
    margin: auto;
    margin-top: 3rem;
}

.modal__content .button-save {
    background: #3DB9CC;
    border-radius: 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 200px;
    height: 48px;
    border: none;
    display: block;
    margin: 10px;
    margin-top: 3rem;
}

.modal__content .button-back-disabled {
    background: #ffffff;
    opacity: 100%;
    border: 3px solid #3DB9CC;
    border-radius: 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #3DB9CC;
    width: 200px;
    height: 48px;
    display: block;
    margin: 10px;
    margin-top: 3rem;
}

.button-back {
    background: #3DB9CC;
    border-radius: 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 343px;
    height: 48px;
    border: none;
    display: block;
    margin: 10px;
    margin-top: 3rem;
}

.button-back-edit-info {
    background: #3DB9CC;
    border-radius: 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 200px;
    height: 48px;
    border: none;
    display: block;
    margin: 10px;
    margin-top: 3rem;
}

.button-back-disabled {
    background: #3DB9CC;
    opacity: 50%;
    border-radius: 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 200px;
    height: 48px;
    border: none;
    display: block;
    margin: 10px;
    margin-top: 3rem;
}

.button-back-secondary {
    background: #ffffff;
    border: 3px solid #3DB9CC;
    border-radius: 28px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #3DB9CC;
    width: 343px;
    height: 48px;
    display: block;
    margin: 10px;
    margin-top: 3rem;
}

.modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #585858;
    text-decoration: none;
}
