.error-list{list-style-type:none;padding:0;color:#f56c6c;display:grid;grid-row-gap:10px}.error-list li:before{content:"";display:inline-block;width:17px;height:17px;margin-right:5px;margin-bottom:-3px;background-size:cover;background-image:url(../img/danger-sign.29595705.svg)}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.7);display:grid;align-items:center;cursor:pointer;z-index:999}.modal-content{cursor:auto;width:calc(100% - 40px);max-width:550px;background-color:#fff;border-radius:15px;margin:0 auto;padding:30px;box-sizing:border-box;max-height:calc(100vh - 40px);overflow-y:auto}#newsSourcePage{height:100%;display:grid;grid-template-columns:40% 60%}#newsSourcePage .news-source-form{border-right:2px solid #ededed}#newsSourcePage .news-source-form input{width:100%}#newsSourcePage article{padding:30px}#newsSourceTable ul{max-height:calc(100vh - 170px);overflow-y:auto}#newsSourceTable li{grid-template-columns:50px 1fr 100px}#newsSourceTable li .table-cell{padding:10px}#newsSourceTable li .table-cell:first-child{justify-self:center;cursor:pointer}#newsSourceTable li .table-cell:nth-child(2){cursor:pointer}#newsSourceTable li .table-cell.actions{text-align:center;display:grid;grid-template-columns:1fr 1fr;justify-items:center;cursor:default}#newsSourceTable li .table-cell.actions img{cursor:pointer;height:20px}#deleteNewsSourcesBtn img{margin-bottom:-4px;margin-right:10px}