.popup_loadings {
    width: 100%;
    height: 100%;
    background: #fefefeb3;
    z-index: 9;
    display: none;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    position: absolute;
    text-align: center;
    padding-top: 59px;
}
.popup_loadings.open {
    display: flex;
}
.attachment_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.attachment_list li {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100px;
    height: 100px;
    border: 1px solid #cecece;
    border-radius: 3px;
    padding-top: 3%;
    overflow: hidden;
    margin: 5px;
}
.attachment_list img{
    width: 40px;
}
.attachment_list li a{
    position: absolute;
    top: 5px;
    left: 5px;
    display: block;
    color: #bc0606;
    font-size: 17px;
}
.pagination-loading{
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    margin-left: -10px;
}
.pagination-loading.open{
    display: flex;
}