
    .containername {
      width: 700px;
      height: 467px;
      border: 2px dashed #ccc;
      position: relative;
      overflow: hidden;
      background: #ffffff;
      margin-top: 20px;
      background-image: url('../../product-page/images/nbg1.png');
          background-size: 700px 467px;

    }

 
 

.draggable {
   font-size: 22px;
       font-family: "Arial";
   color: #000;
    width: auto;
    padding: 10px;
    /* background-color: #fff; */
    position: absolute;
    cursor: move;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
/*    border: 1px solid #000;*/
    transition: border 0.3s;
}
    /*.draggable {
      width: auto;
      padding: 10px;
      background-color: #fff;
      position: absolute;
      cursor: move;
      display: inline-block;
      text-align: center;
      white-space: nowrap;
      border: 1px solid transparent;
      transition: border 0.3s;
    }
*/
    .draggable.selected {
      border: 1px solid #007bff;
    }
.controls input {
    margin: 10px;
}
    .controls {
      width: 400px;
      padding: 10px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      display: flex;
/*      justify-content: space-between;*/
      flex-wrap: wrap;
      margin-top: 20px;
    }

    .controls label {
      margin-right: 10px;
    }

    .input-containername {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      width: 90%;
    }

    .input-group {
      display: flex;
      align-items: center;
    }

    .input-group input {
      padding: 5px;
      font-size: 14px;
    }

    .input-group button {
      background-color: red;
      color: white;
      border: none;
      padding: 5px 10px;
      cursor: pointer;
      margin-left: 5px;
      border-radius: 3px;
    }

    .input-group button:hover {
      background-color: darkred;
    }
 

@media only screen and (max-width: 600px) {

    .containername {
        width: 350px;
        height: 233px;
        border: 2px dashed #ccc;
        position: relative;
        overflow: hidden;
        background: #ffffff;
        margin-top: 20px;
        background-image: url('../../product-page/images/nbg1.png');
        background-size: 350px 233px;
    }
    .draggable {
        font-size: 16px;
    }

    .controls input {
    margin: 10px;
    margin-top: 0px;
}
.controls {
    width: 355px;}
}
