/* options */
.option-dots {
    display: flex;
}

.option-dots .action-button {
    margin-top: 15px;
    height: 35px;
}

/* picture */
.dropzone-container {
    min-height: 40px !important;
    height: 40px !important;
    width: 200px;
    background-color: white;
}

/* text, icon */
.text-preview, .icon-preview {
    margin: auto 0;
    display: flex;
    position: relative;
    min-height: 330px;
    overflow: hidden;
    white-space: nowrap;
}

.text-dot, .icon-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 280px;
    width: 280px;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: white;
    margin: auto;
}

.text-dot {
    color: black;
    text-decoration: none;
    text-align: center;
    font-size: 8pt;
    line-height: 8pt;
    height: 20mm;
    width: 20mm;
    transform: scale(4);
}

.icon-nav {
    position: absolute;
    height: 80px;
    display: inline-flex;
    cursor: pointer;
    bottom: 20px;
}

.icon-dot svg {
    height: 70%; /* use % to sync with pdf */
}

.nav-prev {
    left: 10px;
    height: 50px;
    transform: rotate(180deg);
}

.nav-next {
    right: 10px;
    height: 50px;
}

/* summary */
.preview-edit-link {
    text-decoration: none;
    color: black;
    height: 25px;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 12px;
    line-height: 25px;
    border: 1px solid black;
}

td {
    padding: 0 4px;
}

.summary-table {
    max-height: 200px;
    overflow-y: auto;
}

/* dot counter */
.dot-count {
    padding: 10px 20px;
    font-weight: bold;
}


.cropper-crop-box, .cropper-view-box {
    border-radius: 50%;
}

.cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}
