#my-canvas {
    height: 530px;
    border: 5px solid;
    word-break: keep-all;
    border-radius: 8px;
    border-color: darkgray;
    padding: 9px 9px 9px;
    /* background-image: url(../assets/images/03-ACNP-0101A-00-400.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

div#my-canvas {
    overflow: hidden;
}

.drag-text {
    font-size: 30px;
    color: #000000;
    line-height: 0.9;
    /* margin-top: 12px; */
    cursor: move;
    /*position: absolute;*/
    text-align: center;
    display: inline-block;
    word-break: break-all;
}

.plate-input {
    /* width: 100% !important; */
    height: 30px !important;
    border-radius: 7px !important;
}

.col-lg-8.op-text {
    margin-top: 10%;
}

.more-btn {
    display: inline-block;
    border: none;
    font-size: 17px;
    font-weight: 200;
    width: 50px;
    height: 31px;
    padding: 0px 0px 0px;
    border-radius: 7px;
    text-transform: uppercase;
    background: #214611;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}

.delete-btn {
    /* margin-top: -7px; */
    display: inline-block;
    border: none;
    font-size: 17px;
    font-weight: 200;
    width: 50px;
    height: 31px;
    padding: 0px 0px 0px;
    border-radius: 7px;
    text-transform: uppercase;
    background: #ff0000;
    color: #fff;
    line-height: normal;
    cursor: pointer;
    text-align: center;
}

.contact-form input, .contact-form textarea {
    margin-right: 5px;
    display: block;
    float: left;
}

body {
    overflow-x: hidden;
}

.other-symbol {
    margin-top: 12px;
}

#add-text-row {
    margin-top: 8px;
    padding: 10px 11px 7px;
}

#pre-section {
    margin-bottom: 10px;
}

.note p {
    margin-top: 30px;
    color: #ff0000;
    font-size: 20px;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.site-btn-1 {
    cursor: pointer;
    background-color: #ec0f63;
    color: white;
    padding: 9px 5px 6px;
    border-radius: 18px;
    margin-top: 9px;
    position: absolute;
    width: 138px;
    text-align: center;
}

.symbol-size {
    width: 83px !important;
    margin-left: -16px;
}

canvas {
    max-width: 80%;
    height: 307px;
    margin-top: 71px;
}

.plate-input-text-area {
    border-radius: 7px !important;
}

@media (max-width: 767px) {
    #my-canvas {
        height: 400px;
    }

    .append-section {
        margin-top: 20px;
    }

    .site-btn-1 {
        position: relative;
        display: inline-block;
    }
}

.productDiv {
    width: 100%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    padding: 20px;
    border: 5px solid;
    white-space: nowrap;
    border-radius: 8px;
    border-color: darkgray;
}

.productDiv a {

    vertical-align: middle;
}

.frameDiv {
    width: 100%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    /*padding: 20px;*/
    border: 5px solid;
    white-space: nowrap;
    border-radius: 8px;
    border-color: darkgray;
}

.frameImageDiv {
    margin-bottom: 10px;
}

#pre-section {
    width: 100%;
    height: 300px;
    border-radius: 8px;
    border: 5px solid;
    overflow: hidden;
    border-color: darkgray;
}

#pre-section img {
    width: 500px;
    height: 190px;

}

/* Slideshow container */
.slideshow-container {
    position: relative;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 60%;
    width: auto;
    /*padding: 20px;*/
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 10px;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 10px;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    /*background-color: rgba(0,0,0,0.8);*/
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #0abb87;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.mySlides, .religiousSlides, .otherSlides {
    /*height: 100%;*/
    /*width: 100%;*/
    margin-left: 30px;

    /*position: absolute;*/
}

.mySlides label {
    margin-bottom: -20px;
    font-family: decfont;
    font-size: 35px;
    border: #0f0f16;
    cursor: pointer;
    width: 40px;
    /*padding: 3px;*/
}

.religiousSlides label {
    margin-bottom: -20px;
    font-family: relfont;
    font-size: 35px;
    border: #0f0f16;
    cursor: pointer;
    width: 40px;
    /*padding: 3px;*/
}

.otherSlides label {
    margin-bottom: -20px;
    font-family: relfont;
    font-size: 35px;
    border: #0f0f16;
    cursor: pointer;
    width: 40px;
    /*padding: 3px;*/
}

.religiousRemove, .decorativeRemove, .otherRemove {
    margin-left: -20px;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.active, .dot:hover {
    background-color: #717171;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 12px
    }
}

.decorativeSymbolDiv, .religiousSymbolDiv, .otherSymbolDiv {
    width: 280px;
    height: 120px;
    border-radius: 5px;
    border: 1px solid darkgrey;
    overflow: hidden;

}
