main {
    padding-top: 80px;
}

#footer {
    border-top: 1px solid #DDDDDD;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 8%) inset;
}

.wizard .container {
    margin-left: 0em !important;
    margin-right: 0em !important;
    padding-left: 0em !important;
    padding-right: 0em !important;
}

ul.how-to-use {

    padding-inline-start: 10px;
}

ul.how-to-use li {
    position: relative;
    list-style-type: auto;
    margin: 0 0 0.5em 1em;
    padding: 0;
}
ul.how-to-use li::marker {
    font-size: 15px;
    font-weight: bold;
}

.card>.image>canvas {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}

canvas.ui.bordered.image {
    border: 1px solid rgba(0,0,0,.1);
    padding: 2px;
    border-radius: 2px;
}

/*! Upload box */

.wizard .drop-highlight-box{
    border: 0.11em dashed #f0ac00 !important;
    background-color: #ffd7a8 !important;
}
.wizard .upload-box{
    font-size: 15px !important;
    display:flex !important;
    border: 0.11em dashed #0076f0 !important;
    background-color: #e5f1fd !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.ui.container.ad {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.ui.cards>.card.ad {
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}
.wizard .upload-box{display:block;position:relative;cursor:pointer;overflow:hidden;width:100%;max-width:100%;height:200px;padding:5px 10px;font-size:14px;line-height:22px;color:#777;background-color:#FFF;background-image:none;text-align:center;border:2px solid #E5E5E5;-webkit-transition:border-color .15s linear;transition:border-color .15s linear;}
.wizard .upload-box:hover{background-size:30px 30px;background-image:-webkit-linear-gradient(135deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);-webkit-animation:stripes 2s linear infinite;animation:stripes 2s linear infinite;}
/*! CSS Used keyframes */
@-webkit-keyframes stripes{from{background-position:0 0;}to{background-position:60px 30px;}}
@keyframes stripes{from{background-position:0 0;}to{background-position:60px 30px;}}


.wizard-dropdown option{
    font-size: 16px;
}

.masonry.grid {
    display: block;
}

@media only screen and (min-width: 768px) {
    .masonry.grid {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .ui.doubling.masonry.grid[class*="three column"] > .column {
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) {
    .masonry.grid {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.light_box {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.light_box img {
    max-width: 100%;
    max-height: 100%;
    padding: 2%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


span.light_box-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    color: white;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    top: 0;
}

/* Provides part of the "X" to eliminate an image from the close link */

span.light_box-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

span.light_box-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top:10px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
