.error {
    color: red;
    margin-top: 10px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control {
    padding: 0.5rem;
    border: 1px solid;
}

.form-control:hover,
.form-control:focus {
    border: 1px solid;
}

.form-group {
    margin-bottom: 1.5rem;
}

.select2-container .select2-selection--single {
    height: 42px !important;
}

.file-preview,
.thumbnail-preview,
.video-preview {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.file-preview .item,
.thumbnail-preview .item,
.video-preview .item {
    position: relative;
}

.file-preview .item .item-delete,
.thumbnail-preview .item .item-delete,
.video-preview .item .item-delete {
    right: 3px;
    top: 3px;
    border: 1px solid;
    position: absolute;
    border-radius: 100rem;
    width: 20px;
    display: flex;
    height: 20px;
    justify-content: center;
    align-items: center;
    background: white;
    cursor: pointer;
}

.img-preview {
    width: 100px;
    height: 100px;
    border: 1px dashed #000;
    object-fit: cover;
}

.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 200px;
}

.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

input#search {
    margin-bottom: 20px;
}

.del {
    text-decoration: line-through;
    font-size: 12px;
}

.bootstrap-tagsinput input,
.bootstrap-tagsinput input:focus {
    width: 200px;
    border: 1px solid;
    border-radius: 8px;
}

.bootstrap-tagsinput {
    float: right;
    width: 100%;
    border: none;
    box-shadow: none !important;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 20px;
}

.bootstrap-tagsinput .tag {
    margin: 2px;
    background-color: #693c01;
}
