/* Drag and Drop image css start */

.image-upload{
    position: relative;
    margin: 0 auto;
    background: #F8F5EB;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 97%;
    border: 1px solid #F2E7C4;
    border-radius: 8px;
}
.image-upload input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    right: 0;
    height: 100%;
}
.upload-field {
    display: block;
    height: 100%;
    width: 100%;
    padding: 15px;
}

.upload-field .file-thumbnail {
    cursor: pointer;
    /* border-radius: 11px; */
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    /* margin: 15px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 2px #F2E7C4;
    border-style: dashed;
    position: relative;
}

.upload-field .file-thumbnail img {
  width:101px;
  height: 101px;
  margin-bottom: 10px;
}

.upload-field .file-thumbnail h3 {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 4px;
}

.upload-field .file-thumbnail p {
  margin-bottom: 0;
}
img.mx-auto.mb-4.anounc {
    max-width: 77px !important;
    margin-top: -18px;
}
/* dropdown css start */