@charset 'utf-8';

/********** Comment Deleted By comment-killer-css **********/

body {
    margin: 0;
    height: auto;
    overflow-x: hidden;
    padding: 0;
    font-family: -apple-system, 'メイリオ', BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--light-color);
}

body, td, th, div, p, a, pre {
    font-size: x-small;
}
body, td, th, div, p, a, pre {
    font-size: small;
    line-height: 1.3;
}
html>body, html>body td, html>body th,
html>body div, html>body p,
html>body a, html>body pre {
    font-size: small;
}
.main-container {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 0 auto;
}
.d-flex.gap-2 .btn {
    white-space: nowrap;
    flex-shrink: 0;
}
.btn-primary,
.btn-secondary {
    width: 100%;
    padding: 0.75rem 1.5rem;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .btn-primary,
    .btn-secondary {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
    }
}

.dropdown-toggle::after{
    content: none;
}

.btn-sm{
    font-size: 1rem;
}

.btn.cancel,
.btn.ok,
.btn.back,
.btn.qrcode,
.btn.submit{
    width: auto;
}
.btn.back,
.btn.ok{
    min-width: 80px;
}
#error {
 border: 2px solid #cc0000;
 border-radius: 3px;
 padding: .5em 1em .4em 1em;
 color: #cc0000;
 font-weight: bold;
}
#success {
 border: 2px solid #009933;
 border-radius: 3px;
 padding: .5em 1em .4em 1em;
 color: #009933;
 font-weight: bold;
}
.navbar{
    height: 60px;
}
@media (max-width: 991.98px) {
    .navbar .dropdown-menu {
        position: fixed !important;
        top: calc(60px - 1em) !important;
        right: 0.75rem !important;
        left: auto !important;
        transform: none !important;
        max-width: 280px;
        z-index: 1050;
    }
    
    .navbar .dropdown-menu.show {
        display: block !important;
    }
}
dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;

    #wrapper{
        width: 100%;
    }
    #canvas{
        height: calc(100% - 150px);
    }
}