/** Admin CSS **/
#admin-module-characters .footer {
    display: flex;
    justify-content: space-between;
}

#admin-module-characters .filter-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

#admin-module-characters .state-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    background: #efefef;
}

#admin-module-characters-detail {

}

#admin-module-attributes img {
}


.grid {
    display: grid;
    border: 1px solid #ddd;
    /* 1fr 1fr */
    grid-template-columns: repeat(2, 1fr);
}

.grid .section {
    padding: 15px;
}

.grid .section h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
}

.grid .section:not(:nth-child(2n)) {
    border-right: 1px solid #ddd;
}

.grid .button-panel {
    display: inline-flex;
    gap: 15px;
}

.section input:not([type=checkbox]):not([type=submit]), .section textarea {
    width: 100%;
}

.section .select2.select2-container{
    width: 100% !important;
}
.select2-container{
    min-width:150px !important;
}

.section input[type=image].imagebutton {
    width: 150px;
}

.sibling [data-hidden] {
    display: none;
}
.js-add-family-member.button{
    width:unset;
    font-size:15px;
    font-family: Oswald;
    color:#000000;
}
.js-remove-family-member{
    background-color: #C62647;
    font-family: Oswald;
    color:#000000;
}
.sibling, .mother, .father{
    display: flex;
    margin:5px;
    width:350px;
    justify-content: space-between;
}
.tag-details label{
    display: inline-flex;
    align-items: center;
    gap:5px;
}
textarea{
    width:506px;
    height:256px;
}

/**/
