.sd_customize{
    width: 100%;
    margin: 15px 0;
}
.palleon-tab{
    min-height: 50vh;
}

.edit_group{
    margin: 0 auto 15px auto;
}
small.beta{
    font-size: 11px;
    margin-left: 5px;
    text-transform: none;
    transform: translateY(-6px);
}
.sd_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w-100{
    width: 100%;
}
.pr-5{
    padding-right: 15px;
}

#create_image,
#save_ai_image,
#download_img,
#open_media-library{
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
}

@media only screen and (max-width: 767px) {
    #create_image,
    #save_ai_image,
    #download_img,
    #open_media-library{
        display: block;
        text-align: center;
    }

}

.loader{
    margin-top: 15px;
    display: none;
}
.loader img {
    max-width: 32px;
}

.loader p {
    margin: 10px 0 0 0px;
}

#img_output_area{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

#img_output_area img{
    max-width: 440px;
    width: 100%;
    border-radius: 15px;
}

.images_gal img {
    max-width: 95px !important;
}
.images_gal a {
    color: #121212;
}

.right_area {
    max-width: 400px;
    width: 100%;
}
.right_area.hide {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .right_area {
        max-width: 200px;
        width: 100%;
    }
    .images_gal img {
        max-width: 45px !important;
    } 
}

@media only screen and (max-width: 1024px) {
    .right_area {
        display: none !important;
    }
}