*{outline: 0;}
*, ul, li, br, div, form, input, select, hr, h1, h2, h3, h4, h5, h5, span, a, body, html, img {margin: 0;padding: 0; border: none; }
ul li{list-style-type:none;}

.clr, .clr5, .clr10, .clr20 {  height: 0; clear: both; font-size:0; overflow: hidden; line-height:0; }
.clr20{height:20px;}
.clr10{height:10px;}
.clr5{height:5px;}
.clearfix:after{content:"";float:none;display:block;height:0;clear:both;}
strong{font-weight:bold;padding:2px 0px;}
.hidden{display:none;}
.radius3{-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.radius4{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius: 4px;}
.radius6{-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.radius12{-webkit-border-radius: 12px;-moz-border-radius: 12px;border-radius: 12px;}
h1, h2, h3, h4, h5 {color: #4F4F4F;font-family: 'Roboto', sans-serif;}
h1{font-weight: 500;font-size: 36px;line-height: 40px;}
h2{font-size:2.813em;	font-weight:bold;	line-height: 54px;}
h3{
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #000000;
}
h4{font-size:1.375em;font-weight:bold;line-height: 26px;}

.align-left{text-align:left;}

a, a:visited {color:#4F4F4F;text-decoration: none;}
a:hover {text-decoration: none;color:#000;}


body{
  height:100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
html{
  height: -webkit-fill-available;
}

html, body {font-family: 'Roboto', 'Open Sans', sans-serif; color: #4F4F4F;text-align: left;font-size:16px;background: #fff;overflow-x:hidden;}
html.no-scroll, body.no-scroll{position: fixed;overflow: hidden; width: 100%;}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #9A2F58;
  border: 0px none #ffffff;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #9A2F58;
}
::-webkit-scrollbar-thumb:active {
  background: #9A2F58;
}
::-webkit-scrollbar-track {
  background: #fbfcfc;
  border: 0px none #ffffff;
  border-radius: 10px;
}
::-webkit-scrollbar-track:hover {
  background: #fbfcfc;
}
::-webkit-scrollbar-track:active {
  background: #fbfcfc;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

body.page-zoom-75{zoom:75%;}
body.page-zoom-125{zoom:125%;}
body.page-zoom-150{zoom:150%;}

textarea, input{font-family: 'Open Sans', sans-serif;font-size:16px;border-radius: 0;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    font-size:16px;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #DADEE3;
  border-radius: 21px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 21px;
  background: #5786FF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #DADEE3;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #DADEE3;
  border-radius: 21px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 21px;
  background: #5786FF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #DADEE3;
  border: 0px solid #000000;
  border-radius: 42px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #DADEE3;
  border: 0px solid #000000;
  border-radius: 42px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px #000000;
  border: 0px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 21px;
  background: #5786FF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #DADEE3;
}
input[type=range]:focus::-ms-fill-upper {
  background: #DADEE3;
}
.toleft { display: block; float: left; }
.toright { display: block; float: right; }
.fl{float:left;}
.fr{float:right;}
.bold { font-weight:bold; }
.normal { font-weight:normal; }
.centered { text-align: center; }
.small { font-size:10px; }
.middle { font-size:11px; }
.large { font-size:0.750em;font-weight:bold; }
.top-right { position: absolute; top: 0; right: 0; }
.top-left { position: absolute; top: 0; left: 0; }

.loading-window{
  width:100%;text-align:center;max-width:360px;margin:0 auto;display:none;
}
.loading-window .intro-text{
  display:block;padding:57px 20px;box-sizing:border-box;line-height:19px;font-size:14px;color:#828282;max-width:214px;margin: 0 auto;
}
.loading-window .intro-logo{
  display:block;padding:89px 0 0 0;max-width:282px;margin: 0 auto;
}
.wrap-content{padding:0px;min-height: calc(100% - 226px);width:100%;box-sizing:border-box;/*max-width:640px;*/display:flex;margin:0 auto; position:relative;}
.worksheet-content{/*min-height: calc(100% - 54px - 100px);*/position:fixed;top:54px;left:0;right:0;bottom:100px;height:auto;min-height:auto;z-index:9;}
.main-content-intro{width:100%;padding:0 20px;box-sizing:border-box;max-width:380px;margin:0 auto; position:relative;}
.wrap-content.worksheet{padding:0px 0px 0px 0px}
.slide-content{padding: 28px  25px;width:100%;box-sizing:border-box;height: 80vh;max-height:549px;position:relative; }
.slide-window{                                               /* url(/images/svg/slide-intro-bg.svg) no-repeat center */
  text-align:center;box-sizing:border-box;background: #FFFFFF;box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);padding: 51px 36px;
  max-height:549px;
  letter-spacing: 0px;
  text-align: center;
  color: #18224C;
  position:absolute;
  left:28px;
  top:25px;
  bottom:45px;
  right:28px;
  opacity:0;
  font-family: 'Roboto';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
}
.slide-window img{max-width:100%;}
.slide-window:first-of-type{opacity:1;}
.slide-navig{display: flex;width:auto;z-index:9;position:absolute;text-align:center;bottom:0px;left:0px;right:0px;}
.slide-navig ul{position:relative;margin: 0 auto;}
.slide-navig ul li.slider{left:0;right:30px;background:#A0A3BD;position:absolute;transition:all 0.2s linear;}
.slide-navig ul li{height: 8px;
  width: 16px;
  border-radius: 4px;
  background: #EFF0F7;margin: 0 4px;display:inline-block;cursor:pointer;
}
.slide-btn{display:flex;width:auto; justify-content: center;}
.slide-btn a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #A5ADBA;

}
.slide-btn a.btn{padding: 12px 16px;}
.slide-btn .intro-close{display:none;}
.slide-btn .btn .intro-close{display:block;}
.slide-btn .btn .intro-skip{display: none;}

.select-profile-type , .select-webpage-type{height: 100vh;max-height:640px;box-sizing:border-box; text-align:center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select-profile-type > div, .select-webpage-type > div{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select-webpage-type .webpage-type-option{display :flex; flex-direction: row;justify-content: space-between;}

.select-webpage-type .webpage-type-option .disabled{opacity: 0.4}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .main-content-intro{
    height:auto;
    height: -webkit-fill-available;
  }

/*  .main-content.worksheet{
    height:auto;
    min-height: 100%;
    padding-bottom:0px;
    box-sizing:border-box;
    min-height: -webkit-fill-available;
  }*/
  .select-profile-type, .wrap-content:not(.worksheet-content){
    height:auto;
    min-height: 100%;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
  }


}

.select-profile-type h1{padding:0; /*63px 0 58px 0;*/}


.select-profile-type .profile-type{/*padding: 0 0 19px 0;*/text-align:center;}
.select-profile-type .profile-type.disabled-profile-type{opacity: 0.4;}
.select-profile-type .profile-type a{display:flex; flex-direction: column;align-items: center;  }
.select-profile-type .profile-type .select-profile-type-icon{border: 5px solid #fff;border-radius: 16px;text-align:center;display: flex;justify-content:center;}
.select-profile-type .profile-type a:hover .select-profile-type-icon{border: 5px solid rgba(81, 230, 156, 0.2);}
.select-profile-type .profile-type .select-profile-type-icon svg{display:block;}
.select-profile-type .profile-type .select-profile-type-title{padding: 14px 0 19px 0;font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 20px;}

.login-profile{text-align:center;}
.login-profile .btn.submit{padding: 12px 16px;width:100%;}
.login-profile-icon{padding: 36px 0 0 0;}
.login-profile-welcome{
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.5px;
  color: #223263;
  padding: 8px 0 0 0;
}
.login-profile-welcome span{
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #9098B1;
  display:block;
  padding: 0 0 13px 0;
}
.login-form-divider{position:relative;border-top:1px solid #EBF0FF;margin: 30px 0 30px 0;}
.login-form-divider span{padding: 0 25px;position:absolute;left:50%;bottom:-50%;background:#fff;transform: translate(-50%, 50%);
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #9098B1;
}
.login-form-options a.btn{display:flex; flex-direction: row;  align-content: center; align-items: center; background:none; border:1px solid #EBF0FF;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #9098B1;
  padding: 4px 0px 4px 0px;
  justify-content: flex-start;
}
.login-form-options a.btn:hover{border: 1px solid rgba(30, 46, 87, 0.9);color: #1E2E57;background:none;}
.login-form-options a.btn span{display:flex; flex:0 0 30%; text-align:center; justify-content: center; align-content: center; align-items: center; }

.login-btn-container .btn{width:100%;}
.custom-input-container,.custom-input-container-file{
  font-size: 16px;
  color:#09101D;
  margin:0 0 20px 0;
  position:relative;
  box-sizing:border-box;
}
.custom-input-content{
  background: #F4F6F9;
  border-radius: 8px;
  border: 2px solid #F4F6F9;
  width:100%;height:100%;
  box-sizing:border-box;
  display:flex;
  height:48px;
  position:relative;
}
.custom-input-container.active.focusin .custom-input-content{background:#fff;border-color:#5786FF;}
.custom-input-container .custom-input-content{background:#fff;/*border-color:#858C94;*/}
.custom-input-container.active .custom-input-content{background:#fff;border-color:#858C94;}
.custom-input-container label{position:absolute;bottom:14px;left:13px;

font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: rgb(30, 46, 87, 0.8);

    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: all .3s cubic-bezier(0.4,0,0.2,1);
    transition: all .3s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition-property: color,bottom,transform;
    transition-property: color,bottom,transform;
}
.custom-input-container.active label{
  -webkit-transform: scale(.75) translateY(-34px);
  transform: scale(.75) translateY(-34px);
  background:#fff;
  padding: 0 9px 0 4px;
  color:#5786FF;
}
.custom-input-container.active,
.custom-input-container-file{border-color:#5786FF;}
.custom-input-container.error, .custom-container.error select{border:2px solid #ED1C25;}
.custom-input-container span,.custom-input-container-file span{color:#ED1C25;font-size:16px;padding-left:3px;line-height:11px;}
.custom-input-container input,.custom-input-container textarea,.custom-input-container-file input, .custom-input-container  select{display:block;border:none;padding:12px 12px;height:20px;line-height:24px;font-size:16px;color: rgb(30, 46, 87, 0.8);
  flex-grow: 1;
  flex-shrink: 1;
  background: none;
  font-weight:600;
  border-radius:6px;
  font-family: 'Source Sans Pro', sans-serif;
  background-color: transparent;
}

.custom-input-container.active input{position:relative;bottom:0;display:block;}
.custom-input-container-file input{bottom:0;}
.custom-input-container-file span{font-weight:400;font-size: 16px;color: #B0AB9C;}

.custom-input-content.textarea{
  height:auto;
}
.custom-input-container textarea{
  height:64px;
  resize: none;
}
.custom-input-container .custom-input-content.textarea label{
  bottom:auto;
  top:20px;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: rgb(30, 46, 87, 0.8);
}
.custom-input-container.active .custom-input-content.textarea label{
  -webkit-transform: scale(.75) translateY(-50px);
  transform: scale(.75) translateY(-50px);
}

.custom-input-tooltip{
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: rgb(9, 16, 29, 0.6);
  text-align:left;
  padding: 0 0 0 16px;
}
.custom-input-message{
  background: #EDF9F0;
  border-radius: 8px;
  padding: 6px 40px;
  text-align:left;
  display:none;
}
.custom-input-message.warning{display:block;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #DA1414;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 0px 0px;
  background: #FEEFEF url(/images/svg/warning-icon.svg) no-repeat 16px center;
}
.custom-input-message.success{display:block;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #287D3C;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  margin: 0px 0px;
  background: #EDF9F0 url(/images/svg/success-icon.svg) no-repeat 16px center;
}
.agre-terms{
  font-size: 9px;
  line-height: 12px;
  color: #061938;
}
.agre-terms .container-custom-checkbox{
  display:flex;
  align-items: center;
}
.agre-terms .container-custom-checkbox a{font-weight: bold;}
.agre-terms .container-custom-checkbox span{color:#ED1C25;font-size:16px;}

.to-register-options{padding: 14px 0 0 0;}
.to-register-options a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #9098B1;
  display:block;
}
.to-register-options a.to-register{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #40BFFF;
}

a.btn,
button.btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 10px 48px 10px 48px;
  background: rgba(21, 25, 30, 1);
  border-radius: 3px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 8px 0px;
  cursor: pointer;
  box-sizing: border-box;
}
a.btn:hover,
button.btn:hover{
  background:rgba(21, 25, 30, 1);
}
a.btn-transparent,
a.btn.cancel,
button.btn.cancel,
button.btn-transparent{
    background:#fff;
    color:#40BFFF;
    border:2px solid #40BFFF;
    padding: 10px 0px 10px 0px;
}
a.btn-transparent:hover,
a.btn.cancel:hover,
button.btn-transparent:hover,
button.btn.cancel:hover{
    background:rgba(21, 25, 30, 1);
    color:#fff;
}
button.btn{
  text-align:center;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.login-btn-container.loading-btn button{display:none;}
.login-btn-container.loading-btn{display:block;height:48px;margin: 8px 0px;background:url(/images/loader-login.svg?v=1) no-repeat center;}

.header-wrap{background: #51E69C;position:relative;touch-action: none;}
body.shop .header-wrap{background:#fff;}
body.cart-details .header-wrap{box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);}
body.student .header-wrap{background:#7DD0F4;}
body.parent .header-wrap{background:#6554C0;}
body.teacher.page-portfolio .header-wrap,
body.student.page-portfolio .header-wrap{background:#FFFFFF;}
.header-wrap.header-wrap-worksheet{background: rgba(255, 255, 255, 1);position:relative;touch-action: none;height:54px;width:100%;position:fixed;top:0;left:0;z-index:2;}

.save-action-box{display: none}
.save-action .header-wrap.header-wrap-worksheet,
.save-action .navigation-worksheet-tools-switch,
.save-action .design-objects{
    display: none;
}
.save-action .save-action-box{display: block;}
.save-action .worksheet-content,
.save-action .navigation-content.navigation-worksheet-tools{top:0;}

.close-save-action{
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
}
.close-save-action .close-btn{
    display: flex;
    cursor:pointer;
    justify-content: space-between;
    align-items: center;
}
.save-action-content{
    border-top: 1px solid #C3CBD5;
    padding:18px 20px;
}
.save-action-content ul{
    padding: 40px 0;
    border-top: 1px solid #C3CBD5;
    margin-top:30px;
}
.save-action-content ul li{
    display: flex;
    align-items: center;
    padding-bottom:10px;
}
.save-action-content ul li svg{
    padding-right:8px;
}

.save-action-content .btn{
    width:100%;
    display: flex;
    background:#9A2F58;
    color:#fff;
    flex-direction: row;
    align-items: center;
    margin-bottom:10px;
}

.header-worksheet-tools-block{display:flex;height:54px;width:100%;align-content: center; align-items: center;justify-content: space-around;}

.header-worksheet-tools-block .header-worksheet-home{width: 250px;flex: 0 0 250px; justify-content: flex-start;display:flex;align-content: center; align-items: center;}
.header-worksheet-tools-block .header-worksheet-home .worksheet-last-saved{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 0 28px;
}
.header-worksheet-tools-block .header-worksheet-tools{flex: 1; justify-content: center;text-align:center;display:flex;}
.header-worksheet-tools-block .header-worksheet-save{width: 230px;display:flex;flex: 0 0 230px;justify-content: flex-end; }

.header-worksheet-tools-block .header-worksheet-save .submit-worksheet{
  padding: 7px 21px;
  background: rgb(81, 230, 156, 0.7);
  border-radius: 23px;
  cursor:pointer;
  color: rgb (30, 46, 87, 0.6);
  text-align:center;
  justify-content: center;
  display:flex;
  align-items: center;
}
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet:hover{
  background: #51E69C;
  color: #1E2E57;
}
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate{display:flex;float:left;flex: 0;margin-right:10px;background:#51E69C;}
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate{padding:0;color:#1E2E57;}
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate label{padding:3px 21px 3px 3px; display:flex;align-items: center;cursor:pointer;}
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate .switch{margin-right:14px;}

.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate .switch {
  position: relative;
  display: inline-block;
  flex: 0 0 56px;
  width: 56px;
  height: 32px;
}

/* Hide default HTML checkbox */
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #5E38BA;
  -webkit-transition: .4s;
  transition: .4s;
}

.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate input:checked + .slider {
  background-color: #18C56E;
}
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate input:focus + .slider {
  box-shadow: 0 0 1px #18C56E;
}
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
/* Rounded sliders */
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate .slider.round {
  border-radius: 34px;
}
.header-worksheet-tools-block .header-worksheet-save .submit-worksheet.rate .slider.round:before {
  border-radius: 50%;
}


.header-worksheet-tools-cotainer{min-width:20px;margin:0 10px;display:flex; flex-grow: 0;padding: 0px; }
.header-worksheet-tools-cotainer > div{height:24px;cursor:pointer;padding: 0 4px;display:flex; align-items: center;}
.header-worksheet-tools-cotainer .edit.preview-worksheet,
/*.header-worksheet-tools-cotainer .edit.download-worksheet,*/
.header-worksheet-tools-cotainer .edit.redo-worksheet,
.header-worksheet-tools-cotainer .edit.undo-worksheet
{display: none;}
.header{padding: 0 16px;box-sizing:border-box;margin: 0 auto;display:flex;}

.header-worksheet-tools-cotainer .btn{background:#fff;color: #15191E;}
.header-worksheet-tools-cotainer .btn.btn-active,
.header-worksheet-tools-cotainer .btn:hover{background:#15191E;color:#fff;}


.header-tools-profile{display:flex; flex-direction: row-reverse;}
.header-tools{display:flex;height:80px;align-content: center; align-items: center; flex-direction: row-reverse; }
.header-tools .switch-pages-profile-btn{flex: 1 1;}
.header-tools .switch-pages-profile-btn .switch-pages{display: none;}
.header-tools .switch-pages-profile-btn a{display: block;height: auto;}
.header-tools .switch-pages-profile-btn a svg{display: block;}
.header-tools > * {flex: 0 0 auto;padding-left:16px;width:24px;height:24px;}
.header-tools a{display:inline-block;height:24px;}
.page-portfolio .header-tools a.new-notifications svg circle{fill:#51E69C}
.header-tools .header-profile-image{display:none;height:28px;width:28px;border-radius:50px;padding:0;}
.header-tools .header-back-btn{display:none;padding: 0 0 0 16px;box-sizing:border-box;position:absolute;left:0;top:0;height:60px;width:100%;justify-content: flex-start; align-items: center;background:#51E69C;}

.shop-cart.active-cart{cursor:pointer;}
.cart-back-btn a{display: flex;align-items: center; align-content: center;
  font-weight: bold;
  font-size: 25.2961px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #293854;
}
.cart-back-btn a svg{padding-right: 45px;}

.header-tools-nav{flex-grow: 1;display:flex; align-items: flex-end; }
.header-tools-nav ul li{display:inline-block;}
.header-tools-nav ul li a{
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #545D69;
  padding: 9px 48px;
  display:block;
  margin-bottom:2px;
}

.header-tools-nav ul li a:hover, .header-tools-nav ul li a.active{color: #1E2E57;border-bottom:2px solid #1E2E57;margin:0;}

body.parent .header-tools-nav ul li a{color:#FFFFFF;}
body.parent .header-tools-nav ul li a:hover, body.parent .header-tools-nav ul li a.active{border-bottom:2px solid #FFFFFF;}
body.parent .header-tools svg path{fill:#FFFFFF;}

.header-back-btn-show.mobile-view .header-tools .header-back-btn{display:flex;}
.header-back-btn-show.mobile-view .header-tools :last-child {
    flex: 0;
    justify-content: flex-start;
    text-align: left;
}
.header-back-btn-show .header-tools a{float:left;}

.header-profile{display: flex;}
.header-profile{display: flex;align-items: center;position:relative;transition: height 0.4s linear;}
.switch-pages{cursor: pointer;}
.header-profile-image{width:56px;height:56px;padding: 12px 12px 12px 12px;}
.header-profile-image a{display:block;border-radius: 10px;overflow:hidden;}
.header-profile-image a img{width:100%;height:100%;display:block;}
.header-profile-image svg{width:100%;height:100%;}
.header-profile-hello{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 105%;
    color: #1E2E57;
    padding:0;
}
.header-profile-hello b{font-weight:400;}
.header-profile-hello span{
  display:block;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 105%;
  color: #1E2E57;
  padding: 6px 0 0 0;
}
.header-profile-footer{display:none;transition: height 0.4s linear;background:#fff;border-radius: 0 40px 0 0 ;height:40px;z-index:0;position:absolute;left:0;bottom:0;right:0;}
body.parent .header-profile-hello,
body.parent .header-profile-hello span{color:#fff;}


.navigation-content{width:219px;min-width:219px;background: #6554C0;position:relative;transition:all 0.4s linear;overflow-x: hidden;}
.navigation-content.navigation-worksheet-properties,
.navigation-content.navigation-worksheet-tools{overflow: visible;}
body.student .navigation-content{background:#1E2E57;}
body.student.student-worksheet .navigation-content{background:#fff;}
body.parent .navigation-content{background:#1E2E57;}
body.teacher.page-portfolio .navigation-content,
body.student.page-portfolio .navigation-content{background:#789DED;}
.navigation-content.navigation-worksheet-tools{width:330px;background:#fff;z-index: 2;transition:all 0.4s linear;}
.navigation-content.navigation-worksheet-tools.collapsed .design-objects .design-objects-content{}
.navigation-content.collapsed{width:55px;min-width:55px;}
.navigation-content.collapsed ul ul{display:none;}
.navigation-content.collapsed .navigation-content-switch{
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  transition:all 0.4s linear;
}
.navigation-content.collapsed .left-navigation ul li a div.menu-name{}
.navigation-content-switch{position:absolute;top:29px;right:14px;cursor: pointer;}


.navigation-content.navigation-worksheet-tools.collapsed{}

.navigation-content.navigation-worksheet-tools{
  position: fixed;
  right: 0px;
  top: 54px;
  bottom:100px;
  width:100%;
  max-width:530px;
  z-index: 2;
  min-height:auto;
  transition: all 0.4s linear;
}
.navigation-content.navigation-worksheet-tools.collapsed{left:100%;}
.navigation-worksheet-tools-switch{/*left:0;top:auto;bottom:10px;z-index:2;*/}
.mobile-view .navigation-content.navigation-worksheet-tools:not(.collapsed) .navigation-worksheet-tools-switch{
    width:100%;
    position: fixed;
    top:0;
    left:0;
    right:0;
    height:60px;
    z-index:3;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
}


.navigation-content.navigation-worksheet-properties{width:330px;background: #EBECF0;z-index: 2;transition:all 0.4s linear;}


.navigation-content.navigation-worksheet-properties .reminder-image-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.navigation-content.navigation-worksheet-properties .reminder-image-list > div{
  width: calc(33.33% - 20px);
  height: 60px;border-radius: 10px;overflow:hidden;
  padding: 0px;
  margin: 10px;
  box-sizing:border-box;
  position:relative;
  border: 2px solid #D6E4EC;
}
.navigation-content.navigation-worksheet-properties .reminder-image-list > div span{
  position:absolute;right:0;top:0;
  background: #fff url('/images/svg/btn-delete-worksheet.svg') no-repeat center;
  background-size: contain;
  width:16px;
  height:16px;
  cursor: pointer;
}
.navigation-content.navigation-worksheet-properties .reminder-image-list > div img{
  width: 200%;
  cursor: pointer;
}
.reminder-image-popup{width:100%;}
.reminder-image-popup img{width:100%;}

.navigation-content.navigation-worksheet-properties .dropzone {text-align:center;min-height:165px;}
.navigation-content.navigation-worksheet-properties .dropzone .dz-message{}
.navigation-content.navigation-worksheet-properties .dropzone .dz-preview{margin: 0 auto;}

.navigation-content.navigation-worksheet-properties input[type=text],
.navigation-content.navigation-worksheet-properties textarea,
.navigation-content.navigation-worksheet-properties .RitchTextEditor .ql-editor,
.navigation-content.navigation-worksheet-properties .dropzone.dz-clickable{
    background: #FFFFFF;
    border: 2px solid #D6E4EC;
    color: rgba(30, 46, 87, 0.3);
    box-sizing: border-box;
    border-radius: 8px;padding: 12px 16px;
    width:100%;box-sizing:border-box;
    resize: vertical;
    font-size:16px;
}
.navigation-content.navigation-worksheet-properties input[type=text]:focus,
.navigation-content.navigation-worksheet-properties textarea:focus,
.navigation-content.navigation-worksheet-properties .RitchTextEditor .ql-editor:focus,
.navigation-content.navigation-worksheet-properties .dropzone.dz-clickable{
    border: 2px solid #5786FF;
    color: #09101D;
}
.navigation-content.navigation-worksheet-properties .dropzone.dz-clickable{
  border-style: dotted
}
.navigation-content.navigation-worksheet-properties input[type=text].shape-text-input{display:block;text-align:center;width:100px;margin: 0 0 20px 0;}

.navigation-content{/*position:absolute;left:0;top:0;*/z-index:2;}
.navigation-content.navigation-worksheet-properties{position:fixed;left:0px;right:auto;z-index:2;top:54px;bottom: 100px;width:100%;max-width:330px;background: #fff;transition: all 0.4s linear;}
.navigation-content.navigation-worksheet-properties.collapsed{left:-330px;}
.navigation-content.navigation-worksheet-properties .navigation-worksheet-properties-switch{/*right:0px;top:10px;left:auto;*/white-space: nowrap;}


.navigation-content.navigation-worksheet-properties.collapsed .navigation-worksheet-properties-switch{
    display: none;
}



.custom-menu-textbox{position:relative;}
.design-toolbar-properties .custom-menu {
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
    display:none;
}
.design-toolbar-properties .custom-menu li {
    padding: 8px 12px;
    cursor: pointer;
    background: #FFF;
    min-height:auto;
    border:none;
}
.design-toolbar-properties .custom-menu li:hover {
    background-color: #40BFFF;
    color:#fff;
}
#keyboard{display:none;}
.ui-widget .keyboard_math{display:flex; margin: 0 auto; justify-content: center; flex-direction: row; flex-wrap: wrap; }
.ui-widget .keyboard_math input{
    font-size: 24px;
    line-height: 18px;
    text-align: center;
    height: 42px;
    width: 42px;
    padding: 0;
    margin: 0;
    outline: none;
    flex: 1 0 42px;
    cursor:pointer;
    border:1px solid silver;
}

.ui-widget .keyboard textarea{height:300px;
	background: #FFFFFF;
    border: 2px solid #5786FF;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 16px;
    width: calc(100% - 20px);
    box-sizing: border-box;
    resize: vertical;
    font-size: 16px;
    margin:10px;
}
.ui-widget .keyboard .btn{max-width:200px;margin:0 auto 10px auto;padding: 16px 12px;}

.ql-mathjax svg{width:auto !important;height: auto !important;display: inline !important;}


.navigation-content.navigation-worksheet-properties .evaluation{display:none;padding: 22px 0 0 0;}
.navigation-content.navigation-worksheet-properties .auto-rate-on .evaluation{display:block;}
.navigation-content.navigation-worksheet-properties .manual-evaluation{padding: 20px 0;}
.navigation-content.navigation-worksheet-properties .manual-evaluation .evaluation-inputs{padding: 0 0 20px 0;}
.navigation-content.navigation-worksheet-properties .auto-rate-on .manual-evaluation{display: none;}
.navigation-content.navigation-worksheet-properties .evaluation .evaluation-title{text-align:center;display:flex;font-size:11px;font-weight:700;}
.navigation-content.navigation-worksheet-properties .evaluation .evaluation-title div{flex: 1 1 50%;padding:4px;}
.navigation-content.navigation-worksheet-properties .evaluation .evaluation-inputs{display:flex; flex-direction: column; width:100%;}

.navigation-content.navigation-worksheet-properties .evaluation .evaluation-inputs .evaluation-input{display:flex; width:100%;}
.navigation-content.navigation-worksheet-properties .evaluation .evaluation-inputs .evaluation-input div{flex: 1 1 25%;padding:4px;position:relative;}
.navigation-content.navigation-worksheet-properties .evaluation .evaluation-inputs .evaluation-input div .evaluation-crossword-number{position:absolute;left:1px;top:1px; color:#fff;font-size:12px;}
.navigation-content.navigation-worksheet-properties .evaluation input {width:100%;padding: 4px 8px;text-align:center}
.navigation-content.navigation-worksheet-properties .evaluation input.answer {background: #AAAAAA;border: 2px solid #AAAAAA;
    border-radius: 4px;
    color: #fff;
    text-align: center;
}
.navigation-content.navigation-worksheet-properties .evaluation .evaluation-inputs .evaluation-input.evaluation-totals{
  font-weight: bold;
  text-align:center;
}

.navigation-content.navigation-worksheet-properties .evaluation .evaluation-inputs .evaluation-input div.evaluation-input-dragable img,
.navigation-content.navigation-worksheet-properties .evaluation .evaluation-inputs .evaluation-input div.evaluation-input-dragable svg{
  width:40px;
  height:auto;
}

.navigation-content.navigation-worksheet-properties .chart-properties{padding: 22px 0 0 0;}
.navigation-content.navigation-worksheet-properties .chart-properties .chart-properties-title{display:flex;font-size:16px;font-weight:bold;}
.navigation-content.navigation-worksheet-properties .chart-properties .chart-properties-title div{flex: 1 1 25%;padding:4px;}
.navigation-content.navigation-worksheet-properties .chart-properties .chart-properties-inputs{display:flex; flex-direction: column; width:100%;}

.navigation-content.navigation-worksheet-properties .chart-properties .chart-properties-inputs .chart-properties-input{display:flex; width:100%;}
.navigation-content.navigation-worksheet-properties .chart-properties .chart-properties-inputs .chart-properties-input > div{flex: 1 1 50%;padding:4px;position:relative;}
.navigation-content.navigation-worksheet-properties .chart-properties .chart-properties-inputs .chart-properties-input div.delete,
.navigation-content.navigation-worksheet-properties .chart-properties .chart-properties-title div.delete-false,
.navigation-content.navigation-worksheet-properties .chart-properties .chart-properties-inputs .chart-properties-input div.delete-false{flex: 0 0 30px;padding: 4px; display: flex; align-items: center; justify-content: center; }
.navigation-content.navigation-worksheet-properties .chart-properties .chart-properties-inputs .chart-properties-input div.delete div{display: flex; align-items: center; justify-content: center; cursor: pointer; }
.navigation-content.navigation-worksheet-properties .chart-properties input {width:100%;padding: 4px 8px;text-align:center}


.navigation-content.navigation-worksheet-properties .question-settings.chart-pie .axis{display: none;}

.navigation-content.navigation-worksheet-properties input[type=radio]{margin: 0 10px 0 0;}
.navigation-worksheet-properties-switch,
.navigation-worksheet-tools-switch{display:flex; gap:10px; justify-content: center; align-items: center; position:absolute;top:10px;left: calc(100% + 20px);/*width:118px;*/height:44px;background: rgba(240, 242, 244, 1);cursor: pointer;transition:all 0.4s linear;padding: 0 8px;box-sizing:border-box;}
.navigation-worksheet-tools-switch{left:auto;z-index:1;}
.navigation-worksheet-tools-switch{left:-128px;top:10px;;}

.mobile-view .navigation-worksheet-tools-switch{
    /*display: none;*/
}
.mobile-view .navigation-content.navigation-worksheet-tools:not(.collapsed){
    right:0;
    /*left:100%;*/
}
.mobile-view .design-side{
    right:0;
}

.navigation-content.collapsed .navigation-worksheet-properties-switch svg,.navigation-content.collapsed .navigation-worksheet-tools-switch svg{
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    transition:all 0.4s linear;
}

#menu-icon {
  width: 23px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0D1C32;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#menu-icon span:nth-child(1) {
  top: 0px;
}

#menu-icon span:nth-child(2),#menu-icon span:nth-child(3) {
  top: 6px;
}

#menu-icon span:nth-child(4) {
  top: 12px;
}

/* opened */
.navigation-content:not(.collapsed) #menu-icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navigation-content:not(.collapsed) #menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-content:not(.collapsed) #menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-content:not(.collapsed) #menu-icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


.design-toolbar{padding: 32px 46px 260px 36px;box-sizing:border-box;overflow-y: auto;max-height: 100%;min-height:100%;}

.design-toolbar .design-toolbar-properties .btn{width:100%;}

.design-toolbar .task-skills{display:flex; flex-direction: row;width:100%;flex: 1 1 0px;overflow:hidden; }
.design-toolbar .task-skills .task-skill-item{flex: 1 1 0px;cursor:pointer;}
.design-toolbar .task-skills .task-skill-item .pressed{display:none;}
.design-toolbar .task-skills .task-skill-item.option-checked .pressed{display:block;}
.design-toolbar .task-skills .task-skill-item.option-checked .default{display:none;}
.design-toolbar .task-skills .task-skill-item input{display:none;}
.design-toolbar .task-skills .task-skill-item svg{width:100%;}

.time-range p {
    font-family:"Arial", sans-serif;
    font-size:14px;
    color:#333;
}
.time-range .ui-slider-horizontal {
    height: 4px;
    clear: both;
    margin: 28px auto 20px auto;
    background: rgba(153, 153, 153, 0.2);
    border-radius: 1.86886px;
    border:none;
}

.time-range .ui-slider {
    position: relative;
    text-align: left;
}
.time-range .ui-widget.ui-widget-content{border:none;}
.time-range .ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 100%;
}
.time-range .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    height: 4px;
    font-size: .7em;
    display: block;
    background: #4C95FF;
    border-radius: 1.86886px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.time-range .ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #F9FBFA;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #C7CED6), color-stop(100%, #F9FBFA));
    background-image: -webkit-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -moz-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: -o-linear-gradient(top, #C7CED6, #F9FBFA);
    background-image: linear-gradient(top, #C7CED6, #F9FBFA);
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -moz-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.6), 0 -1px 0 1px rgba(0, 0, 0, 0.15) inset, 0 1px 0 1px rgba(255, 255, 255, 0.9) inset;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.time-range .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: default;
    border: none;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 1.49509px 7.47544px rgba(60, 80, 111, 0.05);
}
.time-range .ui-slider .ui-slider-handle:after {
    content:"";
    display:none;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    top: 50%;
    margin-top: 0px;
    left: 50%;
    margin-left: 0px;
    background: #FFFFFF;
    box-shadow: 0px 1.49509px 7.47544px rgba(60, 80, 111, 0.05);
}
.time-range .ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    margin-left: -6px;
}
.time-range .ui-slider a:focus {
    outline:none;
}

.slider-range {
  width: 90%;
  margin: 0 auto;
}
.time-range {
  width: 100%;
  height:80px;
}

.slider-range .slider-time-wrap{position:absolute;top:-30px;margin-left:-12px;width:26px;height:23px;background:url(/images/svg/worksheet/tools/slider-time.svg) no-repeat center;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #333333;
}

.slider-range label {
    position: absolute;
    width: 20px;
    margin-left: -10px;
    text-align: center;
    margin-top: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 8.97053px;
    line-height: 9px;
    color: #999999;

}



.design-toolbar-properties ul li {width:100%;min-height:30px;background:silver;border-bottom:1px solid #fff;
    background: #DADEE3;
    border-radius: 5px;
    border-color: #DADEE3;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 8px;
    margin: 0 0 4px 0;
    cursor: move;
}

.design-toolbar-properties ul li svg{height:24px;width:auto;display: block;}
.design-content{display:flex; width:100%;height:calc(100% - 0px);position:relative;overflow:hidden;}

.design-toolbar .design-toolbar-properties .question-title-input{padding: 0 0 22px 0;}

.design-toolbar .design-toolbar-properties .question-title-input .container-custom-checkbox{height:auto;}

.design-toolbar .design-toolbar-properties .question-title-input .select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.design-toolbar .design-toolbar-properties .question-title-input .select select {
        font-family: 'Arial';
        display: inline-block;
        width: 100%;
        cursor: pointer;
        padding: 10px 15px;
        outline: 0;
        border: 0px solid #000000;
        border-radius: 4px;
        background: #F4F5F7;
        color: #7b7b7b;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }
.design-toolbar .design-toolbar-properties .question-title-input .select select::-ms-expand {
            display: none;
        }
.design-toolbar .design-toolbar-properties .question-title-input .select select:hover,
.design-toolbar .design-toolbar-properties .question-title-input .select select:focus {
            color: #000000;
            background: #cccccc;
        }
.design-toolbar .design-toolbar-properties .question-title-input .select select:disabled {
            opacity: 0.5;
            pointer-events: none;
        }
.design-toolbar .design-toolbar-properties .question-title-input .select_arrow {
    position: absolute;
    top: 8px;
    right: 16px;
    width: 6px;
    height: 6px;
    border: solid #7b7b7b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.design-toolbar .design-toolbar-properties .question-title-input .select select:hover ~ .select_arrow,
.design-toolbar .design-toolbar-properties .question-title-input .select select:focus ~ .select_arrow {
    border-color: #000000;
}
.design-toolbar .design-toolbar-properties .question-title-input .select select:disabled ~ .select_arrow {
    border-top-color: #cccccc;
}

.design-toolbar .design-toolbar-properties .question-title-input .select-row-col{display:flex;flex-direction: row; align-items: center; align-content:center;margin: 0 0 15px 0;}
.design-toolbar .design-toolbar-properties .question-title-input .select-row-col .select{width:90px;}
.design-toolbar .design-toolbar-properties .question-title-input .select-row-col .row-col-title{padding-left:10px;}
.design-toolbar .design-toolbar-properties .question-title-input .select-row-col .row-col-title h3{padding:0px;}

.design-toolbar .design-toolbar-properties .question-title-input .text-editor-tip{font-size:16px;font-weight:bold;}

.design-toolbar h3{font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1E2E57;
    padding: 0 0 12px 0;
}

.design-toolbar-properties #textBox ul,
.gridwrap .worksheet-task-item.resize-drag-content .text-editor ul,
.design-toolbar-properties #textBox ol,
.gridwrap .worksheet-task-item.resize-drag-content .text-editor ol{padding: 10px 0 10px 0px ;}
.design-toolbar-properties #textBox ul li,
.gridwrap .worksheet-task-item.resize-drag-content .text-editor ul li{position:relative;background:none;border:none; list-style-type: disc;padding-left:14px;min-height:auto;}
.design-toolbar-properties #textBox ol li,
.gridwrap .worksheet-task-item.resize-drag-content .text-editor ol li{background:none;border:none; ;padding-left:0px;min-height:auto;}

.design-toolbar-properties #textBox ul li:before {
    content: "";
    position:absolute;
    left: 0px;
    top: 8px;
    padding:0px;
    background: #313338;
    display:inline-block;
    width:6px;height:6px;border-radius:6px;
}

.design-toolbar .design-toolbar-properties .properties-tool.text-formating{height:auto;display:flex;flex-direction:row;-webkit-flex-wrap: nowrap;flex-wrap: nowrap;margin: 0 0 22px 0;
    border: none;
    box-sizing: border-box;
    padding: 0px;
}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating .ql-container.ql-snow{
    border:none;
}
.ql-snow .ql-tooltip{
    left:0px !important;
    top:0px !important;
    width:100%;
    height:100%;
}
.design-toolbar .design-toolbar-properties .ql-snow .ql-tooltip{
    transform: none;

    background: #FFFFFF;
    border: 2px solid #D6E4EC;
    color: rgba(30, 46, 87, 0.3);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 12px 8px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}
.design-toolbar .design-toolbar-properties .mathquill4quill-mathquill-input{width:140px;}

.design-toolbar .design-toolbar-properties .mathquill4quill-history-container{
    width:100%;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.design-toolbar .design-toolbar-properties .mathquill4quill-operator-button {
    padding: 5px;
    margin:0;
    width: 25%;
}
.design-toolbar .design-toolbar-properties .history-formula-container{
    height: calc(100% - 200px);
    display: flex;
    flex-direction: column;
}
.design-toolbar .design-toolbar-properties .mathquill4quill-history-button{
    width:100%;
}

.design-toolbar .design-toolbar-properties .properties-tool.text-formating > div{flex: 1 1;position:relative;}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating > div button{width:100%;height:0px;padding-top:100%;cursor:pointer; background-position: center;/*background-repeat: no-repeat;background-size: contain;*/}


.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.bold button{background-image: url(/images/svg/worksheet/textformating/bold.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.bold button:hover{background-image: url(/images/svg/worksheet/textformating/bold.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.italic button{background-image: url(/images/svg/worksheet/textformating/italic.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.italic button:hover{background-image: url(/images/svg/worksheet/textformating/italic.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.underline button{background-image: url(/images/svg/worksheet/textformating/underline.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.underline button:hover{background-image: url(/images/svg/worksheet/textformating/underline.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.textcolor button{background-image: url(/images/svg/worksheet/textformating/textcolor.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.textcolor button:hover{background-image: url(/images/svg/worksheet/textformating/textcolor.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.textsize button{background-image: url(/images/svg/worksheet/textformating/textsize.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.textsize button:hover{background-image: url(/images/svg/worksheet/textformating/textsize.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.bullet button{background-image: url(/images/svg/worksheet/textformating/bullet.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.bullet button:hover{background-image: url(/images/svg/worksheet/textformating/bullet.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.ordered button{background-image: url(/images/svg/worksheet/textformating/ordered.svg);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.ordered button:hover{background-image: url(/images/svg/worksheet/textformating/ordered.svg);}


.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.formula button{background-image: url(/images/svg/worksheet/textformating/formula.svg?v=12);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.formula button:hover{background-image: url(/images/svg/worksheet/textformating/formula.svg?v=12);}


.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.align button{background-image: url(/images/svg/worksheet/textformating/align.svg?v=12);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.align button:hover{background-image: url(/images/svg/worksheet/textformating/align.svg?v=12);}



.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.fontfamily button{background-image: url(/images/svg/worksheet/textformating/fontfamily.svg?v=4);}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating div.fontfamily button:hover{background-image: url(/images/svg/worksheet/textformating/fontfamily.svg?v=4);}


.design-toolbar .design-toolbar-properties .properties-tool.text-formating .ql-size-options,
.design-toolbar .design-toolbar-properties .properties-tool.text-formating .ql-fontfamily-options,
.design-toolbar .design-toolbar-properties .properties-tool.text-formating .ql-align-options{
  position:absolute;left:0;top:40px;z-index:99;
  display:none;
}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating .ql-size-option,
.design-toolbar .design-toolbar-properties .properties-tool.text-formating .ql-fontfamily-option,
.design-toolbar .design-toolbar-properties .properties-tool.text-formating .ql-align-option{
  width:32px;height:32px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display:flex;
  justify-content:center;
  align-items:center;
  cursor:pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1E2E57;
}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating .ql-fontfamily-option{
  width: auto;
  padding: 0px 6px;
  justify-content: flex-start;
}
.design-toolbar .design-toolbar-properties .properties-tool.text-formating .ql-size-option:hover,
.design-toolbar .design-toolbar-properties .properties-tool.text-formating .ql-fontfamily-option:hover,
.design-toolbar .design-toolbar-properties .properties-tool.text-formating .ql-align-option:hover{
    /*background: #1E2E57;*/
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    color:#fff;
}

/* The switch - the box around the slider */
.switch-container{width:100%;}
.switch-container label{display:flex;width:100%; align-items: center;}
.switch-container .switch-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #1E2E57;
    width:100%;
}

.switch-container .switch {
  position: relative;
  display: inline-block;
  flex: 0 0 56px;
  width: 56px;
  height: 32px;
}

/* Hide default HTML checkbox */
.switch-container .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #9098A1;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-container .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch-container input:checked + .slider {
  background-color: #40BFFF;
}
.switch-container input:focus + .slider {
  box-shadow: 0 0 1px #40BFFF;
}
.switch-container input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
/* Rounded sliders */
.switch-container .slider.round {
  border-radius: 34px;
}
.switch-container .slider.round:before {
  border-radius: 50%;
}

.profile-settings .switch-container{padding: 0px 0 20px 0;}
.profile-settings .switch-container .switch-title{font-weight: normal}

.design-toolbar .question-settings .question-item{margin: 0 0 22px 0;}
.design-toolbar .question-settings .question-options{display:flex;padding: 0 0 4px 0;}

.design-toolbar .question-settings .question-options .answer-option{
    background: #FFFFFF;
    border: 1px solid rgba(11, 95, 255, 0.5);
    box-sizing: border-box;
    border-radius: 2px;
    width:44px;height:44px;
    flex: 0 0 44px;
    cursor:pointer;
}
.design-toolbar .question-settings .question-options .answer-option.sort-sequence-option{background: #A5ABB3;border:none;border-radius: 36px;overflow:hidden;}
.design-toolbar .question-settings .question-options .answer-option.sort-sequence-option input{border:none;background:none;border-radius: 36px;color: #FFFFFF;}
.design-toolbar .question-settings .question-options .answer-option.option-checked{background: url(/images/svg/checkbox.svg) no-repeat center;}
.design-toolbar .question-settings .question-options .answer-option-delete,
.design-toolbar .dragable-settings .dragable-option-items .delete-dragable-group{background: #DADEE3;border-radius: 36px;width:44px;height:44px;margin: 0 0 5px 0px;display:flex;justify-content: center; align-items: center;cursor:pointer; }
.design-toolbar .question-settings .question-options .answer-option-delete svg path,
.design-toolbar .dragable-settings .dragable-option-items .delete-dragable-group svg path{fill:#200E32;}
.add-answer-option-item .btn,
.add-dragable-group .btn{height:44px;background: #51E69C;border-radius: 5px;padding:0;}
.add-answer-option-item .btn svg{height:22px;}


.design-toolbar .dragable-settings .group-details-item{padding: 0 0 10px 0;margin: 0 0 10px 0;border-bottom: 1px dotted silver;}

.add-new-dragable-group-item{
  display: flex;
  width:100%;
  padding: 10px 0;
  align-items: center;
}
.add-new-dragable-group-item button{background:none;display: block;cursor:pointer;}
.add-new-dragable-group-item .custom-select{flex:1;padding: 0 10px 0 0;}




.left-navigation{padding-top:84px;}
.navigation-worksheet-tools .left-navigation{height:100%;padding:0;/*padding-top:50px;height:calc(100% - 50px)*/}
.left-navigation ul li a{width:100%;/*height:44px;*/box-sizing: border-box;padding: 4px 0 4px 16px; display:flex;color:#fff; align-content: center; align-items: center; }
.left-navigation ul li a div{padding: 0 17px 0 0;/*height:24px;*/}
.left-navigation ul li a .menu-name{width:100%;display:flex;color:#fff;justify-content: space-between; align-content: center; align-items: center; }
.left-navigation ul li a .menu-name .unread{display:flex;align-items: center;
  background: #51E69C;
  border-radius: 10px;
  justify-content: center;
  text-align:center;
  padding: 0 10px;
}
.left-navigation ul li a div svg path{fill:#fff;fill-opacity:1; }
.left-navigation ul ul{padding-left:10px;}
.left-navigation ul li.drop-down-arrow .drop-down{transform: scale(-1);padding: 0 0px 0 0;}

.main-content{display:flex; flex-direction: column;flex-grow: 1;}
.main-content.worksheet{background: rgba(225, 229, 234, 1);}
.admin .main-content.worksheet{
    padding: 0px 0 0 0;
}
.admin .worksheet-content{
    bottom:0;
    position:relative;
    min-height: calc(100% - 54px);
}
.admin .navigation-content.navigation-worksheet-tools{bottom:0;}

.admin .design-wrap{
    padding: 40px;
}
.admin .add-product-top h1{
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: -0.025em;
    text-align: center;
    color:#000;
    padding:0 0 40px 0;
}
.admin .add-product-top .add-product-steps{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.admin .add-product-top .add-product-steps .step-current{
    display: flex;
    padding: 0 10px;
    align-items: center;
}
.admin .add-product-top .add-product-steps .step-current .arrow{
    display: flex;
}
.admin .add-product-top .add-product-steps .step-current .active{
    color:#9A2F58;
    font-weight:600;
}
.admin .add-product-top .add-product-steps .step-current div{
    padding: 0 10px;
}
.admin .add-product-container,
.admin .add-3d-model{
    border: 1px solid #C3CBD5;
    background:#FFFFFF;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    padding:20px;
    box-sizing: border-box;

}

.admin .add-product-container .designs-list{
    padding:20px 0;
}
.admin .add-product-container .designs-list .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;

}
.admin .add-product-container .designs-list .row.even{
  border: 1px solid #E7EAEE;
  background: #F9FAFB;
  border-radius:3px;
}
.admin .add-product-container .designs-list .row div {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  padding:10px;
}
.admin .add-product-container .designs-list .row div:first-child,
.admin .add-product-container .designs-list .row div:last-child,
.admin .add-product-container .designs-list .row .row-checkbox{
    flex: 0 0 50px;
    text-align:center;
}
.admin .add-product-container .designs-list .row .btn{
    padding:1px 4px;
    margin:0;
    font-size:12px;
}
.admin .add-product-container .designs-list .row .btn.btn-secondary{

}
.admin .add-product-container .designs-list .row .btn.delete-product{
    background: #9A2F58;
}

.add-product-container .dropzone-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    flex-wrap: wrap;
    margin: 0px -0px;
    gap: 30px;
    align-content: flex-start;
    position: relative;
    margin:40px 0;
}
.dropzone-container .dropzone-container-col{


}

.add-3d-model .model-uplaod-container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.add-3d-model .model-uplaod-container .dropzone-container{
    width:280px;
}

.sides_3dmodel{
    display: flex;
    justify-content: center;
    gap:80px;
    padding: 80px 0;
    position:relative;
}
.sides_3dmodel .sides_3d_model_preview{
    display: flex;
    flex-direction: column;
}
.sides_3dmodel .sides_3d_model_preview .sides_3d_model_canvas_container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sides_3dmodel .sides_3d_model_preview .sides_3d_model_preview_btn{
    display: flex;
    flex-direction: row;
    gap:20px;
}
.sides_3dmodel .sides_3d_model_preview .sides_3d_model_preview_btn .btn{
    padding: 4px 8px;
}
.sides_3dmodel .sides_3d_model_sides_list,{
    display: flex;
    flex-direction: column;

}
.sides_3dmodel .sides_3d_model_items{
    display: flex;
    flex-direction: row;
    gap:40px;
    padding:20px 0;
}
.sides_3dmodel .sides_3d_model_items .sides_3d_model_item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dropzone .upload{
    /*position:relative;*/
}

.dropzone,
.dropzone-container-col.product-side .image-content{
    background: #FCFCFC;
    /* Makertech/Text */
    border: 1px solid #9A2F58;
    box-sizing: border-box;
    border-radius: 8px;
    padding-top:100%;
    margin: 0 0 20px 0;
    position:relative;
    overflow:hidden;
}
.images-content-uploaded.uploaded-product-images{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.del-image{
    position:absolute;
    right: 10px;
    top:10px;
    cursor: pointer;
}
.images-content-uploaded.uploaded-product-images img{
    object-fit: cover;
    width:100%;
    height:100%;
}
.dropzone-container-col.product-side .product-size-name{
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.025em;
    text-align: left;
}
.dropzone-container-col.product-side .product-size-name input{
    border: 1px solid #C3CBD5;
    width:100%;
    box-sizing:border-box;
    padding: 10px 16px;
    color:#15191E;
}
.dropzone-container-col.product-side .product-size-btn{
    display: flex;
    justify-content: space-between
}
.dropzone-container-col.product-side .product-size-btn .btn{
    background: #F0F2F4;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    color:#15191E;
    padding: 10px 5px;
}
.product-side-tmp{display: none;}
.dropzone.has-image{padding:0;}
.dropzone.has-image img{display: block; width:100%;height:100%;}

.dropzone.has-image .image-content{position:absolute;padding:0;border-radius:6px;overflow:hidden;display: flex;height: 100%;}


.dropzone{display: flex;position:relative;  flex-direction: column}
.dropzone .upload{
    position:absolute;
    left:0;top:0;right:0;bottom:0;
    z-index:1;
    padding:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    line-height: 30px;
    cursor:pointer;
}
.dropzone .upload .dz-message span{
    display: flex;align-items: center;
    justify-content: center;
    flex-direction: row;
    position:relative;
    padding:10px;
    border-radius:8px;
    overflow:hidden;
    color: #9A2F58;;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

.dropzone .upload .dz-message span.tip-allowed-images{font-size:12px;color:#000;font-weight: 600;}
.dropzone .upload .dz-message span .bg{
    position:absolute;
    background:#fff;
    left:0;top:0;right:0;bottom:0;
    opacity:0.4;
    display: none;
}



.page-portfolio .main-content.worksheet{background: #fefefe;}
.main-content-body{display:flex;height: calc(100% - 80px);}
.main-content-body aside{flex: 0 0 380px;background: #FAFBFC;padding-bottom:80px;}
.main-content-body .main-content-sections{flex: 1 1;}
body.shop .main-content-body .main-content-sections{/*max-width:980px;*/}
.main-content-body .main-content-sections-content{width:100%;max-width:980px;margin: 0 auto;}

.storage-view .main-content-body{flex-direction: column;max-width: 640px;}
.storage-view .frontpage-worksheets{padding: 0;}

.storage-view .frontpage-worksheets .btn-add-worksheet{bottom:auto;left:auto;right:0;transform: none;top: -8px;}
.storage-view .storage-worskheets.storage-worskheets-folders{display: none;}
.main-classroom-summary{padding: 20px 0 0 0;position:relative;}

.journal-students-list{max-width:640px;margin:0 auto;}
.journal-students-list .select-wrap{padding:0 0 20px 0;/*display:flex; flex-shrink: 1;*/}
.journal-students-list .journal-students-list-item{display:flex;flex-direction: row;  align-items: center;margin:10px 0; background: #FFFFFF;box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);border-radius: 10px;}
.journal-students-list .journal-students-list-item div{display:flex;padding:12px 14px;}
.journal-students-list .journal-students-list-item .journal-students-list-item-name{ flex: 1 1;color:#1E2E57;padding-left:0;}
.journal-students-list .journal-students-list-item .journal-students-list-item-delete{display: none;flex: 0 0 16px;box-sizing:border-box; justify-content: center; }


.container-custom-radio {
  display: block;
  position: relative;
  padding-left:16px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.container-custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #40BFFF;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-custom-radio:hover input ~ .checkmark {
  background-color: #40BFFF;
}

/* When the radio button is checked, add a blue background */
.container-custom-radio input:checked ~ .checkmark {
  background-color: #0B5FFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
}

/* Show the indicator (dot/circle) when checked */
.container-custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-custom-radio .checkmark:after {
 	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.container-custom-radio input:checked ~ .checkmark:after{background-color: #0B5FFF;}


/* Customize the label (the container) */
.container-custom-checkbox {
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align:left;
  height: 16px;
}

/* Hide the browser's default checkbox */
.container-custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container-custom-checkbox .checkmark {
  position: absolute;
  top: 1px;
  left: 4px;
  height: 16px;
  width: 16px;
  background: #FFFFFF;
  /* Action Primary / Disabled */
  border: 1px solid rgba(11, 95, 255, 0.5);
  box-sizing: border-box;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.container-custom-checkbox:hover input ~ .checkmark {
  background-color: #FFFFFF;
}


/* When the checkbox is checked, add a blue background */
.container-custom-checkbox input:checked ~ .checkmark {
  background-color: #40BFFF;
  border: 1px solid #40BFFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-custom-checkbox .checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-content-body .worksheet-storage{display:flex;flex-direction:row; height:200px; max-width:640px; align-items: center; align-content: center;color: #22215B;}
.main-content-body .worksheet-storage .storage-info{display:flex;flex-direction: column; justify-content: flex-start;padding:0 50px 0 0; }
.main-content-body .worksheet-storage .storage-info .free-storage{
    font-weight: 900;
    font-size: 30px;
    line-height: 116%;
    padding: 8px 0;
}
.main-content-body .worksheet-storage .storage-info-descr{padding: 0 0 0 50px;display:flex;}
.main-content-body .worksheet-storage .storage-section-color{width:10px;height:10px;margin-top:4px;border-radius:10px;}
.main-content-body .worksheet-storage .storage-section-title{padding: 0 0 0 10px;color: rgba(34, 33, 91, 0.6);}
.main-content-body .worksheet-storage .storage-section-title span{display:block;color:#22215B;padding: 0 0 8px 0;}


.main-content-body .worksheet-storage .storage-chart{position:relative;width:160px;height:160px;overflow:hidden;}
.main-content-body .worksheet-storage .storage-chart #storage-chart-container{width:160px;height:160px;}

.storage-worskheets{max-width:640px;margin: 0 0 13px 0;width:100%;}

.storage-worskheets.storage-folders{border-bottom: 1px solid rgba(30, 46, 87, 0.4);padding: 0 0 22px 0;}

.storage-worskheets .worskheets-list-items > * {
  margin: 18px 0 0 18px;
}
.storage-worskheets .worskheets-list-items{display: inline-flex;
  flex-wrap: wrap;
  margin: 0px 0 0 -18px;
  width: calc(100% + 18px);
}
.storage-worskheets .worskheets-list-items .storage-worskheets-item{width: calc(16.66% - 18px);text-align:center;font-size: 11px;
  line-height: 17px;
  text-align: center;
  color: #000000;
}
.storage-worskheets .worskheets-list-items .storage-worskheets-item a{display:block;}
.storage-worskheets.storage-folders .worskheets-list-items .storage-worskheets-item a{color: #1E2E57;font-weight: bold;display:block;}
.storage-worskheets .worskheets-list-items .storage-worskheets-item a img{width:100%;display:block;}

.new-folder input{background: #F4F6F9;padding: 15px 16px;border-radius: 8px;color: #1E2E57;width:100%;box-sizing:border-box;}
.new-folder h3{color: #1E2E57;padding: 25px 0 0 0;}
.new-folder .new-folder-btn{ display: flex;justify-content: space-around;padding: 0 0 28px 0;}
.new-folder .new-folder-btn .btn{padding: 8px 12px;}
.new-folder .new-folder-btn .btn.new-folder-cancel{background: none;border: 2px solid #40BFFF;color: #40BFFF;padding: 8px 12px;}
.new-folder .folder-icons{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;padding: 10px 0 40px 0;}
.new-folder .folder-icons .new-folder-icon{cursor: pointer;padding: 2px;width:25%;box-sizing:border-box;}
.new-folder .folder-icons.dragable-icons .new-folder-icon{padding:10px;width:20%;}
.new-folder .folder-icons .new-folder-icon svg{width:100%;height:auto;}
.new-folder .folder-icons .new-folder-icon input{display:none;}
.new-folder .folder-icons .new-folder-icon label{display: block;cursor: pointer;}
.empty-list{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(30, 46, 87, 0.4);
  display: flex;
  height: 100%;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.worksheets-selected-subject{
  background: #51E69C;
  display:flex;
  align-items:center;
  align-content: center;
  padding: 18px 0;
}
.worksheets-selected-subject a{display:block;margin: 0 36px 0 20px;}

.shop-heading{
  background: #51E69C;
  border-radius: 23px;
  height: 176px;
  margin: 45px 50px -96px 50px;
}
.shop-heading h1{
  font-size: 40px;
  line-height: 36px;
  /* or 90% */
  padding: 20px 20px;
  display: flex;
  align-items: center;

  /* White */

  color: #FFFFFF;
}
.shop-subjects{margin: 0 70px;
background: #5243AA;
border-radius: 20px;
padding: 30px;

}
.shop-subjects .shop-subject-items > * {
  margin: 18px 0 0 18px;
}
.shop-subjects .shop-subject-items{display: inline-flex;
  flex-wrap: wrap;
  margin: 0px 0 0 -9px;
  width: calc(100% + 18px);

}
.shop-subjects .shop-subject-items.thematic-plan{flex-direction: column;}
.shop-subjects .shop-subject-items .shop-subject-item{width: calc(25% - 18px);background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  /* Fluffy / Elevation 1 */

  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  display:flex;
  align-items: center;
}
.shop-subjects .shop-subject-items .shop-subject-item.no-worksheets{opacity: 0.6;}
.shop-subjects .shop-subject-items .shop-subject-item a{
  display:flex;
  align-items: center;
  width:100%;
}
.shop-subjects .shop-subject-items .shop-subject-item-icon{padding:14px;display:block;}
.shop-subjects .shop-subject-items .shop-subject-item-icon svg{display: block;}

.shop-subjects .shop-subject-items .custom-select{
    width:100%;
    max-width:320px;
    margin:40px auto 0 auto;
}

.lesson-item{display: flex;color:#fff;align-items: center;}
.lesson-item .lesson_number{background: #51E69C;border-radius:50%;width: 32px;height:32px;flex: 1 1 36px;display: flex;color:#fff;align-items: center;justify-content: center;}
.lesson-item .container-custom-checkbox{margin-bottom:0;}

.lesson-item .lesson-info{flex:1 1 100%;}
.lesson-item .lesson-info .ql-toolbar.ql-snow{background:#fff;}
.lesson-item .lesson-info textarea{width:100%;color:#000;height:80px;padding:10px;}

.lesson-info .ql-editor{background:#fff;color:#000;font-size:16px;}

.thematic-plan .btn{padding-left:20px;padding-right:20px;float:right;}

.thematic-plan-container{background: #6554C0;}

.thematic-plan-msg,
.thematic-plan-info{color:#fff;}
.thematic-plan-msg h3,
.thematic-plan-info h3,
.thematic-plan h2{color:#fff;font-size:18px;}

.thematic-plan-info h2{color:#fff;font-size:18px;}

.thematic-plan-msg .formatedtext ul li:before {
    content: "";
    position:absolute;
    left: 0px;
    top: 12px;
    padding:0px;
    background: #fff;
    display:inline-block;
    width:6px;height:6px;border-radius:6px;
}
body.shop .header-tools-nav{align-items: center;}

.btn-add-worksheet{position:fixed;right:20px;bottom:40px;}
.mobile-view .btn-add-worksheet{display:block;}

.add-worksheet-to-shop .add-workseet-steps-container{padding: 0 22px;}
.add-worksheet-to-shop.page-worksheets .add-workseet-steps-container{padding: 0px;}
body.worksheet-details.add-worksheet-to-shop .add-workseet-steps-container{padding: 0;}
body.worksheet-details.add-worksheet-to-shop .custom-dialog.ui-dialog .ui-dialog-content{padding: 0;}
body.worksheet-details.add-worksheet-to-shop .custom-dialog.ui-dialog{padding: 0;border-radius: 20px;overflow:hidden;}
body.worksheet-details.add-worksheet-to-shop .custom-dialog.ui-dialog > .ui-widget-header{position:absolute;left:0;top:4px;right:0;padding:0;z-index:9999999;}
body.worksheet-details.add-worksheet-to-shop .custom-dialog.ui-widget-content,
body.worksheet-details.add-worksheet-to-shop .modal-content{background: none;}

.add-worksheet-to-shop.mobile-view .header-wrap{display:none;}
.add-worksheet-to-shop.mobile-view .btn-back{display:none;}

.add-workseet-steps .btn-back-arrow{display:none;position:absolute;top:19px;left:19px;}

.add-worksheet-to-shop.mobile-view .btn-back-arrow{display:block;}

.add-workseet-steps{display:flex;justify-content: center; align-items: center;}

body.publish .add-workseet-steps{
background: #ffffff url(/images/svg/worksheet/worksheet-details-bg.jpg) no-repeat center;
background-size: cover;
border-radius: 24px 24px 0 0;
padding: 0px 80px;
padding-bottom: 29%;
position:relative;
}

.btn-add-to-cart{display: flex; justify-content: center;padding: 40px 0;}
body.cart-details .btn-add-to-cart{display: none;}
.btn-add-to-cart button{
background: #40BFFF;
border-radius: 8px;
width:100%;max-width:319px;
}

.add-worksheet-to-shop.mobile-view .add-workseet-steps-container{padding: 140px 0 0 0;;}
.add-worksheet-to-shop.mobile-view.publish .add-workseet-steps-container{padding: 130px 0 0 0;;}
.add-worksheet-to-shop.mobile-view .add-workseet-steps{z-index:1;position:absolute;left:0px;right:0px;top:0;background: #5243AA;border-radius: 0px 0px 20px 20px;height:85px; padding-top:40px; }

.add-worksheet-to-shop .add-workseet-steps .steps-title{font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  padding: 0 48px;
  position:absolute;
  left:40%;
  top:50%;
  transform: translateY(-50%);
}
.add-worksheet-to-shop .add-workseet-steps .steps-title .subject{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #F2F2F2;
  opacity: 0.6;
}
.add-worksheet-to-shop .add-workseet-steps-info{
  background: #F4F5F7;
  border-radius: 0px 0px 20px 20px;
  display:flex;
  align-content: center;
  box-sizing:border-box;
  padding:10px 10px 14px 10px;
  height:100px;
  z-index:0;
  align-items: flex-end; align-content: flex-end;
  margin: 0 22px;
}
.add-worksheet-to-shop.mobile-view .add-workseet-steps-info{margin:0;}

.add-worksheet-to-shop .add-workseet-steps-info div{flex: 0 0 50%;text-align:center;}
.add-worksheet-to-shop .add-workseet-steps-info div.price{
  font-weight: 500;
  font-size: 29px;
  line-height: 32px;
  color: #6554C0;
}
.add-worksheet-to-shop .task-count-time{
  display:flex;
  align-content: center;
  box-sizing:border-box;
  margin: 30px 0 0 ;
  padding:20px 10px 20px 10px;
  border-top: 1px solid #F4F6F9;
}
.add-worksheet-to-shop .task-count-time div{flex: 1 1 50%;text-align:center;font-size:13px;line-height: 20px; color: #4F4F4F; align-content: center;align-items: center;}
.add-worksheet-to-shop .task-count-time div span{
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */

  text-align: center;
  display:block;
  color: #5243AA;
}


.add-worksheet-to-shop .task-skills{display:flex; align-items: center;padding:9px 0;}
.add-worksheet-to-shop .task-skills-items{display:flex;flex: 1 1; justify-content: flex-end;}
.add-worksheet-to-shop .task-skills-items .task-skill-item{width:30px;height:30px;}
.add-worksheet-to-shop .task-skills-items .task-skill-item svg{width:30px;height:30px;}

.add-worksheet-to-shop .task-skills-items .task-skill-item.level{width:27px;height:27;padding-left:4px;}
.add-worksheet-to-shop .task-skills-items .task-skill-item.level svg{width:27px;height:27px;}


.add-worksheet-to-shop .add-workseet-steps-info div.author{height:29px;display:flex; align-items: center;padding: 0 0 0 40px; background: url(/images/svg/shop/user.svg) no-repeat left center;
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1E2E57;
}
.add-workseet-steps .step{padding: 0 10px;z-index:1;position:relative;}
.add-workseet-steps .step:after{content:"";z-index:-1;position:absolute;bottom:50%;left:5px;right:5px;height:2px;background:#fff;}
.add-workseet-steps .step.chose:after{left:20px;}
.add-workseet-steps .step.publish:after{right:20px;}
.add-workseet-steps .step a, .add-workseet-steps .step svg{display:block;}

.add-workseet-steps-container .step-content{max-width:640px;margin: 0 auto;padding: 0 22px;}
.add-workseet-steps-container .step-content-container{display:flex; justify-content: center; text-align: center; flex-direction: column;
  display: flex;
  color: #1E2E57;
}
.add-workseet-steps-container .step-content-container .btn-container{width:100%;margin: 20px auto;display: flex;align-content: space-between;justify-content: space-between; flex-direction: row-reverse;}

.add-worksheet-to-shop.mobile-view .add-workseet-steps-container .step-content-container .btn-container{flex-direction: column;align-items: center;}
.add-workseet-steps-container .step-content-container .btn-container button.btn{
  background: #5E2EBA;
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  color: #FFFFFF;
  padding: 14px 21px;
}
.add-workseet-steps-container .step-content-container .btn-container .btn-transparent{
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: #394A64;
  padding: 14px 21px;
  border: 1px solid #DEE5EF;
  box-sizing: border-box;
  border-radius: 4px;
}
.add-workseet-steps-container .step-content-container .step-descr{padding:20px 0;}
.add-workseet-steps-container .preview{display: flex;justify-content: center; gap:12px;}
.add-workseet-steps-container .preview img{width:80px;}
.add-workseet-steps-container .step-content-container .step-chose-worksheet{margin: 0 auto;padding: 22px 0;text-align:center;width:100%;}
.add-workseet-steps-container .step-content-container .step-chose-worksheet.custom-select{max-width:320px;text-align:left;}
.add-workseet-steps-container .step-content-container .step-chose-worksheet textarea{
  width:100%;
  max-width: 320px;
  background: #F4F6F9;
  border-radius: 8px;
  resize: vertical;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
}
.add-workseet-steps-container .step-content-container .step-chose-worksheet.price input{
  border: 0.5px solid #7B8794;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;

}


.add-workseet-steps-container .step-content-container.is-free .step-chose-worksheet.btn-free-worskheet a .worksheet-free-fill {fill:#51E69C;fill-opacity:1;}
.add-workseet-steps-container .step-content-container.is-free .step-chose-worksheet.btn-free-worskheet a path {fill:#fff;}



.add-workseet-steps-container .step-content-container.is-free .step-chose-worksheet.price{display:none}
.add-workseet-steps-container .step-content-container .step-chose-worksheet.price input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  color: rgba(30, 46, 87, 0.2); /* Firefox */
}
.add-workseet-steps-container .step-content-container .step-chose-worksheet.price input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(30, 46, 87, 0.2);
}
.add-workseet-steps-container .step-content-container .step-chose-worksheet.price input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(30, 46, 87, 0.2);
}
.worksheet-from-storage .worksheet-from-storage-header{
  padding: 0 16px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  position:relative;
  z-index:1;
}

.worksheet-from-storage .top-header{
  background: #6554C0;
  border-radius: 0px 0px 20px 20px;
  width:100%;
  height:230px;
  display:flex;
  flex-direction: column;
  align-content: center;
  padding: 0 48px;
  margin-bottom:80px;
  color:#fff;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  position:relative;
  z-index:1;
}
.worksheet-from-storage .top-header span{
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgb(242,242,242,0.6);
  position:relative;
}

.worksheet-from-storage .sub-header{
  background: #F4F5F7;
  border-radius: 0px 0px 20px 20px;
  display:flex;
  align-content: center;
  box-sizing:border-box;
  padding:55px 10px 10px 10px;
  height:120px;
  position:absolute;
  bottom:0px;
  left:16px;
  right:16px;

}
.worksheet-from-storage .sub-header div{flex: 1 1 50%;text-align:center;font-size:13px;line-height: 20px;  align-content: center;align-items: center;}
.worksheet-from-storage .sub-header div span{
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height, or 140% */

  text-align: center;
  display:block;
  color: #5243AA;
}
.worksheet-from-storage section.main{
  font-size: 13px;
  line-height: 20px;
  padding:20px 40px;
  color: #1E2E57;
}
.worksheet-from-storage section.footer{
  margin:0 auto;
  font-size: 13px;
  line-height: 20px;
  padding:20px 20px 20px 20px;
  color: #1E2E57;
}
.worksheet-from-storage section.footer.give-task-details .custom-select{
  padding:0 0 20px 0;
}
#give-task-students-list h3{padding:0 0 20px 0;}
#give-task-students-list .journal-students{
  display: flex;
  flex-wrap: wrap;
}
#give-task-students-list .journal-students label{
  width:25%;
  box-sizing:border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.worksheet-from-storage section.footer input[type=text]{
  background: #7DD0F4;
  border-radius: 16.3043px 0px;
  color:#fff;
  padding: 10px 18px;
  box-sizing:border-box;
}

.worksheet-from-storage section.footer .dedline{display:flex;flex-direction: column; align-items: center; justify-content: center;padding:0 0 20px 0; }
.worksheet-from-storage section.footer .dedline input{margin-left:4px;width:170px;text-align:center;font-size:16px;}

.worksheet-from-storage .btn-wrap{
    max-width:180px;margin:0 auto;
}
.tempus-dominus-widget.light .date-container-days .dow {
    font-size: 12px !important;
}

.worskheets-large-list{width:100%;padding: 50px 20px;box-sizing:border-box;margin: 0 auto; }

.worskheets-large-list .tabs-nav {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 14px 0 0px 0;
    display:flex;
    border-bottom: 1px solid #DFE1E6;
}
.worskheets-large-list .tabs-nav li {
    display:flex; justify-content: center; align-content: center; align-items: center;
    padding: 0px;
    flex-grow: 1;
    flex-basis: 0;
}
.worskheets-large-list .tabs-nav .tab-active{

}
.worskheets-large-list .tabs-nav .tab-active a {
    cursor: default;
    position:relative;
}
.worskheets-large-list .tabs-nav .tab-active a:after{
    content:"";
    width:80%;
    height:3px;
    position:absolute;bottom:-2px;
    background: #1E2E57;
    border-radius: 2px;

}
.worskheets-large-list .tabs-nav a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1E2E57;
    display: flex;
    padding:8px 0;
    width:100%;
    justify-content: center; align-content: center; align-items: center;
}
.worskheets-large-list .tabs-nav a:hover{ cursor: pointer;}


.worskheets-large-list .tabs-stage {
  clear: both;
  padding: 0px 0;
  box-sizing:border-box;
  position: relative;
  height:calc(100% - 78px);
  overflow-y: auto;
}
.worskheets-large-list .tabs-stage > div{}
/*.left-navigation .tabs-stage .design-objects-items{ position: relative;overflow-y: auto;}*/
.worskheets-large-list .tabs-stage ul{padding:10px 0 10px 40px;}
.worskheets-large-list .tabs-stage ul li{list-style-type: circle; }
.worskheets-large-list .tabs-stage h2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #1E2E57;
  padding: 12px 22px;
}



.worskheets-large-list h3:last-of-type {padding-top:30px; }
.worskheets-large-list-content > * {
  margin: 20px 0 0px 20px;
}
.worskheets-large-list-content{
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0px 0 20px -20px;
  /*margin: 0px 20px 20px 0px;*/
  width: calc(100% + 0px);
}
.shop .worskheets-large-list-content{margin-left:0;}
.worskheets-large-list-item{
  background: #FFFFFF;
  box-shadow: 0px 0px 2px rgba(23, 43, 77, 0.04), 0px 3px 2px rgba(23, 43, 77, 0.08);
  border-radius: 8px;
  width: calc(50% - 20px);
  display:flex;
  overflow: hidden;
}
body.shop .worskheets-large-list-item{width: calc(33.33% - 20px);}
.worskheets-large-list-item-details{padding:16px;display:flex; flex-direction: column; flex-grow: 1;position:relative; }

.worskheets-large-list-item-details .delete-worksheet-from-shop{position:absolute;right:8px;top:8px;}

.worskheets-large-list-item-details h2 a {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    height:48px;width:100%;
    color: #1E2E57;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.worskheets-large-list-item-topic{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    color: #1E2E57;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding:5px 0;
}
.worskheets-large-list-item-subject{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: rgba(30, 46, 87, 0.7);
    padding:10px 0;
}
.worskheets-price{
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    /* identical to box height, or 154% */

    text-align: right;

    /* Primary / Primary 70% */

    color: rgba(30, 46, 87, 0.7);
}
.worskheets-large-list-item-btn{
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 11px;
    background: #FF8F73;
    border-radius: 10px 0px;
    color:#fff;
    position:absolute;bottom:10px;right:10px;
}
.worskheets-large-list-item-btn a{color:#fff;}
.worskheets-large-list-item-btn a:hover{color:#000;}
.worskheets-large-list-item-image img{display:block;}

.task-active .worskheets-large-list-item-btn{
    background:#56D1A8;
}

.mobile-view .worskheets-large-list.in-profile {padding: 20px 20px 0 20px;margin:0;}
.worskheets-large-list.in-profile .worskheets-large-list-item-details{padding: 11px;}
.worskheets-large-list.in-profile .worskheets-large-list-item-details h2 a{
     height:24px;
     color: #1E2E57;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.worskheets-large-list.in-profile .worskheets-rating{display:flex;padding:8px 0 4px 0;}
.worskheets-large-list.in-profile .worskheets-rating div{
  background: rgba(30, 46, 87, 0.1);
  border-radius: 5px 0px;
  width:13px;height:13px;
  margin-right:7px;
}
.worskheets-large-list.in-profile .worskheets-large-list-item-subject{padding:0px 0;display:flex;}
.worskheets-large-list.in-profile .worskheets-large-list-item-subject .price{flex: 1 1; text-align:right;font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: rgba(30, 46, 87, 0.7);
}
.worskheets-large-list.in-profile .worskheets-large-list-item-subject .price .free{color:#51E69C;}
.worskheets-large-list.in-profile .in-review .worskheets-large-list-item-subject .price,
.worskheets-large-list.in-profile .in-review .worskheets-large-list-item-subject .price .free{color: #EBECF0;}



.footer-worksheet{height:100px;width:100%;background: rgba(255, 255, 255, 1);display:flex; align-content: center ; align-items: center;position:fixed;bottom:0;z-index:2;}
.footer-pages-tools{flex: 0 0 140px;padding:10px 20px 10px 0px;box-sizing:border-box; justify-content: center; display: flex;gap:20px;}
.footer-pages-tools-block{float:right;display:flex;background: #1E2E57;border-radius: 10px;box-sizing:border-box; justify-content: center;padding:0 6px;}
.footer-pages-tools-block a{width:52px;height:50px;margin:12px 6px;padding:12px;box-sizing:border-box;background: #6D7F9F;border-radius: 4px;}
.footer-pages-tools-block a.add-page{background: #51E69C;}
.footer-pages-tools-block svg{width:100%;height:100%;}

.footer-pages-navigation{display:flex;flex: 1 1 100%;justify-content: flex-start;gap:20px;;align-items: center;flex-wrap: wrap;padding-left:20px;}
.footer-pages-navigation-pages{position:relative;flex: 1 0;background: #1E2E57;border-radius: 10px;height:74px;padding: 0 6px; align-items: center;display:flex; overflow-x: hidden; width: calc(100% - 132px);}
.footer-pages-navigation-pages-wrap{position:relative;height:100%;width:100%;overflow:hidden; }
.footer-pages-navigation-pages .footer-pages-navigation-pages-content{position:absolute;left:0px;top:0;display:flex; flex : 1 1 100%;height:100%; align-items:center;overflow-x: hidden;}
.footer-pages-navigation-pages .footer-pages-navigation-pages-content .footer-page-item{height: calc(100% - 22px);box-sizing:border-box;margin: 0px 6px;width:40px;cursor:pointer;background: #FFFFFF;border:1px solid #fff; justify-content: center;align-items:center;display:flex;font-size:14px;color:#CCCCCC;}
.footer-pages-navigation-pages .footer-pages-navigation-pages-content .footer-page-item:hover{background: #EEEEEE;border:1px solid #51E69C;}
.footer-pages-navigation-pages .footer-pages-navigation-pages-content .footer-page-item.selected{background: #6D7F9F;border:1px solid #51E69C;}
.footer-pages-navigation-arrows{flex: 0 0 66px;text-align:center; align-content: center;color:#fff;cursor: pointer;}

.footer-info{
    display: flex;
    background: #789DED;
    flex-direction: column;
    padding: 20px 0;
}
.footer-info .footer-info-text{
    font-size:12px;
    padding:20px;
    color:#fff;
    max-width:800px;
    display: flex;
    justify-content: center;
    text-align:center;
    margin: 0 auto;
}
.footer-info  .footer-info-images{
    display: flex;
    align-items:center;
    justify-content: center;
    justify-content: space-evenly;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.footer-info .footer-info-images img{max-width:120px;margin: 8px 5px;}

.footer-wrap{display:none;position:fixed;bottom:0;left:0;z-index:2;width:100%;background: #6554C0;}
.footer-bottom{max-width:640px;margin: 0 auto;padding: 16px 0;display:flex; justify-content: center; align-items: center; align-content: center; }
.footer-bottom ul{display:flex;width:100%;}
.footer-bottom ul li{flex-grow: 1;flex-basis: 0; justify-content: center;  }
.footer-bottom ul li a{
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.2px;
  color: rgba(30, 46, 87, 0.4);;
  display:block;
  align-content: flex-end; align-items: flex-end;
}
.footer-bottom ul li a svg path{fill: rgba(30, 46, 87);}
.footer-bottom ul li a div{display:block;}
.footer-bottom ul li a div:after{content:"";float:none;clear:both;}

.footer-bottom ul li a:hover{color:#FFFFFF;}
.footer-bottom ul li a:hover svg path{fill:#FFFFFF;fill-opacity:1;}
.footer-bottom ul ul{display:none;}
.copyright{text-align:center;}


.design-wrap{width:100%;height:100%;/*padding-top:80px;*/position:relative;box-sizing:border-box;}

.design-wrap-preview{display: flex;height:100%;flex-direction: column;}

.admin .design-wrap-preview .add-product-container{
    height:100%;
    align-items: stretch;
}
.admin .design-wrap-preview .add-product-container iframe{
    height:100%;
    width:100%;
}
.design-objects{width:100%;padding:0px 0;height:100%;box-sizing:border-box;}

.design-objects .design-objects-btn{display:none;position:absolute;right:0px;border-radius: 0 10px 10px 0;top:60px;width:20px;height:40px;cursor:pointer;background:#EEEEEE;}
.design-objects-content{overflow: hidden;height:100%;box-sizing:border-box;padding:0px 0;}
.design-side{
  flex-grow: 1;
  position:relative;
  margin:0 auto 0px auto;
  position:absolute;
  right:530px;
  left:0px;
  height: calc(100% - 0px);
  overflow-x: auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  border: 0px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.design-pages-content{height:100%;padding:0 0px;box-sizing:border-box;
  display: flex;
  justify-content: space-around;
  transform-origin: center top;
  width: 100%;
  position:relative;
}


.zoomoverflow .design-side{display:block;}
.zoomoverflow .design-pages-content{transform-origin: left top;}

.design-pages-content .page-tools{display:flex;justify-content: flex-end;padding:8px 0;height:34px; }
.design-pages-content .page-tools .page-tools-items{display:none;background: rgba(30, 46, 87, 0.7);border-radius: 5px;padding:5px;}
.design-pages-content .page-tools .page-tools-items-block{display:flex; align-items: center;height:24px;}
.design-pages-content .page-tools .page-tools-items-block a{display:block;color:#fff;padding: 0px 3px;display:flex;}
.design-pages-content .page-tools .page-tools-items-block a span{height:24px;margin:0;padding:0;}
.design-side .design-page.startdrawing .page-tools .page-tools-items-block .stop-drawing-btn{display:block;}

.design-pages-content .design-page.selected .page-tools .page-tools-items{display:block;}
.design-side .design-pages{margin:0 auto;position:relative;width: 100%;/*max-width: calc(2480px + 32px);*/}
.design-side .design-page{/*position:absolute;left:0;top:0;*/width:100%;height:100%;padding:16px;box-sizing:border-box;background: #EBECF0;}
.design-side .design-page{z-index:0;}
.design-side .design-page.template-page{display:none;}
.design-side .design-page.selected{z-index:1;opacity:1;}


.drawToolsItems{display:flex;flex-direction: row;padding: 0 0 20px 0;}
.drawToolsItems .drawOption{margin:7px 14px 0 0;width:44px;height:44px;cursor: pointer;}
.drawToolsItems .drawOption label{width:44px;height:44px;cursor: pointer;display:block;}
.drawToolsItems .drawOption input{display:none;}
.drawToolsItems .drawOption.pencil{background: url(/images/svg/worksheet/draw/pencil.svg) no-repeat center;}
.drawToolsItems .drawOption.pencil.selected{background: url(/images/svg/worksheet/draw/pencil-pressed.svg) no-repeat center;}
.drawToolsItems .drawOption.line{background: url(/images/svg/worksheet/draw/line.svg) no-repeat center;}
.drawToolsItems .drawOption.line.selected{background: url(/images/svg/worksheet/draw/line-pressed.svg) no-repeat center;}
.drawToolsItems .drawOption.rect{background: url(/images/svg/worksheet/draw/line.svg) no-repeat center;}
.drawToolsItems .drawOption.rect.selected{background: url(/images/svg/worksheet/draw/line-pressed.svg) no-repeat center;}
.drawToolsItems .drawOption.erase{background: url(/images/svg/worksheet/draw/erase.svg) no-repeat center;}
.drawToolsItems .drawOption.erase.selected{background: url(/images/svg/worksheet/draw/erase-pressed.svg) no-repeat center;}

.startDraw .startDrawOff{display:none;}
.startDraw a.btn{padding: 8px 20px;text-align:center;}

.design-page.startdrawing .startDraw .startDrawOff{display:block;}
.design-page.startdrawing .startDraw .startDrawOn{display:none;}

.design-object-item .worksheet-item-buttons{display:none;}
.worksheet-task-item .worksheet-item-buttons{display:none;padding:0px;background: #40BFFF;box-sizing:border-box;border-radius: 5px;position:absolute;right:0;top:-40px;white-space: nowrap;}
.worksheet-task-item .worksheet-item-buttons.table-tools-rows{right:0px;top:auto;bottom:-30px;height:auto;padding:0;background:none;}
.worksheet-task-item .worksheet-item-buttons.table-tools-columns{height:auto;padding:0;background:none;right:-24px;top:0px;bottom:auto;white-space: normal; }
.worksheet-task-item .worksheet-item-buttons.table-tools-rows button{width:20px;height:20px;}
.worksheet-task-item .worksheet-item-buttons.table-tools-columns button{display:block;width:20px;height:20px;margin-bottom:4px;}
.worksheet-task-item .worksheet-item-buttons.table-tools-columns button svg,
.worksheet-task-item .worksheet-item-buttons.table-tools-rows button svg{display:block;width:20px;height:20px;}
.worksheet-task-item .worksheet-item-buttons button{background:none;cursor:pointer;width:34px;height:34px;padding:5px;border-radius: 5px;}
.worksheet-task-item.editMode .worksheet-item-buttons button.copy-item{display:none;}
.worksheet-task-item.editMode .worksheet-item-buttons button.delete-item{display:none;}

.worksheet-task-item .worksheet-item-buttons button.change-direction,
.worksheet-task-item .worksheet-item-buttons button.mark-as-given{display:none;}
.worksheet-task-item .worksheet-item-buttons button.mark-as-given.on{background:#C8EAF8;}
.worksheet-task-item .worksheet-item-buttons button.mark-as-given.on svg path{stroke:#40BFFF;}
.worksheet-task-item.editMode .worksheet-item-buttons button.mark-as-given,
.worksheet-task-item.editMode .worksheet-item-buttons button.change-direction{display:inline-block;}
.worksheet-task-item.editMode .worksheet-item-buttons button.direction-vertical{transform: rotate(90deg);}
.worksheet-task-item.editMode .worksheet-item-buttons button.direction-vertical{transform: rotate(90deg);}

.editModeOn .moveable-area{display:none !important;}

.worksheet-task-item .worksheet-item-buttons button svg{display:block;width:24px;height:24px;}
.worksheet-task-item.selected .worksheet-item-buttons{display:block;}
.gridwrap .worksheet-task-item .text-editor.table{height:100%;min-height:100px;display:flex;position:relative;  }
.gridwrap .worksheet-task-item .text-editor.table  table{height:100%;flex: 1 1;border-spacing:0px;}
.gridwrap .worksheet-task-item .text-editor.table  table tbody{height:100%;}
.gridwrap .worksheet-task-item .text-editor.table  table tr{}
.gridwrap .worksheet-task-item .text-editor.table  table td{position:relative;border:1px solid #000000;padding:4px 8px;box-sizing:border-box;word-wrap: break-word; /* remove initial padding */}
.gridwrap .worksheet-task-item .text-editor{padding:0px;box-sizing:border-box;/*overflow:hidden;*/}
.gridwrap .worksheet-task-item .text-editor input,
.gridwrap .worksheet-task-item .questions-content .answers-content .answer-item .answer-text input
{min-width:40px;width:auto;padding:2px 4px;margin: 2px 0; background: #DADEE3;border-radius:4px;color:#1E2E57;text-align:center; }

.gridwrap .worksheet-task-item .text-editor input.evaluate-active-input{
    background:#8895A5;color:#fff;
}

.gridwrap .worksheet-task-item .text-editor ul{padding: 10px 0px;list-style-position: outside;}
.gridwrap .worksheet-task-item .text-editor ul li,.gridwrap .worksheet-task-item .text-editor ol li{padding:0px 0 0px 14px;list-style-position: inside;position:relative;}
.gridwrap .worksheet-task-item .text-editor ul li li,.gridwrap .worksheet-task-item .text-editor ol li li{padding:0px 0 0px 20px;list-style-position: inside;}
.gridwrap .worksheet-task-item .text-editor ul li:before {
    content: "";
    position:absolute;
    left: 0px;
    top: 8px;
    padding:0px;
    background: #313338;
    display:inline-block;
    width:6px;height:6px;border-radius:6px;
}
.gridwrap .worksheet-task-item .text-editor ul li li:before {
    content: "";
    position:absolute;
    left: 4px;
    top: 12px;
    padding:0px;
    background: #67696e;
    display:inline-block;
    width:4px;height:4px;border-radius:4px;
}

.gridwrap .worksheet-task-item .text-editor ol {margin: 16px 0 16px 60px;}
.gridwrap .worksheet-task-item .text-editor ol li{background:none;padding:5px 0 5px 5px;}

.gridwrap .worksheet-task-item .text-editor.table{padding:0;}
.gridwrap .worksheet-task-item .text-editor.table  table td.active{outline: 2px solid #156e9d;outline-offset: -2px;}
.gridwrap .worksheet-task-item .text-editor.table .table-task-textarea,
.gridwrap .worksheet-task-item .text-editor.table .table-text-editor{position:absolute;left:0px;top:0px;width:100%;height:100%;padding:4px 8px;box-sizing:border-box;border:none; resize: none;display:block;font-size:16px;}
.gridwrap .worksheet-task-item .text-editor.table td .text-editor input{min-width:1px;width:auto;padding:4px 4px; background: #DADEE3;border-radius:4px;color:#1E2E57; }

.gridwrap .worksheet-task-item .text-editor .ql-align-right{text-align:right;}
.gridwrap .worksheet-task-item .text-editor .ql-align-left{text-align:left;}
.gridwrap .worksheet-task-item .text-editor .ql-align-center{text-align:center;}
.gridwrap .worksheet-task-item .text-editor .ql-align-justify{text-align:justify;}

.gridwrap .worksheet-task-item .heading {width:100%;padding:5px 10px;box-sizing:border-box;border-bottom: 1px solid #EBECF0;font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 36px;
    color: #1E2E57;
}


.gridwrap .worksheet-task-item table.crossword-grid tr td {
    border: 1px solid #fff;
    background: #EBEEF2;
    border-radius: 5px;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 20px;
    font-weight: bold;
    position:relative;
}

.main-content.worksheet.worksheet-student .gridwrap .worksheet-task-item table.crossword-grid tr td{border: 1px solid #3C3C3C;}
.gridwrap .worksheet-task-item table.crossword-grid tr td input.inputcell {
    height: 20px;
    width: 20px;
    padding: 0px;
    text-align: center;
    color: #1E2E57;
    font-weight: 700;
    border: none;
    background: none;
    font-size: 16px;
    font-family: Arial;
}
.gridwrap .worksheet-task-item table.crossword-grid tr td .grid-number{position:absolute;left:0;top:0px;font-size:9px;line-height:9px;}
.gridwrap .worksheet-task-item .pyramid_grid input.inputcell{
    height: 50px;
    width: 50px;
    padding: 0px;
    text-align: center;
    color: #1E2E57;
    font-weight: bold;
    border: none;
    background: none;
    font-size: 16px;
    font-family: Arial;

    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #eee;
    border: 2px solid #ccc;

    border: 1px solid #fff;
    background: #EBEEF2;
    border-radius: 5px;

}
.gridwrap .worksheet-task-item .pyramid_grid input.inputcell.inputcell_grey,
.gridwrap .worksheet-task-item .crossword-grid input.inputcell.inputcell_grey{background:#C0C0C0;}
.gridwrap .worksheet-task-item .pyramid_grid input.inputcell.disabled,

.gridwrap .worksheet-task-item .pyramid_grid input.inputcell.inputcell_active,
.gridwrap .worksheet-task-item .crossword-grid input.inputcell.inputcell_active{background:#95D2FF;}
.gridwrap .worksheet-task-item .crossword-grid input.inputcell.disabled,
.gridwrap .worksheet-task-item .crossword-grid input.inputcell{background:#3C3C3C;}
.gridwrap .worksheet-task-item .pyramid_grid{
    display: inline-block;
}
.gridwrap .worksheet-task-item .resize-drag-content.definition{background: #F4F6F9;border-radius: 8px;color: #1E2E57;}
.gridwrap .worksheet-task-item .definition-title{width:24px;height:24px;padding:16px 12px;}
.gridwrap .worksheet-task-item .text-editor{padding:6px 12px 6px 16px;}

.navigation-content.navigation-worksheet-properties .RitchTextEditor .ql-editor .ql-size-small,
.gridwrap .worksheet-task-item .text-editor .ql-size-small{font-size:12px;}
.gridwrap .worksheet-task-item .heading .ql-size-small{font-size:12px;}


.navigation-content.navigation-worksheet-properties .RitchTextEditor .ql-editor,
.gridwrap .worksheet-task-item .text-editor{font-size:16px;}
.navigation-content.navigation-worksheet-properties .RitchTextEditor .ql-editor{min-height: 300px;}
.gridwrap .worksheet-task-item .heading{font-size:22px;}

.navigation-content.navigation-worksheet-properties .RitchTextEditor .ql-editor .ql-size-large,
.gridwrap .worksheet-task-item .text-editor .ql-size-large{font-size:20px;}
.gridwrap .worksheet-task-item .heading .ql-size-large{font-size:26px;}


.navigation-content.navigation-worksheet-properties .RitchTextEditor .ql-editor .ql-size-huge,
.gridwrap .worksheet-task-item .text-editor .ql-size-huge{font-size:24px;}
.gridwrap .worksheet-task-item .heading .ql-size-huge{font-size:32px;}


.gridwrap .worksheet-task-item .text-editor .ql-font-roboto,
.gridwrap .worksheet-task-item .heading .ql-font-roboto{font-family: 'Roboto';}

.gridwrap .worksheet-task-item .text-editor .ql-font-arial,
.gridwrap .worksheet-task-item .heading .ql-font-arial{font-family: arial;}


.gridwrap .worksheet-task-item .text-editor .ql-font-inter,
.gridwrap .worksheet-task-item .heading .ql-font-inter{font-family: 'Inter';}


.gridwrap .worksheet-task-item .questions-content{padding:10px; }
.gridwrap .worksheet-task-item .questions-content .answers-content{display:flex;flex-direction: column;}
.gridwrap .worksheet-task-item .questions-content .answers-content .answer-item{display:flex;padding: 0 0 7px 0;align-items:center;}
.gridwrap .worksheet-task-item .questions-content .question-title{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #1E2E57;
}
.gridwrap .worksheet-task-item .questions-content .answers-content .answer-item .answer-option {
    background: #FFFFFF;
    border: 1px solid rgba(11, 95, 255, 0.5);
    box-sizing: border-box;
    border-radius: 2px;
    width:24px;height:24px;
    flex: 0 0 24px;
    cursor:pointer;
}
.gridwrap .worksheet-task-item .questions-content .answers-content .answer-item .answer-option.sort-sequence-option{background: #DADEE3;border-radius: 5px;border-color:#DADEE3;overflow:hidden;width:44px;height:44px;flex: 0 0 44px;}
.gridwrap .worksheet-task-item .questions-content .answers-content .answer-item .answer-option.sort-sequence-option input{background:none;width:44px;height:44px;text-align:center;color:background: #1E2E57;color: rgba(30, 46, 87, 0.9);font-weight: bold;}
.gridwrap .worksheet-task-item .questions-content .answers-content .answer-item .answer-option.option-checked{background: url(/images/svg/checkbox.svg) no-repeat center;background-size: contain;}
.gridwrap .worksheet-task-item .questions-content .answers-content .answer-item .answer-text{padding: 0 0 0 13px;}
.gridwrap{
  box-shadow: 0px 5.0047px 16.015px rgba(0, 0, 0, 0.125);
  background:#fff;
  padding:0px;
  box-sizing:border-box;
  position:relative;
  z-index:1;
  width:595px;height:842px;
  /*width:2480px;height:3508px;*/
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.gridwrap-content{position:absolute;left:42.5px;top:42.5px;width: calc(100% - 85px);/*height:calc(100% - 85px);*/left:0;bottom:15px;width:510px;/*height:757px;*/width:100%;/*height:100%;*//*top:50px;bottom:50px;height:auto;*/z-index:1;background:transparent;    display: flex;flex-direction: column;}
.gridwrap-draw-content{position:absolute;    left: 42.5px;
    top: 42.5px;
    width: calc(100% - 85px);
    height: calc(100% - 85px);
    width: 510px;
    height: 757px;z-index:0;}
#grid-lines{display: none;}
.grid-lines{
    position: absolute;
    left: -1px;
    top: 0px;
    bottom:0px;
    right:0;
}

.task-panel{width:100%;flex: 1 1 auto;border:0px solid silver;position:relative;}
.task-panel .task-header{position:absolute;height:42.5px;padding: 0 42.5px;width:100%;display:flex;box-sizing:border-box; align-items: center; }
.task-panel .task-header .task-title{flex: 1 1 100%}
.task-panel .task-header .task-tools{flex: 1 1 auto;background: rgba(30, 46, 87, 0.7);border-radius: 5px;padding: 5px 5px; display:flex;width:34px;box-sizing:border-box;align-items: center; align-content: center; position:absolute;right:-46px;top:6px; flex-direction: column; }
.task-panel.evaluated .task-header .task-tools .evaluate-task{background:#51E69C;}
.task-panel .task-header .task-tools > div{cursor: pointer;align-items: center;align-content: center;display:flex;padding:4px 1px;}
.task-panel .task-header .task-tools img{width:24px;height:24px;}
/*.task-panel .task-panel-content{left:42.5px;top:42.5px;position:absolute;width: calc(100% - 85px);height:calc(100% - 70px);}*/
.task-panel .task-panel-content{left:0px;top:0px;position:absolute;width: calc(100% - 0px);height:calc(100% - 0px);}

.movableTarget .task-panel-content{
    cursor: move;
}
/*.movableTarget :not(.task-panel-content){
    cursor: no-drop;
}*/
.student-worksheet .task-panel .task-header .task-tools .evaluate-task{display: none;}
.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}
.gutter.gutter-vertical {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: row-resize;
}

.main-content.worksheet.worksheet-student .gutter.gutter-vertical{background-image:none;cursor: auto;background:#fff;border:none;}

.task-panel-1, .task-panel-2, .task-panel-3 {
    flex: 1 1 auto;
}

.tasks-splitter{
  flex: 0 0 auto;
  height: 18px;
  background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/hsizegrip.png) center center no-repeat #535353;
  cursor: row-resize;
}

.gridwrap-draw-content img{width:100%;}
.gridwrap-header{position:absolute;left:20px;right:20px;top:0;height:40px;border-bottom:1px solid #9AA5B1;
  font-size: 11px;
  letter-spacing: 0.16015px;
  color: #7B8794;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.gridwrap-header b{color: #323F4B;}
.gridwrap-footer{position:absolute;left:20px;right:20px;bottom:0;display:flex;justify-content: space-between;height:40px;line-height:40px;align-items: center;/*border-top:1px solid #9AA5B1*/}

.gridwrap-footer .page-number{color: rgba(30, 46, 87, 0.4);flex: 0 0 auto;font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}
.gridwrap-footer .worksheet-author{font-family: 'Roboto';
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  color: rgba(30, 46, 87, 0.4);
  align-items: center;
  padding: 0 0 12px 0;
}
.gridwrap-footer .worksheet-author svg{padding-left:15px;}
.gridwrap-footer .page-icon{color: rgba(30, 46, 87, 0.4);flex: 0 0 auto;}

.canvas-wrap{}
.canvas-container.erasing,.canvas-container.pencil{cursor:none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.canvas-container.erasing .cursor{background:url(/images/svg/worksheet/page/eraser.svg) no-repeat center; background-size: cover;width:20px;height:20px;}
.canvas-container.pencil .cursor{background:#000000;border-radius:10px; width:8px;height:8px;}
.canvas-container canvas{z-index:10;}
.cursor{z-index:10;display:none;position:absolute;left:-600px;top:-600px;}
.design-side .design-page.startdrawing .canvas-wrap{display:block;}
.imageTemp{position:absolute;left:0;top:0;}
.imageView{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position:relative; /* Necessary for correct mouse co-ords in Firefox */
}




.gridwrap .worksheet-task-item svg, .student-tool svg{width:100%;height:100%;display:block; overflow: visible; }
.design-pages-content .worksheet-task-item.student-tool{width:auto;z-index:99 !important;display:-inline-block;position:absolute;touch-action: none;box-sizing: border-box;border:none;padding: 0px;border-radius:0px;}
.gridwrap .worksheet-task-item{padding:2px;width:300px;display:-inline-block;position:absolute;touch-action: none;box-sizing: border-box;border:1px dashed silver;padding: 1px;border-radius:5px;}
.evaluation-worksheet .gridwrap .worksheet-task-item, .evaluation-worksheet .gridwrap .worksheet-task-item:hover{border:none;padding:2px;}
.page-worksheets.student-worksheet .main-content.worksheet.worksheet-student .gridwrap .worksheet-task-item{border:none;padding:2px;}


 .page-worksheets.student-worksheet .istask.image .image-container{cursor:pointer}
.gridwrap .worksheet-task-item.small{width:120px;}
.gridwrap .worksheet-task-item.heading{height: auto !important;}
.gridwrap .worksheet-task-item.text:not(.student-text){height:auto !important;/*min-height:90px;*/}
.gridwrap .worksheet-task-item.image{width:200px;height:200px;border:1px solid silver; border-radius: 5px;box-sizing:border-box;}
.gridwrap .worksheet-task-item.image .image-container{overflow:hidden;}
.gridwrap .worksheet-task-item.table{width:300px;height:150px;}
.gridwrap .worksheet-task-item .log-field {display:none;position:absolute;left:0;bottom:-28px;height:14px;opacity:0.6;border-radius:5px;min-width:60px;background:#000;color:#fff;padding:5px;font-size:10px;font-weight:bold;white-space: nowrap;}
.gridwrap .worksheet-task-item:hover{border: 1px dashed #A5ABB3;padding:1px;border-radius: 5px; box-sizing: border-box; }
.gridwrap .worksheet-task-item.image.selected{padding:0px;}
.gridwrap .worksheet-task-item.image:hover{padding:1px;}
.gridwrap .worksheet-task-item.image.selected:hover{padding:0px;}
.gridwrap .worksheet-task-item.selected .log-field{display:block;}

.gridwrap .worksheet-task-item .log-field.hidden,
.gridwrap .worksheet-task-item.selected .log-field.hidden{display:none;}

.gridwrap .worksheet-task-item.selected{border:2px solid #3399CC;padding:0;border-radius: 5px;z-index:999999 !important;}
.moveable-control-box .moveable-line{background:none !important;}
.moveable-control-box .moveable-control.moveable-origin{display:none !important;}
.gridwrap .worksheet-task-item.questions,
.gridwrap .worksheet-task-item.ray-of-numbers{height:auto !important;}
.gridwrap .worksheet-task-item.pairing{width:auto !important;}
.gridwrap .worksheet-task-item.crossword,
.main-content.worksheet.worksheet-student .gridwrap .worksheet-task-item.crossword{width:auto;width:100%;}
.gridwrap .worksheet-task-item.pyramid {width:auto;}
.gridwrap .worksheet-task-item.crossword-type-2{width:auto;}
.gridwrap .worksheet-task-item.pairing{width:140px;}
.gridwrap .worksheet-task-item .resize-drag-content{width:100%;height:100%;/*overflow:hidden;*/ box-sizing: border-box;border-radius: 5px;}

.gridwrap .worksheet-task-item .resize-drag-content.student-text-content{border:3px solid silver;}

.main-content.worksheet.worksheet-student .worksheet-task-item .resize-drag-content{border-radius:0;padding-bottom:1px;}
.main-content.worksheet.worksheet-student .worksheet-task-item .resize-drag-content .student-rullerx,
.main-content.worksheet.worksheet-student .worksheet-task-item .resize-drag-content.lienalis-content,
.teacher .main-content.worksheet .worksheet-task-item .resize-drag-content.lienalis-content{width:453.33px;/*width: 15.8cm;*/}


.main-content.worksheet.worksheet-student .worksheet-task-item .resize-drag-content.uzsturis-content,
.teacher .main-content.worksheet .worksheet-task-item .resize-drag-content.uzsturis-content{width:530px;}
.main-content.worksheet.worksheet-student .worksheet-task-item .resize-drag-content .student-uzturis,
.main-content.worksheet.worksheet-student .worksheet-task-item .resize-drag-content.uzturis-content{/*width: 18.5cm;*/}
.main-content.worksheet.worksheet-student .worksheet-task-item {/*width:auto;*/}
.gridwrap .worksheet-task-item .resize-drag-content .image-container{position:relative;height:100%;}
.gridwrap .worksheet-task-item .resize-drag-content .image-container img{position:absolute;left:0;top:0;}
.gridwrap .worksheet-task-item .resize-drag-content .imageControl{display:none;}
.gridwrap .worksheet-task-item .resize-drag-content .video-embed-code{text-align:center;padding:0px;overflow:hidden;position:relative;height:100%;min-height:100px;}
.gridwrap .worksheet-task-item .resize-drag-content .video-embed-code iframe{position:absolute;left:0; top:0;width:100% !important;height:100% !important;}
.gridwrap .worksheet-task-item .resize-drag-content .video-embed-code img{position:absolute;left:0; top:0;width:100% !important;height:100% !important;}

.gridwrap .worksheet-task-item .resize-drag-content .chart-content{
display: flex;
justify-content: center;
align-items: center;
height: 100%;
overflow: hidden!important
}
.gridwrap .worksheet-task-item .resize-drag-content .chart-content img{
flex-shrink: 0;
min-width: 100%;
min-height: 100%
}

.gridwrap .worksheet-task-item .resize-drag-content.crossword-content{display:flex; flex-direction: row;position:relative;}
.gridwrap .worksheet-task-item.pyramid .resize-drag-content.crossword-content{display:block;text-align:center;}
.gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions h3{font-size:14px;line-height:24px;padding:0 0 0 4px;}

.gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions-wrap{position:relative;width:100%;padding:0 10px 10px 10px;box-sizing:border-box;overflow-y:auto;flex: 1;}
.gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions {width:100%;/*position:absolute;left:0;top:0;*/height:100%;}
.gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions-item{position:relative;padding:0 2px;}
.gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions-item span{position:absolute;left:8px;top:8px;font-size:12px;}
.gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions-item input,
.gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions-item textarea{padding:4px 4px 4px 20px;box-sizing:border-box;width:100%;border:1px solid silver;border-radius:3px;}
.gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions-item textarea{resize: none;height:26px;overflow:hidden;}

.gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions-item .question{padding-left:24px;}
.gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions-item span{font-size:16px;left:0;top:0;}

.main-content.worksheet.worksheet-student .gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions-item span{position:absolute;left:8px;top:1px;font-size:16px;}

.main-content.worksheet.worksheet-student .gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions-item div.question{
    padding: 0px 0px 0px 24px;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
}

.main-content.worksheet.worksheet-student .gridwrap .worksheet-task-item .resize-drag-content.crossword-content .crossword-questions-item textarea{padding:0px 4px 0px 20px;box-sizing:border-box;width:100%;height:auto;border:none;border-radius:3px;cursor: pointer;}

.gridwrap .worksheet-task-item .resize-drag-content.pairing-content{display:flex;padding:5px;width:145px;}
.gridwrap .worksheet-task-item .resize-drag-content.pairing-content .pairing-item{flex: 0 0 50px;border:1px solid silver;height:50px;margin: 5px;}
#outer-dropzone {
  height: 140px;
}
#inner-dropzone {
  height: 80px;
}
.gridwrap .worksheet-task-item .resize-drag-content.pairing-content .pairing-item {
  background-color: #bfe4ff;
  border: dashed 4px transparent;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.drop-active {
  border-color: #aaa;
}

.drop-target {
  background-color: #29e;
  border-color: #fff;
  border-style: solid;
}

.drag-drop-pairing {
  display: inline-block;
  min-width: 40px;
  padding: 2em 0.5em;
  margin: 1rem 0 0 1rem;
  color: #fff;
  background-color: #29e;
  border: solid 2px #fff;
  touch-action: none;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  transition: background-color 0.3s;
}

.drag-drop-pairing.can-drop {
  color: #000;
  background-color: #4e4;
}

.gridwrap .worksheet-task-item .resize-drag-content .dragable-content{display:flex;height:100%;box-sizing:border-box;padding:5px;flex-wrap:wrap;justify-content: space-evenly;}
.gridwrap .worksheet-task-item .resize-drag-content .dragable-content .dragable-groups {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: flex-start;
    position:relative;
}
.gridwrap .worksheet-task-item .resize-drag-content .dragable-content .dragable-groups .dragable-group:last-child{border:none;}
.gridwrap .worksheet-task-item .resize-drag-content .dragable-content .dragable-item{
  width: 78px;
  height: 78px;
  border:1px solid silver;margin: 5px;
  background-color: #bfe4ff;
  /*border: none;*/
  border-radius: 4px;
  transition: background-color 0.3s;
  box-sizing: border-box;
  position:absolute;
  z-index:2;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: move;
}
.gridwrap .worksheet-task-item .resize-drag-content .dragable-content .dragable-item img{width: 100%;border-radius: 4px;}
.gridwrap .worksheet-task-item .resize-drag-content .dragable-content .dragable-item .delete-dragable-group-item{
  position:absolute;right: -12px;top:-12px;
  cursor: pointer;
  display: none;
}
.gridwrap .worksheet-task-item .resize-drag-content .dragable-content .dragable-item:hover .delete-dragable-group-item{display: block;}

.gridwrap .worksheet-task-item .resize-drag-content .dragable-content .dragable-item-target{
  width: 80px;
  height: 80px;
  border:1px dotted silver;margin: 5px;
  background-color: #EBECF0;
  border-radius: 4px;
  transition: background-color 0.3s;
  box-sizing: border-box;
  position:relative;
  z-index:1;
}
.gridwrap .worksheet-task-item .resize-drag-content .dragable-content .dragable-group{
  border-right: 1px dotted #7B7B7B;
  flex: 1 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 10px 0;
}

.gridwrap .worksheet-task-item .resize-drag-content .dragable-content .dragable-group-heading{text-align: center;}

.gridwrap .worksheet-task-item.ray-of-numbers .ray-of-numbers-content{padding: 20px 0 0 0px;}
.gridwrap .worksheet-task-item.ray-of-numbers .ray-of-numbers-line{position:relative;width:100%;height: 30px;padding:15px 0;display: flex;justify-content: space-between;}

.gridwrap .worksheet-task-item.ray-of-numbers .ray-of-numbers-line div.stroke{position:relative;height: 30px;border-left: 1px solid #1E2E57;}
.gridwrap .worksheet-task-item.ray-of-numbers .ray-of-numbers-line div.stroke .stroke-number,
.gridwrap .worksheet-task-item.ray-of-numbers .ray-of-numbers-line div.arrow .stroke-number{
  position:absolute;
  width: 30px;
  left: -15px;
  text-align: center;
  top:-30px;
  color: #1E2E57;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.gridwrap .worksheet-task-item.ray-of-numbers .ray-of-numbers-line div.line{position:absolute;top:50%;left:0;right:0;border:none;border-top: 1px solid #1E2E57;}

.gridwrap .worksheet-task-item.ray-of-numbers .ray-of-numbers-line div.arrow{

  position:relative;
  height:30px;
}

.gridwrap .worksheet-task-item.ray-of-numbers .ray-of-numbers-line div.arrow::after, .gridwrap .worksheet-task-item.ray-of-numbers .ray-of-numbers-line div.arrow::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  right: -2px;
  top:30px;
  background-color: #1E2E57;
}

.gridwrap .worksheet-task-item.ray-of-numbers .ray-of-numbers-line div.arrow::after {
  top: 11px;
  transform: rotate(45deg);
}

.gridwrap .worksheet-task-item.ray-of-numbers .ray-of-numbers-line div.arrow::before {
  top: 19px;
  transform: rotate(-45deg);
}

.gridwrap .worksheet-task-item.ray-of-numbers  .ray-of-numbers-numbering{position:absolute;
  z-index:0;
  left:-13px;
  right:-13px;
  top:0;
  display: flex;
  justify-content: space-between;}

.gridwrap .worksheet-task-item.ray-of-numbers  .ray-of-numbers-numbering > div{
    display: flex;
    align-items: center;
    padding: 4px 10px;
    box-sizing: border-box;
    background: #F4F6F9;
    border-radius: 10px;
    color: #1E2E57;
    font-weight: bold;
    display: none;
}

.gridwrap .worksheet-task-item .disable-overlay{position:absolute;left:0;top:0;right:0;bottom:0;}
.gridwrap .worksheet-task-item.editMode .disable-overlay{display:none;}
.moveable-area{cursor: move;}

.gridwrap .worksheet-task-item.editMode .resize-drag-content  .imageControl{display:block;position:absolute;bottom:20px;width: 90%;margin-left: 5%;}
.gridwrap .worksheet-task-item .resize-drag-content .image-container .add-worksheet-image-btn,
.gridwrap .worksheet-task-item .resize-drag-content .image-container .add-worksheet-image-loading
{position:absolute;left:50%;top:50%; transform: translate(-50%, -50%); text-align:center; display:flex;justify-content: center; align-items: center;cursor:pointer;font-size:12px;}
.gridwrap .worksheet-task-item.selected .rotation-handle{display:block;}
.gridwrap .worksheet-task-item .item-title{display:none;}
.gridwrap .rotation-handle{
  padding: 3px 4px;
  display: table;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -55px;
  background-color: #fff;
  border-radius: 10rem;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #000;
  cursor: move;
  display:none;
}

.gridwrap .resize-handle{
  position: absolute;
  width: 32px;
  height: 32px;
  touch-action: none;
  display:none;
  cursor: pointer;
}
.gridwrap .worksheet-task-item.selected .resize-handle{display:block;}
.gridwrap .resize-top-handle{
  top:-17px;
  left:50%;
  transform: translateX(-50%);
}
.gridwrap .resize-bottom-handle{
  bottom:-17px;
  left:50%;
  transform: translateX(-50%);
}
.gridwrap .resize-left-handle{
  left:-17px;
  top:50%;
  transform: translateY(-50%);
}
.gridwrap .resize-right-handle{
  right:-17px;
  top:50%;
  transform: translateY(-50%);
}
.gridwrap .resize-right-handle.resize-top-handle{
  right:-32px;
  top:0px;
  left:auto;
  transform: translate(-50%, -50%);
}
.gridwrap .resize-right-handle.resize-bottom-handle{
  right:-32px;
  top:auto;
  bottom:-32px;
  left:auto;
  transform: translate(-50%, -50%);
}
.gridwrap .resize-left-handle.resize-bottom-handle{
  right:auto;
  top:auto;
  bottom:-32px;
  left:-32px;
  transform: translate(50%, -50%);
}
.gridwrap .resize-left-handle.resize-top-handle{
  right:auto;
  top:-32px;
  bottom:auto;
  left:-32px;
  transform: translate(50%, 50%);
}
.gridwrap .resize-handle div{
    width: 100%;
    height: 100%;
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gridwrap .resize-handle div:after{
    content: "";
    width: 10px;
    height: 10px;
    background: #FFFFFF;

    border: 2px solid #5786FF;
    box-sizing: border-box;
    position: relative;
}
.color-selector{display: flex;flex-wrap: wrap; flex-direction: row; align-content: flex-start; justify-content: flex-start;padding: 0 0 20px 0;}
.color-selector-stroke, .size-selector{height:54px;display: flex;flex-wrap: wrap; flex-direction: row; align-content: flex-start; justify-content: flex-start; }
.color-selector-item, .size-selector-item{width:54px;height:54px;padding:5px 10px 5px 0;box-sizing:border-box;}
/*.color-picker, .size-picker{width:100%;display:flex;height:100%;border-radius:10px;background: #FFFFFF;box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    justify-content: center; align-items: center;
    cursor: pointer;
}
.size-picker.selected{background: #1E2E57;color: #FFFFFF;}
*/

.left-navigation .tabs-nav {
    list-style: none;
    margin: 0;
    padding: 14px 0 20px 0;
    display:flex;
}
.left-navigation .tabs-nav li {
    display:flex; justify-content: center; align-content: center; align-items: center;
    padding: 0px;
    flex-grow: 1;
    flex-basis: 0;
}
.left-navigation .tabs-nav .tab-active a {
    cursor: default;
    color:rgba(154, 47, 88, 1);
    border-bottom:2px solid rgba(154, 47, 88, 1);
}
.left-navigation .tabs-nav a {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    padding:0;
    color:rgba(21, 25, 30, 1);
    justify-content: center; align-content: center; align-items: center;
}
.left-navigation .tabs-nav a:hover{color:rgba(154, 47, 88, 1); cursor: pointer;}



.left-navigation .tabs-stage {
  clear: both;
  padding: 0px 0;
  box-sizing:border-box;
  position: relative;
  height:calc(100% - 149px);
  overflow-y: auto;
}
.left-navigation .tabs-stage > div{}
/*.left-navigation .tabs-stage .design-objects-items{ position: relative;overflow-y: auto;}*/
.left-navigation .tabs-stage ul{padding:10px 0 10px 40px;}
.left-navigation .tabs-stage ul li{list-style-type: circle; }
.left-navigation .tabs-stage h2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #1E2E57;
  padding: 12px 22px;
}
.left-navigation .tabs-stage p {
  margin: 0;
  padding: 20px;
  color: hsl(0, 0%, 33%);
}

.student-worksheet .left-navigation .tabs-nav a{border-radius:20px;width: auto;height:auto;}

.worksheet-tool-item{position:relative;display:flex;padding:10px 22px;width:100%;box-sizing:border-box;align-items: center; align-content: center;}
.worksheet-tool-item:hover{background: #EBECF0;}

.worksheet-tool-icons-container, .worksheet-tool-shapes-container{display:none;padding:30px;}
.worksheet-tool-icons, .worksheet-tool-shapes{display:flex;flex-wrap:wrap; flex-direction:row;flex: 0 0 100%;
  background: #FFFFFF;
  box-shadow: 0px 1.25px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.worksheet-tool-icons .design-object-item, .worksheet-tool-shapes .design-object-item{/*touch-action: none;*/width:33.33%;flex:1 1 auto; cursor:pointer; padding:10px;box-sizing:border-box;}
.worksheet-tool-shapes .design-object-item .resize-drag-content{padding:2px;}
.worksheet-tool-shapes .design-object-item .resize-drag-content div{display:none;}
.worksheet-tool-icons .design-object-item svg, .worksheet-tool-shapes .design-object-item svg{width:100%;height:100%;}
.worksheet-tool-icons .design-object-item .rotation-handle, .worksheet-tool-shapes .design-object-item .rotation-handle{display:none;}

.worksheet-tool-item .add-tool-title{ flex-grow: 1;position:relative;padding: 0 0 0 32px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1E2E57;
}
.worksheet-tool-item .add-tool-title span{position:absolute;left:0;top:50%;transform: translateY(-50%);}
.worksheet-tool-item .add-tool-title span svg{height:100%;display:block;}
.worksheet-tool-item .add-tool-icon{flex: 0 0 28px; cursor: pointer;position:relative;}
.worksheet-tool-item .add-tool-icon .design-object-item{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;}
.worksheet-tool-item .add-tool-icon .design-object-item div{display:none;}
.worksheet-tool-item .add-tool-icon svg{display:block;}

.frontpage-welcome-wrap{
  display: flex;

}
.frontpage-welcome{
  background: #5786FF;
  box-shadow: 0px 6.25px 20px rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  padding: 20px 20px 20px 20px;
  color: #FFFFFF;
  margin: 17px 42px 0 0;
  display: block;
  box-sizing: border-box;
  align-items: center;
  max-width: 760px;
  flex: 1 1 50%;
}
.frontpage-welcome .frontpage-welcome-image{flex: 0 0 40%;float:left;}
.frontpage-welcome .frontpage-welcome-image img{width: 100%;}
.frontpage-welcome .frontpage-welcome-text{padding: 0 0 0 10px;}
.frontpage-welcome .btn{
  background: #5786FF;
  box-shadow: 0px 6.25px 20px rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  border:2px solid #ffffff;
font-weight: 600;
font-size: 18px;
line-height: 28px;
display: flex;
/* identical to box height, or 156% */
flex: 1 0;
width:auto;
float: left;
padding: 12px 16px 12px 16px;

/* White */

color: #FFFFFF;
}
.frontpage-welcome h1{
  font-weight: bold;
  font-size: 23px;
  line-height: 36px;
  color: #FFFFFF;
}

.frontpage-worksheets{min-height:60px;padding: 24px 16px 24px 16px;position:relative;}
.frontpage-worksheets-list{display:flex; flex-direction: column;width:100%;PADDING: 18px 0 0 0; }
.frontpage-worksheets-item{display:flex;padding:16px;margin: 0 0 6px 0;width:100%;box-sizing:border-box;position:relative;border: 1px solid rgba(30, 46, 87, 0.2);box-sizing: border-box;border-radius: 5px;}
.frontpage-worksheets-item .frontpage-worksheet-delete{position:Absolute;right:0px;top:0px;}
.frontpage-worksheet-title-image svg{display:block;}
.frontpage-worksheet-title{padding: 0 20px 0 12px;position:relative;flex: 1;}
.frontpage-worksheet-title h2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1E2E57;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.frontpage-worksheets-options{position:absolute;left:12px;bottom:0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #5786FF;
}
.frontpage--worksheets-options a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #5786FF;
}
.frontpage-worksheets-options span{padding-left:16px;}
.frontpage-worksheets .btn-add-worksheet{position:absolute;display:block;left:50%;bottom:-20px;width:45px;height:45px; transform: translate(-50%, 0%)  }
.frontpage-worksheets .btn-add-worksheet a{display:block;}
.frontpage-worksheets .btn-add-worksheet svg{display:block;}

.profile-details{position:relative;display:flex;flex-direction: column;justify-content:center;width:100%;padding: 32px 33px 33px 33px;box-sizing:border-box;}
.profile-details.profile-edit{padding: 32px 16px 0 16px;max-width:768px;}
.profile-details-content{
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  z-index:1;
  position:relative;
  padding: 0 16px 52px 16px;
  display:flex;flex-direction: column;justify-content:center;
}
.profile-details-bg{
  display:none;
  position:absolute;
  z-index:0;
  left:0;top:0;width:100%;height:50%;
  background: #51E69C;
  border-radius: 0 0 20px 20px;
}
.profile-details .profile-image{border-radius:10px;overflow:hidden;width:84px;height:84px;margin: 0 0 25px 0;padding:0;position:relative;margin-top:0px;}
.profile-details .profile-image img{width:100%;height:100%;}
.profile-details .profile-name{
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #1E2E57;
  padding: 0 0 14px 0;
}
.profile-details .profile-btn{
  display: flex;
  margin: 0 auto;

}
.profile-details .profile-btn .btn{padding: 6px 20px 6px 20px;width:auto;margin: 8px auto;}


.profile-details .profile-descr-more{text-align:center;margin: 0 auto;cursor:pointer;}
.profile-details .profile-descr-content.expanded .profile-descr-more{
  -moz-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
  transition:all 0.4s linear;
}
.profile-details .profile-descr-content .profile-descr-content-more{
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.profile-details .profile-descr-content.expanded .profile-descr-content-more{
  opacity: 1;
  height: auto;
}
.profile-details .profile-descr{margin: 0 auto;max-width:600px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #1E2E57;
  padding: 0 0 13px 0;
}

.profile-stats{display: flex;flex-direction:row;text-align:center; justify-content: center;padding: 40px 0 0 0;width:100%;  max-width:320px;margin: 0 auto; }
.profile-stats > div{
  flex: 1 1 auto;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #4F4F4F;
}
.profile-stats .stats-count{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #5243AA;
  flex: none;
  order: 1;
  align-self: center;
  flex-grow: 0;
  margin: 0px 0px;
}

#overlay{display:none;position:fixed;left:0;top:0;right:0;bottom:0;height:100%;z-index:99998;background: #73839C;mix-blend-mode: multiply;}
.loading{display:none;position:fixed;width:50px;height:50px;left:50%;z-index:99999;top:50%;margin: -25px 0 0 -25px;border-radius:10px;background:#fff url(/images/ajax-loader.gif) no-repeat center;}
.info-text{width:200px;height:150px;margin:-100px 0 0 -75px;background-position:center bottom;font-size:1.125em;padding:20px;box-sizing:border-box;}
.modal-container{display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:99999;}
/*.modal-content{position:relative;top:50%;transform: translate(0, -50%);width:90%;max-width:800px;max-height:90%;overflow:hidden;overflow-y: auto; margin:0px auto;background:#fff;z-index:999;padding:0px;box-sizing:border-box;border: 1px solid #40BFFF;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.25);}*/
.modal-content{position:relative;overflow:hidden;overflow-y: auto; margin:0px auto;background:#fff;z-index:999;padding:0px;}
.modal-content:after{content:"";display:block;clear:both;height:0;}

.modal-content .modal-content-message{text-align:center;}

.tui-image-editor-load-btn,
.tui-image-editor-download-btn,
.tui-image-editor-header-logo{display:none !important;}

.custom-dialog.ui-widget.info-popup{text-align:center;}
.custom-dialog.ui-widget.info-popup .modal-content{display: flex; align-items: center;justify-content: center;font-weight: bold;width:100%;height: calc(100% - 20px);}
.custom-dialog.ui-widget.ui-widget-content{border:none;}
.custom-dialog.ui-dialog{box-shadow: 0px 6.25px 20px rgba(0, 0, 0, 0.125);border-radius: 10px;z-index:99999999;}
.custom-dialog.ui-dialog > .ui-widget-header{border:none;background:none;}
.custom-dialog.ui-dialog .ui-widget-header .ui-button{border:none;background:none;}
.custom-dialog.ui-dialog .ui-dialog-titlebar-close {right: 10px;}
.custom-dialog.ui-dialog .ui-dialog-content{padding:0 20px;}
.custom-dialog.ui-dialog .ui-button .ui-icon{background:url(/images/svg/close-modal.svg) no-repeat center;}
body.cart-details .custom-dialog.ui-dialog .ui-button .ui-icon{background:url(/images/svg/close-modal-white.svg) no-repeat center;}

.evaluation-dialog.ui-dialog {padding:0;}
.evaluation-dialog.ui-dialog > .evaluation-dialog-header.ui-widget-header{height: 86px;background: #6554C0;border-radius: 10px 10px 0 0;}
.evaluation-dialog.ui-dialog  .modal-container{padding:60px 70px;width:780px;max-width:100%;box-sizing:border-box;}
.evaluation-dialog.ui-dialog .ui-dialog-title{display: flex;height:100%;align-items: center;color:#ffffff;padding-left:50px;}
.evaluation-dialog.ui-dialog .ui-button .ui-icon{background:url(/images/svg/close-modal-white.svg) no-repeat center;}

.custom-dialog.ui-dialog .ui-dialog-buttonpane.custom-buttons{border:none;}
.custom-dialog.ui-dialog h1{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4F4F4F;
}
.custom-dialog.ui-dialog.confirm-dialog .modal-content div{color:#1E2E57;padding: 32px 0 45px 0;text-align:center;}
.custom-dialog.ui-dialog .ui-dialog-buttonpane.custom-buttons .ui-dialog-buttonset{display: flex; flex-direction: row-reverse ;width:100%;justify-content: space-between;padding: 0 30px 30px 30px;box-sizing:border-box;}
.custom-dialog.ui-dialog .ui-dialog-buttonpane.custom-buttons .btn{padding: 6px 12px; margin:0;font-size: 14px;line-height: 20px; }

.worsksheet-evaluation-points{display:flex;justify-content: space-between;padding: 0 0 36px 0;}
.worsksheet-evaluation-points > div{flex: 1 1 50%;}
.worsksheet-evaluation-points .show-worksheet-points{padding: 0 20px 0 0;}
.worsksheet-evaluation-points .worksheet-max-points{display:flex; justify-content: space-between;align-items: center; padding: 0 0 0 20px; }
.worsksheet-evaluation-points .worksheet-max-points span{
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    line-height: 24px;
    color: #51E69C;
}

.worsksheet-evaluation-points-submit {display: flex;justify-content: space-around;align-items: center;}
.worsksheet-evaluation-points-submit .btn,
.worsksheet-evaluation-points-submit .btn.cancel{padding: 12px 16px;}
.worsksheet-evaluation-points-submit > div {padding: 0 20px;flex: 1 1 50%;}

.worsksheet-evaluation-type, .evaluation-worksheet-storage-folder{padding: 0 0 36px 0;}
.evaluation-slider-container{display:none;}
.evaluation-slider-container h3, .evaluation-worksheet-storage-folder h3{padding: 0 0 20px 0;}
.worsksheet-evaluation-type-content label{font-size: 14px;line-height: 20px;color: #1E2E57;padding-left:36px;padding-right: 20px;}
.worsksheet-evaluation-type-content{display:flex; align-items: center;padding: 20px 0 0 0; }
.worsksheet-evaluation-type-content label{}
.worsksheet-evaluation-type-content .checkmark{top:50%; transform: translate(0, -50%); }



.time-range #passed-range.ui-slider .ui-slider-range{height: 4px;top: 0px;}
.time-range #grade-range.ui-slider .ui-slider-range{background:#FF768D;height: 4px;top: 0px;}
.time-range #grade-range.ui-slider .ui-slider-range{background:rgb(153,153,153,0.2);height: 4px;top: 0px;}

.time-range #passed-range.ui-slider-horizontal{background:#56D1A8;}

.time-range #passed-range.slider-range .slider-time-wrap{color:#fff;height: 26px;line-height: 16px;background: url(/images/svg/worksheet/tools/slider-time-blue.svg) no-repeat center;}
.time-range #learning-levels-range.slider-range .slider-time-wrap{margin-left: -6px;color:#fff;height: 26px;line-height: 16px;background: url(/images/svg/worksheet/tools/slider-time-blue.svg) no-repeat center;}
.time-range #passed-range.slider-range .slider-time-wrap{margin-left: -6px;color:#fff;height: 26px;line-height: 16px;background: url(/images/svg/worksheet/tools/slider-time-blue.svg) no-repeat center;}
.time-range #grade-range.slider-range .slider-time-wrap{margin-left: -6px;color:#fff;height: 26px;line-height: 16px;background: url(/images/svg/worksheet/tools/slider-time-blue.svg) no-repeat center;}

.time-range .slider-range.ui-slider .ui-slider-range.begin{background:#FFD694;}
.time-range .slider-range.ui-slider .ui-slider-range.continue{background:#FF768D;}
.time-range .slider-range.ui-slider .ui-slider-range.teached{background:#56D1A8;}
.time-range .slider-range.ui-slider .ui-slider-range.mastered{background:#7DD0F4;}


.loading {
	opacity: .1;
	cursor: wait
}
#loading-html{display:none;}
.loading-wait{position:absolute;left:0;top:0;right:0;bottom:0;text-align:center;cursor: wait;z-index:3;}
.loading-inner{
    width:120px;
    height:150px;
    padding:30px;
    position:absolute;
    left:50%;
    top:50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) ;
    bottom:0;border-radius:20px;background:#E1E5EA;
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 108px;
  height: 108px;
  margin: 4px;
  border: 4px solid #da3b33;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #da3b33 transparent transparent transparent;
  z-index:2;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.lds-ring div.bg {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 108px;
  height: 108px;
  margin: 4px;
  border: 4px solid #EBECF0;
  border-radius: 50%;
  z-index:1;
}
.loading-inner .loading-logo {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    margin: 0px;
    padding:20px;
    z-index:1;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* The container must be positioned relative: */
.custom-select {
  position: relative;
}
.design-toolbar .design-toolbar-properties .question-title-input .select-row-col .custom-select{width:80px;}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background: #F4F5F7;
  border-radius: 4px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  /*position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;*/
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 2px;
    height: 2px;
    border: solid rgba(30, 46, 87, 0.8);;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  /*border-color: transparent transparent #fff transparent;
  top: 7px;*/
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top:14px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: rgba(30, 46, 87, 0.8);
  padding: 8px 32px 8px 16px;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 8px 8px 20px rgba(201, 199, 199, 0.19);
  border-radius: 4px;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 99;
  max-height:200px;
  overflow-y:auto;
  color: #1E2E57;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  color: #5786FF;
}

.custom-select .chosen-container-single .chosen-single,
.custom-select .chosen-container-single.chosen-container-active .chosen-single{
  background: #fff;
  border-radius: 3px;
  border:1px solid #C3CBD5;
  box-shadow: none;
  height:40px;

}

.custom-select .chosen-container {height:40px;font-size: 14px; color: #15191E;}
.custom-select .chosen-container .chosen-drop{
  margin-top:10px;
  background:none;border:none;border-radius:0;
}
.custom-select .chosen-container-single .chosen-search {background:#fff;}
.custom-select .chosen-container-single .chosen-search input[type=text]{font-size:16px;}
.chosen-container-single .chosen-single span{color: #15191E;line-height:40px;}
.custom-select .chosen-container .chosen-results{
  background: #FFFFFF;
  box-shadow: 8px 8px 20px rgba(201, 199, 199, 0.19);
  border-radius: 4px;
  margin: 0;
}
.custom-select .chosen-container .chosen-results li{padding: 8px 20px;background:none;font-family: 'Roboto';
  font-size: 14px;
  color: #15191E;
}
.custom-select .chosen-container .chosen-results li.highlighted{color:#5786FF;background:none;}

.custom-select .chosen-container-single .chosen-single div b{background:none !important;}
.custom-select .chosen-container-single .chosen-single div b:after{
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 2px;
    height: 2px;
    border: solid rgba(30, 46, 87, 0.8);;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background:none;
}
.custom-select .chosen-container-active.chosen-with-drop .chosen-single div b:after{
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top:14px;
}

.main-content-body{padding:0px 0px 0px 55px;}
body.shop .main-content-body{padding:0px 0px 80px 0px;}
body.cart-details .main-content-body{padding:42px 0px 27px 0px;}
body.cart-details .main-content-body aside{padding:47px 62px 50px 50px;box-sizing:border-box;border-left: 1px solid #858C94;}

.cart-payment-options{display: flex;align-items: center;justify-content: center; flex-direction: column; height:100%; }
.cart-payment-options .btn{
  background: #40BFFF;
  border-radius: 8px;
  width:100%;max-width:353px;
}
.cart-payment-options h1{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #1E2E57;
  padding: 0 0 80px 0;
  max-width: 400px;
}
.cart-items h2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #1E2E57;
  padding: 0 0 35px 0;
}
body.cart-details .worskheets-large-list-item {width:100%;margin: 0 0 10px 0;}
body.cart-details .worskheets-large-list-item-details,
body.news .worskheets-large-list-item-details {padding: 7px 10px 0px 10px;}
body.cart-details .worskheets-large-list-item-details h2{padding: 0 0 17px 0;}
body.cart-details .worskheets-large-list-item-details h2 a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1E2E57;
  text-align: left;
  -webkit-line-clamp: 1;
  height: 24px;
  padding: 0 40px 0 0;
}
body.cart-details .worskheets-large-list-item-image img{width: 69px;height:90px;}
body.cart-details .worskheets-large-list-item-subject{padding:0;}
body.cart-details .worskheets-price{position:absolute;right:18px;bottom:0px;}
 body.news .worskheets-price{position:absolute;right:18px;bottom:7px;}
body.cart-details .delete-from-cart{position: absolute;right:9px;top:7px;cursor:pointer;}
body.news .worskheets-large-list-item-subject{position: absolute;left:9px;bottom:7px;padding:0;}
body.cart-details .worskheets-large-list-item-topic{
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #1E2E57;
  padding:0;
}

.cart-total-sum{
  background: #FFFFFF;
  /* Neutral/Light */
  border: 1px solid #EBF0FF;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  padding: 40px 16px 14px 16px;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #1E2E57;
  position:relative;
  margin-top:33px;
}
.cart-total-sum:before{
  content:"";
  position: absolute;
  height: 0px;
  left: 16px;
  right: 16px;
  top: 23px;
  border: 1px dashed #EBF0FF;
}
.cart-total-sum span{
  font-weight: bold;
  font-size: 21px;
  line-height: 32px;
  text-align: right;
  color: #51E69C;
}

body.cart-details .main-content-body aside {flex: 0 0 440px;background: none;}

/*.frontpage-worksheets{padding:0px 0px 80px 0px;}
.frontpage-worksheets h3{padding:10px 20px}*/

.news-details{padding: 0 100px 0 35px;box-sizing: border-box;}
.news-details p{padding: 0 0px 30px 0px;box-sizing: border-box;}
.news-details .news-date{
  padding: 0 0px 40px 0px;
  font-size: 16px;
  line-height: 19px;
  color: #1E2E57;
}
.news-details h2{
  font-weight: 900;
  font-size: 20px;
  line-height: 116%;
  color: #1E2E57;
  padding: 20px 0 10px 0;
}
.news-details .news-body{
  font-size: 16px;
  line-height: 19px;
  color: #1E2E57;
}

.frontpage-portfolio-welcome{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: center;

}
.frontpage-portfolio-welcome-block{
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin: 21px 9px;
  width: calc(50% - 18px);
  max-width: 411px;
  padding: 35px 62px 13px 62px;
  display: flex;
  flex-direction: column;
}
.frontpage-portfolio-welcome-block .menu-name{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #E5F8FC;
  border-radius: 10px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 13px 0px;
  font-weight: bold;
}
.frontpage-portfolio-welcome-block .menu-name svg{padding-right: 13px;}
.frontpage-portfolio-welcome-block .menu-name svg path{fill:#230B34;fill-opacity: 1 !important;}
.frontpage-portfolio-welcome-block .menu-descr{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #1E2E57;
  margin: 13px 0px;
}
.frontpage-portfolio-welcome-block a.btn{border: 1px solid #789DED;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #789DED;
  padding: 11px 16px;
}
.frontpage-portfolio-welcome-block .menu-btn{display: flex;align-items:center; justify-content:center;margin-top:auto;}
.frontpage-portfolio-welcome-block a.btn:hover{border-width:1px;}


.portfolio{width:100%;max-width:980px;}
.portfolio h2{
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #293854;
  padding: 0 0 25px 0;
}
.page-worksheets .portfolio h2{padding: 25px 0;}
.portfolio h3{
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #293854;
  padding: 0 0 25px 0;
}
.active-students{
  background: #FFFFFF;
  /* Fluffy / Elevation 2 */
  box-shadow: 0px 6.25px 20px rgba(0, 0, 0, 0.125);
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  width:100%;
  margin: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.inactive-students{
  padding: 20px;
  box-sizing: border-box;
  width:100%;
  margin: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.active-students .stdent-profile-item, .inactive-students .stdent-profile-item{
  padding: 10px 10px;
  width: 12.5%;
  box-sizing: border-box;
}
.active-students .stdent-profile-item a, .inactive-students .stdent-profile-item a{
  display: block;
  position:relative;
}
.active-students .stdent-profile-item a .w-evaluated{position:absolute;right:-8px;top:-4px;width:16px;height:16px;border-radius:50%;background:rgb(81, 231, 157);}
.active-students .stdent-profile-item a .image, .inactive-students .stdent-profile-item a .image{
  display: block;
}
.active-students .stdent-profile-item a img, .inactive-students .stdent-profile-item a img{
  display: block;
}
.active-students .stdent-profile-item, .inactive-students .stdent-profile-item{

}

.active-students .stdent-profile-item.user-not-submited{opacity:0.6;}

.design-objects-content .portfolio{padding: 10px 20px;box-sizing:border-box;}
.design-objects-content .active-students .stdent-profile-item,
.design-objects-content .inactive-students .stdent-profile-item{width:25%;padding:5px;font-size:13px;box-sizing:border-box;}
.inactive-students .stdent-profile-item .container-custom-checkbox{position:absolute;left:16px;top:13px;}
.portfolio .portfolio-data-btn{display: flex;justify-content: space-evenly;}
.portfolio .portfolio-data-btn a.btn{padding: 12px 16px;margin:0;}
.active-students .stdent-profile-item .image img, .inactive-students .stdent-profile-item .image  img{
  border-radius:10px;overflow: hidden;
}
.active-students .stdent-profile-item .image img,
.inactive-students .stdent-profile-item .image  img{
  width:100%;
  display: block;
  padding: 4px 0;
}
.active-students .stdent-profile-item .image svg,
.inactive-students .stdent-profile-item .image  svg{
  width:100%;
  display: block;
  padding: 4px 0;
  height: auto;
}

.active-students .stdent-profile-item .name, .inactive-students .stdent-profile-item .name{
  color: #1E2E57;
  text-align:center;
}


.page-portfolio .main-content{
  background: #F6F9FD;
}
.profile-portfolio-details{padding: 48px;}

.profile-portfolio-details .form-details{display: none;}
.portfolio-path{display: flex;align-items: center;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #585858;
  padding: 0px 0 22px 0;
}
.student .portfolio-path{display: none;}
.student .profile-settings .portfolio-path{display: flex;}
.portfolio-path a{display: block;display: flex;align-items: center;}
.portfolio-path svg{display: block;}

.profile-portfolio-header{
  display: flex;
  align-items: flex-end;
  position:relative;
  padding: 65px 0 0 41px;
  box-sizing: border-box;
}

.profile-portfolio-header > div{padding-right: 15px;z-index:1; }
.profile-portfolio-header .profile-portfolio-image{width:125px;height:125px;}
.profile-portfolio-header .profile-portfolio-image svg,
.profile-portfolio-header .profile-portfolio-image img{width:125px;height:125px;border-radius:10px;}
.profile-portfolio-header .profile-portfolio-header-bg{
  border-radius: 20px;
  position:absolute;left:0;top:0;width:100%;
  overflow:hidden;
  z-index:0;
}
.profile-portfolio-header .profile-portfolio-header-bg img{border-radius: 20px;}
.profile-portfolio-descr-content{
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  padding: 20px;
  order: 0;
  flex-grow: 0;
  margin: 34px 0px;
  min-height: 120px;
}
.profile-portfolio-descr-content > div{
  flex-grow: 1;
  flex-basis: 0;
}
.profile-portfolio-descr-content b{padding: 0 0 0px 0;display: block;}
.profile-portfolio-name{color: #1E2E57;font-weight: bold;}

.profile-portfolio-btn{padding: 0px 12px;display: flex;}
.profile-portfolio-btn a{margin:0 20px;padding: 8px 16px;background:#789DED;
  font-weight: 500;
  font-size: 14px;
}
.profile-portfolio-btn a.cancel{
  border: 1px solid #789DED;
  font-size: 14px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #789DED;
  padding: 11px 16px;
  flex-direction: row;
}
.profile-portfolio-btn a.cancel span{padding: 0 0 0 8px;display: block;height:20px;}
.profile-portfolio-btn a.cancel span svg{display: block}

.profile-portfolio-btn a.cancel:hover{
  background: #789DED;
  color:#fff;
}
.profile-portfolio-btn a.cancel:hover svg path{fill:#fff;}

.profile-portfolio-btn a.cancel:hover{padding: 11px 16px;border-width:1px;}

.mobile-view .profile-portfolio-details{padding: 0;}
.mobile-view.student .portfolio-path {display: none;}
.mobile-view .profile-portfolio-header {position:relative;z-index:2;padding: 20px 0 0 0; justify-content: center;align-items: center; flex-direction: column;}
.mobile-view .profile-portfolio-descr-content {position:relative;z-index:1;flex-direction: column;padding-top:200px;margin: -180px 33px 56px 33px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.mobile-view .profile-portfolio-descr-content > div {padding-bottom: 30px;}


.mobile-view .profile-portfolio-header .profile-portfolio-header-bg{display: none;}

.mobile-view .profile-portfolio-header-bg-mobile{
  background: url(/images/userfiles/foni/profile-mobile-bg.jpg) no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 200px;
  width:100%;
  z-index:0;
  position: absolute;
}
.mobile-view .profile-portfolio-header > div{padding: 10px 0;}
.mobile-view .profile-portfolio-header .profile-portfolio-name br{content:"";}
.mobile-view .profile-portfolio-header .profile-portfolio-name br:after{content:" ";}

.mobile-view .left-navigation ul li a .menu-name .unread{display: none;}

.mobile-view .left-navigation ul li a .menu-name{
  justify-content: center;
  align-content: center;
  align-items: center;
}

.matjax-keyboard-input .tabs-nav{display: flex;padding: 0 0 16px 0;    }
.matjax-keyboard-input .tabs-nav li{display: flex;margin: 4px 6px;padding: 8px 12px;border-radius:10px;  background: rgba(30, 46, 87, 0.1);}
.matjax-keyboard-input .tabs-nav li.tab-active{font-weight: bold;}

/* formatedtext */
.formatedtext{font-size:16px;line-height:28px;padding:0 10px;position:relative;}
.formatedtext p{padding: 10px 0px;}
.formatedtext hr{height: 1px;width:100%;opacity: 0.1;background-color: #313338;}
.formatedtext a{}
.formatedtext a:hover{}
.formatedtext ul{padding: 10px 0px;list-style-position: outside;}
.formatedtext ul li,.formatedtext ol li{padding:0px 0 0px 23px;list-style-position: inside;position:relative;}
.formatedtext ul li li,.formatedtext ol li li{padding:0px 0 0px 20px;list-style-position: inside;}
.formatedtext ul li:before {
    content: "";
    position:absolute;
    left: 0px;
    top: 12px;
    padding:0px;
    background: #313338;
    display:inline-block;
    width:6px;height:6px;border-radius:6px;
}
.formatedtext ul li li:before {
    content: "";
    position:absolute;
    left: 4px;
    top: 12px;
    padding:0px;
    background: #67696e;
    display:inline-block;
    width:4px;height:4px;border-radius:4px;
}

.formatedtext ol {margin: 16px 0 16px 60px;}
.formatedtext ol li{background:none;padding:5px 0 5px 5px;}

.formatedtext table{width:100%;border-collapse: collapse;border:none;border-spacing: 0px 2px;margin:0px 0;}
.formatedtext table tr td, .formatedtext table tr th{padding:11px 16px 13px 16px;}
.formatedtext table tr td{border-bottom:1px solid #dfe0de; vertical-align: top;}
.formatedtext table tr td p{padding:0;margin:0;}
.formatedtext table thead{margin: 2px 0;}
.formatedtext table thead tr th{position:relative;color:#313338;text-align: left;background: #CCCCCC}
.formatedtext table thead tr th p{margin:0;padding:0;}
.formatedtext table tbody tr:nth-child(2n+1) td{background:#f0f1f2;}


.formatedtext table.topography-details tbody tr:nth-child(2n+1) td{background:none;}

.formatedtext table.topography-list tbody tr:nth-child(2n+1) td{background:none;}
.formatedtext table.topography-list > tbody > tr.topography-odd td{background:#f0f1f2;}

.formatedtext .tableOverflow{background:#000000;background: rgba(0,0,0,0.7);z-index:2;}
.formatedtext .tableOverflow > div{position:absolute;left:0;top:0;width:100%;height:100%;z-index:99;background-color:#fff;background:url(/images/svg/hand-swipe.svg?v=1) 80px 80px;background-repeat: no-repeat; background-size: 60px;}
.formatedtext .tableOverflow, .contact-details .tableOverflow{position:relative;}
.formatedtext .tableOverflow table tbody tr:nth-child(2n+1) td{background:none;}
.formatedtext .tableOverflow table tr td{border:none;}
.formatedtext .tableOverflow img{display:none;}

.formatedtext blockquote{position:relative;margin:20px 0;border-left:3px solid #e10028;font-size:2.000em;line-height: 36px;padding:0px 0px 0px 40px;box-sizing:border-box;}
.formatedtext blockquote p{}
.formatedtext blockquote a{}
.formatedtext blockquote a:hover{}

.formatedtext ul.doc-list{margin:23px 0 43px 0;}
.formatedtext ul.doc-list li:first-child{border-top:1px solid #dfe0de;}
.formatedtext ul.doc-list li{list-style-type:none;padding:0;border-bottom:1px solid #dfe0de;}
.formatedtext ul.doc-list:not(.audio-list) li a{display:block;padding:9px 40px 9px 0;background:url('/images/svg/doc.svg') no-repeat;background-position: right 13px center;}
.formatedtext ul.doc-list li:before{background:none;}
.formatedtext ul.doc-list.audio-list li:first-child{border:none;}
.formatedtext ul.doc-list.audio-list li{border:none;background:none;padding-right:0;}
.formatedtext ul.doc-list li.doc-list-heading{border-top:none;}
.formatedtext h4{margin: 39px 0 0 0;}

.formatedtext .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
    overflow:hidden;
    max-width:100%;
}
.formatedtext .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.font-size-container{display: flex;padding: 20px;}
.font-size-container .larger, .font-size-container .smaller{
  font-size: 28px;
  display: flex;
  text-align: center;
  color: #1E2E57;
}
.font-size-container .smaller{font-size:13px;padding-top:10px;}
.font-size-container a{position:relative;padding: 30px 10px 0 10px;}
.font-size-container a:before{content:"";position:absolute;top:16px;left:50%; transform: translateX(-50%); width:4px;border-radius: 50%;height:4px;background: #1E2E57;}

.font-size-container a.selected:before{
  width: 22px;
  height: 22px;
  background: #7480FF;
  top:7px;
}

.contrast-container{display: flex;}
.contrast-container span{font-weight: 900;cursor: pointer;padding: 5px 0;font-size:35px;line-height:35px;text-align:center;margin:20px;width:45px;box-sizing: border-box;}
.contrast-container span.black{background: #1E2E57;border-radius:50%;color:#fff;}


.contrast-black-white-class{background:#000 !important;color:#fff !important;border-color:#fff !important;}
.contrast-black-yelow-class{background:#000 !important;color:#CCF300 !important;border-color:#CCF300 !important;}
.contrast-yelow-black-class{background:#CCF300 !important;color:#000 !important;border-color:#000 !important;}

.profile-details.profile-settings-list{max-width:100%;width:100%;justify-content: flex-start;}
.profile-settings-list ul li{margin: 11px 0;}
.profile-settings-list ul li.spacer{display: block;padding: 15px 0;}
.profile-settings-list ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notifications-list ul li{display: flex; align-items: center; justify-content: space-between;}
.notifications-list ul li span, .notifications-list ul li svg{display: block;}

.profile-settings-content{display: flex;}

.profile-settings-content ul{flex: 1 1 30%;}
.profile-settings-content .profile-settings-details{flex: 1 1 70%;padding: 0 40px 0 170px; box-sizing: border-box;}

.profile-settings-content .profile-settings-details h3{padding: 0 0 30px 0;}

.mobile-view .profile-settings-content ul{flex: 1 1 100%;}
.mobile-view .profile-settings-details{position:fixed;width:100%;height: calc(100% - 60px);left:0;top:60px;right:0;bottom:0;
  flex: 1 1 100%;
  padding: 0 0 0 0px;
  box-sizing: border-box;
  display: none;
  background:#fff;
  z-index:999;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
}
.mobile-view.show-profile-settings-details .profile-settings-details{display: block;}


.submenublocks.dropdown-buj li a span{transform: rotate(90deg);}
.dropdown-content{display: none;}


.delete-profile-btn .btn{color: #FF5630;background: #F4F6F9;text-align: left;padding: 12px 16px;font-weight: normal;}
.delete-profile-btn .btn:hover{color:#fff;}

.delete-profile-info{
  font-size: 11px;
  line-height: 16px;
  color: rgba(30, 46, 87, 0.4);
}

.review-content .btn-container{display: flex;margin: 0 auto;}
.review-content .btn{margin: 0 auto;padding: 12px 16px;}

.review-content .formatedtext{padding: 20px 0;font-size: 13px;}

.article{
  display: flex;
  flex-direction: column;
  font-size: 13px;
  line-height: 20px;
}
.article h2{
  font-weight: 500;
  font-size: 23px;
  line-height: 36px;
  padding: 46px 0 13px 0;
}
.article .formatedtext{padding: 0;}
.article .formatedtext .btn-edit{display: none;}

.profile-settings-details .article h2{padding: 0 0 13px 0;}


#ui-datepicker-div{
  z-index: 999999999 !important;
}

.fc-widget-small {
  right: 15px !important;
  bottom: 100px !important;
}

#readspeaker_button1{position:absolute;left:0;top:0;z-index:999999;display:none;}

.readspeaker-btn{position:absolute;right:15px;bottom:180px;cursor:pointer;z-index:999999;}

@media (max-width: 1300px) {
.design-side{/*height:100%;*//*padding-top:54px;padding-bottom:60px;*/box-sizing:border-box;}
.design-content{height: calc(100% - 0px);}

.design-wrap{padding:0;}

}
@media (max-width: 1024px) {
.wrap-content.worksheet-content{/*overflow:hidden;min-height: calc(100% - 60px);padding-top:54px;*/bottom:60px;}
.footer-worksheet{height:60px;position:fixed;bottom:0;z-index:2;}
.footer-pages-tools-block a{height:24px;width:24px;padding:2px;}
.footer-pages-navigation-pages{height: 48px; width: calc(100% - 114px);}
.footer-pages-navigation-pages .footer-pages-navigation-pages-content .footer-page-item{width:22px;font-size:11px;}
.footer-pages-navigation-arrows{flex: 0 0 48px;}
.footer-pages-tools{flex: 0 0 100px;}
.navigation-content.navigation-worksheet-tools{bottom:60px;}
}

@media (max-width: 980px) {
.main-content-body{display:block;height:auto;}
.main-content-body aside{display:block;background: #FAFBFC;}
.main-content-body .main-content-sections{display:block;}

body.shop .worskheets-large-list-item{width: calc(50% - 20px);}

}
@media (max-width: 768px) {

.main-content.worksheet{padding-left:0px;}

.wrap-content{padding: 0 0 80px 0;}
.wrap-content.worksheet-content{padding: 0;}
.worskheets-large-list-item {
    width: calc(100% - 20px);
}

.footer-info{padding-bottom:50px;}

.navigation-content.navigation-worksheet-tools{bottom:60px;left:auto;}


.evaluation-dialog.ui-dialog .modal-container {
    padding: 10px 10px;
    width: 780px;
    max-width: 100%;
}
.worsksheet-evaluation-points {
    display: flex;
    flex-direction: column;
    padding: 0 0 36px 0;
}
.worsksheet-evaluation-type-content{flex-direction: column; justify-content: flex-start; }
.worsksheet-evaluation-type-content label {
    flex: 0 0 100%;
}

.shop .recent-worksheets{display:none;}

}
@media (max-width: 768px) {




.footer-wrap{display:hidden;}
.header-back-btn-show.mobile-view  .footer-wrap{display:none;}
.profile-details-bg{display:block;}
.profile-details .profile-image{margin-top:-42px;}

.header-wrap{background: #51E69C;position:relative;touch-action: none;height:176px;transition: height 0.4s linear;}
.header-wrap.collapsed{}
.header-wrap.header-wrap-worksheet{height:54px;position:fixed;top:0;left:0;z-index:2;}
.header-wrap.header-wrap-worksheet .header{padding: 0 16px;box-sizing:border-box;margin: 0 auto;display:block;height: 54px;overflow:hidden;}

.header-wrap.collapsed .header-profile{}
.wrap-content.profile .header-wrap.collapsed .header-profile{display:none;}
.wrap-content.profile .header-wrap.collapsed .header-profile-footer{display:none;}
.wrap-content.profile .header-wrap{height:60px;}
.wrap-content.profile .header-tools > div{display:none;}
.wrap-content.profile .header-tools .header-back-btn{display:none;justify-content: flex-start;}
.header-back-btn-show .wrap-content.profile .header-tools .header-back-btn{display: flex;}

.header-profile-expanded .profile-details .profile-image{margin: 0;}
.header-back-btn-show .profile-details .profile-edit-top{display:flex;}
.header-back-btn-show .profile-details .profile-edit-top .profile-name{padding: 0 0 0 18px;}
.wrap-content.profile .header-tools :last-child{justify-content: flex-start; align-items: flex-start;text-align:left;}

.header-wrap.collapsed .header-profile-footer{/*height:0;*/overflow:hidden;}
.header-wrap .header-tools .header-profile-image{display:none;}
.header-wrap.collapsed .header-tools .header-profile-image{display:block;}
.header-tools-profile{display:block;width:100%;padding: 0 20px;box-sizing: border-box;}
.header-tools{display:flex;height:60px;align-content: center; align-items: center;justify-content: flex-end; flex-direction: row; }
.header-tools :last-child{justify-content: flex-end; align-items: flex-end;text-align:right; }
.header-tools > * {flex: 0 0 auto;padding:0;}
.header-profile{display: flex;height:116px;}
.header-profile{display: flex;position:relative;z-index:1;}

.header-tools .switch-pages-profile-btn{display: flex;align-items: center;}
.header-tools .switch-pages-profile-btn .switch-pages{padding: 0 20px;}

.header-profile-expanded .header-wrap{height:auto;}
.header-profile-expanded .header-wrap .header-profile-footer{height: calc(100% - 60px);border-radius:0;box-sizing:border-box;}

.header-profile-image{width:85px;height:85px;padding: 10px 23px 0 0;}
.header-profile-hello{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 105%;
    color: #1E2E57;
    padding:10px 0 0 0;
    display:none;
    display:block;
    width:100%;
    width: calc(100% - 95px)
}
.header-profile-hello .header-profile-hello-name{text-overflow: ellipsis;overflow: hidden;font-size:22px;height:25px;}
.header-profile-hello b{font-weight:400; }
.header-profile-hello span{
  display:block;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 105%;
  color: #1E2E57;
  padding: 6px 0 0 0;
}
.header-profile-footer{display:block;transition: height 0.4s linear;background:#fff;border-radius: 0 40px 0 0 ;height:40px;z-index:0;position:absolute;left:0;bottom:0;right:0;}


.header-profile .switch-pages{display: none;}


.header-wrap.header-wrap-worksheet, .header.header-worksheet{width:100%;}
.header-worksheet-tools-block .header-worksheet-home,
.header-worksheet-tools-block .header-worksheet-save{flex: 0 0 auto;width: auto;}
.header-worksheet-tools-block{justify-content: flex-start;}
.worksheet-last-saved{display:none;}


.main-content-body{padding:0px 20px 80px 20px;box-sizing:border-box;}
.header-tools-nav{display:none;}


.navigation-content .navigation-content-switch{display:none;}
.left-navigation{padding:0;}
.left-navigation ul ul, .left-navigation ul li a div.drop-down{display:none;}
.left-navigation ul{display:flex;width:100%; flex-direction: row; flex-grow: 1;  }
.left-navigation ul li{flex: 1;  }
.left-navigation ul li a{padding:0; flex-direction: column;
  font-size: 11px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.2px;
  color: #FFFFFF;
  height:55px;
  align-content: center;
  justify-content: center;
}
.left-navigation ul li a div{display:block;padding:0;height:auto;}
.left-navigation ul li a .menu-name{}

.navigation-content.collapsed, .navigation-content{width:100%;height:55px;min-height:55px;}

.navigation-content.collapsed.navigation-worksheet-tools,
.navigation-content.navigation-worksheet-tools{height:auto;max-width:100%;}

.navigation-content {
    position: fixed;
    left: 0;
    top: auto;
    bottom:0;
    z-index: 2;
}

.mobile-view .frontpage-portfolio-welcome-block{width:100%;max-width:100%;padding:0;}


}
@media (max-width: 640px) {

.design-side{left:0;}

.design-objects{}
.design-objects.expanded{}
.design-objects.expanded .design-objects-content{border-radius: 0 8px 8px 0; max-height:400px;overflow-y:auto;}
.design-objects .design-objects-btn{display:block;}
/*.design-side .design-page{height: calc(100vh - 32px - 56px);}
.design-side .design-page{height: calc(100vh - 32px);}*/

.main-content-body .worksheet-storage {
    display: flex;
    flex-direction: column;
    height:auto;
}
.main-content-body .worksheet-storage .storage-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:center;
    padding: 0 0px 0 0;
}
.main-content-body .worksheet-storage .storage-info-descr {
    padding: 0 0 0 0px;
    display: flex;
    height: 60px;
}
.storage-worskheets, .journal-students-list{padding:0px;}
.storage-worskheets .worskheets-list-items {
}
.storage-worskheets .worskheets-list-items .storage-worskheets-item{width:calc(33.33% - 18px);}

.shop-subjects .shop-subject-items .shop-subject-item{width: calc(50% - 18px);}

.frontpage-welcome-wrap{flex-direction: column;}

.frontpage-welcome{display: block;    padding: 20px 10px 20px 0;margin: 20px 10px 20px 10px;}
.frontpage-welcome:after,
.frontpage-welcome .btn:after{clear:both;float:none;content:"";display: block;}
.frontpage-welcome .frontpage-welcome-image{float:left;width:40%;}

.worskheets-large-list{padding: 40px 0;}

.shop .worskheets-large-list{padding: 40px 20px;}
.frontpage-worksheets {
    min-height: 60px;
    padding: 24px 0px 24px 0px;
    position: relative;
}

body.shop .main-content-body{padding:0 0 80px 0;}
.shop-heading {
    background: #51E69C;
    border-radius: 23px;
    height: 176px;
    margin: 5px 5px -96px 5px;
}
.shop-subjects {
    margin: 0 20px;
    background: #5243AA;
    border-radius: 20px;
    padding: 30px;
}
.shop-subjects .shop-subject-items .shop-subject-item{width:100%;}

body.shop .worskheets-large-list-item{width: calc(100% - 20px);}

}
