.userBoards .list-headline{color:#7c8290;font-size:.85rem;font-weight:700;letter-spacing:.5px;margin:1.5rem 0 0;text-transform:uppercase}.userBoards .list-headline:first-of-type{margin-top:0}.userBoards .boardList .item{align-items:center;border-bottom:1px solid var(--input-border);cursor:pointer;display:flex;padding:10px 0}.userBoards .boardList .item:last-child{border-bottom:none}.userBoards .boardList .item .previewImage{background-color:var(--bg-highlight);border-radius:12px;flex:0 0 60px;height:60px;margin-right:15px;overflow:hidden;position:relative;width:60px}.userBoards .boardList .item .previewImage img{height:100%;object-fit:cover;width:100%}.userBoards .boardList .item .content{color:var(--text-main);flex:1;font-size:1rem;font-weight:600}.userBoards .boardList .item .content small{color:#7c8290;display:block;font-size:.85rem;font-weight:400;margin-top:2px}.userBoards .boardList .item .content .fa-lock{color:#7c8290;font-size:.8em}.userBoards .boardList .item .icon{flex:0 0 auto;margin-left:15px}.userBoards .boardList .item .icon .custom-checkbox{align-items:center;border:2px solid #a2a7b1;border-radius:50%;color:transparent;display:inline-flex;height:1.6rem;justify-content:center;width:1.6rem}.userBoards .boardList .item .icon .custom-checkbox .svg-inline--fa{font-size:.9rem}.userBoards .boardList .item.active .content{font-weight:800}.userBoards .boardList .item.active .icon .custom-checkbox{background-color:var(--text-main);border-color:var(--text-main);color:var(--bg-main)}.userBoards .boardList .item:hover .content{color:#f06400}.userBoards .boardList .item:hover .icon .custom-checkbox{border-color:#f06400}.userBoards .boardList .item:hover.active .icon .custom-checkbox{background-color:#f06400}.userBoards .newBoard{padding-bottom:1rem;position:relative}.userBoards .newBoard input[type=text]{box-shadow:none;padding-left:28px}.userBoards .newBoard input[type=checkbox]{margin:0;vertical-align:-3px}.userBoards .newBoard label{color:var(--text-main);font-size:.7rem;font-weight:600;margin-left:2px}.userBoards .newBoard .button{font-size:.7rem;font-weight:600;margin-bottom:0;padding:.65em 1em .75em}.userBoards .newBoard .icon{height:18px;left:6px;opacity:.8;position:absolute;top:7px}.userBoards .newBoard .actions{display:none}