.RoundButton__root{min-width:80px;height:44px;border-radius:10px;background-color:#fff;border:1px solid transparent;color:var(--color-primary);border-radius:22px;padding-left:18px;padding-right:18px;font-size:16px;cursor:pointer;display:flex;justify-content:center;width:auto;transition:all .3s ease;align-items:center;white-space:nowrap}.RoundButton__root.RoundButton__root--blue{border-radius:22px;box-shadow:1px 1px 2px 0 rgba(0,0,0,.41);background-color:var(--color-lsBlue);font-weight:600;color:#fff}.RoundButton__root.RoundButton__root--lightBlue{border-radius:20px;box-shadow:1px 1px 3px -1px rgba(0,0,0,.13);border:1px solid #e4ebff;background-color:#f9fbff;color:var(--color-primary)}.RoundButton__root.RoundButton__root--lightBlue:hover{color:#fff;background:var(--color-lsBlue);border:1px solid var(--color-lsBlue)}.RoundButton__root.RoundButton__root--lightBlue:hover i{color:#fff}.RoundButton__root.RoundButton__root--blueGradient{border-radius:22px;background-image:linear-gradient(180deg,#98b0fd -45%,#2d60fb);font-weight:600;border:1px solid #98b0fd;color:#fff}.RoundButton__root.RoundButton__root--green{border-radius:22px;background:var(--color-lsGreen);font-weight:600;border:1px solid var(--color-lsGreen);color:#fff}.RoundButton__root.RoundButton__root--yellow{border-radius:22px;background:var(--color-lsYellow);font-weight:600;border:1px solid var(--color-lsYellow);color:#fff}.RoundButton__root.RoundButton__root--outlineWhite{border-radius:22px;border:1px solid #fff;color:#fff;background:none}.RoundButton__root.RoundButton__root--outlineRed{border-radius:22px;border:1px solid #f16159;color:#f16159}.RoundButton__root.RoundButton__root--outlineGrey{border-radius:22px;border:1px solid #c4c4c4;color:#757575}.RoundButton__root.RoundButton__root--outlineLightGrey{border-radius:22px;border:1px solid #ececec;color:#757575}.RoundButton__root.RoundButton__root--outlinePurple{border-radius:22px;border:1px solid rgba(151,174,255,.4);color:var(--color-lsBlue)}.RoundButton__root.RoundButton__root--lightBlueOutlineBlue,.RoundButton__root.RoundButton__root--outlineBlue{border-radius:22px;border:1px solid var(--color-lsBlue);color:var(--color-lsBlue)}.RoundButton__root.RoundButton__root--lightBlueOutlineBlue{background:#eaefff}.RoundButton__root.RoundButton__root--outlineLightBlue{border:1px solid #e9efff;color:var(--color-primary)}.RoundButton__root.RoundButton__root--smaller{height:32px;font-size:12px;padding:0 12px}.RoundButton__root.RoundButton__root--small{height:38px;font-size:14px;padding:0 13px}.RoundButton__root.RoundButton__root--medium{height:40px;font-size:14px;padding-top:0;padding-bottom:0}.RoundButton__root.RoundButton__root--wide{min-width:228px}.RoundButton__root.RoundButton__root--disabled:not(.RoundButton__root--activeDisabled){box-shadow:1px 1px 2px 0 rgba(0,0,0,.41);background-color:#c4c4c4;font-weight:600}.RoundButton__root:disabled:not(.RoundButton__root--activeDisabled):hover{background-color:#c4c4c4}.RoundButton__root:disabled:hover{cursor:unset}.RoundButton__root--blue:hover{background:#0035e5}.RoundButton__root--small .RoundButton__icon{height:22px}.RoundButton__icon{width:25px;display:flex;justify-content:center;align-items:center;margin-right:2px;position:relative;top:1px}.RoundButton__icon.RoundButton__icon--right{margin-right:0;width:17px;justify-content:right}.RoundButton__root--smaller .RoundButton__icon img{margin-right:6px;position:relative;top:-1px}.RoundButton__root--smaller .RoundButton__icon i{font-size:24px;position:relative;top:1px}.RoundButton__root--smaller .RoundButton__icon svg{stroke:#fff}.RoundButton__icon svg{position:relative;top:-2px}.RoundButton__root--hoverIcon{position:relative}.RoundButton__root--hoverIcon .RoundButton__hoverIcon{position:absolute;right:20px;top:calc(50% - 21px);font-size:48px;transition:all .3s ease;opacity:0}.RoundButton__root--hoverIcon:hover .RoundButton__hoverIcon{opacity:1;right:0}