html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-j-primary .checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    font-weight: 700;
    opacity: 0.3; /*透過度を30%に設定 */
    color: whitesmoke;
    background-color: transparent;
    border-color: transparent;
}

.btn-outline-j-primary .checkmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    font-weight: 700;
    opacity: 0;
    color: #fff;
    background-color: transparent;
}

.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;
}

.detail-button-position {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: white;
    z-index: 1;
    -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.1);
}

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.my-reconnect-modal > div > h6 {
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
    font-weight: bold;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

.barcodeArea {
    position: relative;
    text-align: center;
}

#video {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
    width: 100%;
}

#camera-canvas {
    position: relative;
    margin: auto;
    top: 0px;
    z-index: 50;
    width: 100%;
}

.no-striping {
    background-color: white !important;
}

.icon-mark:hover .material-icons {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.icon-mark:not(:hover) {
    opacity: 0.8;
}

