@keyframes pulse{0%{transform:scale(.1,.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2,1.2);opacity:0}}@keyframes loading-pulse{0%{transform:translate(-50%,-50%) scale(.1,.1);opacity:0}50%{opacity:1}100%{transform:translate(-50%,-50%) scale(1.2,1.2);opacity:0}}@keyframes rotate360{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.masterstudy-bundle-select{display:flex;top:0;left:0;right:0;bottom:0;position:fixed;background:rgba(0,0,0,.3);opacity:0;visibility:hidden;transition:.3s;z-index:99999}.masterstudy-bundle-select.masterstudy-bundle-select_show{opacity:1;visibility:visible}.masterstudy-bundle-select.masterstudy-bundle-select_show .masterstudy-bundle-select__block{transform:translateX(0)}.masterstudy-bundle-select__loader{display:none;width:100%;height:100%;justify-content:center;align-items:center;padding:20px;margin:0;position:absolute;top:0;left:0;z-index:3;background:#fff}.masterstudy-bundle-select__loader.masterstudy-bundle-select__loader_show{display:flex}.masterstudy-bundle-select__loader-body{display:flex;width:45px;height:45px;border-radius:50%;border:4px solid var(--accent-100);position:relative;animation:rotate360 1s linear infinite;margin:auto}.masterstudy-bundle-select__loader-body::after{display:flex;content:"";position:absolute;top:-7px;right:-7px;width:25px;height:25px;border-radius:50%;background:#fff}.masterstudy-bundle-select__content{display:flex;flex-direction:column;width:100%;height:100%;overflow-y:auto;position:relative}.masterstudy-bundle-select__content::-webkit-scrollbar{width:5px}.masterstudy-bundle-select__content::-webkit-scrollbar-thumb{background:var(--accent-100);border-radius:0}.masterstudy-bundle-select__content::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}.masterstudy-bundle-select__content::-webkit-scrollbar-track{background:#eef1f7;border-radius:0}.masterstudy-bundle-select__block{display:flex;flex-direction:column;width:600px;max-width:600px;height:100%;padding:0;background:#fff;position:absolute;right:0;top:0;bottom:0;transform:translateX(100%);transition:transform .4s ease;box-shadow:0 20px 40px 0 rgba(0,0,0,.25)}.masterstudy-bundle-select__header{display:flex;align-items:center;width:100%;padding:20px;border-bottom:1px solid #dbe0e9}.masterstudy-bundle-select__search{display:flex;align-items:center;width:100%;padding:18px 20px;border-bottom:1px solid #dbe0e9}.masterstudy-bundle-select__search input.masterstudy-bundle-select__input{display:flex;width:100%;height:40px;padding:9px 55px 9px 12px;align-items:center;border-radius:4px;border:1px solid #dbe0e9;background:#fff;outline:0;box-shadow:none;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#4d5e6f;position:relative}.masterstudy-bundle-select__search input.masterstudy-bundle-select__input::-moz-placeholder{color:#b3bac2}.masterstudy-bundle-select__search input.masterstudy-bundle-select__input::placeholder{color:#b3bac2}.masterstudy-bundle-select__search input.masterstudy-bundle-select__input:focus{outline:0;box-shadow:none;border-color:var(--accent-100)}.masterstudy-bundle-select__search-wrapper{display:flex;width:100%;position:relative}.masterstudy-bundle-select__search-button{display:flex;width:40px;height:40px;position:absolute;top:0;right:0;justify-content:center;align-items:center;z-index:2}.masterstudy-bundle-select__search-button::before{display:flex;font-family:stmlms;font-style:normal;font-variant:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;text-transform:none;content:var(--stmlms-icon-search);font-size:16px;color:#808c98;transition:.3s}.masterstudy-bundle-select__search-button:hover{cursor:pointer}.masterstudy-bundle-select__search-button:hover::before{color:var(--accent-100)}.masterstudy-bundle-select__limit{display:flex;font-size:16px;line-height:normal;font-weight:500;white-space:nowrap;color:#808c98;margin-top:-5px}.masterstudy-bundle-select__title{display:flex;flex-direction:column;font-size:24px;font-style:normal;font-weight:500;line-height:normal;color:#001931;margin-left:20px;margin-right:auto}.masterstudy-bundle-select__back{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;background:#eef1f7;border:none;border-radius:4px;outline:0;margin:0;padding:0;text-decoration:none;color:#808c98;transition:.2s;position:relative;overflow:hidden}.masterstudy-bundle-select__back::before{font-family:stmlms;font-style:normal;font-variant:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-decoration:none;text-transform:none;content:var(--stmlms-icon-back);font-size:12px;line-height:normal;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:.3s}.masterstudy-bundle-select__back:hover{cursor:pointer;color:#4d5e6f}.masterstudy-bundle-select__courses{display:flex;width:100%;flex-direction:column}.masterstudy-bundle-select__courses .masterstudy-bundle-course{padding:10px 20px}.masterstudy-bundle-select__courses .masterstudy-bundle-course__price,.masterstudy-bundle-select__courses .masterstudy-bundle-course__title{-webkit-user-select:none;-moz-user-select:none;user-select:none}.masterstudy-bundle-select__courses .masterstudy-bundle-course:hover{cursor:pointer}.masterstudy-bundle-select__courses-empty{display:flex;width:100%;padding:10px 20px;font-size:16px;line-height:normal;font-weight:400;color:#001931}.masterstudy-bundle-select__footer{display:flex;width:100%;padding:10px 20px;border-top:1px solid #dbe0e9}.masterstudy-bundle-select__footer .masterstudy-button{margin-left:auto}.masterstudy-bundle-select__load{display:flex;width:100%;justify-content:center;margin:auto 0 20px}.masterstudy-bundle-select__load .masterstudy-button{margin-top:20px}body.admin-bar .masterstudy-bundle-select{top:32px}body.masterstudy-bundle-select-body-hidden{overflow:hidden}@media (max-width:782px){body.admin-bar .masterstudy-bundle-select{top:46px}}@media (max-width:767.98px){.masterstudy-bundle-select__block{display:flex;flex-direction:column;width:100%;max-width:100%}body.admin-bar .masterstudy-bundle-select{top:0}}