
@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');
:root {
    --primary-color: #ff4c00;
    --blue:rgb(8,29,62);
}
   
@media (min-width: 1200px) {
    body.width1200 .container, body.width1200 .navbar-static-top .container, body.width1200 .navbar-fixed-top .container, body.width1200 .navbar-fixed-bottom .container {
        width: 1400px; 
        max-width:100%;
    }
}


    #mainContent {
        padding-top:1rem;
        h1,h2,h3 {font-family: "Anton SC", sans-serif;}
        h3 {font-size: 1.7em;
            font-weight: 400;
            font-style: normal;
        }
        h2 {
        font-family: "Anton SC", sans-serif;
        font-weight: 400;
        font-style: normal;
        sup {font-size:.6em;}
        &.bg-blue{
            color:white;
                padding: 0;
                border: 70px solid;
                border-image-source: url(/images/dmImage/SourceImage/bg-blue.png);
                border-image-slice: 100 fill;
                border-image-repeat: round;
        }
        

        &.bg-orange {
        margin: 0 0 1em 0;        
            > span, a span {
                display: inline;
                color:white;
                padding: 0 1em;
                border: 20px solid;
                border-image-source: url(/images/dmImage/SourceImage/bg-orange.png);
                border-image-slice: 20 fill;
                border-image-repeat: round;
                span {
                    font-size:1.15em;
                }
            }
            a { display:inline-block;
                transition: all 300ms;
                &:hover{
                    transform:scale(1.2) rotate(-1deg);
                }
                span {
                color:var(--blue);
                position:relative;
                &:before {
                    content: '';
                    position: absolute;
                    inset: 0px 1em 0px 1em;                
                    display: block;
                    border-bottom:3px solid var(--blue);                
                    pointer-events: none;
                    
                }            
            }}
    }
    }
}




@media (width < 1200px) {
        h2 {
        font-size: 22px !important;        
        }
        h3 {
        font-size: 20px !important;        
        }
}


@media (width < 768.1px) {
    h2 {font-size:22px!important; display:block}
    .well {
            border-image-slice: 40 20 fill!important;
            border-width: 20px!important;
            padding: 2px;
        
        }
    .checkboxes-special.checkboxes-special .row > div {
        max-width: none;
    }
    .checkboxes-special .customCheckbox.customCheckbox {
        margin: -.2em -30px;
        font-size: 15px;
        display: flex;
    .custom-caption {
        color: black;
        padding-left: 40px;
    }  
    &::before {
        content: '\f00c';
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: FontAwesome;
        font-size: 1.6rem;
        position: absolute;
        width: 35px;
        height: 35px;
        left: 15px;
        top: -3px;
        border-radius: 50%;
        color: rgba(0, 0, 0, 0.25);
        background: rgba(255, 255, 255, 0.75);
        box-shadow: inset 0 0 0.5vmin rgba(0, 0, 0, 0.25);
        transition: opacity 0.2s ease;
    }

        
    }
    .floating-label .control-group:has(input[type="checkbox"]) div label.checkbox {
        a {
            text-decoration: underline;
            font-weight: 600;
            display: block;
            margin-top: .5em;
        }
    }



    #mainContent {
        padding:10px;
        & h2 {
            &.bg-orange {
                > span, a span {             
                    display: inline;
                    
                    padding: 0 .5em;
                    border: 10px solid;
                    border-image-source: url(/images/dmImage/SourceImage/bg-orange.png);
                    border-image-slice: 20 fill;
                    border-image-repeat: round;           
            }
                    
                }
            &.bg-blue {
                
                border: 30px solid;
                border-image-source: url(/images/dmImage/SourceImage/bg-blue.png);
                border-image-slice: 40 fill;
                border-image-repeat: round;
            }
            }
        }
    hr:not(.well hr) {
            margin: 50px -13px;
    }

} 

@media (width < 400px) {
    .checkboxes-special .customCheckbox.customCheckbox {
    margin: -.5em -30px;
    font-size: 15px;
    }
}
.btn.btn-primary.btn-large.btn-block {
        display: block;
    width: auto;
    padding: .7em 2em;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 2em auto;
    font-family: "Anton SC", sans-serif;
    font-size: 2rem;
}


.floating-label .help-inline {
    display: block !important;
    margin-bottom: .75em;
    margin-top: .4em;
    font-style: italic;
    text-align: center;
}

.floating-label.floating-label label:has(+div span input:is([type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"],[type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"]),
 +div input:is([type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"],[type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"]))
    {   position: absolute;
        position-anchor: --floating-input;
        z-index:2;
        /*bottom: 8px;*/
        bottom:anchor(center);
        left: anchor(center);  
        transform: translateX(-50%) translateY(50%);
        pointer-events: none;
        transform-origin: left center;
        transition: all 300ms;
        color:var(--blue);
        white-space: nowrap;
    }

 .floating-label.floating-label label:has(+div span input:is([type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"],[type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"]):focus,
 +div input:is([type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"],[type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"]):focus),
.floating-label.floating-label label:has(+div span input:is([type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"],[type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"]):not(:placeholder-shown),
+div input:is([type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"],[type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"]):not(:placeholder-shown)) 
    {
    transform:  translateY(calc(100% + 5px) ) translateX(calc(-50% * .75)) scale(0.75); 
    bottom:anchor(top);
    }
.floating-label .control-group:has(input[type="checkbox"]) {
padding-top:20px;
}
.floating-label .col-md-6 :is(input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input)
    {
        width:100%;
        border-radius:8px;
        padding-top: 1em;
        padding-bottom: 1em;
        anchor-name: --floating-input;
    }
.well {
    position:relative;
    margin-top:100px;
        border: 40px solid transparent;
        border-radius: 0!important;
        background: transparent;
        color: white; 
        padding-bottom:50px;
        border-image-source: url(/images/dmImage/SourceImage/paper-frame.webp);
        border-image-slice: 50;
        border-image-repeat: round;
        &::before {
			content: '';
			background-image: url(/zuma/img/thumbtack-0.png);
			background-size: contain;
			background-repeat: no-repeat;
			display: block;
			position: absolute;
			width: 35px;
			height: 35px;
			top: -10px;
			left: -10px;
			z-index: 1;
            transform:rotate(275deg);			}
        &::after {
			content: '';
			background-image: url(/zuma/img/thumbtack-0.png);
			background-size: contain;
			background-repeat: no-repeat;
			display: block;
			position: absolute;
			width: 35px;
			height: 35px;
			top: -10px;
			right: -10px;
			z-index: 1;
            			}
        .alert-success {
        color: var(--blue);
        background-color: transparent;
        border-color: transparent;
        font-size: 1.8em;
        line-height: 1.5em;
        font-family: "Anton SC", sans-serif !important;
            p {font-family: inherit;}
            }

}
.paper-fill {
    position:absolute;
    inset:0;
    background: url(/images/dmImage/SourceImage/paper.webp);
    background-size:calc(100% + 40px) calc(100% + 40px);
    background-position:center;
    Z-INDEX:-1;

}

control-group.error {position:relative;}
p.text-error {
    display: flex;    
    margin: 5px;
    position: absolute;
    z-index:3;
    bottom: calc(100% - 15px);
    background: #c33535;
    padding: .5em;
    border: 0 solid #ffffff;
    border-radius: 10px;
    width: auto!important;
    font-weight: 700;
    color: white;
    transform: rotate(-2deg);
}
.floating-label :is(label, input, button, select, textarea) {font-size:19px; text-align:center;}

