/* This file may be used for providing additional customizations to the Trestle
 * admin. It will be automatically included within all admin pages.
 *
 * For organizational purposes, you may wish to define your customizations
 * within individual partials in this folder and they'll be required below.
 *

*/
.nested-fields {
    border-left: 10px solid #dbdbdb;
    margin-bottom: 10px;
    padding-right: 35px;
    position: relative;

    &:first-child {
        margin-top: 0;
    }
}

.remove_fields {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.main-content-header {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.filters-form {
    display: flex;
    justify-content: space-between;
    align-items: center;

    .filter-field {
        padding: 12px;

        label {
            margin-right: 5px;
        }

        select {
            padding: 5px;
            border: 1px solid lightgray;
            border-radius: 4px;
            width: 150px;
        }
    }
}

.status-form {
    .status-field {
        padding: 12px;

        label {
            margin-right: 5px;
        }

        select {
            padding: 5px;
            border: 1px solid lightgray;
            border-radius: 4px;
            width: 150px;
        }
    }
}
