body {
    font-family: "Outfit", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    font-weight: normal;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ec8f6a;
}
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
button:hover,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn {
    padding: 12px 16px;
    cursor: pointer;
    border-width: 1px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none !important;
}

.btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    bottom: 0;
    background: #fff;
}
.btn .icon i {
    font-size: 20px;
}
.btn .icon.icon-round {
    border-radius: 50%;
}


.btn.btn-link {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}
.btn.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 20px;
    font-size: 12px;
}
.btn.btn-lg,
.btn-group-lg > .btn {
    padding: 17px 24px;
    font-size: 16px;
}
.btn.btn-outline {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    background: transparent;
}
.btn.btn-outline:hover {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.05);
}

.btn.btn-primary {
    background: #ec8f6a;
    border-color: #ec8f6a;
    color: #fff;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    border-color: #e66d3d !important;
    background: #e66d3d !important;
}
.btn.btn-primary.btn-link {
    background: transparent;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-primary .icon i {
    color: #ec8f6a;
}
.btn.btn-outline-primary {
    color: #ec8f6a;
    border-color: #ec8f6a;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    color: #fff;
    background: #ec8f6a;
}
.btn.btn-secondary {
    color: #fff;
    border-color: #8bbabb;
    background: #8bbabb;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
    border-color: #6ba7a8 !important;
    background: #6ba7a8 !important;
}
.btn.btn-secondary.btn-link {
    color: #8bbabb;
    background: transparent;
}
.btn.btn-secondary .icon i {
    color: #8bbabb;
}
.btn.btn-outline-secondary {
    color: #8bbabb;
    border-color: #8bbabb;
}
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus {
    color: #fff;
    background: #8bbabb;
}
.btn.btn-tertiary {
    color: #fff;
    background: #e2c275;
    border-color: #e2c275;
}
.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus {
    border-color: #d9af4b !important;
    background: #d9af4b !important;
}
.btn.btn-tertiary.btn-link {
    color: #e2c275;
    background: transparent;
}
.btn.btn-tertiary .icon i {
    color: #e2c275;
}
.btn.btn-outline-tertiary {
    color: #e2c275;
    border-color: #e2c275;
}
.btn.btn-outline-tertiary:hover,
.btn.btn-outline-tertiary:focus {
    color: #fff;
    background: #e2c275;
}
.btn.btn-quarternary {
    color: #fff;
    border-color: #b96b9f;
    background: #b96b9f;
}
.btn.btn-quarternary:hover,
.btn.btn-quarternary:focus {
    border-color: #a44d87 !important;
    background: #a44d87 !important;
}
.btn.btn-quarternary.btn-link {
    color: #b96b9f;
    background: transparent;
}
.btn.btn-quarternary .icon i {
    color: #b96b9f;
}
.btn.btn-outline-quarternary {
    color: #b96b9f;
    border-color: #b96b9f;
}
.btn.btn-outline-quarternary:hover,
.btn.btn-outline-quarternary:focus {
    color: #fff;
    background: #b96b9f;
}
.btn.btn-icon {
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 20px;
    line-height: 33px;
    min-width: 35px;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn.btn-round {
    border-radius: 40px;
}
.dropdown .dropdown-menu {
    border: none;
    background: #fff;
    -webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    max-height: 500px;
    overflow-y: scroll;
}
.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    cursor: pointer;
}
.dropdown .dropdown-menu .dropdown-item i {
    color: rgba(0, 0, 0, 0.4);
}
.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:focus {
    background: rgba(0, 0, 0, 0.05);
    color: #000;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
/* DPAD */

/* COLOR PALETE */
.palette-color {
    width: 12%;
    background: transparent;
    margin: 2px;
    padding: 4px;
    border: none;
    outline: none;
}
.palette-color.selected.active{
    border: 1px solid #c0c0c0;
}
.palette-color-inner {
    display: block;
    padding-bottom: 100%;
    border-radius: 50%;
}


.logo{
    width: 200px;
}
.drag-image {
    border: 1px dashed #fff;
    min-height: 300px;
    min-width: 350px;
    border-radius: 5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.drag-image.active {
    border: 2px solid #fff;
}
.drag-image .icon {
    font-size: 30px;
    color: #fff;
}
.drag-image h6 {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.drag-image span {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin: 10px 0 15px 0;
}

.drag-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
#login-container{
    display: flex;
    align-items: center;
    flex-direction: column; 
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#selected-precessed-image{
    max-height: 450px;
}

.cropper-img {
    display: block;
    max-width: 100%;
}

#dl-basesplate-ids td{
    background-color: #DADADA;
    border: 1px solid black;
    width: 50px;
    height: 50px;
    text-align: center;
    color: black;
}
#download-card{
    background: white;
}
#download-section{
    padding: 15px;
    background: white;
}
/* .page{
    padding: 30px;
    background: white;
} */
.page{
    width: 21cm;
    min-height: 29.7cm;
    padding: 1cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* @page {
    size: auto;
    margin: 0mm 0mm 0mm 0mm;
} */
@media print {
    @page  { 
      size: auto;   /* auto is the initial value */ 
      /* this affects the margin in the printer settings */ 
      margin: 0mm 0mm 0mm 0mm;  
    }
    
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
    }
    .page:not(:last-child){
        page-break-after: always;
    }
}
#predefined-baseplate-selector img{
    width: 30px;
    height: 30px;
}
#predefined-baseplate-selector .btn{
    padding: 5px;
}

#img-preview-wall-fg{
    position: absolute;
}



* {box-sizing:border-box}

.preview-slides-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.preview-slide {
    position: relative;
    top: 0;
    left: 0;
}
.preview-slide .img-preview-wall-bg{
    display: none;
    max-width: 100%;
    max-height: 500px;
    position: relative;
    top: 0;
    left: 0;
}
.preview-slide #img-preview-wall-fg{
    position: absolute;
    z-index: 9;
}

.prev, .next {
    cursor: pointer;
    /* position: absolute;
    top: 50%; */
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.8);
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.fade-slide {
    animation-name: fade-slide;
    animation-duration: 1.5s;
}

@keyframes fade-slide {
    from {opacity: .4}
    to {opacity: 1}
}

.project-thumb{
    width : 150px;
    height:  150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-thumb img{
    max-height: 150px;
    max-width: 150px;
    padding: 0.25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    height: auto;
}