@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
* {
    font-family: 'Noto Sans JP', sans-serif,"Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue";
    box-sizing: border-box;
    /* outline: 1px dashed #f00; */
}

html, body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overscroll-behavior: none;
}

/* Noto Sans JPをメインに変更 */
body {
    font-family: 'Noto Sans JP', sans-serif ,"Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #eeeeee;
}

canvas {
    width: 100%;
    height: 100%;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

pre,
div.error {
    background-color: #e5e5e5;
    padding: 1rem;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 1rem 0;
    max-height: 250px;
}

    pre.fixed,
    div.error.fixed {
        height: 200px;
    }

code {
    background-color: #e5e5e5;
    display: inline-block;
    padding: 0px 6px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

/* AddressLook Style*/
.control-wrapper {
    margin: 0 auto;
    padding: 0 0 5px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

    .control-wrapper.mobifone {
        margin: 13px 0 0 15px !important;
    }

    .control-wrapper.add-margin-top {
        margin-top: 12px !important;
    }

.addressLook-label {
    font-size: 16px;
    margin-bottom: 6px;
}

    .addressLook-label.add-margin-left {
        margin-left: 17px;
    }

.addressLookCss {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 auto;
    padding: 2px 10px;
    height: 30px;
}

    .addressLookCss.e-ddl .e-control.e-dropdownlist.e-lib.e-input {
        font-size: 15px;
        font-weight: 400;
        margin: -7px 0px 0px 0px;
        padding: 0px;
    }

    .addressLookCss.e-ddl .e-input-group-icon.e-ddl-icon.e-icons {
        margin: -7px 0px 0px 0px;
        padding: 0px;
    }

.editAddressLookCss {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin: 0 auto;
    padding: 2px 10px;
    height: 30px;
}

    .editAddressLookCss.e-ddl .e-control.e-dropdownlist.e-lib.e-input {
        font-size: 15px;
        font-weight: 400;
        padding: 0px;
        margin: -3px 0 0 0;
    }

    .editAddressLookCss.e-ddl .e-input-group-icon.e-ddl-icon.e-icons {
        padding: 0px;
        margin: -3px 0 0 0;
    }

.div-ellipsis {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.div-disabled {
    --neutral-foreground-rest: gray;
    --person-line1-text-color: gray;
    color: gray;
}

.line2-ellipsis {
    margin-left: 0.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 100%;
    width: 100%;
    word-break: break-all;
    font-weight: 500;
}

.line2-invalid {
    color: gray;
}