﻿.delete-account-form-container {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,50%);
    padding: 91px 30px 145px;
}

.delete-account-form {
    display: none;
    flex-direction: column;
    /*position: absolute;
    top: 160.18px;*/
    background-color: white;
    border: 1.5px solid black;
    max-width: 60%;
}

    .delete-account-form header {
        background-color: #4580b0;
        color: #555;
        border-bottom: 1.5px solid black;
    }

    .delete-account-form .close-button {
        float: right;
        border: none;
        display: inline-block;
        padding: 8px 16px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
        font-size: 24px;
    }

        .delete-account-form .close-button:hover {
            color: firebrick;
        }

    .delete-account-form .form-contents-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

        .delete-account-form .form-contents-container h1 {
            margin: 0;
            text-align: center;
        }

        .delete-account-form .form-contents-container p {
            padding: 18px 24px 0;
            margin: 0;
        }

        .delete-account-form .form-contents-container .important-text {
            font-style: italic;
            text-decoration: underline;
            font-weight: 600;
        }

    .delete-account-form .button-container {
        display: flex;
        margin-top: 12px;
        padding: 0 12%;
    }

        .delete-account-form .button-container .confirm-form-button {
            padding: 2px 8px;
            width: 50%;
        }

        .delete-account-form .button-container button {
            padding: 0.15em 1.25em;
        }

        .delete-account-form .button-container .confirm-delete-button {
            background-color: firebrick;
            color: white;
            padding: 2px 8px;
        }

            .delete-account-form .button-container .confirm-delete-button:hover {
                background-color: rgb(144 0 0);
            }

        .delete-account-form .button-container .cancel-delete-button {
            background-color: steelblue;
            color: white;
            margin-left: 4px;
            padding: 2px 10px;
        }

            .delete-account-form .button-container .cancel-delete-button:hover {
                background-color: rgb(20 80 130);
            }

    .delete-account-form .current-password-input-container {
        display: flex;
        flex-direction: column;
        width: -webkit-fill-available;
        padding: 0 24px 10px;
    }

        .delete-account-form .current-password-input-container p {
            padding: 12px 0;
        }

    .delete-account-form .current-password-input-container .current-password-input-group {
        display: flex;
        width: -webkit-fill-available;
        margin: 0;
        align-items: center;
        flex-direction: row;
    }

    .delete-account-form .current-password-input-container .current-password-input-group label {
    }

    .delete-account-form .current-password-input-container .current-password-input-group input {
        margin-left: 4px;
        width: 60%;
    }

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48
}
