﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

html {
    background: #fff;
}

* {
    font-family: 'Poppins', sans-serif;
}

/**BEGIN COOKIE CONSENT BANNER**/


#consentBox {
    font-family: Arial, sans-serif;
    background: #f3f3f3;
    position: sticky;
    bottom: 0;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 1;
    transition: all 0.5s ease-in;
}

    #consentBox.hide {
        position: absolute;
        opacity: 0;
        pointer-events: none;
        transform: scale(0.8);
        transition: all 1.5s ease;
    }

::selection {
    color: #fff;
    background: #229a0f;
}

#consentContent p {
    color: #858585;
    margin: 10px 0 20px 0;
}

#consentContent .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.consentButton,
.rejectButton,
.customizeButton {
    padding: 12px 30px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.consentButton {
    background: #68455a;
    margin-right: 10px;
}

.rejectButton {
    color: #111211;
    background: transparent;
    border: 2px solid #68455a;
    text-decoration: none;
    margin-right: 10px;
}

.customizeButton {
    color: #111211;
    background: transparent;
    border: 2px solid #68455a;
    text-decoration: none;
}


#consentBox img {
    max-width: 90px;
}

#consentHeader {
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
}


/**END COOKIE CONSENT BANNER**/


.fa-question-circle {
    padding-left: 20px;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #F0EDEB; /*url("bg.png"), -webkit-linear-gradient(bottom, #F0EDEB, #F0EDEB);*/
}

p {
    font-size: 12px;
    padding-top: 5px;
    justify-content: left;
}

ol {
    font-size: 12px;
    overflow: auto;
    width: 25%;
}



.flex-container {
    display: flex;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container > div {
        margin: 10px;
        padding: 15px;
        font-size: 20px;
    }

.flex-container-quote {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


    .flex-container-quote > div {
        margin: 10px;
        padding: 20px;
        font-size: 20px;
    }

::selection {
    color: #fff;
    background: #BB945B;
}

.container {
    width: 900px;
    background: #fff;
    border-radius: 5px;
    /*border: 5px solid dodgerblue;*/
    padding: 50px 35px 10px 35px;
}

    .container header {
        text-align: center;
        font-size: 35px;
        font-weight: 600;
        margin: 0 0 30px 0;
    }

header #PoweredBySmead {
    font-size: 12px;
    margin: auto;
    width: 60%;
    padding: 10px;
}

.container .form-outer {
    width: 100%;
    overflow: hidden;
}

    .container .form-outer form {
        display: flex;
        width: 900%;
    }



.form-outer form .page {
    width: 12.5%;
    transition: margin-left 0.3s ease-in-out;
}

    .form-outer form .page .title {
        text-align: left;
        font-size: 25px;
        font-weight: 500;
    }

    .form-outer form .page .field {
        width: 290px;
        margin: 40px 0;
        display: flex;
        position: relative;
    }



.form-outer form .palette {
    width: 65%;
    float: right;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.form-outer form #printing-palette {
    width: 65%;
    float: right;
    position: relative;
    margin-right: 0;
    margin-bottom: 20px;
    overflow: hidden;
}



.form-outer form .palette .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    mix-blend-mode: color-burn;
}

.form-outer form .palette #uploaded-image {
    position: absolute;
    z-index: 9;
}

.form-outer form .palette .draggable {
    cursor: move;
}

.form-outer form .palette .rotatable {
    cursor: pointer;
}

/*.form-outer form .palette .resizable {
	display: flex;
	resize: both;
	overflow: hidden;
	
}*/

/******************resizing*******************************/

.form-outer form .palette .resizable {
    border: none;
}

    .form-outer form .palette .resizable img {
        width: 100%;
        height: 100%;
        margin: 0;
    }

.resizable .ui-resizable-handle {
    border: 1px solid #000;
    background: #bb0000;
    width: 10px;
    height: 10px;
}

.ui-resizable-se {
    right: -5px;
    bottom: -5px;
}

.ui-resizable-nw,
.ui-resizable-sw {
    margin-left: -1px;
}

.ui-resizable-nw,
.ui-resizable-ne {
    margin-top: -1px;
}

.ui-resizable-ne,
.ui-resizable-se {
    margin-right: -1px;
}

.ui-resizable-sw,
.ui-resizable-se {
    margin-bottom: -1px;
}

.ui-resizable-handle .ui-resizable-se .ui-icon .ui-icon-gripsmall-diagonal-se {
    z-index: -1;
}

/******************resizing*******************************/


form .page .desc {
    width: 40%;
}

form .page .field .label {
    position: absolute;
    padding-right: 5px;
    top: -30px;
}

form .page #working-with-dealer {
    font-size: 12px;
    padding-left: 10px;
}


form .page .field #color-select {
    display: none;
}

form .page .field #strip-label-select {
    display: none;
}

form .page .field #reinforcement-select {
    display: none;
}

form .page #divider-options-select {
    display: none;
}

form .page #tab-position-select {
    display: none;
}

form .page #expansion-select {
    display: none;
}




form .page .field input {
    /*height: 100%;*/
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 18px;
}



    form .page .field input[type="checkbox"] {
        border: 1px solid lightgrey;
        border-radius: 5px;
        padding-left: 15px;
        font-size: 13px;
    }

form .page .field select {
    width: 100%;
    padding-left: 10px;
    font-size: 17px;
    font-weight: 500;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
    padding: 2px;
    cursor: pointer;
}

    li a {
        display: block;
        color: white;
        text-align: center;
        padding: 16px;
        text-decoration: none;
    }



form .page .field .print-btn:hover {
    font-weight: bold;
}

form .page .field button {
    width: 100%;
    height: 35px;
    border: none;
    background: #BB945B;
    margin-top: -20px;
    border-radius: 5px;
    color: #f0edeb;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}

form .page .field .print-btn {
    width: 30%;
    height: 35px;
    border: none;
    background: #BB945B;
    margin-top: -20px;
    margin: 2px;
    border-radius: 5px;
    color: #f0edeb;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}

form .page .field .save-btn {
    display: none;
    margin-top: initial;
}

form .page .field .snapshot-btn {
    width: 100%;
    height: 35px;
    border: none;
    background: #BB945B;
    margin-top: -20px;
    margin: 2px;
    border-radius: 5px;
    color: #f0edeb;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.5s ease;
}


form .page .field button:hover {
    font-weight: bold;
}


form .page #resize-rotate-btns {
    display: none;
    margin-left: 30%;
}


form .page .btns button {
    margin-top: -20px !important;
}

    form .page .btns button.prev {
        margin-right: 3px;
        height: 35px;
        font-size: 12px;
        text-transform: uppercase;
    }


    form .page .btns button.next {
        margin-left: 3px;
        height: 35px;
        text-transform: uppercase;
    }

    form .page .btns button.clear {
        margin-right: 3px;
        height: 35px;
        margin-left: 3px;
        text-transform: uppercase;
    }

    form .page .btns button.my-folder {
        margin-right: 3px;
        height: 35px;
        margin-left: 3px;
        text-transform: uppercase;
    }

    form .page .btns button.submit {
        height: 35px;
        margin-left: 3px;
        text-transform: uppercase;
    }

    form .page .btns button.processing {
        opacity: 0.5;
        background-color: gray;
        cursor: not-allowed;
        pointer-events: none;
    }

form. page #image-upload-display {
    display: none;
}


/ /*****file upload*********/ /
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 20%;
    /*font-size: 1.25rem;*/
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #BB945B;
}

    .inputfile-1:focus + label,
    .inputfile-1.has-focus + label,
    .inputfile-1 + label:hover {
        font-weight: bold;
    }

/* style 2 */

.snapinputfile + label {
    color: #f1e5e6;
    background-color: #BB945B;
}

    .snapinputfile:focus + label,
    .snapinputfile.has-focus + label,
    .snapinputfile + label:hover {
        font-weight: bold;
    }



/ /**** End of file upload ****/ /

form .page #additional-info-comments {
    display: none;
}

.container .progress-bar {
    display: flex;
    margin: 40px 0;
    user-select: none;
}

    .container .progress-bar .step {
        text-align: center;
        width: 100%;
        position: relative;
    }

        .container .progress-bar .step p {
            font-weight: 500;
            font-size: 18px;
            color: #000;
            margin-bottom: 8px;
        }

.progress-bar .step .bullet {
    height: 25px;
    width: 25px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    transition: 0.2s;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}

    .progress-bar .step .bullet.active {
        border-color: #BB945B;
        background: #BB945B;
    }

    .progress-bar .step .bullet span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .progress-bar .step .bullet.active span {
        display: none;
    }

    .progress-bar .step .bullet:before,
    .progress-bar .step .bullet:after {
        position: absolute;
        content: '';
        bottom: 11px;
        right: -75px;
        height: 3px;
        width: 68px;
        background: #262626;
    }

    .progress-bar .step .bullet.active:after {
        background: #BB945B;
        transform: scaleX(0);
        transform-origin: left;
        animation: animate 0.3s linear forwards;
    }

@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}

.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
    display: none;
}

.progress-bar .step p.active {
    color: #BB945B;
    transition: 0.2s linear;
}

.progress-bar .step .check {
    position: absolute;
    left: 50%;
    top: 78%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}

    .progress-bar .step .check.active {
        display: block;
        color: #f0edeb;
    }

/**************MODALS**************/


#box-modal {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    background: blanchedalmond;
    box-shadow: 0 0 10px black;
    border-radius: 10px;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    padding: 10px;
    text-align: center;
    display: none;
}

    #box-modal span {
        color: hotpink;
        font-size: 40px;
        display: block;
        margin: 20px 0;
    }

    #box-modal h3 {
        color: brown;
    }

    #box-modal p {
        text-align: left;
    }


.box-modal-close {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    background: dodgerblue;
    display: inline-block;
    border-radius: 10px;
    border-radius: 1px solid #000;
}

#box-modal #btnStay {
    display: none;
}

#box-modal #btnProceed {
    display: none;
}


/**************END MODALS**************/

@media (max-width: 1000px) {
    body {
        display: block;
        justify-content: end;
        min-height: 100vh;
        background: url("bg.png"), -webkit-linear-gradient(bottom, #0250c5, #BB945B);
    }
}

@media (max-width: 800px) {
    body {
        display: block;
        justify-content: end;
        min-height: 100vh;
        background: url("bg.png"), -webkit-linear-gradient(bottom, #0250c5, #BB945B);
    }
}

@media (max-width: 500px) {
    body {
        display: block;
        justify-content: end;
        min-height: 100vh;
        background: url("bg.png"), -webkit-linear-gradient(bottom, #0250c5, #BB945B);
    }
}

/**************custom select**************/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: #efefef;
    border: none;
    border-radius: 3px;
    padding-right: 2em;
    font-size: 1em;
}

.select-wrapper {
    position: relative;
    display: inline;
}

    .select-wrapper:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        pointer-events: none;
    }

    .select-wrapper:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        top: .3em;
        right: .75em;
        border-top: 8px solid black;
        opacity: 0.5;
    }

select::-ms-expand {
    display: none;
}
