/*
Theme Name: G&C Theme
Theme URI: https://gycconfecciones.com/
Author: Tu Nombre
Author URI: https://gycconfecciones.com/
Description: Descripción del tema.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mi-tema
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.app-header__logo, .app-header{
    background-color: #222d32 !important;
}

.title_header{
    color: white;
    padding: 30px;
    width: 100%;
    margin: 0;
    text-align: center;
}


#buscar_producto, #buscar_producto_retiro{
    height: 70px;
    font-size: 55px;
}

.btn_search{
    width: 100%;
    height: 70px;
    margin-top: 45px;
}

#buscar_producto::placeholder {
  opacity: 0.5;
  color: grey;
}

#buscar_producto_retiro::placeholder {
  opacity: 0.5;
  color: grey;
}

#result {
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
}
.result-item {
    padding: 10px;
    cursor: pointer;
}
.result-item:hover {
    background-color: #f0f0f0;
}
.result-item.sin-stock {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #f8f8f8;
}
.result-item.sin-stock:hover {
    background-color: #f8f8f8;
}

.btn-sumaresta{
    font-size: 30px;
}

.input-cantidad{
    height: 30px;
    padding: 25px 12px 15px 4px;
    width: 50%;
    font-size: 40px;
    text-align: center;
}

.nombre_producto{
    font-size: 17px;
}

.precio{
    font-size: 20px;
}


.bi-trash3{
    font-size: 35px;
    float: right;
    color: red;
}


.check-precio-mayor{

    width: 30px;
    height: 20px;
    margin-top: -5px;

}
.center{
    text-align: center;
}

#procesar_venta{
    font-size: 30px;
    width: 50%;
    margin: 0 auto;
    height: 70px;
    margin-top: 20px;
}

.t-25{
    font-size: 25px;
}

.float-right{
    float: right;
}


/* Form login */

.login-form-container {
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}

.login-form-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.login-form-container label {
    display: block;
    margin-bottom: 5px;
}

.login-form-container input[type="text"],
.login-form-container input[type="password"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.login-form-container input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    background: #0073aa;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.login-form-container input[type="submit"]:hover {
    background: #005177;
}

.login-error {
    color: red;
    text-align: center;
    margin-bottom: 10px;
}


.app-menu__item_title {
    border-bottom: solid;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    font-size: 1.08em;
    border-left: 3px solid transparent;
    -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
    color: #fff;
}