#featureManagerModal .modal-body,
#featureManagerModal .modal-footer {
    background-color: white;
}

@media (min-width: 768px) {
    #featureManagerModal .modal-xl {
        width: 95%;
        max-width: 1400px;
    }
}

.feature-manager .filter-section {
    padding: 5px 10px;
    margin-bottom: 30px;
}

    .feature-manager .filter-section .toggle-filter-btn {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 14px;
    }

    .feature-manager .filter-section > .col-12 {
        border: 1px solid var(--mf-gray-l80);
        border-radius: 10px;
        padding: 15px;
        background-color: var(--mf-gray-l90);
    }

    .feature-manager .filter-section .filter-wrapper {
        margin-top: 15px;
    }

.feature-manager .list-section {
    padding: 5px 10px;
    margin-bottom: 15px;
}

    .feature-manager .list-section .back-forth-arrows-container {
        padding: 5px;
        text-align: center;
    }

    .feature-manager .list-section .options-panel,
    .feature-manager .list-section .selected-panel {
        border: 1px solid var(--mf-gray-l80);
        padding: 5px;
        border-radius: 10px;
        background-color: var(--mf-gray-l90);
    }

        .feature-manager .list-section .options-panel > h5,
        .feature-manager .list-section .selected-panel > h5 {
            /*text-decoration: underline;*/
        }

    .feature-manager .list-section .items-container {
        overflow-x: hidden;
        overflow-y: auto;
        max-height: 375px;
    }

    .feature-manager .list-section .header-row div {
        font-weight: var(--mf-bold);
        color: black;
    }

    .feature-manager .list-section .item-row {
        border-bottom: 1px solid var(--mf-gray-l60);
        /*padding: 5px;*/
    }

        .feature-manager .list-section .item-row:hover {
            background-color: var(--mf-gray-l80);
        }

        .feature-manager .list-section .item-row > .col {
            /*border-bottom: 1px solid var(--mf-gray-l80);*/
            padding: 5px;
        }

    .feature-manager .list-section .thumbnail {
        width: 40px;
    }

    .feature-manager .list-section .name-col {
        font-size: 14px;
        font-weight: var(--mf-bolder);
    }

    .feature-manager .list-section .desc-col .show-more-short,
    .feature-manager .list-section .desc-col .show-more-long,
    .feature-manager .list-section .desc-col {
        font-size: 12px;
        font-style: italic;
    }

    .feature-manager .list-section .move-up,
    .feature-manager .list-section .move-down {
        font-weight: var(--mf-bold);
        font-size: 18px;
    }

@media only screen and (min-width: 769px) {
    .feature-manager .list-section .options-panel {
        margin-right: 10px;
    }

    .feature-manager .list-section .selected-panel {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .feature-manager .list-section .options-panel {
        margin-bottom: 10px;
    }

    .feature-manager .list-section .selected-panel {
        margin-bottom: 10px;
    }
}
