.add_new_image {
    display: flex;
    flex-direction: column;
    background-color: #0f2031;
    margin-bottom: 15px;
    border: 1px #b2d530 solid;
    border-radius: 4px;
    box-sizing: border-box;
    padding:10px;
}

.add_new_image input {
    width: 100%;
    padding: 5x;
    margin-bottom: 10px;
}


.picture {
    background-color: #0f2031;
   /*  border: 1px #b2d530 solid; */
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    padding:10px;
}


.picture_name {
    height: 50px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding-left: 10px;
    font-weight: bolder;
    background-color: #b2d530;
    color:#0f2031;
    border-radius: 5px;
}


.gallery_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top:50px;
    justify-content: center;
}

 .image_tags_map,.image_galleries_list,.image_galleries  {
    display: flex;
    border: 1px #b2d530 solid;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px;
    gap: 5px;
    color: #b2d530;
    background-color: #0f2031;
    border-radius: 5px;
    margin-bottom: 15px;
   }

   .image_galleries {
    border:0px;
    margin-top:20px;
   }


   .image_galleries_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;   
    padding:5px;
    margin-top: 25px;
}

   .image_galleries {
    margin-top: 20px;
   }

.image_galleries_list button,.image_galleries button {
    background-color: #b2d530;
    color: #0f2031;
    border: none;   
    cursor: pointer;
}

input[name="search_image"] {
    width: 100%;
    padding: 8px;
    height:50px;
    
}
   .image_galleries_list {
    border: 0px;
    flex-direction: row;flex-wrap: wrap;     
      gap: 10px;
   }

   .gallery_remove {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
   }

   .gallery_name {
    font-size: 18px;
   }


   .gallery_list_item {
    background-color: #b2d530;
    color: #0f2031;
    font-weight: bolder;
    border-radius: 6px;;
    display: flex;
    gap:10px;
    height:50px;
    align-items: center;
   }


.gallery_item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px #d1d1d1 solid;
    background: #fff;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 30%);
    width: 350px;
     height: 350px;
     display: flex;
     align-items: center;
     justify-content: center;
}


.gallery_item:hover {
 cursor: pointer;
 transform: scale(1.03)
}


.image_full_view {
    width: 60%;
    height: 90%;
    object-fit: cover;
    border-radius: 10px;
    /* transform: translate(-50%, -50%); */
    position: fixed;
    top: 5%;
    left:25%;
    box-sizing: border-box;
    padding:10px;
    border:1px #d1d1d1 solid;
    background: #fff;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 30%);
}

.image-name {
 height: 45px;
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: flex-start;
 font-weight: bolder;
 font-size: 14px;
 padding-left: 10px;
 border: #d1d1d1 solid 1px;
 margin-bottom: 20px;
}

.image-container {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px #d1d1d1 solid;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content:flex-start ;
    box-sizing: border-box;
    padding:5px;
}

.image-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.input-container {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    padding:5px;
}

.custom-context-menu { position: fixed; background:#fff; border:1px solid #e5e7eb; border-radius:8px; box-shadow:0 8px 20px rgba(0,0,0,.12); padding:6px; z-index:9999; width: 200px; height: auto;}
.custom-context-menu ul { margin:0; padding:0; list-style:none; }
.context-menu-item { padding:8px 10px; border-radius:6px; cursor:pointer; }
.context-menu-item:hover { background:#f3f4f6; }

.picture_comments{
    margin-top:20px;
}

.image_description {
    margin-top:20px;
    width: 100%;
    border: 1px #b2d530 solid;
    color: #b2d530;
    background: #0f2031;;
    display: flex;
    border-radius: 4px;
    padding: 15px;
    min-height:100px;
    flex-wrap: wrap;
}

button[name="save_description"] {
    background-color: #b2d530;
    color: #0f2031;
    font-weight: bolder;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.image_tags {
    margin-top:10px;
    box-sizing: border-box;
    padding:10px;
    border: 1px #d1d1d1 solid;
}
.images_tags {
    border:1px #d1d1d1 solid;
    padding:10px;
    display:flex;
    flex-wrap: wrap;
    gap:10px
}

.image_detail_tags {
    margin-top:10px;
    display: flex;
    height:60px;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 20px;
    gap:10px;
}

.image_detail_tags button {
    height: 40px;
    border-radius: 5px;
    background-color: #b2d530;
    color: #0f2031;
    font-weight: bolder;
}


.gallery_view_tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery_tab {
    background-color: white;
    color: #222;
    height:50px;
    border-radius: 5px;
    font-weight: bolder;
}

.gallery_tab:hover {
    background-color: #239e57;
    color: #fff;
}




.gallery {
    display: flex;
    height: 200px;
    width: 250px;
    border: 1px #d1d1d1 solid;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); */
}

.galleries_list {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap:10px;
    padding:5px;
    margin-top:10px;
}

.image_description:empty:before {
  content: attr(data-text);
  color: #b2d530;;
  font-style: italic;
  pointer-events: none;
}
