body,html{height:100%;width:100%;overflow:hidden;min-width:0}#root{flex-direction:column}#root,.loader{height:100%;display:flex}.loader{align-items:center;justify-content:center}a{text-decoration:none}button{outline:none;border:none}button:hover{cursor:pointer}button:disabled{cursor:not-allowed}.btnSolpay{background-color:#82c341;padding:7px 40px;border-radius:25px;color:#375a13;font-weight:500;width:100%}.layoutRoute{width:100%;overflow:auto}.layoutRoute #InnerRouter{display:flex;justify-content:center;width:100%}.layoutRoute .layout-full,.layoutRoute .layout-full .main{width:100%;height:100%}.layoutRoute .layout-left-column{display:flex;height:100%;width:100%}.layoutRoute .main-content{flex:1 1}#Wizard{display:flex;flex-direction:column}#Wizard .steps{display:flex;justify-content:space-around}#Wizard .steps .step{display:flex;flex-direction:column;justify-content:center;align-items:center;width:180px}#Wizard .steps .step .title{color:#8c8c8c}#Wizard .steps .step .active{background-color:#82c341}#Wizard .steps .step .active,#Wizard .steps .step .numberStep{color:#fff;padding:10px;border-radius:50%;width:10px;height:10px;align-items:center;justify-content:center;display:flex}#Wizard .steps .step .numberStep{background-color:#cacaca}#Wizard .steps .step .content{margin-top:15px;height:50px;text-align:center}.footer{display:flex;justify-content:center;align-items:center;background-color:#d0d0d0;color:#777;height:50px}#Choice{display:flex;justify-content:space-between}#Choice .choice{cursor:pointer}.InnerRouter{height:100%;display:flex;flex-direction:column}.doNotShowAgain{margin-top:1rem;height:46px;width:auto;overflow:visible;display:flex;align-items:center;justify-content:flex-end}.doNotShowAgain .doNotShowAgain_box{position:relative;height:48px;width:48px}.doNotShowAgain .doNotShowAgain_box--img{position:absolute;right:10px;top:10px}.doNotShowAgain .doNotShowAgain_box--img img{height:28px}.doNotShowAgain .doNotShowAgain_box--anim{height:100%;min-height:46px;position:absolute;right:0}.doNotShowAgain span{padding-left:.2rem;font-size:1.25rem}