.canvas-middle-img{
    background: linear-gradient(to left, var(--sunDefault) , #f5ab0c);
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.canvas-middle-text{
    font-size: 25px;
    color: #fff;
    transform: rotate(-47deg);
    letter-spacing: 5px;
    text-shadow: 0 0 4px black;
}

.preview-container{
    display:flex;
    flex-direction: row;
}

.preview-sides{
    height: 350px;
}

.side-container{
    width: 50px;
    height: 100%;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.vertical-box{
    width: 25px;
    height: calc(100% - 150px);
    position: relative;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #fff;
    font-size: 15px;
    font-weight: 400;
    box-shadow: inset 0 0 2px #a9a9a9;
}

.horizontal-box{
    width: 100%;
    height: 25px;
    position: relative;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    box-shadow: inset 0 0 2px #a9a9a9;
}

.preview-middle{
    width:100%;
    display:flex;
    flex-direction: column;
}

.middle{
    width:100%;
    height:200px;
    display:flex;
    flex-direction: row;
}

.middle-side{
    width:26px;
    height: 100%;
    position: relative;
    display: flex;
    align-items:center;
    justify-content:center;
    background: #fff;
    font-size: 15px;
    font-weight: 400;
    box-shadow: inset 0 0 2px #a9a9a9;
}

.middle-middle{
    width: 182px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.images-info-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.image-box-container{
    width: 10%;
    border-radius: var(--sunBorderRadius);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.input-wrap {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    padding-left: 3px;
}

.input-wrap > span{
    color: #363b3f;
}

.input-wrap > span:hover {
    color: #ff8800;
    cursor: pointer;
}

.input-wrap input[type=file]{
    display: none;
}

.images-upload{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}

.show-preview{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.col-right-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.align-items-center{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.standard-upload-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.standard-image-preview{
    display: flex;
    justify-content: center;
    height: 150px;
}

.standard-btn{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
}

.frame-image-preview{
    width: 50%;
    object-fit: contain;
}

.thumb-btn{
    padding-top: 5%;
}
