.dz-preview img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.area {
    position: relative;
    flex: 1 0 auto;
}

.area .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    border-radius: 8px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px
}

.overlay-text {
    color: #071437;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.area {
    order: 2;
}

form {
    order: 1;
}

.fc-event {
    cursor: pointer;
}

.react-datepicker__input-container {
    width: inherit;
}

.react-datepicker-wrapper {
    width: 100%;
}
