calculator-modal .calculator-modal-wrapper{align-items:center;display:none;height:100%;justify-content:center;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:9999999}calculator-modal .calculator-modal__overlay{background:#000;display:none;height:100%;left:0;opacity:.5;position:fixed;top:0;width:100%}calculator-modal .calculator-modal__modal{background-color:#fff;max-height:77vh;max-width:1000px;overflow-y:scroll;padding:2rem;top:6.5vh;width:100%}@media (max-width:991px){calculator-modal .calculator-modal__modal{max-width:500px;top:4.5vh;width:90%}}calculator-modal .calculator-modal__modal .feed-calculator__checkbox{margin-bottom:5px;margin-top:5px}
