.react-kanban-board{padding:5px}.react-kanban-card{border-radius:3px;background-color:#fff;padding:10px;margin-bottom:7px}.react-kanban-card,.react-kanban-card-adder-form,.react-kanban-card-skeleton{box-sizing:border-box;max-width:250px;min-width:250px}.react-kanban-card--dragging{box-shadow:2px 2px grey}.react-kanban-card__description{padding-top:10px}.react-kanban-card__title{border-bottom:1px solid #eee;padding-bottom:5px;font-weight:700;display:flex;justify-content:space-between}.react-kanban-column{padding:15px;border-radius:2px;background-color:#eee;margin:5px}.react-kanban-column input:focus{outline:none}.react-kanban-card-adder-form{border-radius:3px;background-color:#fff;padding:10px;margin-bottom:7px}.react-kanban-card-adder-form input{border:0;font-family:inherit;font-size:inherit}.react-kanban-card-adder-button{width:100%;margin-top:5px;background-color:transparent;cursor:pointer;border:1px solid #ccc;transition:.3s;border-radius:3px;font-size:20px;margin-bottom:10px;font-weight:700}.react-kanban-card-adder-button:hover{background-color:#ccc}.react-kanban-card-adder-form__title{border-bottom:1px solid #eee;font-weight:700;display:flex;justify-content:space-between;width:100%;padding:0}.react-kanban-card-adder-form__title:focus{outline:none}.react-kanban-card-adder-form__description{width:100%;margin-top:10px}.react-kanban-card-adder-form__description:focus{outline:none}.react-kanban-card-adder-form__button{background-color:#eee;border:none;padding:5px;width:45%;margin-top:5px;border-radius:3px}.react-kanban-card-adder-form__button:hover{transition:.3s;cursor:pointer;background-color:#ccc}.react-kanban-column-header{padding-bottom:10px;font-weight:700}.react-kanban-column-header input:focus{outline:none}.react-kanban-column-header__spacer{display:flex;justify-content:space-between}.react-kanban-column-header__button{color:#333333;background-color:#ffffff;border-color:#cccccc}.react-kanban-column-header__button:active,.react-kanban-column-header__button:focus,.react-kanban-column-header__button:hover{background-color:#e6e6e6}.react-kanban-column-adder-button{border:2px dashed #eee;height:132px;margin:5px}.react-kanban-column-adder-button:hover{cursor:pointer}.react-kanban-column>div:nth-child(2){min-height:660px!important;max-height:660px;overflow-y:auto}.react-kanban-column{min-width:360px}.loading-screen{width:100%;height:100%;position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background-color:#fff;opacity:.5;z-index:10}.loading-screen .b{border-radius:50%;border-left:4px solid;border-right:4px solid;border-top:4px solid rgba(0,0,0,0)!important;border-bottom:4px solid rgba(0,0,0,0)!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:ro 2s infinite}.loading-screen .b.b1{border-color:#4ddef0;width:120px;height:120px}.loading-screen .b.b2{border-color:#bbf41c;width:100px;height:100px;animation-delay:.2s}.loading-screen .b.b3{border-color:#1bce6c;width:80px;height:80px;animation-delay:.4s}.loading-screen .b.b4{border-color:#0a3c55;width:60px;height:60px;animation-delay:.6s}@keyframes ro{0%{transform:translate(-50%,-50%) rotate(0deg)}50%{transform:translate(-50%,-50%) rotate(-180deg)}to{transform:translate(-50%,-50%) rotate(0deg)}}