.vue-daterange-picker {
    width: 100% !important;
}

.uploadimages {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.uploadimages .imagebox {
    width: calc(100% / 6);
}

.uploadimages .imagebox .upload {
    position: relative;
}

.uploadimages .imagebox .upload .viewbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.uploadimages .imagebox .upload .viewbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.uploadimages .imagebox .upload .text {
    font-size: .5rem;
}

.uploadimages .imagebox {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.uploadimages .imagebox .upload {
    height: auto;
}

.btn-del {
    font-size: .5rem;
    background: red;
    color: white;
    font-weight: 600;
    padding: 0.25rem;
    display: inline-block;
    width: 100%;
    border-radius: 0.25rem;
}

.inputbox .required{
  color: hsl(0deg, 96%, 67%);

}