#mainaddress {
    background-color: #d8eff4;
    padding: 15px;
}

#mainaddress h2 {
    margin-top: 0;
    border-bottom: 1px dotted #005983;
    padding-bottom: 10px;
}

#mainaddress p {
    margin-bottom: 0;
}

.databox {
    background-color: #d8eff4;
    padding: 10px;
    margin-bottom: 0.2em;
}

.databox h4 {
    margin-top: 0;
}

.databox p {
    margin: 0;
}

.change, .change-maindata {
    text-decoration: underline;
}

.address-info {
    color: #676767;
    border: 1px solid #005983;
    background-color: rgb(216 239 244 / 40%);
}

textarea {
    line-height: 1.5em;
    min-height: 200px;
    resize: none;
}

.status.is-invalid {
    color: #c9252c;
    border: 1px solid #c9252c;
    background-color: rgb(253 207 205);
}

.status {
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
}

input[type="text"]:read-only {
    background-color: #e7e7e7;
    cursor: not-allowed;
}

.panel-body {
    padding: 15px;
    background-color: #d8eff4;
}

.is-hidden {
    display: none;
}