/* #accordion_container {
    width : 500px; 
    color : red; 
    background-color: red; 
}



.summary_fields_list {
    border-collapse: collapse;
    text-align: center;
} */
.reviewEdit {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
}

.summary_fields_list {
    border: 1px solid lightgray;
}

.summary_tr {
    border-bottom: 1px solid lightgray;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 1px #d6d7d9;
    padding-left: 49px;

    p {
        word-break: break-word;
    }

    /* height: 10vh;*/
}

@media (max-width: 576px) {
    .summary_td {
        width: 100% !important;
        display: inline-block;
        hyphens: auto;
    }

    .summary_tr {
        flex-direction: column;
        padding-right: 35px;
        padding-left: 35px;

    }
}

.summary_td {
    width: 20vw;
    display: inline-block;

}

.summary_table_header {

    font-size: 20px;
    font-weight: bold;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.tr_header {
    font-weight: bold;
}

details>summary {
    list-style-image: url(dmaf/resources/images/chevron-up-solid-2.svg);
}

details[open]>summary {
    list-style-image: url(dmaf/resources/images/chevron-down-solid-2.svg);
}

summary::marker {
    height: 60px;
    width: 60px;
}

summary:hover {
    background-color: lightgray;
}
.error_svg_wrapper {

    align-self: flex-start;
    align-items: flex-start;
}

.from_error {
    position: relative;

    p {
        margin: 0;
    }

    .errorContainer {
            width: 95%;
    
        ol {
            padding-left: 16px;

            li {
                padding-bottom: 2px;
            }

            a {
                color: #00599c;
                display: block;
                font-size: 14px;
                /*&:first-of-type {
                padding-top: 10px;
            }*/
            }
        }
    }
}

.astrick_message{
    color: #d11242;
}

/* .error_header{
    
    top: 1vh;
    left : 1vw;
} */
.custom-alert {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-alert-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    position: relative;

}

.close {
    color: #00599c;
    float: right;
    font-size: 22px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    right: -33px;
    top: -31px;
    background-color: #fff;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#alertMessage {
    color: black;

}

button {
    
    background-color: #00599c;
    border-radius: 9px;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}
button:hover {
    background-color: #00599c;
}
.alert-container {
    display: block;
    color: #1b1b1b;
    position: relative;
    padding: 24px;
    border: 0;
    margin: 16px 0;
    border-left: solid 3px #087591;
    background-color: #e7f6f8;

    svg {
        background-image: url(dmaf/resources/images/circle-info-solid.svg);
        position: absolute;
        top: 24px;
        left: 24px;
        font-size: 24px;
        height: 24px;
        width: 24px;
    }

    h2 {
        margin-top: 0;
        margin-bottom: 12px;
        margin-left: 24px;
        padding-left: 12px;
        text-transform: none;
    }

    .alert-message {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 24px;
        padding-left: 12px;
        font-size: 16px;
        line-height: 24px;
    }
}
.read-only-alert {
    border: 1px;
    border-style: solid;
    border-color: #d6d7d9;
    padding: 16px;
    padding-left: 20px;

    .decline-signature-modal {
        display: none;
        background-color: #fefefe;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        justify-content: center;

        .decline-signature-modal-content {
            position: relative;
            color: #1b1b1b;
            height: min-content;
            min-width: 350px;
            max-width: 550px;
            padding: 32px;
            margin: 32px auto;
            background-color: #fff;
            box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12);

            h2 {
                margin-top: 0;
            }

            .modal-close-button {
                position: absolute;
                top: -17.5px;
                right: -17.5px;
                border: none;
                background: transparent;
                padding: unset;
                margin: unset;
                height: 35px;
                width: 35px;

                svg {
                    background-image: url(dmaf/resources/images/circle-xmark-regular.svg);
                    background-color: white;
                    background-repeat: no-repeat;
                    height: 35px;
                    width: 35px;
                }

                &:focus {
                    outline: 3px solid #2491ff;
                    outline-offset: 4px;
                    border-radius: 0;
                }
            }
        }

        .decline-signature-button-container {
            .btn-secondary {
                margin-right: 10px;
            }

            .btn-primary {
                position: relative;
                display: inline-block;
                width: auto;
                box-sizing: border-box;
                padding: 8px 12px;
                border: solid 1px #00599c;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                border-radius: 4px;
                cursor: pointer;
                font-family: "Source Sans Pro", sans-serif;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.5;
                text-align: center;
                text-decoration: none;
                text-transform: uppercase;
                background-color: #00599c;
                border: 2px solid #00599c;
                color: #fff;
                text-decoration: none;
                text-transform: none;

                &:focus::before {
                    box-sizing: border-box;
                    border: 3px solid #2491ff;
                    content: "";
                    display: block;
                    height: calc(100% + 18px);
                    width: calc(100% + 18px);
                    position: absolute;
                    top: -9px;
                    left: -9px;
                }
            }
        }
    }

    h3 {
        margin-top: 4px;
        margin-bottom: 12px;
    }

    p {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .btn-secondary {
        position: relative;
        display: inline-block;
        width: auto;
        box-sizing: border-box;
        padding: 8px 12px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        cursor: pointer;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #fff;
        color: #00599c;
        border: 2px solid #00599c;
        text-transform: none;

        &:focus::before {
            box-sizing: border-box;
            border: 3px solid #2491ff;
            content: "";
            display: block;
            height: calc(100% + 18px);
            width: calc(100% + 18px);
            position: absolute;
            top: -9px;
            left: -9px;
        }
    }
}
