.btn-group-wrapper{background-color:#fff;position:fixed;bottom:0;right:0;left:0;margin:0 auto;padding-bottom:15px;padding-left:1.3rem;padding-right:1.3rem;flex-direction:row!important;justify-content:space-between;z-index:101}.btn-group-wrapper .cancel-btn{max-width:60px;margin-right:15px}.btn-group-wrapper .action-btn{position:relative;outline:none!important;width:100%;height:52px;padding:16px 12px;margin-top:12px;display:flex;align-items:center;border-radius:.5rem;font-size:14px;text-transform:uppercase;border:none}.btn-group-wrapper .action-btn:before{content:"";border-bottom-style:solid;border-bottom-width:3px;border-right-style:solid;border-right-width:3px;position:absolute;top:39%;height:10px;width:10px}.btn-group-wrapper .action-btn.left-arrow:before{left:17px;transform:rotate(135deg)}.btn-group-wrapper .action-btn.right-arrow:before{right:13px;transform:rotate(315deg)}.btn-group-wrapper .action-btn.mobile-translate{padding-left:13px;justify-content:flex-start}.btn-group-wrapper .cancel-btn{background-color:#fff;border:1px solid var(--primary-color);color:var(--primary-color)}.btn-group-wrapper .submit-btn{background-color:var(--primary-color);flex:1;padding:16px 32px}.btn-group-wrapper .submit-btn:active,.btn-group-wrapper .submit-btn:hover{background:linear-gradient(0deg,rgba(98,0,238,.08),rgba(98,0,238,.08)),var(--primary-color)}.btn-group-wrapper .submit-btn.disabled{background-color:var(--secondary-color)!important;border:solid 1px var(--primary-color)!important;cursor:not-allowed}.btn-group-wrapper .submit-btn.disabled:active,.btn-group-wrapper .submit-btn.disabled:hover{background:linear-gradient(0deg,rgba(0,0,0,.08),rgba(0,0,0,.08)),#c4c4c4}.btn-group-wrapper .not-valid-save-btn,.btn-group-wrapper .save-btn{background-color:#fff;border:1px solid var(--primary-color);color:var(--primary-color);flex:1;width:100%}.btn-group-wrapper .not-valid-save-btn:disabled,.btn-group-wrapper .save-btn:disabled{color:#fff!important}.btn-group-wrapper .skip-btn-cursor{cursor:not-allowed!important}.btn-group-wrapper .not-valid-submit-btn{background-color:var(--secondary-color)!important;border:solid 1px var(--primary-color)!important}.btn-group-wrapper .save-btn-group{width:50%}.disable-submit-btn-tooltip,.uncompleted-submit-btn-tooltip{position:fixed;bottom:86px;right:23px;width:240px;background-color:#2e312e;color:#f0f1ec;border-radius:4px;padding:4px 8px 4px 8px;font-family:Avenir Next LT W05 Regular;font-size:16px;font-weight:400;text-align:left;z-index:999999}@media screen and (min-width:374px){.btn-group-wrapper .action-btn{justify-content:center;padding:16px 9px}.btn-group-wrapper .action-btn.left-arrow:before{left:27px}}@media screen and (min-width:768px){.btn-group-wrapper .action-btn{padding:16px 24px;font-size:16px}.btn-group-wrapper .action-btn.mobile-translate{justify-content:center}.btn-group-wrapper .cancel-btn{max-width:79px;margin-right:20px}.btn-group-wrapper .save-btn{justify-content:center}.btn-group-wrapper .left-arrow:before{left:35px!important}.btn-group-wrapper .right-arrow:before{right:35px!important}.disable-submit-btn-tooltip,.uncompleted-submit-btn-tooltip{right:60px;width:338px}}@media screen and (min-width:900px){.btn-group-wrapper{z-index:100001}.disable-submit-btn-tooltip,.uncompleted-submit-btn-tooltip{right:110px;width:338px}}@media screen and (min-width:1200px){.btn-group-wrapper{max-width:1160px;padding-left:55px;padding-right:55px}.disable-submit-btn-tooltip,.uncompleted-submit-btn-tooltip{right:calc(50vw - 470px);width:338px}}