.verify-address-banner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 2fr;
  background-color: var(--color-tan);
  padding: 40px 5%;
}

.verify-address-banner h3 {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    font-size: 1.25rem;
    line-height: 1.2;
  }

.verify-address-banner p {
    font-family: var(--font-body);
    text-wrap: pretty;
  }

.verify-address-banner *:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
  }

.verify-address-banner *:nth-child(3) {
    grid-column: 2 / 4;
    margin: 0 !important;
    grid-row: 1 / 3;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

:is(.verify-address-banner *:nth-child(3)) div {
      width: auto !important;
      font-size: 1.25rem;
      font-weight: 300;
      line-height: 1.2;
    }

:is(:is(.verify-address-banner *:nth-child(3)) div):last-child {
        display: none;
      }

:is(.verify-address-banner *:nth-child(3)) a {
      display: inline;
      color: var(--color-dark);
      text-decoration: none;
    }

.verify-address-banner *:nth-child(4) {
    grid-column: 4 / 5;
    grid-row: 1 / 3;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-content: flex-end;
  }

:is(.verify-address-banner *:nth-child(4)) a {
      display: inline-block;
      color: white;
      font-family: var(--font-heading);
      background-color: var(--color-red);
      font-weight: bold;
      text-decoration: none;
      height: 43px;
      padding: 0 20px;
      line-height: 43px;
      font-size: 0.9375rem;
    }

:is(:is(.verify-address-banner *:nth-child(4)) a):hover,:is(:is(.verify-address-banner *:nth-child(4)) a):active {
        background-color: var(--color-white);
        color: var(--color-red);
      }

.progress_dialog_div {
  background-color: rgba(168, 153, 104, 0.8);
  opacity: 1;
}

.dialog_host {
  width: 90%;
  height: 90%;
  max-height: 1200px;
  max-width: 933px;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.dialog_host .dialog,.dialog_host form {
    width: 100% !important;
    height: 100% !important;
  }

.dialog_host form {
    overflow-y: scroll;
  }

.dialog_host .header {
    height: 57px;
    line-height: 57px;
    background-color: var(--color-red);
    color: white;
    padding: 0 40px;
    font-family: var(--font-heading);
    font-size: 1.25rem;
  }

.dialog_host .dialog_close {
    margin-right: 25px;
    background: var(--c00000000,transparent) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCIKc3R5bGU9IiBmaWxsOiNmZmY7Ij4gICAgPHBhdGggc3R5bGU9ImxpbmUtaGVpZ2h0Om5vcm1hbDt0ZXh0LWluZGVudDowO3RleHQtYWxpZ246c3RhcnQ7dGV4dC1kZWNvcmF0aW9uLWxpbmU6bm9uZTt0ZXh0LWRlY29yYXRpb24tc3R5bGU6c29saWQ7dGV4dC1kZWNvcmF0aW9uLWNvbG9yOiNmZmY7dGV4dC10cmFuc2Zvcm06bm9uZTtibG9jay1wcm9ncmVzc2lvbjp0Yjtpc29sYXRpb246YXV0bzttaXgtYmxlbmQtbW9kZTpub3JtYWwiIGQ9Ik0gNS43MDcwMzEyIDQuMjkyOTY4OCBMIDQuMjkyOTY4OCA1LjcwNzAzMTIgTCAxMC41ODU5MzggMTIgTCA0LjI5Mjk2ODggMTguMjkyOTY5IEwgNS43MDcwMzEyIDE5LjcwNzAzMSBMIDEyIDEzLjQxNDA2MiBMIDE4LjI5Mjk2OSAxOS43MDcwMzEgTCAxOS43MDcwMzEgMTguMjkyOTY5IEwgMTMuNDE0MDYyIDEyIEwgMTkuNzA3MDMxIDUuNzA3MDMxMiBMIDE4LjI5Mjk2OSA0LjI5Mjk2ODggTCAxMiAxMC41ODU5MzggTCA1LjcwNzAzMTIgNC4yOTI5Njg4IHoiIGZvbnQtd2VpZ2h0PSI0MDAiIGZvbnQtZmFtaWx5PSJzYW5zLXNlcmlmIiB3aGl0ZS1zcGFjZT0ibm9ybWFsIiBvdmVyZmxvdz0idmlzaWJsZSI+PC9wYXRoPjwvc3ZnPg==') center center no-repeat;
  }

.dialog_host .action {
    height: 64px;
  }

.dialog_host div.content {
    height: auto !important;
    padding: 0;
  }

:is(.dialog_host div.content) table.plain {
      table-layout: inherit;
    }

:is(:is(.dialog_host div.content) table.plain) .header {
        background-color: transparent;
      }

:is(:is(:is(.dialog_host div.content) table.plain) .header) th {
          background-color: var(--color-gray-50);
          padding: 0 40px;
          color: var(--color-dark);
        }

:is(:is(.dialog_host div.content) table.plain) tbody.address {
        display: block;
      }

:is(:is(.dialog_host div.content) table.plain) tr.column {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: white;
        padding: 20px 80px 0;
        justify-content: space-between;
      }

:is(:is(:is(.dialog_host div.content) table.plain) tr.column) th,:is(:is(:is(.dialog_host div.content) table.plain) tr.column) td {
          background-color: white;
        }

:is(:is(:is(.dialog_host div.content) table.plain) tr.column) th {
          overflow: visible;
          text-overflow: inherit;
          text-wrap: nowrap;
          font-size: 1.125rem;
          color: var(--color-red);
        }

:is(:is(:is(:is(.dialog_host div.content) table.plain) tr.column) td) a {
            color: var(--color-red);
            font-size: 1.125rem;
            font-weight: bold;
          }

:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header) {
        display: flex;
        align-items: center;
        padding: 0 80px;
        width: 100%;
        margin-bottom: 10px;
      }

:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) th {
          width: 170px;
        }

:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) td {
          margin-left: 20px;
          width: calc(100% - 190px);
        }

:is(:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) td) select,:is(:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) td) textarea,:is(:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) td) input {
            width: 100%;
            height: 40px;
            border: 1px solid var(--color-form-border);
            font-size: 1.125rem;
            line-height: 34px;
            padding: 0 10px;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
          }

:is(:is(:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) td) select,:is(:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) td) textarea,:is(:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) td) input):focus-visible {
              outline: none;
              border-color: var(--color-red);
            }

:is(:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) td) select {
            background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.778%22%20height%3D%226.096%22%20viewBox%3D%220%200%2010.778%206.096%22%3E%20%3Cpath%20id%3D%22Path_67%22%20data-name%3D%22Path%2067%22%20d%3D%22M2999.458%2C1269.762l5.035%2C5.035%2C5.035-5.035%22%20transform%3D%22translate%28-2999.105%20-1269.408%29%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fsvg%3E');
            background-repeat: no-repeat;
            background-position: right 10px center;
            background-size: 10px 5px;
          }

:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) th,:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) label {
          font-size: 1.125rem;
          color: var(--color-dark);
          font-weight: 500;
        }

.address_mailing:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) td {
            display: flex;
            gap: 7px;
          }

:is(.address_mailing:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) th) span {
              color: var(--color-dark) !important;
              font-size: 1.125rem !important;
              font-weight: 500 !important;
            }

.dialog_host tbody#address_insert_tbody {
    display: block;
    margin-bottom: 40px;
  }

.dialog_host a#address_insert_link {
    color: var(--color-red);
    font-weight: bold;
  }

.dialog_host div.action {
    padding: 0 80px 40px;
    border-top: 0;
    display: flex;
    height: 83px;
  }

:is(.dialog_host div.action) button {
      background-color: var(--color-red) !important;
      font-family: var(--font-heading) !important;
      font-weight: bold !important;
    }

:is(:is(.dialog_host div.action) button):hover,:is(:is(.dialog_host div.action) button):active,:is(:is(.dialog_host div.action) button):focus {
        background-color: var(--color-tan) !important;
        color: var(--color-dark) !important;
      }

@media screen and (max-width: 800px) {
  .verify-address-banner {
    display: flex;
    flex-direction: column;
  }

    .verify-address-banner *:nth-child(4) {
      padding-top: 20px;
      justify-content: flex-start;
    }
}

@media screen and (max-width: 700px) {
    .dialog_host .header {
      padding: 0 20px;
    }

    .dialog_host .dialog_close {
      margin-right: 15px;
    }
          :is(:is(:is(.dialog_host div.content) table.plain) .header) th {
            padding-left: 20px !important;
            padding-right: 20px !important;
          }

        :is(:is(.dialog_host div.content) table.plain) tr {
          padding-left: 20px !important;
          padding-right: 20px !important;
        }

    .dialog_host div.action {
      padding-left: 20px;
    }
}

@media screen and (max-width: 550px) {
        :is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header) {
          flex-direction: column;
          margin-bottom: 0;
        }

          :is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) th,:is(:is(:is(.dialog_host div.content) table.plain) tr:not(.column):not(.header)) td {
            width: 100%;
            margin-left: 0;
          }

  .verify-address-banner {
    padding: 20px;
  }
      :is(.verify-address-banner *:nth-child(3)) div {
        font-size: 1rem;
      }
}

@media screen and (max-width: 400px) {
      :is(.dialog_host div.action) button {
        padding: 10px 20px !important;
        min-width: 0;
      }
}