/* Theme Name: Mimcook
/* Version: 1.0 */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Condensed.eot');
    src: url('fonts/HelveticaNeue-Condensed.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-Condensed.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Condensed.woff') format('woff'),
        url('fonts/HelveticaNeue-Condensed.ttf') format('truetype'),
        url('fonts/HelveticaNeue-Condensed.svg#HelveticaNeue-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-LightCond.eot');
    src: url('fonts/HelveticaNeue-LightCond.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-LightCond.woff2') format('woff2'),
        url('fonts/HelveticaNeue-LightCond.woff') format('woff'),
        url('fonts/HelveticaNeue-LightCond.ttf') format('truetype'),
        url('fonts/HelveticaNeue-LightCond.svg#HelveticaNeue-LightCond') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-HeavyCond.eot');
    src: url('fonts/HelveticaNeue-HeavyCond.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeue-HeavyCond.woff2') format('woff2'),
        url('fonts/HelveticaNeue-HeavyCond.woff') format('woff'),
        url('fonts/HelveticaNeue-HeavyCond.ttf') format('truetype'),
        url('fonts/HelveticaNeue-HeavyCond.svg#HelveticaNeue-HeavyCond') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
:root {	
	--white: #ffffff;
	--black: #000000;
	--green: #00ffbd;
    --light: #eae2cd;
}
html, body{
	height: 100%;
}
body {
    background: var(--black);
    color: #eee3ce;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20px;
    line-height: 1.4em;
}
img {
    max-width: 100%;
    height: auto;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
.login-top-bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 34px;
}
.login-top-bar span {
    display: none;
}
.login-top-bar .logo {
    width: 120px;
}
.container {
    width: 1020px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.clearfix, .clear {
    min-height: 1px;
    display: block;
    clear: both;
}
a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: var(--light);
}
a:hover, a:focus, a:visited, a:active {
    text-decoration: none;
    outline: none;
    border: none;
}
::-moz-selection { 
    color: #fff; 
    background-color: #00ffbd;
}
::selection { 
    color: #fff;
    background-color: #00ffbd;
}
.home-container {
    width: 460px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.home-container img.home-image {
    margin-top: -44px;
}
label, b, strong {
    /*font-family: 'Helvetica Neue Condensed', sans-serif;*/
    font-weight: 900;
}
.login-form {
    font-size: 19px;
    width: 220px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.login-form label {
    display: block;
    color: var(--green);
    text-align: center;
}
.login-form .label-user {
    background: url(images/user.png) no-repeat left center;
    display: inline-block;
    width: auto;
    padding-left: 28px;
    background-size: 20px;
    margin-bottom: 4px;
    font-size: 18px;
}
.login-form input {
    font-weight: 300;
    background: var(--light);
    color: #000;
    font-family: 'Helvetica Neue', sans-serif;
    border-radius: 4px;
    padding: 10px 12px;
    height: 40px;
    width: 100%;
    text-align: center;
    border: none;
    outline: none;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    margin-bottom: 15px;
}
.login-form button img {
    border-radius: 50%;
    transition: all .2s; 
    margin-bottom: 4px;
}
.login-form button:hover img {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1); 
}
.login-separator {
    border-top: 1px solid var(--light);
    height: 1px;
    width: 100%;
    margin: 2px auto 15px auto;
}
.login-form input[type="password"] {
    background-image: url(images/password.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
}
.login-form input:focus, .login-form input:active {
    font-weight: 300;
    background-color: var(--light);
    color: #000;
    font-family: 'Helvetica Neue', sans-serif;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,0.7);
}
.input-required {
    position: relative;
}
.input-required span {
    position: absolute;
    right: -12px;
    top: 0;
    color: var(--green);
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    background-color: var(--light) !important;
    font-family: 'Helvetica Neue', sans-serif !important;
    -webkit-box-shadow: none !important;

}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
    font-family: 'Helvetica Neue', sans-serif !important;
}
input[data-autocompleted] {
    font-family: 'Helvetica Neue', sans-serif !important;
    background-color: transparent !important;
}
input.strong, input.strong:focus, input.strong:active {
    font-weight: bold !important;
}
.login-form button {
    -webkit-appearance: none;
    appearance: none;
    background: #000;
    border: none;
    outline: none;
    color: var(--green);
    text-align: center;
    font-size: 15px;
    width: 66px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
::-webkit-input-placeholder { 
    color: #777;
    opacity: 1;
}
:-ms-input-placeholder { 
    color: #777;
    opacity: 1;
}
::placeholder {
    color: #777;
    opacity: 1;
}
.top-bar {
    padding-top: 36px;
}
.top-bar .container {
    position: relative;
    text-align: center;
}
.top-bar .logo {
  position: absolute;
  left: 15px;
  top: -5px;
  width: 120px;
}
.col-left {
    text-align: left;
    color: var(--green);
    font-weight: 900;
    float: left;
    width: 50%;
    font-size: 17px;
}
.col-left .slogan, .col-left .hamburger {
    display: none;
}
.col-right {
    float: left;
    width: 50%;
}
.text-right {
    text-align: right;
}
.user-name .username {
    background: url(images/user.png) no-repeat left center;
    background-size: 20px;
    padding-left: 26px;
    cursor: pointer;
}
.cerrar-sesion {
  position: absolute;
  left: 8px;
  top: 40px;
  display: none;
}
.cerrar-sesion a {
  display: block;
  background: var(--green);
  color: #000 !important;
  font-weight: 300;
  padding: 4px 12px;
  border-radius: 7px;
  position: relative;
}
.cerrar-sesion a::after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 11px solid var(--green);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -9px;
  left: 10px;
}
.link-menu  {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    width: 54px;
    margin-top: -60px;
}
.link-menu.active {
    color: var(--green);
}
.link-menu.link-menu-first {
    margin-right: 34px;
}
.link-menu img {
    border-radius: 50%;
    transition: all .2s;
    margin-bottom: 4px;
}
.link-menu:hover img {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1); 
}
.separador-menu {
    border-top: 1px solid var(--light);
}
.recetas-container {
    width: 520px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid var(--light);
    padding-bottom: 10px;
    max-height: 344px;
    position: relative;
}
.up-down-container {
  width: 520px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 1px;
  z-index: 100;
}
.recetas-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.recetas-container ul li {
    text-align: center;
    position: relative;
    margin: 8px 0;
    padding-left: 40px;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recetas-container ul li span.number {
    position: absolute;
    left: 25px;
    top: 2px;
}
.recetas-container label, .resumen-container.resumen label {
    font-weight: normal;
    display: block;
}
.recetas-container input[type="checkbox"], .recetas-container input[type="radio"], 
.resumen-container.resumen input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.recetas-container input[type="checkbox"]:checked + label,
.recetas-container input[type="radio"]:checked + label,
.resumen-container.resumen input[type="radio"]:checked + label {
    color: var(--green);
}
.recetas-container label, .resumen-container.resumen label {
      background-image: url(images/no-check.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 27px;
      cursor: pointer;
      padding-top: 2px;
      padding-bottom: 2px;
      min-height: 27px;
      padding-left: 22px;
    padding-right: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.recetas-container input[type="checkbox"]:checked + label {
    background-image: url(images/check.png);
}
.recetas-container input[type="radio"]:checked + label,
.resumen-container.resumen input[type="radio"]:checked + label {
    background-image: url(images/check.png);
}
.nicescroll-rails {
    border-radius: 8px !important;
}
.nicescroll-cursors {
    left: 1px !important;
}
.text-center {
    text-align: center;
}
a.agregar, button.agregar, a.button_btn, button.button_btn {
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
    padding: 0;
    margin: 0;
    color: var(--light);
    line-height: 17px;
    cursor: pointer;
    vertical-align: top;
}
a.agregar img, button.agregar img, a.button_btn img, button.button_btn img {
    border-radius: 50%;
    width: 50px;
    transition: all .2s;
    margin-bottom: 4px;
}
a.agregar:hover img, button.agregar:hover img, a.button_btn:hover img, 
button.button_btn:hover img {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1); 
}
a.button_btn, button.button_btn {
    margin-left: 17px;
    margin-right: 17px;
    width: 54px;
}
a.button_btn2 {
    text-align: center;
    font-size: 15px;
    width: 166px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
a.button_btn2 img {
    width: 58px;
    border-radius: 50%;
    transition: all .2s;
    margin-bottom: 4px;
}
a.button_btn2:hover img {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1); 
}
a.button_btn.eliminar, button.button_btn.eliminar {
    color: #ec3a24;
}
a.button_btn.eliminar:hover img, button.button_btn.eliminar:hover img {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(236,58,36,1), inset 0px 0px 5px 1px rgba(236,58,36,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(236,58,36,1), inset 0px 0px 5px 1px rgba(236,58,36,1);
    box-shadow: 0px 0px 5px 1px rgba(236,58,36,1), inset 0px 0px 5px 1px rgba(236,58,36,1); 
    color: #ec3a24;
}
.error, .success {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    padding-left: 38px;
    line-height: 21px;
}
.error .fa {
    color: #ec3a24;
    border: 1px solid #ec3a24;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: -3px;
}
.success img {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: -3px;
}
.loginbotones a {
    line-height: 17px;
    display: inline-block;
    width: 66px;
    margin: 0 15px;
}
.font-16 {
    font-size: 16px !important;
}
.recetas-container.c_buttons {
    padding-left: 47px;
}
.up-down-btns {
    display: inline-block;
    width: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    left: 2px;
    top: 100px;
}
.up-down-btns button {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.up-down-btns button img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .2s;
}
.up-down-btns button:hover img {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1); 
}
.up-down-btns .upbutton {
    margin-bottom: 20px;
}
.title-center {
  text-align: center;
  color: var(--green);
  font-size: 22px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}
.nueva-container {
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
}
.login-form.receta {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    margin-top: -30px;
}
.login-form.form-fase {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    font-size: 16px;
}
.login-form.text-left {
    text-align: left;
    font-size: 16px;
}
.login-form.text-left input, .login-form.form-fase input {
    font-size: 19px;
    text-align: left;
}
a.white, button.white, .white {
    color: var(--light);
}
a.green, button.green, .green {
    color: var(--green);
}
.relative {
    position: relative;
}
.title-receta {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  text-align: center;
  color: var(--green);
  font-size: 22px;
}
.title-receta div {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: -40px;
}
.buttons {
    margin-top: -10px;
}
.buttons .btn-left {
    float: left;
    width: 54px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}
.buttons .btn-left a {
    display: block;
}
.buttons .btn-left span {
    display: none;
}
.buttons .btn-left img {
    border-radius: 50%;
    transition: all .2s;
    width: 54px;
    margin-bottom: 4px;
}
.buttons .btn-left:hover img {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1); 
}
.buttons .btn-right {
    float: right;
    width: 50%;
    text-align: right;
}
.buttons .btn-right .link-menu {
    margin-top: 0;
}
.buttons .btn-right .link-menu span {
    margin-left: -8px;
}
.resumen-container {
    width: 620px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid var(--light);
    padding-bottom: 10px;
    max-height: 368px;
    position: relative;
    padding-right: 29px;
}
.resumen-container.titles {
    padding-bottom: 0;
    border-bottom: none;
}
.resumen-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.resumen-container ul li {
    text-align: center;
    position: relative;
    margin: 8px 0;
    padding-right: 37px;
    font-size: 18px;
    position: relative;
    font-weight: 300;
}
.resumen-container ul li div.fase-ingrediente,
.resumen-container ul li div.fase-personas,
.resumen-container ul li div.fase-number,
.resumen-container ul li div.fase-name,
.resumen-container ul li div.fase-time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resumen-container ul li div.fase-unidad .nice-select::after {
    content: none;
}
.resumen-container ul li div.fase-unidad .nice-select {
    margin-bottom: 0;
}
.resumen-container.titles ul li {
    margin: 0;
}
.resumen-container .fase-number {
    float: left;
    width: 14%;
    padding: 0 5px;
    min-height: 1px;
}
.resumen-container .fase-name {
    float: left;
    width: 59%;
    padding: 0 5px;
    min-height: 1px;
}
.resumen-container .fase-time {
    float: left;
    width: 27%;
    padding: 0 5px;
    min-height: 1px;
}
.resumen-container .fase-ingrediente {
    float: left;
    width: 60%;
    padding: 0 5px;
    min-height: 1px;
}
.resumen-container .fase-personas {
    float: left;
    width: 20%;
    padding: 0 5px;
    min-height: 1px;
}
.resumen-container .fase-unidad {
    float: left;
    width: 20%;
    padding: 0 5px;
    min-height: 1px;
}
.resumen-container .fase-ingrediente input, .resumen-container .fase-personas input,
.fase-unidad input {
    margin-bottom: 2px;
}
.resumen-container .fase-number span,
.resumen-container .fase-name span,
.resumen-container .fase-time span,
.resumen-container .fase-fuego1 span,
.resumen-container .fase-fuego2 span,
.resumen-container .fase-fuego3 span {
    background: var(--light);
    display: block;
    border-radius: 4px;
    color: #000;
    padding: 5px 10px;
    text-align: left;
}
.fase.titulos {
    text-align: left;
    padding-left: 4px;
}
.fase-button1, .fase-button {
    position: absolute;
    right: 39px;
    top: 1px;
    z-index: 1000;
}
.fase-button1 a, .fase-button a {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url(images/config.png);
    background-size: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.fase-button1 a:hover, .active .fase-button a {
    background-image: url(images/config-active.png);
}
.resumen-container.ingredientes .fase-button {
    right: 0;
}
.fase-button2 {
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 1000;
}
.fase-button2 a {
    display: inline-block;
    width: 33px;
    height: 33px;
    background-image: url(images/eliminar.png);
    background-size: 32px;
    background-position: center center;
    background-repeat: no-repeat;
}
.resumen-container .fase-time span.tiempo-total {
    margin-top: 15px;
    background: var(--green);
}
.resumen-container .fase-time span.small {
    font-size: 15px;
    background: transparent !important;
    padding: 0 !important;
    margin: 2px 0 0 0 !important;
    color: var(--light);
}
.resumen-container.resumen .fase-number {
  width: 9%;
}
.resumen-container.resumen .fase-name {
  width: 45%;
}
.resumen-container.resumen .fase-fuego1, .resumen-container.resumen .fase-fuego2, .resumen-container.resumen .fase-fuego3 {
    float: left;
    width: 7%;
    padding: 0 5px;
    min-height: 1px;
}
.resumen-container.resumen .fase-time {
    width: 18%;
}
.resumen-container.resumen {
    width: 700px;
    padding-left: 30px;
}
.resumen-container.resumen label {
  background-image: url(images/no-check.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 27px;
  cursor: pointer;
  padding-top: 2px;
  padding-bottom: 2px;
  min-height: 27px;
  padding-left: 22px;
  padding-right: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  left: -60px;
  top: 5px;
}
.resumen-container.resumen .up-down-btns {
    position: absolute;
    left: -94px;
}
.resumen-container.resumen input[type="radio"] {
    position: absolute;
}
.container-buttons {
    z-index: 100;
}
.container-button-fase {
    z-index: 1;
}
.button-fase {
  text-align: center;
  color: var(--green);
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -82px;
}
.button-fase div {
    display: inline-block;
    width: 54px;
    font-size: 15px;
    line-height: 18px;
}
.button-fase span {
  width: 54px;
  height: 54px;
  display: block;
  border-radius: 50%;
  background-image: url(images/circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  font-weight: 900;
  font-size: 22px;
  line-height: 54px;
  margin-bottom: 4px;
}
.fields {
    width: 460px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.first-fields {
    padding-top: 10px;
}
.fields .col {
    float: left;
    padding: 0 5px;
}
.col-20 {
    width: 20%;
}
.col-30 {
    width: 30%;
}
.col-33 {
    width: 33.33%;
}
.col-38 {
    width: 38%;
}
.col-40 {
    width: 40%;
}
.col-62 {
    width: 62%;
}
.col-70 {
    width: 70%;
}
.col-100 {
    width: 100%;
}
.separador {
    display: block;
    border-top: 1px solid var(--light);
}
.separador {
    width: 600px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.nice-select {
    font-weight: 300;
    -webkit-tap-highlight-color: transparent;
    background: var(--light);
    border-radius: 4px;
    padding: 7px 10px;
    text-align: center;
    border: none;
    outline: none;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    margin-bottom: 15px;
    float: none;
    box-sizing: border-box;
    display: inline-block;
    height: 40px;
    min-width: 30px;
    color: #000;
    font-size: 19px;
    line-height: inherit;
}
.full-select {
    padding-right: 30px; /* Espacio para arrow down */
}
.full-select .nice-select {
    display: block;
}
.nice-select .list {
    background-color: var(--green);
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    box-shadow: inset 0px 1px 4px 0px rgba(0,0,0,0.25);
    width: 100%;
    text-align: left;
    padding: 0;
    margin-top: 1px;
}
.nice-select.open .list {   
    max-height: 183px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.nice-select .option {
    font-weight: 300;
    line-height: 38px;
    min-height: 38px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    background: var(--green);
    border-bottom: 1px solid #333;
    margin: 0 !important;
}
.nice-select .option.selected {
    font-weight: 300;
    background: var(--light);
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: var(--light);
}
.nice-select::after {
    content: '';
    width: 0; 
    height: 0; 
    border-top: 11px solid var(--green);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent; 
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -22px;
}
#temperaturatransicion {
    position: relative;
}
#temperaturatransicion::before {
    content: 'ºC';
    position: absolute;
    bottom: 20px;
    right: 12px;
    color: #000;
    font-weight: 300;
    font-size: 19px;
}
img.bell {
  width: 28px;
  margin-top: 3px;
  margin-bottom: 4px;
  display: block;
}
.separador.last {
    margin-bottom: 30px;
}
.cantidades {
    padding-right: 41px;
    padding-left: 5px;
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
}
.block-cantidades {
    background: var(--green);
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 6px;
}
.block-cantidades table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.block-cantidades table th, .block-cantidades table td {
    border: 1px solid #000;
    color: #000;
    width: 8.33%;
    font-size: 15px;
    padding: 2px;
}
.block-cantidades table td input {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    font-size: 15px !important;
    color: #000;
    font-weight: 300;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none;
    text-align: center !important;
    background-color: var(--green);
    font-family: 'Helvetica Neue', sans-serif;
}
.block-cantidades table td input:active, .block-cantidades table td input:focus {
    background-color: var(--green);
    outline: none;
}
.icono-fase a {
    display: block;
    padding-right: 20px;
    position: relative;
}
.icono-fase img.icono {
    border: 1px solid var(--light);
    border-radius: 6px;
    margin-top: -1px;
    width: 135px;
}
.icono-fase .caret {
  content: '';
  width: 0;
  height: 0;
  border-top: 11px solid var(--green);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 12px;
  right: 0;
}
.iconos-fase {
    background: var(--green);
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
    z-index: 100;
    display: none;
}
.iconos-fase button {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 8px;
    border: 3px solid var(--green);
    display: inline-block;
    float: left;
    width: 25%;
    outline: none;
}
.iconos-fase button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.iconos-fase button img {
    width: 100%;
    border: none;
    border-radius: 0;
    opacity: 0.8;
}
.iconos-fase button:hover img {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  opacity: 1;
}
.zindextop {
    position: relative;
    z-index: 10000;
}
@media(min-width: 767px) {
    #listaElementos {
        min-height:260px
    }
}

@media(max-width: 767px) {
    body {
        font-size: 18px;
    }
    .login-top-bar {
        padding-top: 18px;
    }
    .login-top-bar span {
        display: block;
        text-align: center;
    }
    .login-top-bar .logo {
        display: none;
    }
    .home-container {
        width: 340px;
    }
    .home-container img.home-image {
        margin-top: 0;
    }
    .top-bar {
        padding-top: 10px;
    }
    .top-bar .container.desktop {
        display: none;
    }
    .top-bar .col-left, .top-bar .col-right {
        float: none;
        width: 100%;
    }
    .col-left {
        border-bottom: 1px solid var(--light);
        font-size: 16px;
    }
    .col-left .slogan, .col-left .hamburger {
        display: inline-block;
    }
    .col-left .username {
        float: left;
        width: 30%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .col-left .slogan {
        float: left;
        width: 40%;
        text-align: center;
        font-weight: normal;
        color: var(--light);
    }
    .col-left .hamburger {
        float: left;
        width: 30%;
        text-align: right;
        height: 32px;
    }
    .col-left .hamburger a {
        display: inline-block;
        width: 28px;
        margin-top: 3px;
    }
    .col-left .hamburger a span {
        display: block;
        background: var(--green);
        height: 4px;
        margin-bottom: 4px;
    }
    .col-right.text-right {
        text-align: center;
    }
    .link-menu {
        width: 54px;
        margin-top: 20px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .link-menu.link-menu-first {
        margin-right: 15px;
    }
    .recetas-container {
        max-height: none;
    }
    .recetas-container ul li {
      padding-left: 5px;
      padding-right: 5px;
    }
    .recetas-container {
        height: auto;
        margin-top: -10px;
        padding-bottom: 20px;
    }
    .recetas-container ul li span.number {
      left: 10px;
    }
    .recetas-container label {
        padding-left: 35px;
        padding-right: 35px;
    }
    .nicescroll-rails {
        display: none !important;
    }
    .agregar {
        margin-top: -10px !important;
    }
    .up-down-container {
        z-index: 99999;
    }
    .up-down-btns {
      display: none;
      text-align: center;
      width: 50px;
      float: none;
      left: -5px;
      background: #000;
      z-index: 100;
      top: inherit;
      padding-bottom: 8px;
      top: -138px;
    }
    .up-down-btns .upbutton {
        margin-bottom: 8px;
    }
    .up-down-btns button img {
      width: 39px;
      height: 39px;
    }
    .recetas-container.c_buttons {
        padding-left: 0;
    }
    a.button_btn.usb_btn, button.button_btn.usb_btn {
        display: none;
    }
    a.button_btn, button.button_btn {
      margin-left: 11px;
      margin-right: 11px;
    }
    .title-center {
      display: none;
    }
    .login-form.receta {
      margin-top: 10px;
    }
    .col-right.nueva-receta, .separador-menu.nueva-receta,
    .col-right.ingredientes, .separador-menu.ingredientes,
    .col-right.nueva-fase, .separador-menu.nueva-fase {
        display: none;
    }
    .title-receta {
      position: relative;
      left: inherit;
      top: inherit;
      font-size: 20px;
      margin-top: -20px;
      margin-bottom: 15px;
    }
    .title-receta div {
      top: inherit;
    }
    .buttons {
        margin-top: -10px;
        text-align: center;
        vertical-align: top;
        border-bottom: 1px solid var(--light);
        margin-bottom: 30px;
        padding-bottom: 4px;
    }
    .buttons .btn-left {
      float: none;
      width: auto;
      display: inline-block;
      vertical-align: top;
    }
    .buttons .btn-left.nueva-fase {
        display: none;
    }
    .buttons .btn-left a {
        margin-left: 15px;
        margin-right: 15px;
    }
    .buttons .btn-left span {
        display: block;
    }
    .buttons .btn-right {
      float: none;
      width: auto;
      text-align: right;
      display: inline-block;
      vertical-align: top;
    }
    .resumen-container {
        max-height: none;
        padding-right: 0;
    }
    .resumen-container ul li {
      font-size: 16px;
    }
    .resumen-container .fase-number span, 
    .resumen-container .fase-name span, 
    .resumen-container .fase-time span {
      padding: 5px 6px;
    }
    .resumen-container .fase-number, .resumen-container .fase-name,
    .resumen-container .fase-time  {
        padding: 0 3px;
    }
    .button-fase {
        position: relative;
        left: inherit;
        width: 100%;
        margin-top: -10px;
    }
    .login-form.text-left input, .login-form.form-fase input {
        font-size: 17px;
    }
    .nice-select {
        font-size: 17px;
    }
    #temperaturatransicion::before {
      font-size: 17px;
    }
    .resumen-container .height50 {
        display: none;
    }
    .login-form label img {
        top: 1px;
    }
    .col-left.user-name img {
        width: 19px;
        top: 0;
    }
    .col-left.user-name .hamburger img {
        width: 26px;
        top: 0;
        position: relative;
        top: -9px;
    }
    .resumen-container.resumen .up-down-btns {
        position: absolute;
        left: -10px;
        top: -152px;
    }
}

/** Scrollbar chrome **/
::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #888;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
::-webkit-scrollbar-corner {
    background: #888;
}

#google_translate_element {
    position: fixed;
    top: 4px;
    right: 5px;
}
.modal {
    display: none; /* Ocultar por defecto */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Fondo semi-transparente */
    justify-content: center;
    align-items: center;
}
.modal-content {
    background-color: #000;
    padding: 50px 20px;
    border-radius: 8px;
    width: 500px;
    max-width: 90%;
    border: 1px solid var(--green);
    box-shadow: 0 5px 15px rgba(0, 255, 189, 0.3);
    text-align: center;
    position: relative;
    color:#fff;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
}
.close-btn:hover {
    color: red;
}
.openModalBtn {
    position: absolute;
    right: 20px;
    top: 3px;
    -webkit-appearance: none;
    -appearance: none;
    background: transparent;
    border: 1px solid #fff;
    outline: none;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    transition: all .2s;
    border-radius: 50%;
    line-height: 0;
}
.openModalBtn:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1); 
}
.formimportar {
    margin-top: 15px;
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right:auto;
}
.formimportar input {
    font-size: 28px;
    color:#fff;
    background:transparent;
    border:1px solid #fff;
    padding: 12px 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 6px;
    outline: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.formimportar button {
    border:1px solid #fff;
    background: #fff;
    color:#000;
    outline: none;
    border-radius: 6px;
    padding: 10px 30px;
    transition: all .2s;
}
.formimportar button:hover {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1);
    box-shadow: 0px 0px 5px 1px rgba(0,255,189,1), inset 0px 0px 5px 1px rgba(0,255,189,1); 
}
.errorimportar {
    border: 1px solid #ff371d;
    border-radius: 6px;
    padding: 12px 15px;
    margin-bottom: 15px;
    color:#ff371d;
    width: 450px;
    margin-left:auto;
    margin-right:auto;
    max-width: 100%;
}