.masterstudy-alert{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;transition:.3s;background:rgba(0,0,0,.4);opacity:0;visibility:hidden}.masterstudy-alert.masterstudy-alert_open{opacity:1;visibility:visible;z-index:1001}.masterstudy-alert.masterstudy-alert_open .masterstudy-alert__wrapper{bottom:30%}.masterstudy-alert__wrapper{display:flex;flex-direction:column;width:500px;background:#fff;border-radius:10px;box-shadow:0 20px 40px 0 rgba(0,0,0,.25);padding:30px;transition:.2s;position:absolute;bottom:20%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.masterstudy-alert__header{display:flex;width:100%;justify-content:space-between;align-items:center;margin-bottom:10px}.masterstudy-alert__header-title{line-height:normal;font-style:normal;font-weight:700;font-size:20px;color:#001931}.masterstudy-alert__header-close{display:flex;width:25px;height:25px;justify-content:center;align-items:center;border-radius:30px;background:#eef1f7;caret-color:transparent}.masterstudy-alert__header-close::after{content:"\e94a";color:#808c98;font-family:stmlms;font-size:9px;line-height:normal;transition:.2s}.masterstudy-alert__header-close:hover{cursor:pointer}.masterstudy-alert__header-close:hover::after{color:#4d5e6f}.masterstudy-alert__text{display:flex;width:100%;font-size:14px;color:#4d5e6f;font-style:normal;font-weight:500;line-height:21px;margin-bottom:30px}.masterstudy-alert__actions{display:flex;width:100%;justify-content:flex-end;align-items:center}.masterstudy-alert__actions .masterstudy-button:last-child{margin-left:10px}.masterstudy-alert.masterstudy-alert_dark-mode .masterstudy-alert__wrapper{background:#171717}.masterstudy-alert.masterstudy-alert_dark-mode .masterstudy-alert__header-close{background:#2d2d2d}.masterstudy-alert.masterstudy-alert_dark-mode .masterstudy-alert__header-close::after{color:rgba(255,255,255,.5)}.masterstudy-alert.masterstudy-alert_dark-mode .masterstudy-alert__header-close:hover::after{color:rgba(255,255,255,.7)}.masterstudy-alert.masterstudy-alert_dark-mode .masterstudy-alert__header-title{color:#fff}.masterstudy-alert.masterstudy-alert_dark-mode .masterstudy-alert__text{color:rgba(255,255,255,.7)}@media (max-width:1600px){.masterstudy-alert.masterstudy-alert_open .masterstudy-alert__wrapper{bottom:25%}}@media (max-width:576px){.masterstudy-alert{background:0 0}.masterstudy-alert__wrapper{width:100%;height:100%;left:0;bottom:-100%;border-radius:0;box-shadow:none;-webkit-transform:none;transform:none}.masterstudy-alert.masterstudy-alert_open .masterstudy-alert__wrapper{bottom:0}}