.title {
    font-weight: 100;
    font-size: 30px;
    text-align: center;
    margin-top: 0;
}

.btnFooter {
    text-align: center;
    margin-top: 20px;
}

.textareaEffect {
    transition-duration: 0.3s;
    transition-property: font-size;
}

.itemGroup {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.imagePreviewList {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.imagePreviewMin {
    text-align: center;
    width: 60px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    float: left;
    margin-right: 10px;
    position: relative;
}
.imagePreviewMin img {
    margin-top: 50%;
    transform: translateY(-50%);
}

.imgPreview {
    text-align: center;
    background-color: #f9f9f9;
    width: 100%;
    float: left;
}

.imgPreview img {
    max-width: 100%;
}

.deleteImage {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 99;
}

.addImage {
    float: left;
    margin-left: 10px;
    padding-top: 10px;
}

.imageUpload {
    position: absolute;
    visibility: hidden;
}

.loaderImg {
    position: absolute;
    top: 10px;
    right: 10px;
}

.editor {
    float: left;
    width: 100%;
}

.editor :global .ql-container {
    float: left;
    width: 100%;
    /* height: calc(100vh - 356px); */
    overflow: auto;
}
.editor.active :global .ql-toolbar {
    position: fixed !important;
    top: 0;
    background-color: #fff;
    transform: translate(50%, 0%);
    z-index: 1;
    border-radius: 0 0 6px 6px;
}