.btnGen { border-radius: 50%; width: 3.5rem; height: 3.5rem; border: 5px solid #00838F; } .btnDelete { border-radius: 50%; width: 3.5rem; height: 3.5rem; border: 5px solid #00838F; background: #B71C1C; transform: translate(25px, -12px); } .btnClone { border-radius: 50%; width: 3.5rem; height: 3.5rem; border: 5px solid #00838F; background: #FFF; transform: translate(1.6rem, -1rem); } .btnPDFSuccess { border-radius: 50%; width: 3.5rem; height: 3.5rem; border: 5px solid #00838F; background: #8E44AD; transform: translate(25px, 12px); } .btnPDFPending { border-radius: 50%; width: 3.5rem; height: 3.5rem; border: 5px solid #00838F; background: #F1C40F; transform: translate(25px, 12px); } .btnHighlight { border-radius: 50%; width: 3.5rem; height: 3.5rem; border: 5px solid #00838F; background: #03A9F4; transform: translate(1.6rem, 1rem); } .btnHeadTail { width: 100%; padding: 0.8rem 0 0.8rem 0; background: none; border: none; } .btnConfirm { width: 100%; padding: 0.8rem 0 0.8rem 0; background: none; border: none; border-bottom: 3px solid black; } .btnHead { width: 100%; padding: 0.8rem 0 0.8rem 0; background: none; border: none; } .borderTop { border-top: 7px solid #00838F; } .borderBottom { border-bottom: 7px solid #00838F; width: 100%; } .modal-dialog { overflow-y: initial !important; } .modal-body { height: 18.75rem; overflow-y: auto; } .testata { width: 100%; } select, input { border: none; border-bottom: 2px solid black; background: none; height: 2rem; } i { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; font-size: 1.1rem; }