/*
Theme Name: cltv8 Safety CMS theme
Author: cultivate
Version: 2.0
Author URI: http://cultivatebrands.com/
*/


/* custom css begins here */
.app-view {
    height: 100%;
    background-color: #F2F2F2;
}

.common-content {
    margin: -8px;
    padding: 1.2em;
    color: #464646;
    font-family: "open-sans", sans-serif;
}
.common-content-page-title {
    font-size: 1.8em;
    font-weight: 550;
    margin-bottom: 1em;
    padding-left: .2em;
}
.list-rows {


    a.nested-list-row {
        cursor: pointer;
        background-color: #fff;
        height: 61px;
        width: 346px;
        text-decoration: none;

        &.leaf-row {

        }

        .nested-list-row-inner {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            padding: .8em .8em;
            min-height: 100%;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 20px;
            margin-bottom: .5em;

            & > div:nth-child(1),
            & > div.first,
            & > div {
                flex: 1;
                line-height: .5em;
                /*color: #000;*/
                letter-spacing: .4px;
                &.nested-list-label {
                    color: #464646;
                    line-height: 1.8em;
                    font-size: .8em;
                    font-weight: lighter;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                }
                &.nested-list-title {
                    color: #464646;
                    font-weight: 600;
                    line-height: 1.8em;
                    font-size: 1em;
                }
            }

            & > div.last {
                flex: 0;
                flex-basis: 56px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }
    }
    .show-all-newsletters-button {
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding: .1em .1em;
        min-height: 60px;
        background-color: #160967;
        border: 1px solid #160967;
        border-radius: 20px;
        margin-bottom: .5em;
        color: #ffff;
        text-decoration: none;
        font-weight: 400;
        line-height: 1.5em;
        font-size: 1em;
    }
}
