/**!
  * Styles for the application
  * Copyright Juan Ignacio Cáceres
 */
 @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --primary_color: #ec6907;
    --secondary_color: #ad5918;
    --dark_grey_color: #666;
    --light_grey_color: #999;
    --light_color: #ccc;
    --dark_color: #111;
    --white: #fff;
    --light: #eee;
    --dark: #000;
    --font: "Rubik", sans-serif;
}

body {
    font-family: var(--font);
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 1.1em;
    letter-spacing: 1px;
}

a:focus,
button:focus {
    box-shadow: none !important;
}

a {
    color: #777;
    text-decoration: none !important;
}

a.disabled {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.3 !important;
}

thead tr th {
    border-bottom: 0 !important;
}

tr:hover {
    background: rgba(1, 252, 0, 0.1);
}

tr:hover {
    background: rgba(1, 252, 0, 0.1);
}

.tr-cart,
.tr-cart:hover {
    background: none;
    color: #999 !important
}

.vertical-center-up-down {
    position: relative;
    top: 15px;
}

.accordion-button:not(.collapsed) {
    color: var(--primary_color) !important;
}

.accordion-button:not(.collapsed)::after {
    filter: invert(40%) !important;
}

.btn-grey {
    background-color: #777 !important;
    color: #ccc !important;
}

.btn-close-dark {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    filter: invert(100%) !important;
}

.btn-close-light {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

.btn-secondary {
    color: #000 !important;
    background: none !important;
    border: 0 !important;
}

.btn-secondary-dark {
    color: #111 !important;
    background: none !important;
    border: 0 !important;
}

.btn-secondary:hover {
    color: #555 !important;
}

.btn-secondary-dark:hover {
    color: #111 !important;
}

.dropdown-header-dark {
    color: #111 !important;
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    white-space: nowrap;
}

.dropdown-item-dark {
    color: #999 !important;
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.width-btn-up-down {
    width: 30px !important;
}

.width-btn-table {
    width: 5% !important;
}

.width-table-8 {
    width: 8% !important;
}

.width-table-12 {
    width: 12% !important;
}

.width-table-16 {
    width: 16% !important;
}

.width-table-24 {
    width: 24% !important;
}

.bg-success {
    background: #7ae976 !important;
}

.bg-tomato {
    background: tomato !important;
}

.bg-danger {
    background: #ccc !important;
}

.bg-danger-light {
    background: #f78989 !important;
}

.bg-panel-grey {
    background: #111 !important;
    color: #ccc;
    border-radius: 0!important;
}

.bg-panel-white {
    background: #fff !important;
}

.bg-panel-white-white {
    background: #fff !important;
}

.bg-panel-light {
    background: #eee !important;
}

.bg-panel-black {
    background: #111;
}

.bg-panel-img-black {
    background-image: linear-gradient(127deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.6)), url('http://localhost/panel/public/assets/images/background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-panel-img-white {
    background-image: linear-gradient(127deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6)), url('http://localhost/panel/public/assets/images/background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-container-black {
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 20px !important;
}

.bg-container-white {
    background: #f8f8f8;
}

.bg-container-bordered {
    background: #fff;
    box-shadow: inset rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.border-focus-demo {
    border: 3px solidvar(--primary_color)
}

.bg-pagination-left {
    background: rgba(10, 10, 10, 0.6) !important;
    border: 0 !important;
    border-radius: 20px 0 0 20px !important;
    color: #fff
}

.bg-pagination-right {
    background: rgba(10, 10, 10, 0.6) !important;
    border: 0 !important;
    border-radius: 0 20px 20px 0 !important;
    color: #fff
}

.bg-pagination-left-light {
    background: rgba(10, 10, 10, 0.1) !important;
    border: 0 !important;
    border-radius: 20px 0 0 20px !important;
    color: #444
}

.bg-pagination-right-light {
    background: rgba(10, 10, 10, 0.1) !important;
    border: 0 !important;
    border-radius: 0 20px 20px 0 !important;
    color: #444
}

.bg-pagination {
    background: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    color: #666
}

.bg-pagination.active {
    color: var(--primary_color)
}

.bg-pagination:hover {
    color: #fff
}

.bg-grey-obscure {
    background: #111 !important;
    color: #fff;
}

.bg-header {
    background: #ddd;
}

.bg-header-white {
    background: #F8F8F8;
}

.bg-btn-cerrar-sesion,
.bg-btn-cerrar-sesion:hover {
    background: #111;
    color: #fff;
    font-size: 1em
}

.bg-btn-light-cerrar-sesion,
.bg-btn-light-cerrar-sesion:hover {
    background: #ddd;
    color: #111;
    font-size: 1em
}

.bg-pagination-left:hover,
.bg-pagination-right:hover {
    color: var(--primary_color)
}

.bg-container-black-search {
    background: rgba(0, 0, 0, 0.5);
}

.bg-container-green-violet {
    background: var(--primary_color);
}

.bg-container-green-violet:hover {
    transform: scale(1.02);
    transition: 0.2s;
}

.bg-container-green-violet a {
    color: #fff;
    text-decoration: none;
}

.bg-user-role {
    color: #111;
    border-left: 2px solid var(--primary_color);
    font-weight: 300;
    border-radius: 0;
}

.bg-offcanvas {
    background: #111;
    color: #fff;
}

.bg-none {
    background: 0 !important;
}


.bg-panel-img {
    background-size: cover;
    background-repeat: no-repeat;
}


.bg-demo-seccion {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px
}

.bg-demo-fin {
    background: linear-gradient(to bottom, #eee, #fff);
    height: 150px
}


.nav-demo {
    text-transform: uppercase;
    font-size: 0.8em;
}

.inner_user {
    border: 1px solid #ccc;
    overflow: hidden;
    height: 170px;
    width: 170px;
    display: flex;
    align-items: center;
    border-radius: 100px;
}

.inner_user img {
    width: 100%;
    transition: all 1.5s ease;
}

.inner_user:hover img {
    transform: scale(1.1);
}

.inner {
    overflow: hidden;
    height: 70px;
    display: flex;
    align-items: center;
}

.inner img {
    width: 100%;
    transition: all 1.5s ease;
}

.inner:hover img {
    transform: scale(1.1);
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(60%);
}

.witout-data {
    color: #999;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: textfield;
}

.custom-dropdown,
.custom-dropdown li a {
    background-color: #000 !important;
    border: 0 !important;
    color: #999 !important;
    border-radius: 0;
}

.form-text {
    color: #72c54e;
}

.form-control {
    background: #111;
    border: 0 !important;
    color: #999;
    font-size: 1em !important;
}

.form-control:focus {
    background-color: #000;
    border: 0 !important;
    box-shadow: none;
    color: #999
}

.form-control-light {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    background: #ddd;
    border-radius: 10px !important;
    border: 0 !important;
    color: #444;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
}

.form-control-light.form-offcanvas.form-input-group-right {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    width: 1% !important;
}

.form-control-light:focus {
    background: #ddd;
    border-color: 0 !important;
    box-shadow: 0 !important;
    color: #444
}

.form-select {
    background-color: #111;
    border: 0 !important;
    color: #999 !important;
    border-radius: 0;
    font-size: 1em !important;
}

.form-select option {
    background-color: #000;
    color: #999;
}

.form-select:focus {
    background-color: #000;
    border: 0 !important;
    box-shadow: none;
    color: #999
}

.form-select-light {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ddd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ddd;
    border: 0 !important;
    color: #444 !important;
}

.form-select-light option {
    background-color: #ddd;
    color: #444;
}

.form-select-light:focus {
    background-color: #ddd;
    border: 0 !important;
    box-shadow: none;
    color: #444
}

.form-offcanvas {
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid rgba(50, 50, 50, 0.1) !important;
    box-shadow: none;
    color: #666
}

.form-offcanvas-textarea {
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid rgba(50, 50, 50, 0.1) !important;
    box-shadow: none;
    color: #666;
    height: 150px;
    max-height: 200px
}

.form-offcanvas-white {
    background: #fff !important;
    border: 2px solid rgba(50, 50, 50, 0.1) !important;
    box-shadow: none;
    color: #666
}

.form-offcanvas option {
    background-color: rgba(255, 255, 255, 0) !important;
    border: 1px solid rgba(50, 50, 50, 0.1) !important;
    box-shadow: none;
    color: #666
}

.form-offcanvas:focus,
.form-offcanvas-textarea:focus {
    background-color: rgba(255, 255, 255, 1) !important;
    border: 1px solid var(--primary_color) !important;
    box-shadow: none;
    color: #666
}

.form-login {
    box-shadow: none !important;
    color: #666 !important
}


.form-order-width {
    width: 5em !important;
}

.thead-bg-1,
.row .thead-bg-1 {
    background: #111 !important;
    color: #fff;
    text-align: center;
}

.thead-bg-1 th {
    font-weight: 500;
    position: sticky !important;
    top: -1px !important;
    position: fixed;
    background: #111 !important;
}

.thead-bg-2 {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.thead-bg-3,
.row .thead-bg-3 {
    background: var(--primary_color) !important;
    color: #fff;
    text-align: center;
}

.thead-bg-3 th {
    font-weight: 500;
    position: sticky !important;
    top: -1px !important;
    position: fixed;
    background: var(--primary_color) !important;
}

.icon-size-4 {
    font-size: 3.2em;
}

.font-05 {
    font-size: 0.5em !important;
}

.font-07 {
    font-size: 0.7em !important;
}

.font-08 {
    font-size: 0.8em !important;
}

.font-09 {
    font-size: 0.9em !important;
}

.font-2 {
    font-size: 1.1em !important;
}

.font-3 {
    font-size: 1.5em !important;
}

.font-4 {
    font-size: 1.9em !important;
}

.font-5 {
    font-size: 4.5em !important;
}

.font-demo-description p {
    font-size: 0.7em;
}

.price-cart {
    font-size: 1.2em;
    color: #777
}

.title-banner-login {
    font-size: 4em
}

.title-404 {
    font-size: 8em;
    color: #000;
    text-shadow: 5px 5px 2px #fbff00d0;
}

.title-login {
    color: var(--primary_color);
    font-family: 'League Spartan', sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.title-menu {
    font-size: 1em;
    font-weight: 300;
    color: #ec6907;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'League Spartan', sans-serif !important;
}

.title-dark-menu {
    font-size: 1em;
    font-weight: 600;
    color: #212529;
    font-family: 'League Spartan', sans-serif !important;
}

.font-secondary {
    font-family: 'League Spartan', sans-serif !important;
}

.title-agregar {
    border-bottom: 2px solid #ccc;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 0.8em;
}

.title-agregar span {
    color: #ccc;
    font-size: 1.3em
}

.height-100 {
    min-height: 100vh;
}

.min-height-75 {
    min-height: 75vh;
}

.btn-trash-inline {
    color: #b6b6b6;
}

.card-demo-opacity {
    opacity: 0.7;
}

.card-border-without {
    border: 0 !important;
}

.card-border-with {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0 0 25px 25px !important;
}

a.card-text {
    font-size: 0.9em;
}

.radius-0 {
    border-radius: 0 !important;
}

.radius-50 {
    border-radius: 50px !important;
}

.radius-30 {
    border-radius: 0 !important;
}

.radius-25 {
    border-radius: 25px !important;
}

.radius-top-25 {
    border-radius: 0 !important;
}

.radius-10 {
    border-radius: 0 !important;
}

.radius-left-10 {
    border-radius: 0!important;
}

.radius-right-10 {
    border-radius: 0 !important;
}

.border-0 {
    border: 0 !important;
}

.border-menu {
    border-top: 1px solid #111
}

.border-form {
    border-bottom: 5px solid var(--primary_color)
}

.border-gradient-violet {
    background: #df6230;
    border-radius: 8px;
    color: #fff;
}

.border-gradient-violet a {
    color: #fff !important;
}

.border-gradient-violet:hover,
.border-gradient-violet a:hover {
    color: #fff !important;
}


.border-gradient-green {
    background: var(--primary_color);
    border-radius: 10px;
}

.border-gradient-green a {
    color: #fff !important;
}

.separator-green {
    border-top: 5px solid var(--primary_color);
    width: 5em;
}

.radius-top-30 {
    border-radius: 8px 8px 0 0;
}

.radius-bottom-30 {
    border-radius: 0 0 8px 8px;
}

.radius-bottom-left-30 {
    border-radius: 0 0 0 8px;
}

.radius-bottom-right-30 {
    border-radius: 0 0 8px 0;
}

.radius-top-20 {
    border-radius: 20px 20px 0 0;
}

.radius-bottom-20 {
    border-radius: 0 0 20px 20px;
}

.radius-right-10 {
    border-radius: 0 10px 10px 0
}

.radius-right-20 {
    border-radius: 0 20px 20px 0
}

.radius-left-20 {
    border-radius: 20px 0 0 20px !important
}

.border-top-left {
    border-radius: 0 0 0 0 !important;
}

.border-top-right {
    border-radius: 0 0 0 0 !important;
}

.border-bottom-left {
    border-radius: 0 0 0 0 !important;
}

.img-height-50 {
    max-height: 70px;
}

.img-height-70 {
    max-height: 70px;
}

.img-admin {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50px
}

.btn-offcanvas-add {
    background: #ec6907;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 1em;
}

.btn-offcanvas-cancel {
    background: #dfdfdf;
    border: 0 !important;
    color: #666 !important;
    border-radius: 0 !important;
    font-size: 1em;
}

.btn-section {
    border-radius: 0;
    background: none;
    color: rgba(27, 27, 27, 0.7);
    font-weight: 600;
    font-size: 0.8em!important
}

.btn-section:hover {
    color: rgb(0, 0, 0);
}

.btn-section a {
    color: rgba(255, 255, 255, 0.7);
}

.btn-section a:hover {
    color: #fff;
}

.btn-dark-section {
    border-radius: 0;
    background: none;
    color: #999;
    font-weight: 600;
    font-size: 1em;
}

.btn-dark-section:hover {
    color: #555;
}

.btn-dark-section a {
    color: #999;
}

.btn-dark-section a:hover {
    color: #555;
}

.btn-add {
    border-radius: 0 9px 9px 0 !important;
    background: #111;
    color: #777;
    border-left: 2px solid #666;
    font-weight: 600;
}

.btn-add a {
    color: #777;
}

.btn-user {
    background: none;
    color: #999;
    box-shadow: none !important;
    border: 0;
    font-size: 1em;
}

.btn-user:hover {
    color: #fff;
}


.btn-add:hover {
    color: #fff;
}

.btn-filter {
    background: #414141;
    border: 0 !important;
    color: #fff;
    font-size: 1em;
}

.btn-filter:hover {
    color: #999;
}

.btn-filter-dark {
    background: #ddd;
    border: 0 !important;
    color: #444;
    font-size: 1em;
}

.btn-filter-dark:hover {
    color: #444;
}

.btn-form {
    background: #111;
    color: #fff;
    border: none !important;
    cursor: pointer;
}

.btn-form:hover {
    background: #111;
    color: var(--primary_color);
}

.btn-edit {
    color: #888;
}

.icon-right-light {
    color: #555;
    position: relative;
    top: 3px;
}

.icon-right-dark {
    color: #dadada;
    position: relative;
    top: 3px;
}

.btn-trash {
    color: #111;
}

.badge {
    font-weight: 300;
}

.icon-close {
    background: 0 !important;
    border: 0 !important
}

.icon-close i {
    color: #fff !important;
    font-size: 1.2em
}

.icon-green {
    color: var(--primary_color);
}

.icon-modify {
    color: #999;
}

.icon-modify-gears {
    color: #999;
    font-size: 1.3em;
}

.icon-modify-disabled {
    color: #eee;
    cursor: not-allowed !important;
}

.icon-up-down {
    color: var(--primary_color);
}

.icon-add {
    font-size: 0.9em
}

.icon-add-top {
    font-size: 1.3em
}

.txt-add-top {
    font-size: 0.9em
}

.icon-plus {
    color: #b8b8b8 !important;
    font-size: 2.5em;
}

.icon-relative-plus {
    font-size: 0.7em;
    position: relative;
    top: 0px
}

.grey-not-change {
    color: #777;
}

.black-not-change {
    color: #111;
}

.image-upload>input {
    display: none;
}

.img-border {
    border: 1px solid #ccc
}

.icon-linkedin {
    color: #0665b7;
}

.link-table-art {
    color: #444;
}

.link-table-art:hover {
    color: #444;
    text-decoration: underline !important;
}

.link-whatsapp {
    color: #eee;
}

.link-whatsapp:hover {
    color: #25D366;
}

.green-Juan Ignacio Cáceres {
    color: var(--primary_color) !important
}

.orange {
    color: #d37319 !important
}

.grey {
    color: #666 !important;
}

.light-grey {
    color: #999;
}

.grey-white {
    color: #ccc
}

.black {
    color: #111 !important;
}

.white {
    color: #ddd !important;
}

.tomato {
    color: tomato;
}

.green {
    color: var(--primary_color);
}

.blue {
    color: #3556c2;
}

.grey:hover {
    color: #444;
}

.rel-pagination {
    position: relative !important;
    bottom: 1px !important;
}

.rel-social {
    position: relative !important;
    right: 0.5em !important;
}

.witout-image {
    color: #ccc;
    text-decoration: line-through 1px tomato;
}

.btn {
    font-size: 1em;
}

.badge span {
    font-size: 1em !important;
}

.bi-brightness-high {
    color: #ccc;
}

.form-switch .form-check-input {
    width: 3em;
    height: 1.3em;
    background-color: #111;
    border-color: var(--primary_color);
}

.form-check-input:checked {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}

.form-check-input:focus {
    border-color: #b9fa9d;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(33, 253, 13, 0.25)
}

.form-input-group-left {
    border-bottom: 1px solid #ced4da !important;
    border-left: 1px solid #ced4da !important;
    border-top: 1px solid #ced4da !important;
    border-right: 0 !important;
}

.form-input-group-right {
    border-bottom: 1px solid #ced4da !important;
    border-right: 1px solid #ced4da !important;
    border-top: 1px solid #ced4da !important;
    border-left: 0 !important;
}

input:active,
input:focus,
select:active,
select:focus {
    outline: none;
}

#pedidos_por_mes {
    display: flex !important;
}

.bg-footer-dark-bottom {
    background: #111;
}

.no-background {
    background: none!important;
}

.bg-footer-light-bottom {
    background: #ddd;
}

.footer-info-white {
    font-family: 'League Spartan', sans-serif !important;
    color: #111 !important;
    font-size: 0.9em;
}

.footer-info-black {
    font-family: 'League Spartan', sans-serif !important;
    color: #444 !important;
    font-size: 0.9em;
}

.developed-by-light {
    color: #999 !important;
    font-family: 'League Spartan', sans-serif !important;
    font-size: 0.9em;
    font-weight: 600;
}

.developed-by-black {
    color: #444 !important;
    font-family: 'League Spartan', sans-serif !important;
    font-size: 0.9em;
    font-weight: 600;
}

.swal2-show,
.swal2-styled {
    border-radius: 0 !important;
}

#brand {
    color: #fff;
    font-size: 1.1em;
}


@media (max-width:1800px) {
    body {
        font-size: 95%;
    }
}

@media (max-width:1500px) {
    body {
        font-size: 90%;
    }
}

@media (max-width:1400px) {
    body {
        font-size: 80%;
    }

    .icon-social {
        font-size: 0.9em
    }
}

@media (max-width:700px) {
    body {
        font-size: 100%;
    }

    .radius-30 {
        border-radius: 0;
    }

    .table-scroll {
        width: 100%;
        overflow-x: scroll;
    }

    .bg-footer-dark-bottom {
        border-radius: 0 !important;
    }

    .bg-user-role {
        font-size: 0.9em;
    }
}