/* new styls */
.cp_button {
    padding: 5px 15px;
    display: inline-block;
    background: white;
    border: 1px solid #007cba;
    cursor: pointer;
    margin-top: 20px;
}
.cp_embed-wrapper {
    border: 1px solid #137fc2;
    padding: 20px 25px;
}
.cp_embed-wrapper--view{
    padding:0px;
    border:none;
}
.cp_embed-wrapper--view figure{
    margin:0;
}
.library-editor-block .library-editor-block__iframe{
    position: absolute;
    width: 100%;
    height: 600px;
    z-index: 11;
    max-width: 100%;
    max-height: 100vh;
}
.cp_embed-wrapper figure{
    display: flex;
    width: 100%;
    margin: 0;
}
.cp-rendered-iframe{
    width: 500px;
    height: 500px;
    max-width: 100%;
    
}
.cp-components-toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-right: 1px solid;
    cursor: pointer;
}
.cp_logedin-block{
    border: 2px solid #1483c6;
    padding: 10px 20px;
}
.cp_hide {
    display: none!important;
}
.cp_embed-layer {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.cp_loader {
    padding: 10px 50px;
    font-size: 16px;
}
.cp_embeded {
    padding: 0;
}
.gallerydemo{
    width: 100%;
}