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