.configure-menu-link{
    font-size: 15px;
    display: block;
    padding-top: 16px !important;
    font-weight: bold;
    background-color: #f8f8dc !important;
}
.hijri-date-container .details-wrapper .field--widget-options-select.form-wrapper{
    display: inline-block;
}
[lang="en"] .hijri-date-container .details-wrapper .field--widget-options-select.form-wrapper{
    margin-right: 15px;
}
[lang="ar"] .hijri-date-container .details-wrapper .field--widget-options-select.form-wrapper{
    margin-left:15px;
}
tr.paragraph-type--hijri-date td.paragraph-bullet,
tr.paragraph-type--hijri-date td .add-above-off,
tr.paragraph-type--hijri-date td summary[role="button"]
{
    display: none;
}
.path-node .node-form .chosen-container{
    min-width: 500px !important;
}

.entities-list .rendered-entity{
    display: block;
    display: block;
    background-color: #ddd;
    padding: 15px;

}

[lang="en"] div#entity-subqueue-home-page-domains-edit-form-wrapper .entities-list .rendered-entity article {
    direction: ltr;
    display: inline-block;
}
[lang="ar"] div#entity-subqueue-home-page-domains-edit-form-wrapper .entities-list .rendered-entity article {
    direction: rtl;
    display: inline-block;
}

div#entity-subqueue-home-page-domains-edit-form-wrapper .entities-list .rendered-entity article .node__content,
div#entity-subqueue-home-page-domains-edit-form-wrapper .entities-list .rendered-entity article footer.node__meta
{
    display: none;
}

div#entity-subqueue-home-page-domains-edit-form-wrapper .entities-list .item-container > input{
    display: inline-block;
    margin-left: 25px;
}
[lang="ar"] div#entity-subqueue-home-page-domains-edit-form-wrapper .entities-list .item-container > input{
    margin-left: 0;
    margin-right:25px;
}
.media-library-item--grid .field--name-thumbnail img {
    min-height: 130px;
  }