.no-padding {
    padding: 0;
}
.comment-list {
    padding-bottom: 0px;
}
.comment-list__item {
    margin-bottom: 10px;
}
.comment-list__item textarea {
    resize: vertical;
    min-height: 100px;
}

.img-thumb img {
    max-height: 70px;
}

.text-lg {
    font-size: 20px;
    padding-right: 10px;
}

.gallery-tools {
    position: absolute;
    left: 2px;
    top: 2px;
    opacity: 0.8;
}

.portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}

.drag {
    cursor: grab;
}

.google-img {
    background-color: rgb(255 255 255 / 40%);
    border-radius: 5px;
    margin-left: 4px;
}


.preview-duration {
    position: relative;
}

.image-with-tools {
    position: relative;
    display: inline-flex;
}

.duration {
    position: absolute;
    top: 28px;
    left: 108px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: white;
    opacity: 0.8;
    border-radius: 4px;
}

.count {
    position: absolute;
    top: 28px;
    left: 128px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: white;
    opacity: 0.8;
    border-radius: 4px;
    width: 19px;
}

/* HIDE RADIO
.image-radio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
*/
/* IMAGE STYLES */
[type=radio] + img {
    cursor: pointer;
}

.image-radio {
    position: relative;
    padding: 5px;
}

.image-radio input[type="radio"] {
    position: absolute;
    left: 12px;
    top: 9px;
}

.have-message {
    position: absolute;
    top: -10px;
    left: 7px;
    padding: 3px 5px;
}

.stat-badge {
    font-size: 11px;
}