/* Add here all your CSS customizations */

.action-buttons-fixed .action-buttons {
	width: calc(100% - 200px);
}

.ck-editor__editable {
    min-height: 250px;
}

.input-group-text {
	min-height: 2.4rem;
}

.badge {
    display: inline-block;
    padding: 3px 4px !important;
    font-size: 0.75em;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.search-style-1 {
    width: 390px;
}

.btn-group-vertical {
	width: 100%;
}

.image-container {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.image-container img {
    display: block;
    width: 100px;
    height: auto;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.image-delete-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: red;
    border: none;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    opacity: 0.8;
}

.image-delete-btn:hover {
    opacity: 1;
}

