
.around-pop-up {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: 0.5;
    z-index: 100;
}
.popup-box-wrap {
}
.popup-box {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 102;
    width: 530px;
    max-width: 100%;
    border: 1px solid #d9d9d9;
}
.popup-box * {
    box-sizing: border-box;
}
.pop-up-content {
    padding: 0;
    background: #fff;
    text-align: left;
    border-radius: 8px;
}
.pop-up-content form {
    padding: 0;
    margin: 0;
}
.pop-up-close {
    width: 31px;
    height: 31px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    right: 6px;
    top: 7px;
    cursor: pointer;
    font-size: 25px;
    z-index: 4;
    padding: 1px 1px;
    color: #999;
}
.pop-up-close:hover {
    color: #777;
}
.pop-up-close:before {
    content: '\f00d';
    font-family: FontAwesome;
}
.popup-heading, .modal-header {
    background: #f9f9f9;
    font-size: 16px;
    padding: 10px 15px 12px;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
}
.popup-content {
    padding: 15px;
}
.popup-content form {
    padding: 0;
    margin: 0;
}
.popup-draggable {
    z-index: 10000;
    background: #fff;
    position: absolute;

.drop-area-over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
}
.fullscreen-popup {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    box-shadow: 0 0 20px #000;
}
.fullscreen-popup .popup-content {
    height: calc(100% - 133px);
    overflow: auto;
}
.small-popup {
    box-shadow: 0 0 20px #000;
.popup-content {
    padding: 20px;
}
.pop-up-close {
    top: 0;
    right: 0;
}
}
.default-popup {
    box-shadow: 0 0 20px #000;

}

.preloader {
    height: 100px;
    text-align: center;
    padding-top: 30px;
}

.preloader:before {
    content: '\f110';
    -moz-animation: load8 1.5s infinite linear;
    -webkit-animation: load8 1.5s infinite linear;
    animation: load8 1.5s infinite linear;
    font-size: 40px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    position: relative;
}
.popup-draggable .ui-resizable-se {
    position: absolute;
    right: 0;
    bottom: 1px;
    text-indent: 0!important;
    text-align: right;
    padding: 0 2px 2px 0;
}
.popup-draggable .ui-resizable-se:before {
    width: 0;
    height: 0;
    border-right: 5px solid #ccc;
    border-bottom: 5px solid #ccc;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    content: '';
    display: inline-block;
}