body { background-color: #f9f9f9 !important; } .appscms-h1 { margin-top: 30px; padding-top: 2px; font-weight: 600; font-size: 40px; color: #453a38; } #calculate_btn { background: var(--primary-color); } .appscms-h2 { font-size: 17px; padding-top: 0px; font-weight: 400; color: rgb(118, 118, 118); } #safeui-alert { display: none; } .list-item-dropdown li .toolbar-link { color: rgb(112, 112, 112); } .calculator-workspace { max-width: 430px; width: 100%; background: #fdfdfd; position: relative; z-index: 1; margin: 0 auto; box-shadow: 1px 2px 12px rgb(0 0 0 / 15%); border-radius: 8px; padding: 1.5rem; } .calculator-workspace label { font-weight: 500; text-align: left; margin-top: 10px; color: #585858; margin-right: 8px; } .submit-button { border: none; border-radius: 4px; padding: 10px 22px; color: #fff; background-color: var(--primary-color); margin-left: auto; font-weight: 600; } .list-item-dropdown li .toolbar-link:hover { color: var(--primary-color); } .calculator-inputs { display: flex; gap: 10px; } .unit { background: #ffff; padding: 0px 10px; display: flex; color: gray; align-items: center; justify-content: center; border-radius: 4px; font-weight: 600; } .calculator-tooltip { display: flex; align-items: center; } .calculator-tooltip .fa-info-circle { margin-bottom: 0px; } .form-control { border-bottom: 3px solid var(--primary-color); height: calc(2em + 0.75rem + 2px); } .form-control:focus { border: 1.5px solid rgb(210, 210, 210); border-bottom: 4px solid var(--primary-color); height: calc(1.9em + 0.75rem + 2px); } .toaster { display: none; }