@charset "utf-8";
.bg-navi{
    background-color: #0f4b2c;
}

.navbar-dark .navbar-nav .nav-link {
    /* color: rgba(255, 255, 255, 1) !important; */
    color: rgba(0, 0, 0, 1) !important;
}
span.required{
    margin-left: 1em;
}
.btn {
    padding-left: 2em;
    padding-right: 2em;
}

.video-container {
    display: none;
    position: fixed; 
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
 }
 .video-container video {
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%; 
    background-image: url('your-video-poster.jpg');
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 100;
}
.video-container #canvas{
    width: 100%;
    height: auto;
    margin: auto;
}
.video-container span.close {
    color: #777;
    font: 16px/100% arial, sans-serif;
    position: absolute;
    right: 5px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
}
.video-container span.close:after {
    content: '✖'; /* UTF-8 symbol */
}


.stamp input+.stamp-mark .stamp-mark-img {
    display: none;
}
.stamp input:checked+.stamp-mark .stamp-mark-img {
    display: block;
}

.help-tooltip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: .25rem;
    border: 1px solid currentColor;
    border-radius: 50%;
    color: #17a2b8;
    background-color: #fff;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    cursor: help;
}

.help-tooltip:hover,
.help-tooltip:focus {
    color: #0f6674;
    outline: 2px solid rgba(23, 162, 184, .35);
    outline-offset: 2px;
}

.help-tooltip-popup .tooltip-inner {
    max-width: 22rem;
    padding: .6rem .75rem;
    text-align: left;
    line-height: 1.5;
}
