/*!
 * Name			: Math Style
 * Website		: https://softclever.com
 * Copyright	: 2018 SoftClever Limited.
  _____        __      ______    _       
 |_   _|      / _|    |  ____|  | |      
   | |  _ __ | |_ ___ | |__   __| |_   _ 
   | | | '_ \|  _/ _ \|  __| / _` | | | |
  _| |_| | | | || (_) | |___| (_| | |_| |
 |_____|_| |_|_| \___/|______\__,_|\__,_|

*/

.math-data {margin: 0 auto;padding: 25px;}.math-form {display: flex;justify-content: center;}.math-status {margin-top: 10px;margin-bottom: 0px;text-align: center;}.math-boxes {display: flex;width: 100%;}.progress {border: 1px solid #c7c7c7;border-right: none;position: relative;}.math-progress-inner {position: absolute;top: 0;bottom: 0;width: 100%;background-color: #7ecc00;opacity: .57;transform: scaleX(0);transform-origin: center left;transition: transform .4s ease-out;}.math-box {border-right: 1px solid #c7c7c7;flex: 1;}@keyframes showError {50% {color: red;transform: scale(1.2);}100% {color: #333;transform: scale(1);}}.animate-wrong {animation: .45s showError;}.math-problem {font-size: 5rem;font-weight: bold;margin: 0;text-align: center;}