* {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.level-2 {
  color: #777777 !important;
}

::-webkit-scrollbar {
  width: 0.8rem;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/*.material-tooltip {
  pointer-events: initial !important;
}*/

body {
  background-color: #f7f7f7;
}

.ingredient-counter a {
  background-color: #70af1a !important;
}

.ingredient-counter .ing-count {
  font-size: 1.2rem;
  text-transform: initial;
}

.ingredient-counter .count-digit {
  font-size: 2rem !important;
}

.navigation {
  background-color: white;
  border-bottom: solid 0.5px #cccccc;
  height: 100px;
  padding: 14px 20px 0 10px;
}

.navigation .container {
  min-width: 100% !important;
}

.navigation .container .top-nav-logo {
  max-width: 15rem;
  width: auto;
  padding: 0.75rem;
}

.navigation .container .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation .container .title-container p {
  font-size: 26px !important;
  font-weight: 700 !important;
}

.navigation .menu-container span.hide-on-small-only.nav-btn {
  font-size: 16px !important;
}

.navigation .top-nav-btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  opacity: 0.6;
}

.navigation .top-nav-btn:hover {
  opacity: 1;
  -webkit-animation: shake-up 0.2s 1 ease-in-out;
          animation: shake-up 0.2s 1 ease-in-out;
}

.navigation .navigation span.hide-on-small-only {
  font-size: 16px !important;
}

.navigation .top-nav-btn-icon {
  width: 4rem;
  height: auto;
}

.navigation .dropdown-trigger {
  font-family: "Lato", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #cccccc;
  height: 3.15rem;
}

.navigation .dropdown-trigger > * {
  margin: 0 0.8rem 0 0;
}

.navigation #nav-dropdown > li > a {
  color: #097609;
  font-size: 1rem;
}

.navigation #nav-dropdown {
  width: 15rem !important;
}

body {
  position: relative;
}

.sidenav-bar {
  position: fixed;
  top: 19%;
  border-radius: 0px 32px 32px 0px;
  background-color: #ffffff;
  z-index: 2;
}

.sidenav-bar .sidenav-card {
  width: 8rem;
  padding: 1rem 0;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.sidenav-bar .sidenav-card:hover:not(p) {
  width: 10rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #e6e6e6;
  border-radius: 0;
}

.sidenav-bar .sidenav-card:nth-child(1) {
  border-top-right-radius: 2rem;
}

.sidenav-bar .sidenav-card:last-child {
  border-bottom-right-radius: 2rem;
}

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

.sidenav-bar1 .sidenav-card1 {
  width: 272px;
  padding: 1rem 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding-left: 8px;
  border-radius: 4px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidenav-bar1 .sidenav-card1:first-child {
  background: #fff;
}

.sidenav-bar1 .sidenav-card1 a {
  color: #000000;
  font-size: 16px;
}

.sidenav-bar1 .sidenav-card1:active {
  background-color: #ffffff;
  border-radius: 4px;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #cccccc !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:not([type]).validate + label,
input[type="text"]:not(.browser-default).validate + label,
input[type="password"]:not(.browser-default).validate + label,
input[type="email"]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  color: #000000 !important;
  opacity: .38;
  margin-left: 0;
}

.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-18px) scale(1) !important;
          transform: translateY(-18px) scale(1) !important;
  margin-left: -19px;
}

main {
  margin-top: 10px;
}

main .heading {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .heading p {
  margin-right: 16px;
}

main .heading button {
  background: #70AF1A;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px;
  width: 42px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .input-field {
  margin-bottom: 0 !important;
}

main .input-field input[type=search] {
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.38);
  height: 40px;
  padding-left: 16px;
  margin-left: -16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 2px;
}

main .input-field input[type=search] ::-webkit-input-placeholder {
  color: #9E9E9E;
  position: relative;
}

main .input-field input[type=search] :-ms-input-placeholder {
  color: #9E9E9E;
  position: relative;
}

main .input-field input[type=search] ::-ms-input-placeholder {
  color: #9E9E9E;
  position: relative;
}

main .input-field input[type=search] ::placeholder {
  color: #9E9E9E;
  position: relative;
}

main .input-field input#search:focus {
  border: 1px solid #ccc;
}

main .search_btn {
  background: #fff;
  border: none;
  position: absolute;
  top: 11px;
  right: 10px;
  cursor: pointer;
}

main .accord {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

main .accord li.active .collapsible-header.accord_head {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

main .accord_head {
  margin-bottom: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 19.2px;
  color: rgba(0, 0, 0, 0.87);
}

main .accord_head button {
  background: #fff;
  border: none;
  cursor: pointer;
}

main .accord_head .uber_btn {
  color: #70AF1A;
  margin-right: 20px;
}

main .accord_head .collapsible_btn {
  margin-right: 0 !important;
  text-align: right !important;
  color: #F2780C;
  border: 1.5px solid #F2780C;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
}

main .accord_head .collapsible_btn i{
  font-size: 16px;
    padding: 0px 7px;
    margin-top: 0px;
}

main .accord_content {
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 4px;
  margin-top: -10px;
  padding: 16px;
  margin-bottom: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding-right: 0px !important;
}

main .accord_content .container {
  width: 100% !important;
  margin-bottom: 0px;
}

main .accord_content .tab_head {
  border-bottom: 1px solid #cccccc;
}

main .accord_content .tab_head a {
  text-transform: capitalize;
}

main .accord_content .tabs .tab a {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  text-align: center;
}

main .accord_content .tabs .tab a:hover, main .accord_content .tabs .tab a.active {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87) !important;
  border-bottom: 2px solid #70af1a;
}

main .accord_content ul.tabs.tabs_vert {
  margin-top: 3px;
}

main .accord_content .tab_content {
  background: #fff;
  margin-left: 11px !important;
  padding: 20px;
}

main .accord_content .tab_content p {
  margin-bottom: 16px;
}

main .accord_content .tab_content span {
  color: #000000;
}

main .accord_content .tab_content [type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

main .accord_content .tab_content [type="checkbox"].filled-in:checked + span:not(.lever):after {
  background: #70af1a;
  border: 2px solid #70af1a;
}

main .accord_content .tab_content_btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  padding: 13px 16px 13px 16px;
  background: #70AF1A;
  color: #fff;
  border: none;
  margin-top: 0px;
  text-transform: uppercase;
  float: right;
  border-radius: 4px;
  margin-bottom: -18px;
  margin-right: -10px;
}

.collapsible-header {
  background-color: #fff !important;
}

.collapsible-header i {
  margin-right: 0;
  line-height: 26px;
}

.hori_tab .tabs {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.hori_tab .tabs .tab a:hover {
  border-bottom: 2px solid #70af1a !important;
}

.hori_tab .tabs .tab a:active {
  border-bottom: 2px solid #70af1a !important;
}

.side_nav h6.sidenav_head {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 40px;
  color: black;
  display: inline-block;
  margin: -5px 0px 10px 0px;
}

/*.inner_tab {
  float: right;
  overflow: hidden;
}
*/
.tabs-vertical .tabs {
  height: auto;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-vertical .tabs .tab {
  line-height: 40px !important;
}

ul.tabs.tabs_vert {
  background: transparent;
  border-radius: 4px;
}

ul.tabs.tabs_vert li#tag_info_outline {
  height: 40px;
}

ul.tabs.tabs_vert a {
  padding-left: 8px;
  padding-right: 7px;
  text-transform: capitalize;
  text-align: left !important;
}

ul.tabs.tabs_vert a.active {
  border-bottom: none !important;
  color: #000000 !important;
}

ul.tabs.tabs_vert a.hover {
  border-bottom: none !important;
}

.tabs-vertical .tab .active {
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease;
}

.tabs-vertical .indicator {
  display: none;
}

.tabs-vertical .tab-content {
  display: block;
  /*  make tab content scrollable , by define height, then overflow: auto*/
}

.tab_side {
  padding: 0 !important;
}

.tabs-vertical > .tab-content .active {
  display: block;
}

#top,
#bottom {
  padding: 0;
  margin: 0;
  display: block;
  overflow-y: auto;
  overflow-x: auto;
}

.hori_tab .tabs .indicator {
  background-color: #70af1a;
}

.collapsible span.badge_grn {
       margin-top: 13px;
    background: #70af1a;
    color: #fff;
    border-radius: 25px;
    min-width: 21px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
}

.collapsible span.badge_org {
       margin-top: 13px;
    background: #F2780C;
    color: #fff;
    border-radius: 29px;
    min-width: 21px;
    height: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
}

.modal_box {
  width: 700px;
  height: 385px;
  top: 20% !important;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  z-index: 9999;
}

.modal_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 22px 16px 30px;
}

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

.modal_box .modal_head p {
  font-size: 20px;
  font-weight: 700;
}

.modal_box .inner_content {
  margin-left: 23px;
}

.modal_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;
}

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

.modal_box .inner_content .input-field > label:not(.label-icon).active {
  margin-left: -12px !important;
  font-weight: bold;
  color: #000000;
}

.modal_box .inner_content .col .s3 {
  padding: 23px 0 10px 0px !important;
  width: 15%;
}

.modal_box .inner_content .col .s9 {
  padding-left: 0;
  width: 85%;
}

.modal_box .inner_content input:not([type]).validate + label,
.modal_box .inner_content input[type="text"]:not(.browser-default).validate + label {
  color: #000000 !important;
  opacity: 1 !important;
  margin-left: 0;
  font-weight: 700;
  margin-bottom: 8px;
}

.modal_box .inner_content .s12 {
  margin-bottom: 30px;
}

.modal_box .col.s12.right-align.mdl_btn {
  border-top: 1px solid #CCCCCC;
  padding-top: 8px;
  margin-bottom: 20px;
}

.modal_box .inner_content label {
  margin-left: 10px;
}

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

.modal .modal-content {
  padding: 0px 0px;
      position: relative;
      top: 10px;
}


.modal_box .row.inner_content textarea {
  border: 1px solid #cccccc;
  padding: 10px 16px;
  border-radius: 4px;
  margin: 0;
  width: 100%;
  height: auto !important;
  margin-top: 8px;

}

textarea.textarea_first {
  height: 70px !important;
}

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: 27px;
  border: none;
}

ul.collapsible.accord li.active .add {
  display: none;
}

ul.collapsible.accord li .minus {
  display: none;
}

ul.collapsible.accord li.active .minus {
  display: block !important;
}

button.uber_btn {
  color: #70AF1A;
  background: none;
  border: none;
  position: absolute;
  right: 0px;
  top: 16px;
  margin-left: 29px;
  margin-right: 60px;
  cursor: pointer;
}

.material-tooltip {
  background-color: #70AF1A;
}

ul.collapsible.accord li {
  position: relative;
}

.col.xl10.s10.center-align.title-container {
  position: relative;
  overflow: hidden;
}

.navigation .container .title-container p {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 15px;
  right: auto;
 justify-content: center;
}

.row.inner_tab .col.s12 {
  padding-right: 0px;
}

.col.xl7.left-align.heading {
  width: 50%;
}

.col.xl5.right-align {
  width: 50%;
}

main .heading button:hover {
  background: #77bc19;
  cursor: pointer;
}

main .accord_content .tab_content_btn:hover {
  background: #77bc19;
  cursor: pointer;
}

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

.side_nav #top {
  overflow: hidden;
  margin-top: 10px;
}

.row.inner_tab .tabs .tab {
  line-height: 48px !important;
  height: 50px;
}

.row.inner_tab .tab_content:nth-child(3) {
  padding-right: 42px;
}

.sucees_message {
  line-height: 40px;
  text-align: center;
  margin-top: 20px;
  background: rgba(244, 67, 54, 0.38);
  border: 1px solid #F44336;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  width: 450px;
  margin: auto;
  height: 40px;
}
.success_message {
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
    background: rgb(71 144 137 / 38%);
    border: 1px solid #20755a;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    width: 450px;
    margin: auto;
    height: 40px;
}
div#ingredient-textarea-BXzkGvXUHF {
  border: 1px solid #cccccc;
  padding: 10px 16px;
  border-radius: 4px;
  margin: 0;
  width: 100%;
  margin-top: 8px;
}

/*div#ingredient-textarea-BXzkGvXUHF ~ label , div#ingredient-textarea-aoZVHPNsQY ~ label {
  margin-top: -26px;
  margin-left: 0px;
  font-weight: bold;
  color: #000000;
}*/

.input-field.col.s9 label.active.zutaten_labels{
  margin-top: 2px;
  margin-left: 0px;
  font-weight: bold;
  color: #000000;
}

textarea.materialize-textarea.textarea_first ~ label {
  margin-top: 0px;
}

.col.s12.tab_content.allergene_badge , .col.s12.tab_content.zusatzstoffe_badge {
    margin-left: auto !important;
}

div#zusatzstoffe , div#allergene {
    margin-bottom: 20px !important;
}

.pagination li.active {
    background-color: #70AF1A;
}


 span.cke_bottom {
    display: none !important; 
  }



.tab-content.hori_tab.active ul.tabs.tab_head .tab:nth-child(2) a.active {
    border-bottom: 2px solid #f2780c;
}
.tab-content.hori_tab.active ul.tabs.tab_head .tab:nth-child(2) a:hover{
   border-bottom: 2px solid #f2780c !important;
}

.modal_box .row.inner_content::-webkit-scrollbar-thumb {
  background: #70af1a;
}

.modal_box .row.inner_content ::-webkit-scrollbar {
  width: 8px;
}

.modal_box .row.inner_content::-webkit-scrollbar-thumb {
  background: #70af1a;
}

 .modal_box .row.inner_content::-webkit-scrollbar {
  width: 8px;
}


.side_nav .tabs-vertical {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 16px;
}
.textarea_first ~ div {
    margin-top: 10px;
}

.modal_box .mdl_btn i.renew-loader {
    margin-right: 19px;
    padding-top: 0px;
    margin-left: -18px;
}
.modal_box .col.s12.right-align.mdl_btn{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main .accord_content .zusatzstoffe_badge [type="checkbox"].filled-in:checked + span:not(.lever):after{
    background: #f2780c !important;
    border: 2px solid #f2780c !important;
}

.renew-loader{
  -webkit-animation: rotation 1s infinite linear;
} 
.renew-loader{
 display: none;
}

/*.renew-loader{
  -webkit-animation:spin 2s linear infinite;
  -moz-animation:spin 2s linear infinite;
  animation:spin 2s linear infinite;
}*/

/*.mdl_btn .renew-loader{
  position: absolute;
  right: 8px;
  bottom: 20px;
}*/

.cke_wysiwyg_frame .cke_editable{
  font-size: 16px !important;
}

.input-field.col.s9 .hideeditor {
    content: '';
    background: transparent;
    top: 0;
    right: 28px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    z-index: 999;
    position: absolute;
}



@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


.label_details .ing_details  p strong {
  font-weight: bolder;
}
.dropdown-content {
  z-index: 1;
}

.modal2_box .modal_head {
position: absolute;
    top: -10px;
    right: 0px;
    left: 0px;
    background: #fff;
    padding: 0px 17px 16px 32px;
    height: 58px !important;
}
.modal_content {
        position: relative;
    top: 50px;
}
.modal-content.intro{
      position: relative !important;
}

.row.radio_colums {
    width: 530px;
    margin: auto;
        margin-bottom: 20px;
}
.row.radio_colums label [type="radio"]:checked+span:after, .row.radio_colums label [type="radio"].with-gap:checked+span:after {
    background-color: #70AF1A;
        border: 2px solid #70AF1A;
}

.row.radio_colums label span {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
}
.row.radio_colums p {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 700;
}

/* .halfWidth .label_details {
    max-width: 100%;
    width: 350px;
} */
.halfWidth .label_details .left_part {
    width: 100%;
}

.plus_minus_btn{
    color: #70af1a;
    background: none;
    border: none;
    position: absolute;
    right: 50px;
    top: 17px;
    margin-left: 36px;
    margin-right: 100px;
    cursor: pointer;
}
.plus_minus_btn img {
    width: 25px;
}
.plus_minus_btn:focus{background-color: #fff;}

 ul.tabs.tabs_vert a {
    height: 48px;
    line-height: 48px;
}

main .accord_content ul.tabs.tabs_vert .tab_vert a {
    border-radius: 3px;
}

/* button.search_btn.clear_btn {
        right: 38px;
}

button.search_btn.clear_btn i.large.material-icons {
    font-size: 24px;
}
*/

@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .display-input-panel-container {
    padding: 0 0.5vw !important;
    padding-right: 0vw !important;
  }
  .display-panel {
    padding: 0 !important;
  }
  main .input-panel-content {
    min-height: 49rem !important;
  }
  #display-section-controls {
    padding-right: 1rem !important;
  }
  main .search_btn {
    left: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  main .input-panel-content {
    min-height: 79.8rem !important;
  }
    .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
 }
   .row .col.xl12 .side_nav .tabs-vertical .col.s3.tab_side {
    width: 170px;
  } 
   .row .col.xl12 .side_nav .tabs-vertical   .col.s9 {
      width: 70%;
    }
}

@media screen and (max-width: 991px) {
  .navigation .container .title-container p {
    font-size: 21px !important;
    font-weight: 700 !important;
    left: auto;
    right: auto;
    justify-content: left;
    line-height: 26px;
    text-align: left;
  }
  .sidenav-bar .sidenav-card {
    width: 5rem;
  }
}

@media screen and (max-width: 768px) {
  main .accord_content .tab_content {
    width: 100% !important;
  }
  .container {
    width: 100%;
  }
  .col.xl10.s10.center-align.title-container {
    padding: 0px;
    margin: 0px;
  }
   .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
 }
}

@media screen and (max-width: 600px) {
  .inner_tab .tab_content{
    padding: 15px !important;
  }
  .menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal_box .row.inner_content {
    width: 94%;
    height: 210px;
  }
  .modal_box .inner_content .col .s3 {
    width: 30%;
    margin-top: 12px;
  }
  .col.xl5.right-align {
    width: 100%;
  }
  .material-tooltip {
    display: none;
  }
  .navigation {
    height: 74px;
  }
  main .input-field input[type=search] {
    margin-left: 0;
    width: -webkit-fill-available;
  }
  main .search_btn {
    right: 15px;
  }
  .navigation .dropdown-trigger > * {
    margin: 0 !important;
  }
  .dropdown-trigger i.material-icons {
    font-size: 24px;
  }
  .col.xl12.side_nav .col.s3.tab_side {
    width: 100%;
    margin-top: 40px;
    margin-top: 11px;
    margin-bottom: 20px;
  }
  .col.xl12.side_nav .col.s9.tab_side1 {
    width: 100% !important;
  }
  .side_nav h6.sidenav_head {
    line-height: 0;
  }
  /*main .accord_content .tab_content_btn {
    margin-right: 0;
  }*/
  .row.inner_tab .col.s12 {
    padding: 0px;
  }
  .modal_box {
    width: 100%;
  }
  .modal_box .inner_content .col .s9 {
    width: 70%;
  }
  .modal_box .row.inner_content textarea {
    height: 80px !important;
  }
  .modal_box .inner_content .col .s3 {
    padding: 10px 0px !important;
    text-align: end;
  }
  .modal_box .col.s12.right-align.mdl_btn {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .col.xl7.left-align.heading {
    width: 100%;
  }
  button.modal-footer_btn {
    margin-right: 17px;
  }
  .modal_box {
    width: auto;
    z-index: 1003 !important;
    height: auto;
    margin: 0px 10px;
  }
  main .accord_content ul.tabs.tabs_vert {
    margin-top: 10px;
  }
  .modal_box .mdl_btn i.renew-loader{
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .modal_box .modal_head {
    padding: 16px 8px 16px 30px;
  }
  .navigation{
        padding: 0px 0px 0 10px;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 1400px) {
  main .input-panel-content {
    min-height: 79.8rem !important;
  }
}

@media(max-width: 575px){
  .header_icons {
    background-color: #ffff;
    height: 34px;
    position: absolute;
    top: 10px;
    display: inline;
    right: 40px;
    width: 144px;
}
.plus_minus_btn {
  top: 4px;
    margin-right:34px;

}
button.setting_btn {
  top: 4px !important;
  margin-right:37px !important;
}
button.uber_btn {
  top: 4px;
      margin-right: 0px;
}
main .accord_head .new{
  display: none;
}
.header_icons.myLinks.mystyle ~ .accord_head .new {
    display: block !important;
}
.header_icons .collapsible_btn{
  display: inline-block !important;
    margin-right: -15px !important;
    text-align: right !important;
    color: #F2780C;
    border: 1.5px solid #F2780C;
    width: 24px;
    border-radius: 50%;
    height: 24px;
    align-items: center;
    display: flex;
    justify-content: center;
        float: right;
    margin-top: 3px;
}
.header_icons .collapsible_btn i {
    font-size: 16px;
    padding: 0px 2px;
    margin-top: 2px;
}
 a.icon_dots {
        position: absolute;
    top: 12px;
    right: 0px;
    width: auto;
    display: block !important;
    color: #70af1a;
}
.myLinks {
  display: none;
      right: 68px !important;
    width:0px !important;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.collapsible-header {
      padding-right: 30px;
      height: 50px;
}
 .header_icons.myLinks.mystyle {
    width: 150px !important;
        overflow: initial;
}
.header_icons button:focus {
        background-color: #fff;
}
}


/*# sourceMappingURL=recipe.css.map */




/************onboarding popup**************/
 a.icon_dots {
  display: none;
 }


 section.onboarding_popup {
    position: fixed;
    top: 0px;
    z-index: 11111;
    height: 100vh;
}

 section.onboarding_popup  .modal{width: 630px;
    overflow: hidden;
    background: none;
    box-shadow: none;
    max-height: 100%;
    top: auto !important;
  }

section.onboarding_popup  .modal .modal-content{
    height: 100vh;
    top: 0px;
    overflow: hidden;
    align-content: space-between;
    display: flex;
    align-items: center;
 }


section.onboarding_popup  .modal .modal-content iframe {
    width: 600px;
    height:332px;
}

section.onboarding_popup  button.modal_btn.modal-close {
       position: relative;
    top: -158px;
    background: none;
    box-shadow: none;
    border: none;
    color: #fff;
    z-index: 1111;
    right: -4px;
}

section.onboarding_popup .modal-overlay {
    position: fixed;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
        z-index: 1002;
    display: block;
    opacity: 0.5;
    
}


.mainaddclass section.onboarding_popup .modal{
  display: none !important;
}

.mainaddclass section.onboarding_popup .modal-overlay{
    display: none !important;
}

.mainaddclass section.onboarding_popup button.modal_btn.modal-close i {
    font-size: 25px;
}

@media(max-width: 640px){
  section.onboarding_popup  .modal .modal-content iframe {
   width: 90%;
    height:174px;
    margin: 1px 0px 4px 22px;
    border-radius: 5px;
    border: none;
}
 section.onboarding_popup  .modal{
  width: auto;
 }
 section.onboarding_popup   button.modal_btn.modal-close {
    position: relative;
    top: -110px;
    background: none;
    box-shadow: none;
    border: none;
    color: #fff;
    z-index: 1111;
    right: 28px;
    display: block;
}
}


/************onboarding popup**************/