.ghostwriter-icon {
    background-image: url('../img/ghostwriter-icon.svg');
}
.ghostwriter-spinner {
    background-image: url('../img/spinner.png');
}

.ghostwriter-warning-sign {
    width: 20px;
    height: 20px;
    background-image: url('../img/warning_32.png');
    background-size: cover;
    visibility: visible;
    margin-right: 5px;
}
.ghostwriter-item-content {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: transparent; /* Set the background color of the container to transparent */

}

/* General styling for the ComboBox */
.ghostwriter-combo-box .x-form-item-body,
.ghostwriter-combo-box .x-form-trigger-wrap,
.ghostwriter-combo-box .x-form-text-wrap,
.ghostwriter-combo-box .x-form-field,
.ghostwriter-combo-box .x-form-trigger,
.ghostwriter-combo-box .x-form-boundlist,
.ghostwriter-combo-box .x-boundlist-item {
    background-color: #606060;
    border: none;
    color: white;
}

/* Hover styling for the dropdown items */
.ghostwriter-combo-box .x-boundlist-item:hover {
    background-color: #484B4E;
}

/* Placeholder text styling */
.ghostwriter-combo-box .x-form-empty-field::placeholder {
    color: white;
}

.ghostwriter-combo-box-warning-icon {
    padding-left: 25px;
    background: url("../img/warning_32.png") no-repeat left;
    background-size: 20px;
    margin-left: 10px;

}