.fcb-container {
    position: relative;
    display: inline-block;
}
.fcb-main-btn {
    background-color: #0073aa00!important;
    color: #000000!important;
    padding: 9px 2px!important;
    border: none;
    cursor: pointer;
    /*border-radius: 5px;*/
    font-size:14px!important;
    font-weight:500!important;
}
.fcb-main-btn i{
    color: #c3a005!important;
}
.fcb-menu {
    position: absolute;
    display: none;
    flex-direction: column;
    background: #ccc8c8;
    padding: 10px;
    border-radius: 5px;
    margin-top: 2px;
    min-width: max-content; /* لضبط العرض بما يتناسب مع المحتوى */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); /* إضافة ظل لتحسين المظهر */
    z-index: 1000; /* لضمان ظهور القائمة فوق العناصر الأخرى */
}

.fcb-item {
  margin-bottom:15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-weight:500;
}
.fcb-item img {
    width: 35px;
    height: 35px;
    margin-right: 8px;
}
.fcb-button-group {
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.remove-button {
    background: #d63638;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}
#add-button {
    background: #0073aa;
    color: white;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
