.senderInfo{font-weight:700;margin-bottom:20px}.loading{animation:spin 1.2s linear infinite;opacity:.8;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:1.5em;height:1.5em;border:3px solid #000;border-top-color:orange;border-radius:50%;content:""}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.serverNotif{color:red;width:375px;text-align:center}#submitButtonRow,.serverNotif{display:flex;justify-content:center}#submitButtonRow{margin-top:50px;margin-bottom:30px}#submitFormButton{display:flex;justify-content:center;align-items:center;width:120px;max-width:160px;height:40px;border:none;border-radius:20px;background-color:#f5d300}.circle{padding-top:3px;vertical-align:middle;text-align:center;height:35px;width:35px;background-color:#f5d300;border-radius:50%;margin-left:10px;margin-right:10px;font-weight:700;font-size:22px;cursor:pointer}#nOfMetersLabel{margin:0;font-weight:700}#nOfMetersRowWrapper{width:375px;display:flex;flex-direction:row;justify-content:space-between}#notificationBox{font-size:10px;padding-top:15px}#nOfMetersRow{flex-direction:row;justify-content:flex-end;width:100%}#nOfMetersRow,.nOfMetersBox{display:flex;align-items:center}.nOfMetersBox{justify-content:center;border:2px solid #c9c9c9;border-radius:30px;width:74px;height:46px;padding-left:10px;padding-right:10px}#nOfMeters{text-align:center}.formDiv{display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.formSection{margin-bottom:20px}.inputObject{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin-bottom:5px;margin-top:5px;border:3px solid #c9c9c9;border-radius:30px;padding-left:10px;padding-right:8px;width:375px;min-height:66px}input{border-style:hidden;width:100%;background-color:transparent}input:focus{outline:none}.inputObjectLabel{font-size:12px}.errorMssg{color:red;margin-left:20px}:-ms-input-placeholder{opacity:1}::placeholder{font-size:15px;opacity:1}:-ms-input-placeholder{font-size:15px}::-ms-input-placeholder{font-size:15px}@media only screen and (max-width:400px){#nOfMetersRowWrapper,.inputObject,.serverNotif{width:275px}}