.drag-message {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #666;
}

.dragover .drag-message {
    display: block;
}

.dragover .dm-upload-avatar {
    background: #bcd2dd;
}

.preview {
    display: inline-block;
    margin: 10px;
    border: 1px solid #ddd;
    padding: 5px;
}

.preview img {
    width: 200px;
    /* Set preview image width */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


.upload-area {
    width: 100%;
    /* height: 200px; */
    border: 2px dashed #ddd;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    overflow: auto;
    padding: 20px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.thumb_image_div {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    cursor: grab;
}

.thumb_image_div:active {
    cursor: grabbing;
}
#sortable-images {
    border: 2px dashed transparent;
    transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

#sortable-images.drag-over {
    border: 2px dashed #007bff;
    background-color: #f8f9fa;
}



.thumb_image_div a {
    position: absolute;
    top: 10px;
    right: 10px
}

.thumb_image_div img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: center;
}
.loader-open{
    visibility: visible !important;
    opacity: 1 !important;
}
.form-group label {
    line-height: 35px;
}

#seo-preview {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 15px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.preview-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#seo-preview h4 {
    color: #1a0dab;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#seo-preview p {
    margin: 0;
    color: #006621;
    font-size: 14px;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#preview-description {
    color: #4d5156;
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.5;
}

#edit-seo-button {
    background-color: #1a73e8;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    white-space: nowrap;
}

#edit-seo-button:hover {
    background-color: #1558c7;
}

#seo_section {
    display: none;
}
.preview-section {
    overflow: auto;
}

.note-editable ul {
    list-style-type: disc !important;
    margin-left: 20px !important;
}

.note-editable ol {
    list-style-type: decimal !important;
    margin-left: 20px !important;
}

.note-editable ul li,
.note-editable ol li {
    margin-bottom: 5px !important;
}
