@font-face { font-family: bergen; src: url('BergenText-Bold.otf'); } 

.pcm-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
 .create-btn .btn_c {
    background-color: #cccccc !important;
}

.collage-designer .top-bar li:first-child {
    background: orange !important;
}
.drg_img {
    background-color: transparent !important;
}
.dropzone.dz-clickable {
    cursor: pointer;
    /* display: none !important; */
}
input.pcm-btn-Preview-Image {
    visibility: hidden !important;
}
.collage-designer .top-bar {
    display: table;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}
img#pcm-pic {
    display: block !important;
    margin: 0 auto !important;
}
.pcm-btn-Preview-Image {
    display: block;
    margin: 0 auto;
    border: 1px solid;
    background: #000;
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    padding: 14px 50px;
}
.c-layout-11-L-30-v2 .c-slot {
    background: #f5f5f5 !important;
}
a#pcm-downloadBtn {
    display: flex;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    justify-content: center;
    background: #1bcdbc;
    align-items: center;
    font-size: 16px;
    color: #fff;
    max-width: 180px;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 0px 10px 0px;
    border-radius: 10px;
    margin-bottom: 50px;
}
.pcm-btn-Preview-Image {
    display: block;
    margin: 0 auto;
}

/* Modal Content/Box */
.pcm-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 23%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.pcm-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -20px;
    margin-right: -10px;
}
.pcm-close:hover,
.pcm-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
h1 {
    text-align: center;
}
.pcm-frame-image a img {
    width: 100px;
    height: 100px;
}

#pcm-frame {
    margin-top: 50px;
    /*margin-left: 10px;*/
    margin-bottom: 30px;
}

#pcm-frame #pcm-width {
    font-size: 14px;
    top: -40px;
    font-weight: bold;
    position: absolute;
    left: 47%;
}

#pcm-frame #pcm-height {
    font-size: 14px;
    transform: rotate(270deg);
    right: 100%;
    font-weight: bold;
    position: absolute;
    top: 47%;
}

#pcm-frame .pcm-img {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
}

.rule_w {
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    top: -10px;
    text-align: center;
}

.rule_h {
    width: 1px;
    height: 100%;
    background-color: black;
    position: absolute;
    left: -10px;
}
html {
    padding: 0 !important;
    margin: 0 !important;
    overflow-x: hidden !important;
}

@media only screen and (max-width: 768px) {
    .c-layout-wrap {
        display: block !important;
    }
    .collage-designer .editor {
        width: auto !important;
        height: auto !important;
    }
    .c-format-11-P, .c-format-11-L {
        height: 320px;
        width: auto !important;
    }
    .c-layout {
        width: 330px !important;
        height: 320px !important;
        position: relative;
        overflow: hidden;
    }
    .row.frm_sec {
        display: flex;
        flex-direction: column-reverse;
    }
    .pcm-modal-content{
        width: 90%;
    }
    #pcm-frame {
        margin-top: 50px;
        margin-left: 0px;
        margin-bottom: 30px;
    }
    .collage-designer .top-bar li {
        display: block !important;
        margin-bottom: 20px;
    }
    .collage-designer .top-bar li {
        width: 100% !important;
        height: 50px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }
    .collage-designer .top-bar .js-collage-save {
        display: none !important;
    }
    .collage-designer .top-bar li:first-child {

        width: 100% !important;
    }
    #pcm-frame #pcm-width {
        font-size: 14px;
        top: -40px;
        font-weight: bold;
    }

    #pcm-frame #pcm-height {
        font-size: 14px;
        transform: rotate(270deg);
        left: -35px;
        font-weight: bold;
    }

    #pcm-frame .pcm-img {
        margin-bottom: 30px;
    }
}

.pcm-img {
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.pcm-x {
    position: relative;
    overflow:hidden;
    /* width: 100% !important;
    height: 100% !important; */
}

.pcm-x img {
    /* display: none; */
    position: absolute;
    top: 0;
}

.pcm-collage{
    width: 0;
    height: 0;
}

/* .ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se {
    display: none !important;
}

.pcm-dimension {
    display: none;
} */

@media only screen and (max-width: 500px) {
    .pcm-img {
        width: 96%;
        height: 300px;
    }
}

input.pcm-btn-Preview-Image {
    display: none !important;
}




/* image drag css */

.item {
    display: inline-block;
    /* padding: 5px; */
    z-index: 9999999 !important;
}

.src,
.dst {
    width: 100%;
    height: 100%;
    float: left;
}

.dst img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

input[type="file"] {
    display: block;
    background: red;
    /* opacity: 0; */
}

.imageThumb {
    max-height: 100px;
    max-width: 128px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 10px 10px 10px 0;
}

.remove {
    display: block;
    background: #444;
    display: inline;
    padding: 10px;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}

.dst img#myupImg {
    width: 100% !important;
}
.field .pcm-collage {
    opacity: 1 !important;
}
.pcm-collage {
    opacity: 0 !important;
}

.collage-designer .uploads {
    height: 395px;
    max-height: 395px;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f4f4f4;
}

input[type="file"] {
    display: block;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
}

img#myupImg {
    overflow: hidden !important;
    width: 140px !important;
}