
.main_wrap_section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.main_wrap_section .wrap_class {
    max-width: 32.3%;
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.main_wrap_section .wrap_class > label {
    max-width: 25%;
    width: 100%;
    font-weight: 600;
}

.hm_rooms_upfront,
div#hm_rooms_image_preview {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    margin-top: 25px;
}

.hm_rooms_upfront .hm_blogs_upfront_iview,
div#hm_rooms_image_preview .preview_img_div {
    max-width: 18.3%;
    width: 100%;
    position: relative;
}

.hm_rooms_meta_boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.hm_rooms_meta_boxes .hm_rooms_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    max-width: 30.3%;
    width: 100%;
}

.hm_rooms_meta_boxes .hm_rooms_wrap > label {
    font-weight: 600;
}

div#hm_rooms_image_preview img,
.hm_img_idrwrap img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.hm_rooms_wrap.hm_room_sec {
    max-width: 100%;
    width: 100%;
}


.hm_img_idrwrap .img_remove,
.img-container .img_clsicon {
    background-color: #f2ad45;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -3%;
    right: 38%;
    cursor: pointer;
}

.hm_img_idrwrap,
.img-container {
    position: relative;
}

.hm_roomsidiv {
    width: 100%;
}

#poststuff .inside .image-preview {
    overflow: unset;
}

#hm_blogs_image_preview .delete-image,
#poststuff .inside .image-preview .delete-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #f2ad45;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    top: -12px;
    z-index: 999;
    right: -8px;
}

