
/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #70AF1A;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #097609;
}
::-webkit-scrollbar:hover {
  width: 4px;
  height: 4px;
}


.modal2_box {
  width: 1110px;
  top: 16px !important;
  background: #fff;
  border-radius: 4px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9999;
  overflow: hidden;
  bottom: 16px;
  height: auto;
  max-height: initial;
}

.modal2_box .modal_head {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 16px 17px 16px 32px;
}

.modal2_box .modal_head .modal_btn {
  color: rgba(0, 0, 0, 0.54);
  background: #fff;
  border: none;
}

.modal2_box .modal2_tabs .tabs .indicator {
  background: #fff;
}

.modal2_box .modal_head p {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}

.modal2_box .inner_content {
  padding-left: 23px;
  margin-bottom: 0px;
}

.modal2_box .inner_content .col.s7 {
  padding-top: 16px;
}

.modal2_box .inner_content .modal_btn1 {
  background: #fff;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0px 2px;
  cursor: pointer;
}

.modal2_box .inner_content .modal_btn1 i {
  color: #70af1a;
}

.modal2_box .inner_content .type {
  display: block;
  margin-top: 16px;
}

.modal2_box .inner_content .type p {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.87);
  margin-left: 20px;
  float: left;
  width: 50%;
}

.modal2_box .inner_content .img_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-right: 8px;
}

.modal2_box .inner_content .img_btn button {
  margin-right: 8px;
  border-radius: 4px;
  font-size: 16px;
 font-weight: 600;
    font-family: "Lato", sans-serif;
  line-height: 40px;
  color: #fff;
  border: none;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 104px;
  height: 40px;
  padding: 0px 20px;
}

.modal2_box .inner_content .img_btn button i {
  margin-right: 11px;
  color: #fff;
}

.modal2_box .inner_content .png {
  background: #70af1a;
}

.modal2_box .inner_content .png:hover {
  background: #7ebf26;
}

.modal2_box .inner_content .jpg {
  background: #097609;
}

.modal2_box .inner_content .jpg:hover {
  background: #129212;
}

.modal2_box .inner_content .pdf {
  background: #f2780c;
}

.modal2_box .inner_content .pdf:hover {
  background: #f38b2f;
}

.modal2_box .col.s12.right-align.mdl_btn {
  border-top: 1px solid #cccccc;
  padding-top: 8px;
  margin-bottom: 0px;
  width: 365px;
  z-index: 2;
  background: #fff;
  padding-bottom: 10px;
  margin-top: -20px;
  margin-left: -10px;
  position: relative;
}

/*.modal2_box .inner_content label {
  margin-left: 10px;
}*/

.modal2_tabs .tabs .tab a {
  color: rgba(0, 0, 0, 0.54);
  text-transform: capitalize;
  font-size: 16px;
  border: none;
}

.modal2_tabs .tabs .tab a:hover,
.modal2_tabs .tabs .tab a.active {
  color: #70af1a;
  background: #fff;
  border-bottom: 4px solid #70af1a;
  margin-top: 0px;
}

.modal2_tabs .input-field {
  padding: 0;
}

.modal2_tabs .tabs_head {
  padding: 0;
}

.modal2_tabs .tabs {
  border-bottom: 1px solid #cccccc;
}

.modal2_box  .inner_content {
  background: #F7F7F7;
}

.modal2_tabs {
  background: #fff;
}

.inhalt_tab {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px !important;
  height: calc(100vh - 120px);
}

.inhalt_tab .head {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 22px;
}

.inhalt_tab .input-field > label {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  opacity: 0.87 !important;
  margin-left: -12px !important;
  color: #000000;
  margin-top: 5px;
}

.inhalt_tab .input-field input {
  border: 1px solid #cccccc;
  padding: 0px 10px 0px 16px;
  border-radius: 4px;
  width: 92%;
  margin-bottom: 30px;
  margin-top: 8px;
}

.inhalt_tab input:focus {
  color: #000000;
  opacity: 0.87 !important;
}

.inhalt_tab textarea {
  border: 1px solid #cccccc;
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 30px;
  margin-top: 8px;
  overflow: hidden;
  min-height: 95px !important;
}

  .layout_tab {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px !important;
  height: calc(100vh - 150px);
}

  .layout_tab  .head {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 16px;
}
/*
  .layout_tab  .verpack_select {
  margin-bottom: 15px !important;
}*/

  .layout_tab  .chklbl {
  display: block;
  margin-bottom: 20px;
}

 .layout_tab  .chklbl span {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  opacity: 0.87 !important;
  color: #000000;
}

  .layout_tab  [type="checkbox"].filled-in:checked + span:not(.lever):after {
  border-radius: 50%;
}

  .layout_tab  [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  border-radius: 50%;
  border: 2px solid #cccccc;
}

  .layout_tab  [type="checkbox"]:checked + span:not(.lever):before {
  display: none;
}
.auto_suggestion_check [type="checkbox"].filled-in:checked + span:not(.lever):after {
  border: 2px solid #808080;
  background-color: #808080;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  border: 2px solid #70AF1A;
  background-color: #70AF1A;
}
.checkbox_popup.hideform,.modal-overlay.hideform{
	display:none !important;
}
  .layout_tab .select-wrapper input.select-dropdown {
  border: 1px solid #cccccc;
  margin-top: 8px;
  width: 94%;
  padding-left: 16px;
  border-radius: 4px;
  
}
.select-wrapper input.select-dropdown{
  background-image: url(https://ecomheroes.dev/AllergenManager/img/arrow.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: auto 70%;
}

  .layout_tab  .two_field .select-wrapper input.select-dropdown {
  width: -webkit-fill-available !important;
}
 .am_new_page .layout_tab  .two_field .select-wrapper input.select-dropdown {
  width: 94%;
}
.layout_tab .two_field .first .caret {
        right: -5px !important;
}
.am_new_page .layout_tab .two_field .select-wrapper svg.caret {
    right: 6px;
}
svg.caret {
   display: none;
}

  .layout_tab  .input-field > label {
  color: #000000;
  opacity: .87 !important;
  margin-left: -10px;
  font-size: 14px;
  font-weight: 700;
}

  .layout_tab  .input-field > input {
  border: 1px solid #cccccc;
  margin-top: 8px;
  padding-left: 16px;
  border-radius: 4px;
  width: 94%;
}

  .layout_tab  .two_field {
  margin-left: 0px;
  margin-right: 0px;
}

  .layout_tab .two_field .first {
  width: 48%;
      margin-right: 12px;
}

  .layout_tab .two_field .second input {
  width:-webkit-fill-available !important;
}

  .layout_tab  .two_field .second {
  width: 48%;
}

  .layout_tab  .input-field > label.active {
  margin-top: 5px;
}

.modal_box .row.inner_content {
  margin-bottom: 0px;
  overflow-y: scroll;
  height: 260px;
  width: 97%;
  padding-top: 26px;
}

.modal2_box button.modal-footer_btn {
  border-top: 1px solid #cccccc;
  background: #70af1a !important;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 16px;
  border-radius: 4px;
  margin-right: 5px !important;
  border: none;
  position: relative;
}


a.mob_show {
  display: none;
}

button.setting_btn {
  color: #70af1a;
  background: none;
  border: none;
  position: absolute;
  right: 2px;
  top: 12px;
  margin-left: 29px;
  margin-right: 60px;
  cursor: pointer;
}
.setting_btn {
  color: #70af1a;
  margin-right: 20px;
}

button.setting_btn1.modal-trigger {
    display: none;
}

.input-field > label:not(.label-icon).active{
  margin-left: -10px; 
}
input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label{
  color:#000;
}

.layout_tab  .dropdown-content li>a, .layout_tab  .dropdown-content li>span {
  color:#000;
}
.row.two_field.label_font_size_container.open ul li:first-child{
  display: none;
}
.row.two_field.label_font_size_container.open ul li:nth-child(2){
  display: none;
}

label.active.zutaten_labels{
  margin-top: -26px;
  margin-left: 0px;
  font-weight: bold;
  color: #000000;
}

.modal2_box button.modal-footer_btn:hover {
    background: #77bc19 !important;
    cursor: pointer;
}


.inhalt_tab .switch label .lever{
  background-color: rgba(112, 173, 26, 0.4);
}
.inhalt_tab .switch label .lever:after{
  background-color: #70AF1A;
}

.inhalt_tab .switch label input[type=checkbox]:checked+.lever:after {
    background-color: #F24C05;
}
.inhalt_tab .switch label input[type=checkbox]:checked+.lever {
    background-color: rgba(242, 76, 5, 0.4);
}

.inhalt_tab .switch label {
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.54);
}

.inhalt_tab .switch label b{
  color: rgba(0, 0, 0, 0.87);
}

.inhalt_tab .switch {
    margin-bottom: 32px;
}

.zutaten_editor ~ div {
    margin-bottom: 30px;
}
.zutaten_editor ~ label {
    margin-top: -3px !important;
}

.cke_chrome{
	border-radius: 4px;
}

.bold_text {
    font-weight: bolder;
}



.allergene_popup  .inner_content .img_btn button img {
    padding-right: 10px;
}

.allergene_popup .inner_content .img_btn{
  float: right !important;
}

.allergene_popup  .tabs .indicator{height: auto;}

.allergene_popup .inner_content p span {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    height: 20px;
    padding-left: 28px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.87);
}

.allergene_popup .inner_content .ale_checkbox {
    border-bottom: 1px solid #CCCCCC;
    margin: 0px -15px;
    padding: 0px 15px 15px;
}

.allergene_popup .inner_content p {
    margin-top: 16px;
}

.allergene_popup .inner_content form p [type="checkbox"]:not(:checked), .allergene_popup .inner_content form p [type="checkbox"]:checked{
display: none;
}


.allergene_popup .inner_content .head{
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 16px;
  margin-top: 0px;
}

.allergene_popup .inner_content .second_section{
  margin-bottom: 32px;
}

.layout_section {
overflow-y: auto;
overflow-x: hidden;
padding: 16px !important;
height: calc(100vh - 150px);
}

/* Quid tab start*/
 .quid_tab .input-field > label {
color: #000000;
opacity: .87 !important;
margin-left: -10px;
font-size: 14px;
font-weight: 700;
}
.quid_tab .col.s12.input-field.transparent-bg {
margin-top: 5px;
}
.quid_tab .input-field > label {
margin-bottom: 0px;
display: block;
display: flex;
position: relative;
}
.am_new_page .row.inner_content {
display: flex;
}
.netto_gewicht_fullmenge_div {
margin-top: 10px;
}
.quid_tab {
padding: 0px 20px !important;
}
.quid_tab p {
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 24px;
text-transform: none;
color: rgba(0, 0, 0, 0.87);
padding-bottom: 10px;
}
.quid_tab label.angabe_check span {
  font-weight: 500;
  display: inline-table;
  word-break: break-all;
  padding-right: 10px;
}
.quid_tab label.angabe_check [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
top: 2px;
}
.quid_tab label.angabe_check [type="checkbox"].filled-in:checked+span:not(.lever):after{
top: 2px;
}
.quid_tab label.angabe_check [type="checkbox"].filled-in:checked+span:not(.lever):before{
top: 1px
}
.quid_tab .input-field > label{
margin-bottom: 2px !important;
}
.netto_gewicht_fullmenge_div .dropdown-content li>a, .netto_gewicht_fullmenge_div .dropdown-content li>span {
color: #333;
}
.netto_gewicht_fullmenge_div label {
top: -30px;
}
.modal2_box .inner_content{
display: flex;
}
.modal2_tabs{
margin-right: 10px;
}
.am_new_page .modal2_tabs{
margin-right: 0px !important;
}
.quid_tab p a {
  color: #70af1a;
  font-weight: 700;
}
  .quid_tab {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 16px 16px !important;
  height: calc(100vh - 150px);
}

/* Quid tab end*/

.inhalt_tab .input-field.transparent-bg {
height: 50px;
margin-top: -14px;
margin-bottom: 15px !important;
}
.inhalt_tab .input-field.transparent-bg input:focus {
opacity: 0 !important;
}
.inhalt_tab .input-field.transparent-bg label.angabe_check.ract-check {width: 100%;}
.inhalt_tab .input-field.transparent-bg label.angabe_check.ract-check span {width: 100%;padding: 0px;}
.inhalt_tab .input-field.transparent-bg [type="checkbox"].filled-in:not(:checked)+span:not(.lever):before {
right: 10px !important;
}
.inhalt_tab .input-field.transparent-bg [type="checkbox"].filled-in:checked+span:not(.lever):before {
right: 10px !important;
left: auto !important;
top: 2px;
}
.inhalt_tab .input-field.transparent-bg [type="checkbox"].filled-in+span:not(.lever):before, .inhalt_tab .input-field.transparent-bg  [type="checkbox"].filled-in+span:not(.lever):after {
left: auto !important;
right: 0px;
top: 2px;
}

/*.notes_text , .alkohol_text {
  padding-top: 10px;
}
*/
/***tooltip***/

.input_tooltip {
display: none;
}.netto_gewicht .netto:hover ~ .input_tooltip {
display: block;
background: #70AF1A;
color: #fff;
padding: 10px;
position: absolute;
top: auto;
z-index: 1;
bottom: 82px;
border-radius: 4px;
}
.netto_gewicht {
position: relative;
}

.enthalten .portion_label_three ul{
  min-width:60px !important;
  z-index: 11;
}

.inhalt_tab .input-field.transparent-bg.hinweise_zur input:focus{
 opacity: 1 !important;
 width: 0px;
}

.fullgewicht input.fullgewicht_weight {
    text-align: end;
}
.inhalt_tab .input-field.transparent-bg.hinweise_zur input:focus-visible {
    opacity: 1 !important;
    position: absolute;
    float: right;
    width: 100%;
    text-align: end;
    display: block;
    border: 0px !important;
    background: #fff !important;
    box-shadow: none;
    outline: none;
}

.asColorPicker-dropdown .asColorPicker-alpha.asColorPicker-alpha-vertical {
  display: none !important;
}
.col.s12.input-field.hintergrund .asColorPicker-wrap {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.col.s12.input-field.hintergrund .asColorPicker-wrap {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.col.s12.input-field.hintergrund .asColorPicker-wrap input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0px 10px;
}
.col.s12.input-field.hintergrund .asColorPicker-trigger {
  border: 1px solid #bbb;
  position: absolute;
  right: 12px;
  top: 13px;
  width: 20px;
}
.col.s12.input-field.hintergrund label {
  top: -25px;
}
.col.s12.input-field.hintergrund .asColorPicker-clear{
  display: none !important;
}
.dropdown-content {
  z-index: 2;
}

.layout_tab .two_field .input-field{
      margin-top: 34px;
}
.layout_tab .two_field .font-color {
    margin-top: 41px !important;
}

.font-color .asColorPicker-wrap {
    display: flex;
    align-items: center;
}

.font-color .asColorPicker-trigger {
    padding: inherit;
    position: absolute;
    right: 10px;
        border: none;
}

.layout_tab .two_field .font-color label {
    top: -34px;
}

.font-color .asColorPicker-wrap a.asColorPicker-clear {
    display: none;
}
.font-color .asColorPicker-wrap input{
    width: 100% !important;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 4px;
    padding: 0px 10px;
}
.label_details .label_body tr td.font-bold {
    border-right:1px white  !important;
        font-weight: 700;
            font-family: Arial;
}
.label_details .ing_details p strong , .label_details .ing_details .boxed span strong{
  font-weight: 700;
}

.right_part .ing_details table tr td strong{
  font-weight: 800;
}
.label_details .label_body tr.label_data.last_border td {
    border-bottom: 1px solid;
}

td, th{
  border-radius: 0px !important
}



@media screen and (max-width: 576px) {

  .modal2_box .inner_content .col.s8 {
    padding-left:0px;
  }

 .modal2_box.allergene_popup .modal_content .inner_heading .mob_show{
    position: absolute;
    right: 0px;
  }
  .modal2_box.allergene_popup .inner_content{ 
    position: relative;
  }
  .modal2_box  .modal_content .inner_heading .mob_show {
    display: block;
    padding: 10px;
    color: #70AF1A;
    border: 1px solid #cccccc;
    border-radius: 4px;
    line-height: 3px;
    background: #fff;
    margin-right: -2px;
    z-index: 9999;
  }
  .modal2_box  .modal_content .inner_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal2_box .inner_content .type {
    display: block;
  }
  .modal2_box .inner_content .img_btn button {
    margin-top: 8px;
  }
  .modal2_box .inner_content .col.s8 {
    width: 100% !important;
  }
  .modal2_box .inner_content .col.s4 {
    width: 100%;
    margin-top: 0px;
  }
  .modal2_box .inner_content .hide_on_mobile {
    position: absolute;
    width: 0px !important;
    right: -30px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .modal2_box .inner_content .show_on_mobile {
    position: absolute;
    width: 90% !important;
    right: 0px !important;
    z-index: 1;
  }
    .layout_tab  .two_field .second {
    margin-left: 10px;
  }
  .modal2_box  .inner_content .col.s7 .images img {
    width: 100%;
  }
  .modal2_box .inner_content .type p {
    margin-left: 12px;
    margin-bottom: 8px;
    width: 83%;
  }
  .modal2_box .inner_content .type .img_btn {
    margin-left: 12px;
    float: left;
    width: 100%;
  }
  .modal2_box .modal_head {
    padding: 16px 15px 16px 25px;
  }
  .layout_tab .select-wrapper input.select-dropdown {
    width: 96%;
  }
   .layout_tab .two_field .select-wrapper input.select-dropdown {
    width: 89%;
  }
   .layout_tab .input-field > input {
    width: 89%;
  }
    .layout_tab .hintergrund > input {
    width: 95%;
  }
  .modal2_box {
    width: 95% !important;
  }
  .modal2_box .modal_content {
    overflow: hidden;
    height: 100vh;
  }
  .modal2_box .col.s12.right-align.mdl_btn {
    width: 100%;
  }
 .modal2_box  .inner_content .col.s8 {
    overflow: hidden;
  }
  .modal2_box .inner_content {
    height: 100%;
  }
  .modal2_box .inner_content .img_btn button {
    width: 90px;
    padding: 10px;
  }
  .col.s12.input-field.hintergrund {
    margin-bottom: 10px !important;
  }
  .layout_tab  .verpack_select {
 	 margin-bottom: 20px !important;
  }
  .inhalt_tab input.netto.label_weight{
  	margin-bottom: 30px !important;
  }
  .inhalt_tab .input-field input{ 
  	width: 90%;
	}
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .modal2_box  .inner_content .col.s7 .images img {
    width: 100%;
  }
  .inhalt_tab input {
    width: 86%;
  }
   .layout_tab .two_field .col.s5.input-field {
    width: 100%;
  }
    .layout_tab  .two_field .second {
    margin-left: 0px;
  }
   .layout_tab  .two_field .select-wrapper .caret {
    right: 8px;
  }
   .layout_tab  .select-wrapper input.select-dropdown {
    width: 92%;
  }
   .layout_tab  .two_field .select-wrapper input.select-dropdown {
    width: 88%;
  }
    .layout_tab .input-field > input {
    width: 88%;
  }
   .layout_tab  .hintergrund > input {
    width: 92%;
  }
  .modal2_box .inner_content .type {
    display: block;
  }
  .modal2_box .inner_content .img_btn {
    margin-right: 0px;
    margin-top: 8px;
    float: left;
    margin-left: 21px;
  }
  .modal2_box .inner_content .img_btn button {
    padding: 10px 20px;
  }
  .modal2_box .modal_head p {
    margin-left: 3px;
  }
  .modal2_box  .inner_content .col.s7 .images {
    margin-left: 8px;
  }
    .layout_tab  .two_field .second {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=model.css.map */
.col.s12.input-field.hintergrund{
  position: relative;
}

.col.s12.input-field.hintergrund p.icon_question {
    padding-left: 8px;
    align-items: center;
    display: flex;
    padding-bottom: 0px;
    position: absolute;
    top: -13px;
    left: 110px;
    cursor: pointer;
}
.col.s12.input-field.hintergrund p.icon_question i.material-icons {
    color: #70af1a;
    font-size: 20px;
}
.layout_tab .ract-check [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    border-radius: 0;
    border: 2px solid #5a5a5a;
}
.layout_tab .ract-check [type="checkbox"].filled-in:checked + span:not(.lever):after {
    border-radius: 0;
}
.layout_tab .ract-check [type="checkbox"]+span:not(.lever) {
    padding-left: 28px !important;
    top: 0px;
    line-height: 21px !important;
}
.layout_tab .ract-check [type="checkbox"].filled-in:checked + span:not(.lever):before{
    display: block;
    content: "";
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(
37deg);
    transform: rotateZ(
37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}