input{font-family:sans-serif}.ContentEditable:hover{background-color:#ccc}.selectedView{box-shadow:0 1px 0 0 #000}.custom-select{position:relative;display:inline-block;width:85px}.select-trigger{display:flex;justify-content:space-between;align-items:center;background-color:#f0f0f0;background:#1264ffcf;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:7px}.options{display:none;position:absolute;width:100%;background-color:#fff;border:1px solid #ccc;background:#1264ffcf;color:#fff}.custom-select:hover .options{display:block}.option{padding:10px;cursor:pointer}.option:hover{background-color:#5991f8cf}.pulse{font-size:24px;color:red;padding:auto;text-align:center;height:30px;width:30px;animation:pulseAnimation 1s infinite}@keyframes pulseAnimation{0%{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.5}to{transform:scale(1);opacity:1}}