.section {
    margin-bottom: 25px;
}

.icon-btn {
    font-weight: 800;
}

    .icon-btn:hover {
        cursor: pointer;
        filter: drop-shadow(0 0 1px #666);
    }

.icon {
    height: 24px;
}


/*** header section ****/
.header-section {
    padding: 15px;
    background-color: var(--mf-blue);
}

    .header-section .title {
        color: white;
        font-size: 28px;
        font-weight: var(--mf-bold);
    }

    .header-section .new-action-btn {
        float: right;
        margin-top: 5px;
    }


/*** filter section ****/
.filter-section {
    margin-bottom: 30px;
}

    .filter-section > .col-12 {
        border: 1px solid var(--mf-gray-l80);
        border-radius: 10px;
        padding: 15px;
    }

    .filter-section .filter-wrapper {
        margin-top: 15px;
    }

/*** list section ****/
.list-section {
    margin-bottom: 45px;
}

    .list-section .action-list-container {
        max-height: 400px;
        overflow-y: auto;
        border: 1px solid var(--mf-gray-l80);
    }

    .list-section .action-row-header {
        font-weight: var(--mf-bold);
    }

        .list-section .action-row-header .action-col {
            padding: 5px 10px;
            text-align: center;
        }

        .list-section .action-row-header .new-btn-col {
            padding-right: 0;
            padding-bottom: 10px;
        }

    .list-section .action-row p {
        margin: 0;
        padding: 0;
    }

    .list-section .action-row:hover {
        background-color: var(--mf-gray-l90);
    }

    .list-section .action-row .action-col {
        border: 1px solid var(--mf-gray-l80);
        padding: 5px 10px;
    }

    .list-section .action-row .guides-col {
        overflow-y: auto;
    }

        .list-section .action-row .guides-col a {
            color: black !important;
            text-decoration: none;
        }

            .list-section .action-row .guides-col a:hover {
                text-decoration: underline;
                cursor: pointer;
            }

    .list-section .action-col::-webkit-scrollbar {
        width: 5px;
    }

    .list-section .action-row ul {
        margin-bottom: 0;
        margin-left: 20px;
        padding-bottom: 0;
        padding-left: 0;
    }

    .list-section .delete-col {
        text-align: center;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

/*** edit section ****/
.edit-section .col-12 {
    border: 1px solid var(--mf-gray-l80);
    border-radius: 10px;
    padding: 15px;
}

.edit-section .edit-header {
    font-size: 1.75rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: var(--mf-bold);
    line-height: 1.2;
}

.edit-section .edit-item {
    margin-top: 30px;
    width: 100%;
}

.edit-section .save-action-btn .icon {
    height: 32px;
}

/*.edit-section .cancel-action-btn {
    font-size: 40px;
    margin-left: 15px;
    color: black;
}*/

.edit-section .edit-btn-wrapper i {
    font-size: 40px;
}


/*** browse actions page ***/
.header-section .admin-link {
    float: right;
    margin-top: 5px;
}

.divider-sm {
    height: 3px;
    background-color: var(--mf-yellow);
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    width: 250px;
}

.list-browse-section .action-icon {
    height: 30px;
    float: right;
    margin-top: 5px;
}

.list-browse-section .action-header {
    font-weight: var(--mf-bold);
    font-size: 24px;
}

.list-browse-section .action-body {
    font-size: 20px;
}

.list-browse-section .action-keywords,
.list-browse-section .action-factors {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .list-browse-section .action-icon {
        height: 25px;
        margin-top: 3px;
    }

    .list-browse-section .action-header {
        font-size: 18px;
    }

    .list-browse-section .action-body {
        font-size: 16px;
    }

    .list-browse-section .action-keywords,
    .list-browse-section .action-factors {
        font-size: 12px;
    }
}
