/* Admin CSS */
.bptodo-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.bptodo-groups span {
    display: block;
    background: #e7efff;
    padding: 15px 30px;
    border-right: 5px solid #4076da;
    font-size: 15px;
    color: #2656af;
}

.bptodo-groups span a {
    color: #ff0000;
    text-decoration: none;
}

.nav-tab-wrapper ul li a#user-todo-list-settings:before {
    content: "\f111" !important;
}

.nav-tab-wrapper ul li a#group-todo-list-settings:before {
    content: "\f307" !important;
}

.nav-tab-wrapper ul li a#user-todo-list-shortcodes:before {
    content: "\f150" !important;
}

.nav-tab-wrapper ul li a#data-retention-settings:before {
    content: "\f534" !important;
}

.wp-core-ui .notice.is-dismissible {
    position: absolute;
    left: 50px;
    z-index: 99;
    border-radius: 10px;
    line-height: normal;
    background: transparent;
    border: none;
    box-shadow: none;
    color: #10AB00;
}

button.notice-dismiss:before {
    color: red !important;
}

/* bptodo user roles wrap */
.wbcom-settings-section-wrap.bptodo-user-roles-wrap {
    overflow: visible;
}

.wbcom-settings-section-wrap.bptodo-user-roles-wrap .wbcom-settings-section-options [type="text"] {
    height: auto;
    min-height: 40px !important;
}

.wbcom-settings-section-wrap.bptodo-user-roles-wrap .selectize-dropdown-content {
    height: 140px;
}

.bptodo-shortcode-tab label {
    font-weight: 500;
}

.bptodo-shortcode-tab ol {
    margin: 0 0;
    padding: 10px 15px;
    background: #f7f7f7;
    line-height: 1.2;
    border-radius: 8px;
}

.bptodo-shortcode-tab ol li {
    margin: 0;
    display: block;
}