/*.dialog-header.banner-background {*/
/*    background: #0073e7;*/
/*}*/

.dialog.modal-dialog {
    width: 500px;
}

.product-name {
    font-size: 20px;
}

#toggle-button > a {
    border: 0;
    background-color: transparent;
}

.contract-selectors-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.contract-button {
    border: 1px solid #bdbec0;
    background-color: white;
    height: 40px;
    min-width: 160px;
    overflow: hidden;
}
.button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.button-content-1 {
    all: unset;
}

#contract1 {
    all: unset;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    display: inline;
    margin-top: 10px;
    max-width: 200px;
    line-height: 18px;
}

div.dialog.modal-dialog {
    width: 500px;
}

@media (min-width: 769px) {
    img.product-image-content {
        max-height: 50px;
        max-width: 100%
    }
    div.product-name {
        margin-left: 15px;
        margin-right: 0;
    }
    div.dialog.modal-dialog {
        border-radius: 3px;
        border: 1px solid #dae1e1;
        width: 500px;
    }
}

@media (max-width: 768px) {
    .page-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 100%;
    }

    .dialog-content {
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
    }

    .dialog-body {
        flex-grow: 1;
    }
}
