.drawingType {
    font-weight: 600;
  }
  .drawingType > div > div {
    display: flex;
    flex-direction: row !important;
  }
  
  .drawingType > div > div {
    .ant-form-item-control {
      width: 20% !important;
    }
    .ant-form-item-control > div {
      width: 20% !important;
      font-weight: 500;
    }
  }
  .smileyString {
    font-weight: 600;
  }
  .smileyString > div > div {
    display: flex;
    flex-direction: row !important;
  }
  
  .smileyString > div > div {
    .ant-form-item-control {
      width: 20% !important;
    }
    .ant-form-item-control > div {
      /* width: 20% !important; */
      font-weight: 500;
    }
  }
  
  /* .upload_style {
    div {
      div {
        width: 20% !important;
      }
    }
  } */
  .field_style {
    font-weight: 600;
  }
  .input-field,
  .textarea-field {
    --placeholder-font-size: 14px; /* Set a consistent placeholder font size */
    --placeholder-color: #aaa; /* Set a consistent placeholder color */
  }
  
  /* Style for the input field placeholder */
  .input-field::placeholder {
    font-size: var(--placeholder-font-size);
    color: var(--placeholder-color);
  }
  .custom-placeholder::placeholder {
    font-size: 14px; /* Adjust the font size as needed */
    /*  color: #bfbfbf; */ /* Optional: Adjust placeholder color */
  }
  
  /* Style for the textarea placeholder */
  .textarea-field::placeholder {
    font-size: var(--placeholder-font-size);
    color: var(--placeholder-color);
  }
  .custom-dragger .ant-upload-list-item-done .ant-upload-list-item-name {
    color: green; /* File name color on successful upload */
  }
  
  .custom-icon {
    span {
      font-size: 20px !important; /* Smaller UploadOutlined icon size */
    }
  }
  .upload_container{
      display: flex;
      flex-direction: column;
      /* align-items: center; */
      justify-content: center;
  }
  .custom-dragger {
    div {
      span {
          padding: 6px !important;
        div {
          color: rgb(222, 218, 218) !important; /* Gray color for the text */
          font-size: 14px !important; /* Smaller font size */
          p {
            color: rgb(222, 218, 218) !important; /* Gray color for the text */
            font-size: 14px !important; /* Smaller font size */
            margin-bottom: 0px !important;
          }
        }
      }
    }
  }
  .field_margin {
    margin-bottom: 5px !important;
  }
  /* .RICHA > div > span {
    padding: 6px !important;
    div {
      p {
        margin-bottom: 0px !important;
      }
    }
  } */
  