.custom-container-box {
  padding: 5px 0px;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border: 0px solid #D4D4D4;
  border-radius: 5px;
  // background: pink;

  .custom-upload_inside_email1 {
    .custom-content-wrapper {
      max-width: 800px;
      max-height: 300px;
      overflow: hidden;
      display: flex;
      flex-direction: row;
      gap: 11px;

      .custom-object-name {
        .custom-smallbox {
          border: 1px solid grey;
          padding: 3px;
          color: red;
          background: none;
          border-radius: 5px;
        }
      }

      .custom-overflow-count {
        // border: 1px solid blue;
        // margin-right: 10px;
      }

    }

    
  }

}

.custom-overflow-items-tag {
  // right: 54px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 6%;
  width: 215px;
  position: fixed;
  background-color: white;
  border: 1px solid #D4D4D4;
  padding: 8px;
  border-radius: 5px;
  gap: 11px;
  z-index: 999999;  

  .custom-smallbox {
    border: 1px solid grey;
    border-radius: 5px;
  }
}