.masterstudy-alert{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;transition:.3s;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;z-index:99999}.masterstudy-alert.masterstudy-alert_open{opacity:1;visibility:visible}.masterstudy-alert.masterstudy-alert_open .masterstudy-alert__wrapper{-webkit-transform:translateY(0);transform:translateY(0)}.masterstudy-alert__wrapper{display:flex;flex-direction:column;width:500px;max-height:600px;overflow:hidden;background:#fff;border-radius:10px;box-shadow:0 20px 40px 0 rgba(0,0,0,.25);transition:.2s;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out;-webkit-transform:translateY(100%);transform:translateY(100%)}.masterstudy-alert__container{display:flex;flex-direction:column;position:relative;height:100%;padding:30px;overflow-y:auto}.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:576px){.masterstudy-alert{height:100%}.masterstudy-alert__wrapper{width:100%!important;max-width:100%!important;height:100%;max-height:100%;border-radius:0}}body.rtl .masterstudy-alert__actions .masterstudy-button:last-child{margin-right:10px;margin-left:0}