.loaderImageFallback {
    display: none; 
    position: fixed;
    width: calc(100% + 50px);
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.37);
    top: 0;
    left: -50px;
    line-height: 100vh;
    z-index: 99999999;
}
.text-right {
    margin-top: 2%;
    margin-left: 13%;
}
label.search-lb {
    width: 40%;
    display: inline-block;
}
.seo_images-group {
    padding: 8px 0px;
}
.notice-info {
    font-size: 12px;
    margin: 0px 0px;
}
.red-sp {
    color: red;
    font-weight: bold;
    margin-right: 5px;
}
.set-bold { font-weight: bold; }
.set-short {
    display: block;
    margin-left: 42%;
    font-size: 11px;
}
.seo_images-number-inp {
    width: 50%;
}
.seo_images-inner-pad {
    padding: 3px 0px;
}
.seo_images-inner-holder {
    margin-top: 5px;
}
.loader-curtain {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hide_curtain { display: none; }
.show_curtain { display: block; }
.loader-curtain img {
    /*margin-top: 88%;*/
}
#metabox_import_media .inside {
    margin-top: 0px !important;
}
.search-inp {
    width: 50%;
}
.req-sp {
    color: red;
    vertical-align: sub;
    margin-left: 1px;
}
.error-txt {
    color: red;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}

.seo_images_selection_group, .seo_images_featured_selection_group {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

.seo_images_selection_container, .seo_images_featured_selection_container {
    float: left;
    width: 30%;
    position: relative;
    height: 50px;
    background-size: contain;
    margin: 4px;
    border: 1px solid;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

img.seo_images_selection_image, img.seo_images_featured_selection_image {
    max-height: 50px;
    cursor: pointer;
    border: 1px solid;
}

.seo_images_selection_container.selected, .seo_images_featured_selection_container.selected {
    border: 1px solid green;
}

.seo_images_selection_selected, .seo_images_featured_selection_selected {
    display: none;
    position: absolute;
    bottom: 0;
    background: green;
    color: white;
}