.loading-area{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    z-index: 99999;
    height: 1000px;
}
.area-hide{
    display: none;
}

.loading-area img {
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.resizewidth, .resizeheight{
    display: none;
}

.jc-bs3-container{
    width: 30%;
    margin: auto;
    line-height: normal;
}

.display-align-center{
    text-align: center;
}
.drag-drop-area-wrap{
    width:70%;
    margin:0 auto;
}
.drag-drop-area{
    background-color: #c8dadf;
    font-size: 1.25rem;
    padding: 100px 20px;
    position: relative;
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    transition: outline-offset 0.15s ease-in-out 0s, background-color 0.15s linear 0s;
}
.drag-drop-area .drop-icon{
    display: block;
    fill: #92b0b3;
    height: 60px;
    width: 100%;
    margin-bottom: 40px;
}
.drag-drop-area .choose-file-label:hover{
    cursor:pointer;
    color:#9F792C;
}
.image-fix-size {
    max-height: 500px;
    min-height: 500px;
}
.display-twise-div{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}
.svg-rotate-left{
    background: url("../images/rotate-left.svg") no-repeat left center;
    background-size: 30px;
    height: 33px;
}
.svg-rotate-right{
    background: url("../images/rotate-right.svg") no-repeat left center;
    background-size: 30px;
    height: 33px;
}
.ui-dialog .ui-dialog-title{
    font-weight: 400;
}
.ui-dialog .ui-widget-header{
    background: none;
    border-bottom: 1px solid #e9ecef;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.display-font-size-15{
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
.img-wrap{
    position: relative;
}
.theme-middle {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.img-wrap:hover .uploaded-image {
    opacity: 0.3;
}
.img-wrap:hover .theme-middle {
    opacity: 1;
}
.image-delete-btn{
    display: block;
    background: url("../images/delete.svg") no-repeat center right;
    background-size: 34px;
    padding-right: 30px;
    height: 35px;
    cursor:pointer;
}
.fb-icon{
    display: block;
    background: url("../images/facebook-icon.svg") no-repeat center left;
    background-size: auto;
    background-size: 25px;
    padding-left: 35px;
    width: 25px;
    line-height: 30px;
}
.twitter-icon{
    display: block;
    background: url("../images/twitter-icon.svg") no-repeat center left;
    background-size: auto;
    background-size: 25px;
    padding-left: 35px;
    width: 25px;
    line-height: 30px;
}
.bluesky-icon{
    display: block;
    background: url("../images/bluesky-icon.svg") no-repeat center left;
    background-size: auto;
    background-size: 25px;
    padding-left: 35px;
    width: 25px;
    line-height: 30px;
}
.linktree-icon{
    display: block;
    background: url("../images/linktree-icon.svg") no-repeat center left;
    background-size: auto;
    background-size: 25px;
    padding-left: 35px;
    width: 25px;
    line-height: 30px;
}
.share-alt-icon{
    display: block;
    background: url("../images/share-alt-icon.svg") no-repeat center left;
    background-size: auto;
    background-size: 25px;
    padding-left: 35px;
    width: 25px;
    line-height: 30px;
}
.header-type li.type-image {
    background-size: auto 50%;
}
.header-type li.type-slider {
    background-size: auto 50%;
}
.header-type li.type-video {
    background-size: auto 50%;
}
.width-100{
    width: 100%;
}
#video-gallery .theme-footer {
    justify-content: flex-end;
}
.video-delete-btn{
    display: block;
    background: url("../images/delete.svg") no-repeat center right;
    background-size: 34px;
    padding-right: 30px;
    height: 35px;
    cursor:pointer;
}
#type-custom-video{
    margin-bottom:20px;
}