.form-controls-primary{
    margin-bottom:10px;
}

.form-controls-primary .profile-info{
    display: flex;
    justify-content: start;    
    flex-wrap: nowrap;
}

.form-controls-primary .img-wrapper{
    overflow: hidden;
    width: 45px;
    height: 45px;    
    padding-right: 45px;
    border-radius: 50%;
    box-shadow: 0 5px 15px -3px rgba(0,0,0,.65);
}

.form-controls-primary .img-wrapper img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 auto;
    object-fit: cover;
}

.form-controls-primary .control-wrapper{
    width: 100%;
}

.form-controls-primary .control-wrapper .form-control-textarea{
    width: 100%;
    height: 39px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    resize: none;
    padding: 0 10px 10px;    
    font-size: 1.2em;
    background-color: transparent;
}

.form-controls-primary .control-wrapper .form-control-textarea::placeholder{
    font-size: 1.2em;
    color: #777777;
}

.preview-load-images{
    padding: 10px 10px 10px;
    overflow-y: auto;
    box-sizing: border-box;
}


.preview-wrapper{
    display: inline-flex;
    justify-content: start;
    white-space: nowrap;
}

.preview-card{
    position: relative;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);

}

.preview-card:last-child{
    margin-right: 0;
}

.preview-card:hover .control-wrapper{
    opacity: 1;
    pointer-events: auto;
}

.preview-card .control-wrapper{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,.85), transparent);
    display: flex;
    justify-content: end;
    align-items: start;
    padding: 3px;
    pointer-events: none;
    opacity: 0;
    transition: .25s all ease-in;
}

.preview-card .control-wrapper .btn-action{
    padding: 0;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.95);
    color:#ff004c;
    box-shadow: 0 5px 20px -5px rgba(0,0,0,1);
    border-radius: 50%;
    cursor: pointer;
}

.preview-card .control-wrapper .number-position {
    z-index: 1;    
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
}

.preview-card img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.complements{
    z-index: 1;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    height: 60%;
    padding: 15px;
}

.complements .complements-wrapper{
    background-color: #ffffff;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 5px 25px -8px rgba(0,0,0,.2);
}

.form-controls-secondary{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
}

#ModalComposicionPostick .modal-footer{
    border: none;
}

#ModalComposicionPostick .modal-footer .left-controls{
    width: 100%;
    display: flex;
    justify-content: start;
    white-space: nowrap;
    overflow-y: auto;
    padding: 10px 0 10px;
    padding-right: 120px;
}

#ModalComposicionPostick .left-controls .controls-wrapper{
    display: inline-flex;
    justify-content: start;
    white-space: nowrap;    
}

#ModalComposicionPostick .left-controls .btn-action{
    background: transparent;
    color: #1f2822;
    outline: none;
    width: auto;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px 0;    
    margin-right: 10px;
    border-radius: 8px;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

#ModalComposicionPostick .left-controls .btn-action .info-icon{
    color: #3adb9e;
    margin-right: 3px;
    font-size: 18px;
}

#ModalComposicionPostick .left-controls .btn-action .info-title{
    columns: #14373d;
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
}


#ModalComposicionPostick .left-controls .btn-action:last-child{
    margin-right: 0;
}

#ModalComposicionPostick .modal-footer .right-controls{
    position: absolute;
    top: 6px;
    right: 0;
    width: auto;    
}
#ModalComposicionPostick .right-controls .btn-action{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background:  #14373d;
    color:  #EEEEEE;        
    font-size: 13px;
    font-weight: bold;
}

#ModalComposicionPostick .right-controls .btn-text{
    font-size: 13px;
}

#ModalComposicionPostick .right-controls .btn-action .btn-icon{
 margin-top: -3px;
 margin-left: -3px;
}

#ModalComposicionPostick .right-controls .btn-action .btn-icon i{
    transform: rotate(50deg);
    font-size: 18px;
}