:root {
    --custom-primary: #e63c66;
    --border-custom-primary: #cf3761;
    --bg-red: #e63d66;
}
@font-face {
    font-family: gothic_regular;
    src: url('../fonts/gothic_regular.woff');
}

@font-face {
    font-family: gothic;
    src: url('../fonts/gothic.woff');
}

@font-face {
    font-family: popp;
    src: url('../fonts/popp.woff');
}

@font-face {
    font-family: gothic_bold;
    src: url('../fonts/gothic_bold.woff');
}
@font-face {
    font-family: 'Figtree-Regular';
    src: url(../fonts/Figtree-Regular.eot);
    src: url(../fonts/Figtree-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Figtree-Regular.svg#Figtree-Regular) format('svg'),
    url(../fonts/Figtree-Regular.ttf) format('truetype'),
    url(../fonts/Figtree-Regular.woff) format('woff'),
    url(../fonts/Figtree-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Figtree-VariableFont_wght';
    src: url(../fonts/Figtree-VariableFont_wght.eot);
    src: url(../fonts/Figtree-VariableFont_wght.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Figtree-VariableFont_wght.svg#Figtree-VariableFont_wght) format('svg'),
    url(../fonts/Figtree-VariableFont_wght.woff) format('woff'),
    url(../fonts/Figtree-VariableFont_wght.woff2) format('woff2'),
    url(../fonts/Figtree-VariableFont_wght.ttf) format('truetype');
}

@font-face {
    font-family: popp;
    src: url('../fonts/popp.woff');
}

@font-face {
    font-family: 'Figtree-Bold';
    src: url(../fonts/Figtree-Bold.eot);
    src: url(../fonts/Figtree-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Figtree-Bold.svg#Figtree-Bold) format('svg'),
    url(../fonts/Figtree-Bold.woff) format('woff'),
    url(../fonts/Figtree-Bold.woff2) format('woff2'),
    url(../fonts/Figtree-Bold.ttf) format('truetype');
}

.ff-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.ff-general {
    font-family: 'Figtree-VariableFont_wght';
}

.alert-info{
    font-family: 'Figtree-VariableFont_wght';
    background-color: #e63c66 !important;
    border-color: #c13558;
}

a#sincronizar-mesero, .button-sync, .button-sync:hover{
    font-weight: 100;
    font-family: 'Figtree-VariableFont_wght';
    background: #e63c66;
    border-color: #e63c66;
    font-size: 22px !important;
    padding: 8px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.6);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.6);
}

.contenedor-pantalla	.pedido .opciones {
    width: 100%;
    margin-bottom: 20px;
    /*height: 100%;*/
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    height: 50px;
    box-sizing: content-box;
}

.contenedor-pantalla	.pedido .opciones a {
    background: white;
    font-family: 'Figtree-Regular';
    font-size: 13px;
    border: 1px solid white;
    border-radius: 10px;
    color: #e63c66;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
}

.contenedor-pantalla .pedido .outside-options a, .message-driver {
    background: #ff3864;
    font-family: 'Figtree-Regular';
    font-size: 13px;
    border: 1px solid #ff3864;
    border-radius: 10px;
    color: #ffffff;
    -webkit-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.75);
    white-space: break-spaces;
}
.message-driver {
    text-wrap: normal;
    padding: 5px 2px;
}

.contenedor-pantalla .pedido .opciones a.btn-primary {
    padding: 6px 12px !important;
}

.main-header > .navbar {
    min-height: 60px;
}

.main-header .logo {
    height: 65px;
}

.navbar-nav > li > a {
    line-height: 35px;
}

.main-header .logo .logo-lg img{
    margin-top: 7px;
}

.main-header .logo .logo-lg img{
    width: 138px;
}

.skin-blue .main-header .logo {
    background-color: #ffffff;
}

.main-header .sidebar-toggle:before {
    content: "\f0c9";
    font-size: 25px;
    color: #343150;
}

.toggle {
     font-size: 25px;
    color: #343150 !important; 
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.skin-blue .main-header .navbar {
    background-color: #ffffff;
}

.navbar-nav > .user-menu .user-image {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.37);
}

.pedido .table > thead > tr > th, .pedido .table > tbody > tr > th, .pedido .table > tfoot > tr > th, .pedido .table > thead > tr > td, .pedido .table > tbody > tr > td, .pedido .table > tfoot > tr > td {
    border-top: 1px solid #ffffff !important;
    border-top: 1px solid #ffffff !important;
}

.contenedor-pantalla .pedido .subtotal{
    text-align: right !important;
    padding: 15px 20px;
}

.contenedor-pantalla .pedido .subtotal .fila label {
    font-weight: normal;
    font-size: 13px;
}

.tablet_ticket{
  border-collapse: collapse;
}

.uploader {
    background: #ffffff;
    border: 2px dashed #808080;
}
.uploader.error-file {
    background: #ffffff;
    border: 2px dashed #e63c66;
}

.uploader:hover {
    border: 2px dashed #e63c66;
}

.table_ticket thead th{
    font-family: 'Figtree-Regular';
    font-size: 13px;
}

.table_ticket td, .table_ticket th{
    border: none;
}

.skin-blue .main-header .logo:hover {
    background-color: #ffffff;
}

.skin-blue .main-header .navbar .nav > li > a{
    color: #5e5f5f;
    font-family: 'Figtree-VariableFont_wght';
    font-size: 16px;
}

.main-sidebar, .left-side {
    padding-top: 64px;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #ffffff;
}

.fixed .main-header {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.51);
    box-shadow: 0px 1px 3px 0px rgba(173, 173, 173, 0.43);
}

.skin-blue .main-header li.user-header {
    background-color: #ffffff;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
    background: #e73d66;
    color: #ffffff;
    padding: 10px 20px;
    border: 1px solid #e2305b;
    font-family: 'Figtree-VariableFont_wght';
}

.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.user-panel > .info > p {
    font-family: 'Figtree-VariableFont_wght';
    font-size: 16px;
    color: #e63c66;
    font-weight: 100;
}

.skin-blue .user-panel > .info, .skin-blue .user-panel > .info > a {
    color: #5f5f5d;
    font-size: 13px;
    font-family: 'Figtree-VariableFont_wght';
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    color: #e63c66;
    background: #ffffff;
}

.skin-blue .sidebar-menu > li > a {
  font-size: 16px;
  font-family: 'Figtree-VariableFont_wght';
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    background: #ffffff;
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    border-left: 3px solid red;
    background: rgba(0, 0, 0, 0.1);
}

.skin-blue .treeview-menu > li > a{
  font-family: 'Figtree-VariableFont_wght';
  font-size: 16px;
  color: #e63c66;
  padding: 15px 15px 15px 90px;
}

.sidebar-menu > li > a {
    padding: 20px 25px 20px 20px;
}

.skin-blue .sidebar a {
    color: #5f5f5d;
}

.skin-blue .treeview-menu > li > a {
    color: #5f5f5d;
}

.user-panel > .info {
    position: initial;
}

.main-footer {
    font-family: 'Figtree-VariableFont_wght';
    font-size: 14px;
}

.skin-blue .sidebar a.active {
    color: #e63c66;
}

.sidebar-menu .treeview-menu{
    padding-left: 0px;
}

.skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
    color: #ffffff;
    background: #e63c66;
}

.user-panel {
    min-height: 170px;
    padding: 10px 10px;
    margin: 15px 0px;
    text-align: center;
}

.user-panel .image{
    border: solid 2px #989898;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
}

.user-panel > .image > img{
    min-width: 90px;
    height: 90px;
    padding: 3px;
    border: 5px solid #e63c66;
    margin: 3px;
}

.user-panel > .info {
    padding: 10px 0px 0px 0px;
}

.content {
    margin-top: 0;
}

.principal_view{
    padding: 25px;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
}

.principal_view.view-restaurant {
    overflow: hidden;
    border-radius: 26px;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.13);
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.13);
}

.principal_view .panel{
  margin-bottom: 0px;
}

.principal_view .panel{
  margin-bottom: 0px;
}

.principal_view .panel-primary > .panel-heading{
  font-family: 'Figtree-VariableFont_wght';
  color: #e63d66;
  font-size: 18px;
  background: #ececec;
  text-align: center;
  border: unset;
}

.principal_view .panel-primary{
  border: unset;
}

.principal_view .panel-body{
  background: #f5f5f5;
  padding: 30px 30px 10px;
}

.principal_view .panel-body{
  background: #f5f5f5;
    padding: 30px 30px 10px;
}

.principal_view .panel-body-table{
  background: #ffffff !important;
    padding: 0 !important;
}

.principal_view form button.btn-primary{
    background: #e63d66;
    font-family: 'Figtree-VariableFont_wght';
    font-size: 18px;
    padding: 10px 40px;
    border-color: #cc2d54;
    margin-top: 15px;
    border-radius: 10px;
}

.btn-primary{
    background: #e63d66;
    font-family: 'Figtree-VariableFont_wght';
    font-size: 18px;
    padding: 10px 40px;
    border-color: #cc2d54;
    margin-top: 15px;
    border-radius: 10px;
}
.input-group .btn {
    margin-top: 0 !important;
    padding: 3.5px 40px;
}

.principal_view label{
  font-family: 'Figtree-VariableFont_wght';
  font-size: 16px;
  font-weight: 100;
  margin-left: 10px;
}

.principal_view input[type="text"], .principal_view input[type="password"], .principal_view textarea{
    padding: 19px;
    font-size: 16px;
    border: unset;
    -webkit-box-shadow: 1px 1px 4px -1px rgba(128, 128, 128, 0.75);
    -moz-box-shadow: 1px 1px 4px -1px rgba(128, 128, 128, 0.75);
    box-shadow: 1px 1px 4px -1px rgba(128, 128, 128, 0.75);
    font-family: 'Figtree-VariableFont_wght';
}

.principal_view .input-group input[type="text"] {
    border-left: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.principal_view .input-group .input-group-addon {
    border: unset;
    border-right: 1px solid #80808014;
}

.principal_view .input-group {
    -webkit-box-shadow: 1px 1px 4px -1px rgba(128, 128, 128, 0.75) !important;
    -moz-box-shadow: 1px 1px 4px -1px rgba(128, 128, 128, 0.75) !important;
    box-shadow: 1px 1px 4px -1px rgba(128, 128, 128, 0.75) !important;
}

.principal_view .tagsinput{
    padding: 10px 15px;
    font-size: 16px;
    border: unset;
    -webkit-box-shadow: 1px 1px 4px -1px rgba(128, 128, 128, 0.75);
    -moz-box-shadow: 1px 1px 4px -1px rgba(128, 128, 128, 0.75);
    box-shadow: 1px 1px 4px -1px rgba(128, 128, 128, 0.75);
    font-family: 'Figtree-VariableFont_wght';
}

.principal_view ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #dfdfdf;
    opacity: 1; /* Firefox */
}

.principal_view .alert-warning {
  text-align: left;
  font-family: 'Figtree-VariableFont_wght';
  background-color: #ff3b46 !important;
  color: #ffffff !important;
  border: unset;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(115, 115, 115, 0.74);
  -moz-box-shadow: 2px 2px 2px 0px rgba(115, 115, 115, 0.74);
  box-shadow: 2px 2px 2px 0px rgba(115, 115, 115, 0.74);
}

.principal_view .alert-warning ul{
    list-style: none;
}

.principal_view .table {
    font-family: 'Figtree-VariableFont_wght';
    font-size: 16px;
    border-color: red;
    background-color: #f5f5f5;
}
.table .spacer {
    background-color: #ffffff !important;
    height: 20px;
}
.principal_view table td, .principal_view table th {
    vertical-align: middle !important;
    padding: 15px 20px !important;
    border: none !important;
}

.principal_view table tbody tr{
    border-bottom: solid 2px #e0e0e073;
}

.principal_view table tbody tr:hover{
    background: #eddde0;
}

.principal_view table thead tr{
    border-bottom: solid 3px #e0e0e073;
}

.principal_view table tbody tr:last-child{
    border-bottom: unset;
}

.principal_view table .btn-primary, .principal_view table .btn-danger {
    font-family: 'Figtree-VariableFont_wght';
    background: #ffffff;
    color: #999999;
    border-color: white;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(115, 115, 115, 0.25);
    -moz-box-shadow: 1px 1px 1px 0px rgba(115, 115, 115, 0.25);
    box-shadow: 1px 1px 1px 0px rgba(115, 115, 115, 0.25);
    padding: 5px 20px;
    font-size: 13px;
}

.principal_view .alert-success {
    text-align: left;
    font-family: 'Figtree-VariableFont_wght';
    background-color: #ececec !important;
    color: #e63d66 !important;
    border: unset;
    -webkit-box-shadow: 2px 1px 4px 0px rgba(115, 115, 115, 0.25);
    -moz-box-shadow: 2px 1px 4px 0px rgba(115, 115, 115, 0.25);
    box-shadow: 2px 1px 4px 0px rgba(115, 115, 115, 0.25);
}

.principal_view .info_price_extra{
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
}

.categorias h1 {
    font-family: 'Figtree-VariableFont_wght';
    background: #eddde0;
    color: #e63c66;
    font-size: 23px;
    padding: 15px 15px 18px 15px;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.47);
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 0px;
}

.platos h1 {
    font-family: 'Figtree-VariableFont_wght';
    background: #eddde0;
    color: #e63c66;
    font-size: 23px;
    padding: 15px 15px 18px 15px;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.47);
}

.categorias .item_categoria{
    padding: 10px;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
}

.item_categoria{
    margin-bottom: 15px;
    position: relative;
}

.item_plato{
    margin-bottom: 15px;
    position: relative;
}

.platos .item_plato {
    padding: 10px;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
    min-height: 210px;
}

.editar{
    position: absolute;
    right: 92px;
    top: 19px;
}

.material-switch, .material-switch-2{
    position: absolute;
    top: 31px;
    right: 47px;
}

.material-switch > input[type="checkbox"], .material-switch-2 > input[type="checkbox"] {
    display: none;
}

.material-switch > label, .material-switch-2 > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 35px;
}

.material-switch > label::before, .material-switch-2 > label::before {
    background: rgb(230, 61, 102);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
    width: 30px;
}

.material-switch-2 > label::before {
    opacity: 1;
    background: rgb(255, 255, 255);
}

.material-switch > label::after, .material-switch-2 > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 10px;
    left: 4px;
    margin-top: -1px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 10px;
}

.material-switch-2 > label::after {
    opacity: 0.7;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch-2 > input[type="checkbox"]:checked + label::before {
    background: rgb(6, 230, 55);
    opacity: 0.7;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 16px;
}

.material-switch-2 > input[type="checkbox"]:checked + label::after {
    opacity: 1;
    left: 16px;
}

.item_categoria .categoria h2{
    font-family: 'Figtree-VariableFont_wght';
    color: #e63c66;
    font-size: 21px;
    margin: 0px 0px 10px 10px;
    display: inline-block;
}

.item_plato .plato h4{
    font-family: 'Figtree-VariableFont_wght';
    color: #e63c66;
    font-size: 19px;
    margin: 0px 0px 10px 0px;
    display: inline-block;
}

.platos .e_circulo {
    background: white;
    padding: 1px 5px 2px 5px;
    -webkit-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.49);
    box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.49);
}

.plato .plato_precio{
    font-size: 16px;
    font-family: 'Figtree-VariableFont_wght';
}

.plato h5{
    font-family: 'Figtree-VariableFont_wght';
    font-size: 17px;
    overflow: hidden;
}

.plato .imagen{
    min-width: 160px;
    width: 160px;
    height: 160px;
    border-radius: 20px;
    background: unset;
}

.plato .imagen .carousel-inner{
    border-radius: 20px;
    background: unset;
}

.categorias .categoria{
    padding: 10px;
    background: #f4f4f4;
}

.platos .plato{
    padding: 10px;
    background: #f4f4f4;
    min-height: 213px;
}

.categorias .categoria img{
    width: 100%;
}
.categorias .categoria figure {
    margin-top: 2px;
}
.categorias .categoria figure img {
    width: auto !important;
    height: 78px;
    display: block;
    margin: 0 auto;
}

.categorias .e_circulo{
    background: white;
    padding: 1px 5px 2px 5px;
    -webkit-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.49);
    box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.49);
}

.item_categoria .categoria figure{
  position: relative;
}

.item_categoria .categoria figure::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(#34305017, #34305021, #34305063);
}

div.tagsinput span.tag {
    border: 1px solid #ececec;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px;
    text-decoration: none;
    background: rgb(236, 236, 236);
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: 'Figtree-VariableFont_wght';
    font-size: 15px;
}

div.tagsinput span.tag a {
    padding: 0px 6px 3px;
    vertical-align: text-bottom;
    background: #e63d66;
}

div.tagsinput input{
  font-family: 'Figtree-VariableFont_wght';
  font-size: 15px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.content-wrapper, .right-side {
    background-color: #ececec;
}

.header_income {
  text-align: center;
  padding: 15px;
  background: #eddde0;
}

.header_income h1{
  margin: 0;
  font-family: 'Figtree-VariableFont_wght';
  font-size: 23px;
}

.header_income h1 a {
  color: #e63d66;
}

.restaurant_income_list{
  padding: 20px;
  text-align: center;
  background: #f4f4f4;
}

.restaurant_income_list h2{
  font-family: 'Figtree-VariableFont_wght';
  color: #606060;
  margin: 10px 0px 0px;
  font-size: 20px;
}

.restaurant_income_list h5 {
  font-family: 'Figtree-VariableFont_wght';
  margin: 0 15px 0px;
}

.subtitle {
    font-family: 'Figtree-VariableFont_wght';
}

.e_circulo_custom{
    padding: 3px 7px 7px 8px;
    position: absolute;
    top: 70px;
    right: 30px;
    background: #ffffff;
    color: #5f5f5d;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.08);
}

.e_circulo_custom:hover {
    background: #f7f7f7;
}

.e_circulo_custom img{
    width: 16px;
}

.e_circulo_float{
    padding: 2px;
    background: #e63d66;
    -webkit-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.49);
    box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.49);
    z-index: 9;
}

.e_circulo_float img{
    width: 25px;
}

.e_circulo_float:hover {
    background: #e85478;
}

.nav-stacked > li > a{
    font-family: 'Figtree-VariableFont_wght';
    font-size: 18px !important;
}

.nav > li > a:hover{
    color: #fff;
    background: #eddde0;
}

.nav > li > a {
    padding: 15px 15px;
    color: #5f5f5d;
}
.nav > li > .item {
    padding: 15px 15px;
    color: #5f5f5d;
}

.background_gray{
  background: #f4f4f4
}

.menu_button{
    background: #e63c66;
    display: inline-block;
    padding: 12px 20px;
    color: white;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.50);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.50);
    border-radius: 13px;
    margin-left: 10px;
}

.nav-stacked .badge {
    background: #cecece !important;
    padding: 8px 10px;
    border-radius: 50%;
    color: #e63c66;
}

ul.nav-stacked li a:hover > .badge {
    color: #e63c66 !important;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side{
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.51);
    box-shadow: 0px 1px 3px 0px rgba(173, 173, 173, 0.43);
}

.image_container_income{
  border: solid 2px #989898;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-block;
}

.image_container_income img{
    max-width: 76px;
    min-height: 76px;
    padding: 3px;
    border: 4px solid #e63c66;
    margin: 3px;
}

.links h1{
    font-family: 'Figtree-VariableFont_wght';
    background: #eddde0;
    color: #e63c66;
    font-size: 23px;
    padding: 15px 15px 18px 15px;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.47);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.47);
    box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.47);
    border-radius: 10px;
    margin-bottom: 55px;
    margin-top: 0px;
}

.links ul li{
    padding: 15px;
    background: white;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.13);
}

.links ul li .container_li{
    background: #f5f5f5;
    padding: 20px;
    position: relative;
}

.links ul li .container_li a.pencil{
    position: absolute;
    padding: 3px 8px 6px;
    background: white;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.49);
    box-shadow: 2px 2px 6px -1px rgba(0, 0, 0, 0.49);
}

.links ul li .container_li a.pencil img{
    width: 15px;
}

.links ul li .container_li h3 img{
    width: 23px;
}

.links ul li .container_li h3 button{
    background: transparent;
    border: none;
    position: absolute;
    top: 60px;
    right: 19px;
}

.links ul li .container_li h2{
    margin-bottom: 20px;
    font-size: 20px;
}

.links ul li .container_li h3{
    font-size: 18px;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding-right: 25px;
}

.navbar-static-top .logo_mobile{
    width: 110px;
    margin-top: 15px;
    margin: 17px auto;
    display: none;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.navbar-static-top .logo-mobile-delivery_man {
    flex-direction: column;
    display: flex !important;
    justify-content: center;
}

.links ul li .container_li h2, .links ul li .container_li h3{
    margin-top: 0px;
    font-family: 'Figtree-VariableFont_wght';
    color: #808080;
}

.principal_view table td.no-padding-r {
    padding: 15px 0 15px 20px !important;
}

.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mr-10 {
    margin-right: 10px !important;
}

@media (max-width: 991px){

  .navbar-custom-menu .navbar-nav > li > a {
      line-height: 35px;
  }

  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
      position: absolute;
      right: 0%;
  }

}

@media (max-width: 768px){

  .navbar-static-top .logo_mobile{
      display: initial;
  }

  .skin-blue .main-header .logo {
      display: none;
  }

  .fixed .content-wrapper, .fixed .right-side{
    padding-top: 66px;
  }
    .fixed.android.showDA .content-wrapper, .fixed.android.showDA .right-side, .fixed.ios.showDA .content-wrapper, .fixed.ios.showDA .right-side  {
        padding-top: 146px;
    }

    .navbar-custom-menu .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 50px;
  }

  .main-sidebar, .left-side {
      padding-top: 75px;
  }

    .fixed.android.showDA .main-header, .fixed.ios.showDA .main-header {
        padding-top: 80px;
    }

    .fixed.android.showDA .main-sidebar, .fixed.ios.showDA .main-sidebar {
        top: 82px;
    }

    .fixed.android.showDA .left-side, .fixed.ios.showDA .left-side {
        top: 150px;
    }

  .skin-blue .main-header .navbar{
      -webkit-box-shadow: 0px 2px 3px 0px rgba(173, 173, 173, 0.43);
      -moz-box-shadow: 0px 2px 3px 0px rgba(173, 173, 173, 0.43);
      box-shadow: 0px 2px 3px 0px rgba(173, 173, 173, 0.43);
  }

  #leftPanel {
      margin-bottom: 10px;
  }

}

.agregar_categoria{
    position: absolute;
    right: 20px;
    background: #e63d66;
    padding: 0 4px 3px;
    border-radius: 50%;
    color: white;
    top: 20px;
    width: 23px;
    height: 23px;
    text-align: center;
    font-weight: 900;
    line-height: 22px;
    font-size: 18px;
    -webkit-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.49);
    box-shadow: 1px 1px 4px -1px rgba(0, 0, 0, 0.49);
}

.login-page{
  background-color: #f2f4f6 !important;
}

.login-logo{
  margin-top: 10px;
}

.login-box {
  max-width: 360px;
  padding: 10px 40px;
  margin: 7% auto;
  background: white;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.33);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.33);
}

.login-box h1{
  text-align: center;
  color: #7dd0ba;
  margin-top: 0px;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Figtree-VariableFont_wght';
  font-size: 30px;
}

.login-box input[type="email"], .login-box input[type="password"], .login-box input[type="text"]{
  background: #f2f2f2;
  color: #666666;
  border-color: unset;
  border-radius: 15px !important;
  padding: 23px 40px;
  font-size: 14px !important;
  letter-spacing: 1px;
  font-family: 'Figtree-VariableFont_wght';
  font-weight: 200 !important;
  border: unset;
}

.login-box button[type="submit"]{
    letter-spacing: 1px;
    font-weight: bold;
    border-radius: 15px !important;
    background: #37d1bb;
    padding: 13px;
    border: unset;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.33);
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.33);
}

.login-box input[type="email"]::placeholder, .login-box input[type="password"]::placeholder{
  color: #666666 !important;
}

.form-group {
    position: relative;
}
.form-group .help-block {
    position: absolute;
    bottom: -16px;
    font-size: 10px !important;
    margin: 0 !important;
}
.button-horizontal-gradient {
    background: #c73f65;
    color: #ffffff;
    padding-right: 40px !important;
    padding-left: 40px !important;
    border-radius: 7px !important;
    border: none;
}
.button-horizontal-gradient:hover {
    background: #c73f65;
}
.button-horizontal-gradient[disabled] {
    background: #c73f65;
}
.button-horizontal-gradient span {
    color: #ffffff;
    text-transform: none !important;
}
.header {
    color: #c63e65;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 10px;
}
.data-table table {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    border-collapse: collapse;
    text-align: left;
    font-size: 13px;
}
.data-table thead {
    font-size: 12px;
}
.data-table table tr {
    border-bottom: 1px solid #e6e6e6 !important;
}
.data-table thead td, .data-table thead th {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 16px;
    font-size: 14px;
    color: #343150;
    font-weight: bold;
}
.data-table tbody {
    color: #808080;
}
.data-table td, .data-table th {
    position: relative;
    padding: 0 15px;
    height: 44px;
}
.data-table > .card-content > table > tbody > tr > td > i {
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 10px;
}
.remove-item {
    cursor: pointer;
}
.container-content {
    margin: 50px 100px;
}
.container-content .panel {
    border-radius: 10px;
}
.wrap-content {
    background: #eeeeee;
    padding: 20px;
    border-radius: 10px;
}
.container-button {
    margin-top: 50px;
}
.container-logo {
    margin-bottom: 50px;
}
#addOtherOrder {
    background: #bebebe;
    color: #fff;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
.button-order, .button-order:hover {
    background: #ff3864;
    color: white;
    text-transform: uppercase;
    margin: 0 auto;
    width: 100%;
    border-radius: 19px;
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.button-order-gray, .button-order-gray:hover {
    background: #afb7a3;
}

.order-info .button-order-gray, .order-info .button-order-gray:hover {
    background: #999999;
    text-transform: capitalize;
    font-family: 'Figtree-VariableFont_wght';
    font-size: 16px;
    width: unset;
    font-weight: 500;
    padding: 10px 15px;
    margin-right: 15px;
}

.order-info .button-order, .order-info .button-order:hover{
    text-transform: capitalize;
    font-family: 'Figtree-VariableFont_wght';
    font-size: 16px;
    width: unset;
    font-weight: 500;
    padding: 10px 15px;
    margin-left: 15px;
    margin-right: 15px;
}

/*.categoria {
    height: 200px;
    background-size: cover;
    position: relative;
}*/

.categoria{
    height: 135px;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.50);
    cursor: pointer;
    background: #fff;
}


.categoria .caption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/*
.categoria .caption {
    position: absolute;

    right: 20px;
}*/

.categoria .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(51, 49, 80, 0.5);
    border-radius: 20px;
}
.categoria .caption .container-caption {
    display: flex;
    flex-direction: row;
    margin: 0 10px 10px;
    height: 100%;
}

.categoria .caption .container-caption .wrap-caption {
    width: 100%;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.categoria .caption .container-caption .wrap-caption .title, .plato .caption .wrap-caption .title{
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 0px;
    font-family: 'Figtree-VariableFont_wght';
    text-align: center;
    color: #000;
}
.categoria .caption .container-caption .wrap-caption .title {
    font-weight: bold;
}

.categoria .caption .container-caption .wrap-caption .subtitle{
    font-family: 'Figtree-VariableFont_wght';
    font-size: 16px;
}

.categoria .caption .container-caption .wrap-caption .description {
    font-size: 10px;
}
/**
.categoria .caption .container-caption .action {
    width: 32px;
}*/

.categoria .caption .container-caption .action {
    width: 32px;
}

.category-title {
    color: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
    text-transform: uppercase;
    background: url(../img/admin/bg-plates-category.png) no-repeat;
    background-size: cover;
    font-family: 'Figtree-Regular';
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}

.plato-title {
    color: #000000;
    border-radius: 10px;
    padding: 15px 20px;
    text-transform: uppercase;
    background-size: cover;
    font-family: 'Figtree-Regular';
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
}
.category-back, .category-back:hover, .category-back:active {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Figtree-VariableFont_wght';
    padding-right: 10px;
}
.plato-title .category-back, .plato-title .category-back:hover, .plato-title .category-back:active {
    color: #000000;
}

.plato {
    cursor: pointer;
    border-radius: 20px;
    background: white;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.20);
    padding: 10px;
    height: 135px;
}

.plato .caption {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.plato .caption .wrap-caption {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.plato .wrap-caption h4{
    color: #ff3864;
    font-family: 'Figtree-VariableFont_wght';
    font-size: 16px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
}

.plato .wrap-caption h6 {
    color: #666666;
    font-family: 'Figtree-VariableFont_wght';
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}

.plato .wrap-caption .precio {
    color: #666666;
    font-weight: bold;
    font-family: 'Figtree-Regular';
    font-style: initial !important;
    font-size: 12px;
    margin-right: 10px;
    position: relative;
    bottom: auto;
    top: auto;
    right: auto;
}

.plato .carousel-control > .fa{
    font-size: 30px;
}

.plato .carousel-indicators .active, .plato .carousel-indicators li{
    width: 8px;
    height: 8px;
}

.container-ingredients {
    display: flex;
    flex-direction: row;
}
.ingredients-style {
    background-color: #f2f2f2;
    color: #808080;
    padding: 8px 15px;
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'Figtree-VariableFont_wght';
    text-align: center;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 4px -2px rgba(0,0,0,0.50);
    -moz-box-shadow: 1px 1px 4px -2px rgba(0,0,0,0.50);
    box-shadow: 1px 1px 4px -2px rgba(0,0,0,0.50);
    width: 33.3333333% !important;
    margin-right: 5px;
}

.ingredients-style:last-child {
    margin-right: 0;
}

.plate-info .title {
    color: #ff3864;
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: 'Figtree-VariableFont_wght';
}

.plate-info .description {
    margin-top: 5px;
    margin-bottom: 15px;
    font-family: 'Figtree-VariableFont_wght';
}

.plate-info .opciones {
    margin: 0 auto;
    width: 70%;
}

.plate-info .wrap-info {
    background-color: #fafafa;
    border-radius: 10px;
}

.plate-info .wrap-info .wrap-content {
    padding: 20px;
    background: white;
}

.plate-info label {
    font-weight: bold !important;
    display: inline-block;
}

.plate-info .plate-name {
    color: #ff3864;
}

.plate-info .title-form {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.plate-info .cantidad input, label{
    width: unset;
}

.plate-info .container-ingredients{
    display: block;
    flex-direction: unset;
}

.plate-info .ingredients-style{
    width: unset !important;
}

.datos_efectivo {
    display: none;
}

.order-info {
    padding-bottom: 20px;
    border-radius: 10px;
    font-family: 'Figtree-VariableFont_wght' !important;
}

.order-info h4{
    font-family: 'Figtree-VariableFont_wght';
}

/*
.order-info .pedido {
    padding: 0 20px;
}*/

.order-info .table-responsive{
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.order-info .form-horizontal .form-group {
    display: flex;
    flex-direction: row;
    margin-left: 0;
    margin-right: 0;
}

.order-info .form-horizontal .form-group label {
    width: 30%;
    text-align: right;
    padding-right: 5px;
}

.order-info .form-horizontal .form-group input {
    width: 70%;
}

.order-info .opciones {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.order-info .title {
    text-align: center;
    color: #343150;
    font-weight: bold;
    font-size: 15px;
    padding-bottom: 10px;
    font-family: 'Figtree-Regular';
}

.order_info{
    background: #999999;
}

.order-info .encabezado {
    color: #ffffff;
    border-radius: 10px;
    padding: 14px 20px;
    text-transform: uppercase;
    //background: url(../img/admin/bg-header-order.png);.order-info .encabezado
    background-size: cover;
    font-family: 'Figtree-Regular';
    font-size: 14px;
    background: #d6d6d6;
}

.metodos-pago {
    display: flex;
    flex-direction: row;
}
.metodos-pago .metodo {
    width: 50%;
    text-align: center;
}
.metodos-pago .metodo .fa {
    font-size: 20px;
    font-weight: bold;
}
.metodos-pago .metodo span {
    display: inline-block;
    position: relative;
    top: -2px;
}
.metodo-container {
    margin-bottom: 15px;
}
.icon-order-empty {
    padding-top: 40px;
    padding-bottom: 20px
}
.StripeElement {
    background-color: white;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.subtotal {
    padding: 30px 15px 15px 15px;
}
.fila {
    margin-bottom: 15px;
    color: #666666;
}

.fila-total label {
    color: #ff3864
}

.wrap-modal-body {
    padding: 20px;
    background: #fafafa;
    border-radius: 8px;
}

.wrap-modal-body .button-order {
    width: 50%;
}

.container-search {
    padding-bottom: 20px;
}

.container-search .select2-container {
    display: block !important;
    margin: 0 auto !important;
}

.container-search .select2-container--default .select2-selection--single {
    height: 50px !important;
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: 'Figtree-VariableFont_wght';
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.20);
}

.new_shadow{
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.20);
}

.container-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
}

.container-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px !important;
    width: 22px !important;
    background: url(../img/admin/icon-search.png) no-repeat center;
    background-size: contain;
    top: 13px !important;
    right: 10px !important;
}

.container-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #e0e0e0;
    padding: 10px;
    font-family: 'Figtree-VariableFont_wght';
}

.select2-results__option{
    font-family: 'Figtree-VariableFont_wght';
}

.separator_content {
    display: inline-block;
    padding: 10px;
}

.sidebar {
    position: relative;
}

.sidebar-footer {
    background-color: #ffffff;
    bottom: 0;
    clear: both;
    display: block;
    left: 0;
    padding: 0;
    position: fixed;
    width: 230px;
    z-index: 1000;
}

.sidebar-footer .pull-left {
    padding: 12px 0 8px;
    text-align: center;
    width: 25%;
}
.pending-payment {
    display: block;
    color: #ff0700;
    font-size: 12px;
    font-family: 'Figtree-VariableFont_wght';
}
.time {
    display: block;
    color: #a7a7a7;
    font-size: 12px;
    font-family: 'Figtree-VariableFont_wght';
    text-align: right;
}
.container-tags {
    background: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px;
}
.container-tags .tag {
    border: 1px solid #ececec;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 5px;
    text-decoration: none;
    background: rgb(236, 236, 236);
    color: #0b2e13;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: 'Figtree-VariableFont_wght';
    font-size: 15px;
}
.text-white {
    color: #ffffff !important;
}
.wrap-input-file input[type=file] {
    display: none;
}
.form-group {
    position: relative;
}
.form-group .error {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    font-size: 10px;
}
.badge-custom {
    display: inline-block;
    padding: 4px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    color: #5f5f5d;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.08);
    box-sizing: border-box;
    font-size: 10px;
}
.row-plan-available {
    display: flex;
    flex-direction: row;
}
.row-plan-available .item {
    padding: 0 10px;
    margin-bottom: 10px;
}
.row-plan-available .item .btn-primary span {
    font-size: 10px;
}
@media (max-width: 768px){
  .login-box{
    padding: 10px 20px;
  }

}

.upgrade_current_plan p{
  font-size: 16px;
  color: #818181;
  margin-bottom: 35px;
  font-weight: 500;
  font-family: gothic_regular;
  margin-left: 10px;
  margin-right: 10px;
}

.upgrade_current_plan h1{
  font-size: 22px;
  font-family: 'Figtree-Regular';
  color: #094F67;
}

.upgrade_current_plan .current_plan{
  font-size: 14px;
  font-family: 'Figtree-VariableFont_wght';
  color: #094F67;
  margin-bottom: 20px;
}

.upgrade_current_plan .row-plan-available .item .btn-primary span{
  font-size: 16px;
}

.upgrade_current_plan{
  width: 50em !important;
  padding: 40px !important;
  border-radius: 10px !important;
  -webkit-box-shadow: 1px 3px 10px 0px rgba(62, 62, 62, 0.5);
  -moz-box-shadow: 1px 3px 10px 0px rgba(62, 62, 62, 0.5);
  box-shadow: 1px 3px 10px 0px rgba(62, 62, 62, 0.5);
}

.upgrade_current_plan .row-plan-available {
  justify-content: center;
    flex-wrap: wrap;
}

/*.upgrade_current_plan .swal2-cancel{
  position: absolute;
  top: 10px;
  right: 10px;
  background: unset !important;
  font-size: 20px !important;
  color: #959595 !important;
  padding: 0;
}

.upgrade_current_plan .swal2-cancel:hover{
  background-image: unset !important;
}*/

.upgrade_current_plan a.btn{
  background: white;
  padding: 13px 40px;
  color: #FB3864;
  border: unset;
  border-radius: 10px;
  -webkit-box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
  -moz-box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
  box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
  font-size: 18px;
  font-weight: 700;
}

.upgrade_current_plan_container{
  border-radius: 10px !important;
  -webkit-box-shadow: 1px 3px 10px 0px rgba(62, 62, 62, 0.5);
  -moz-box-shadow: 1px 3px 10px 0px rgba(62, 62, 62, 0.5);
  box-shadow: 1px 3px 10px 0px rgba(62, 62, 62, 0.5);
  background: white;
  padding: 0px 60px 35px 60px;
}

.upgrade_current_plan_container h4{
  font-family: 'Figtree-VariableFont_wght';
  color: #818181;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 15px;
}

.upgrade_current_plan_container h5{
  font-family: 'Figtree-VariableFont_wght';
  font-size: 16px;
  margin: 15px;
}
.upgrade_current_plan_container h1{
  font-size: 22px;
  font-family: 'Figtree-Regular';
  color: #FB3864;
  margin-bottom: 20px;
}

.upgrade_current_plan_container .back_button{
  position: absolute;
  top: 15px;
  right: 15px;
  color: #959595;
  font-size: 20px;
}

.upgrade_current_plan_container p{
  font-family: 'Figtree-Regular';
  font-size: 16px;
}

.upgrade_current_plan_container .card-element{
  padding: 15px;
}

.upgrade_current_plan_container button[type="submit"]{
  padding: 13px 40px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Figtree-VariableFont_wght';
  margin-top: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
  -moz-box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
  box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
}

.upgrade_current_plan_container button[type="submit"] span{
  font-size: 16px;
}

.upgrade_current_plan_container .StripeElement {
    padding: 15px 12px;
}

.btn-green {
    color: #FFFFFF !important;
    background-color: #37d1bb !important;
    border: unset;
}
.btn-green span {
    font-size: 10px;
}

.progress {
    background-color: #b3b3b3 !important;
}
.points {
    position: relative;
    display: block;
    height: 20px;
}
.points .item {
    position: absolute;
    display: block;
    font-size: 9px;
}
.points .item .text {
    transform: translateX(-50%);
    text-align: center;
}
.points .item.end .text {
    transform: translateX(50%);
}
.points .start {
    left: 0;
}
.points .end {
    right: 0;
}
.points .point {
    display: block;
    width: 1px;
    height: 5px;
    background-color: #000000;
}
.points .end .point {
    float: right;
}
.input-custom-group {
    display: block;
    position: relative;
}
.input-custom-group .input-custom-group-addon {
    position: absolute;
    right: 5px;
    top: 0;
    transform: translateY(50%);
    color: #d0d0d0;
}
.btn-custom-group {
    display: flex !important;
}
.wrap-status.closed .status-close, .wrap-status.opened .status-open {
    opacity: 1;
}
.wrap-status.closed .status-open, .wrap-status.opened .status-close {
    opacity: 0.5;
}
.uploader .delete {
    position: absolute;
    z-index: 5;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 27px;
    cursor: pointer;
    right: 5px;
    top: 5px;
    text-align: center !important;
    color: #797979;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    border: 1px solid #d2d6de !important;
}
.select2-container--default .select2-selection--single  {
    min-height: 34px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: rgb(2, 2, 2);
}
.tagsinput .tag span {
    color: rgb(2, 2, 2);
}
.modal-contrato {
    overflow-y: auto !important;
}
.panel-title-custom {
    font-family: 'Figtree-VariableFont_wght';
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.form-md {
    max-width: 500px;
    margin: 0 auto;
}
.file-button {
    background: white;
    border: 1px dashed #898989;
    padding: 10px 5px;
    text-align: center;
    display: block;
    width: 100%;
    color: #cecece;
}
.m-10 {
    margin-bottom: 10px;
}
.input-group-label {
    border-left: none;
    border-top: none;
    border-bottom: none;
    background: none !important;
}
.screen-container {
    padding: 0.3em calc(0.3em + 15px) 0.3em;
}

.swal2-actions button.swal2-styled {
    font-size: 1.5em;
    min-width: 100px;
}

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}
.hide {
    display: none;
}
.wrap-status.wrap-status-green-both.closed .material-switch .label-default:before {
    background-color: #00a65a !important;
}
.wrap-status-green {
    display: flex;
    float: right;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 16px;
}
.wrap-status-green .material-switch {
    top: 10px !important;
}
.wrap-status-green .subtitle {
    font-size: 13px !important;
}
.wrap-status-green .status-close {
    margin-right: 5px;
}
.wrap-status.wrap-status-green.closed .material-switch .label-default:before {
    background-color: #53f097 !important;
    opacity: 1;
    box-shadow: none;
}

.wrap-status.wrap-status-green .material-switch > label::after, .wrap-status.wrap-status-green .material-switch-2 > label::after {
    box-shadow: none;
}

.button-container {
    position: relative;
    min-width: 110px;
    box-sizing: content-box;
    padding: 0 !important;
}

.container-toggle .toggle-body {
    display: none;
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.container-toggle .toggle-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    margin-top: 10px;
    justify-content: center;
}

.container-toggle .toggle-header .toggle-text {
    padding-right: 20px;
}

.container-toggle .toggle-header .toggle-arrow {
    width: 19px;
    display: inline-block;
    background: url(../img/drivers/closed.png) no-repeat center;
    cursor: pointer;
}

.container-toggle.opened .toggle-arrow {
    background: url(../img/drivers/opened.png) no-repeat center;
}

.container-toggle.opened .toggle-body{
    opacity: 1;
    display: block;
    height: auto;
}
.form-control-dark {
    background: #f7f6f6;
}
.form-control-light {
    background: #ffffff;
    border: 1px solid #f7f6f6 !important;
}
.form-control-round {
    border-radius: 5px;
}

.label-restaurant {
    padding-left: 22px;
}

.label-restaurant.address {
    background: url(../img/drivers/address.png) no-repeat left;
}

.label-restaurant.phone {
    background: url(../img/drivers/phone.png) no-repeat left;
}

.restaurant-name {
    font-weight: bold;
}

.no-padding {
    padding: 0 !important;
}
.btn-outline-dark {
    color: #414141;
    border: 1px solid #414141;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
    -moz-box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
    box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
    color: #959595;
    border: 1px solid #959595;
}

.btn-outline-danger {
    color: #414141;
    border: 1px solid #ff2100;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
    -moz-box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
    box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
    color: #bababa;
    border: 1px solid #ff9571;
}

.btn-outline-success {
    color: #414141;
    border: 1px solid #00ff51;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
    -moz-box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
    box-shadow: 1px 3px 3px 0px rgb(170, 170, 170, 0.5);
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
    color: #bababa;
    border: 1px solid #8effb6;
}

.principal_view table.no-hover tbody tr:hover {
    background: transparent;
}
.button-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}
.font-weight-bold {
    font-weight: bold;
}
.display-block {
    display: block;
    width: 100%;
}
.cursor-profile-container {
    position: absolute;
    right: -6px;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-items: center;
    align-items: center;
}
.cursor-profile-edit {
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: #d7e4fa;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.on_the_way .row-order {
    background-color: #fbff4f !important;
}
.delivered .row-order {
    background-color: #cbcbcb !important;
}
.custom-delivery-man * {
    font-family: 'Figtree-VariableFont_wght';
    font-size: 16px;
}
.custom-delivery-man h3 {
    font-size: 18px;
    line-height: 24px;
}
.custom-delivery-man h3 b {
    color: #000104;
    font-family: 'Figtree-Regular';
    font-weight: bold;
}
.custom-delivery-man h3 span {
    text-underline: none;
    background: #e4eef6;
    padding: 2px;
    border-radius: 4px;
}

.custom-delivery-man h3.restaurant-address, .custom-delivery-man h3.phone, .custom-delivery-man h3 .order-address {
    padding-left: 25px;
    position: relative;
}
.custom-delivery-man h3 .order-address {
    display: inline-block;
    margin: 0 auto;
    padding-left: 20px;
}
.custom-delivery-man h3.client span{
    white-space: nowrap;
}
.custom-delivery-man h3.restaurant-address::before, .custom-delivery-man h3 .order-address::before, .custom-delivery-man h3.phone::before {
    content: ' ';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
}
.custom-delivery-man h3.restaurant-address::before {
    background: url("../img/icons/address.png") no-repeat center;
}
.custom-delivery-man h3 .order-address::before {
    background: url("../img/icons/place.png") no-repeat center;
}
.custom-delivery-man h3.phone::before {
    background: url("../img/icons/phone-call.png") no-repeat center;
}
.custom-delivery-man h3.address {
    background: #e4eef6;
    padding: 8px;
    border-radius: 4px;
}

.custom-delivery-man .swal2-confirm {
    background-color: var(--custom-primary);
    border-color: var(--border-custom-primary);
}

.custom-delivery-man .swal2-confirm, .custom-delivery-man .swal2-deny {
    position: relative;
    padding: 10px 20px 10px 40px;
    border-radius: 20px;
    font-weight: bold;
}
.custom-delivery-man .swal2-deny {
    color: #959595;
}
.custom-delivery-man .swal2-confirm::before {
    content: ' ';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    background: url("../img/icons/check.png") no-repeat center;
}

.custom-delivery-man .swal2-deny::before {
    content: ' ';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    background: url("../img/icons/close.png") no-repeat center;
}
.wrap-embed {
    width: 100%;
    height: 220px;
}
.wrap-embed iframe {
    width: 100%;
    height: 100%;
}
.tutorials-title {
    font-size: 25px;
    font-family: 'figtree-Bold';
    color: #7175cc;
    margin-bottom: 0px;
    line-height: 25px;
    text-transform: uppercase;
}
.tutorials-description {
    font-size: 18px;
    font-family: 'figtree-Bold';
    color: #27343a;
}
.tutorials .card {
    height: 290px;
    margin-bottom: 20px;
    border: 1px solid white;
    border-radius: 15px;
}
.tutorials .card .card-header {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    overflow: hidden;
}
.tutorials .card .card-title {
    font-family: 'figtree-Bold';
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.menu_button.only-icon {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.menu_button.only-icon img {
    height: 48px;
}

.blink {

    animation-name: blink-animation;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    border: 1px solid #ffffff;
    -webkit-animation-name:blink-animation;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blink-animation{
    0% { border-color: #fd3865; }
    50% { border-color: rgba(253, 56, 101, 0.09); }
    100% { border-color: #fd3865; }
}

@-webkit-keyframes blink-animation {
    0% { border-color: rgba(253, 56, 101, 0.72); }
    50% { border-color: rgba(253, 56, 101, 0.09); }
    100% { border-color: #fd3865; }
}

.wrap-image-restaurant:hover .e_circulo {
    opacity: 1 !important;
}
.categories, .plates {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
#panelNav {
    padding-bottom: 20px;
}
@keyframes blink-animation {
    0% {
        border-color: rgba(253, 56, 101, 0.71);
        -webkit-box-shadow: 0px 0px 10px -1px rgb(243 56 101 / 100%);
    }
    50% {
        border-color: rgba(253, 56, 101, 0.09);
        -webkit-box-shadow: 0px 0px 10px -1px rgb(243 56 101 / 43%);
    }
    100% {
        border-color: rgba(253, 56, 101, 0.71);
        -webkit-box-shadow: 0px 0px 10px -1px rgb(243 56 101 / 100%);
    }
}
.back-panel {
    min-width: 70px;
}
.es .back-panel {
    min-width: 70px;
}
.align-items-center {
    align-items: center;
}
.flex .flex-100 {
    width: 100%;
}
.container-currency {
    margin: 25px 0 25px 20px;
    display: flex;
    justify-content: right;
    align-items: right;
}
.container-currency form {
    display: inline-block;
}
.wrap-select {
    background-color: #ffffff !important;
    border: none !important;
    border-radius: 10px !important;
    font-family: 'Figtree-VariableFont_wght';
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    padding: 10px 8px;
}
.wrap-select select {
    border: 0;
    background: none;
}
.tab ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #c1fffa;
    margin: 0 0 10px 0;
}
.tab ul li {
    margin: 0;
    padding: 0;
    display: flex;
}
.tab ul li a {
    padding: 4px 8px;
}
.tab ul li.active a {
    background: #c1fffa;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.tab .content {
    padding: 0;
}
.tab .content .item {
    display: none;
}
.tab .content .item.active {
    display: block;
}
.list-group-grid {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.55rem + 2px);
    width: calc(1.5em + 1.55rem + 2px);
    line-height: 1;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.55rem 1rem;
    font-size: 0.95rem;
    border-radius: 0.425rem;
}
.btn-md, .btn-group-md > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn.btn-icon.btn-circle {
    border-radius: 50%;
}
.contenedor-pantalla .pedido{
    font-family: 'Figtree-VariableFont_wght';
}
.btn-red {
    background-color: var(--bg-red);
}
.border-radius-50 {
    border-radius: 50px;
}
@media (max-width: 1400px){
    .categories, .plates {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .sidebar-collapse .categories, .sidebar-collapse .plates {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 1200px){
    .upgrade_current_plan_container {
        padding: 10px 60px 35px 60px;
    }
    .list-group-grid {
        grid-template-columns: 1fr 1fr;
    }
    .sidebar-collapse .categories, .sidebar-collapse .plates {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 1100px){
    .categories, .plates {
        grid-template-columns: 1fr 1fr;
    }
    .order-info .opciones {
        gap: 5px;
        flex-direction: column;
    }
}

@media (max-width: 910px){
    .list-group-grid {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px){
    .flex-md-column {
        flex-direction: column !important;
    }
    .categories, .plates {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .list-group-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .order-info .opciones {
        flex-direction: row;
    }
}

@media (max-width: 500px){

  .upgrade_current_plan .row-plan-available{
    display: inline-block;
  }

  .upgrade_current_plan a.btn {
    margin-bottom: 15px;
  }

  .upgrade_current_plan_container button[type="submit"] {
    padding: 13px 25px;
  }

  .upgrade_current_plan_container {
    padding: 10px 20px 35px 20px !important;
  }
    .page-restaurants * {
        font-family: 'Montserrat', sans-serif;
    }
    .page-restaurants .principal_view {
        padding: 10px;
    }
    .page-restaurants .principal_view table td, .page-restaurants .principal_view table th {
        padding: 0 !important;
    }

    .page-restaurants table {
        display: flex;
        width: 100%;
    }
    .page-restaurants table tbody{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .page-restaurants table tr {
        display: flex;
        width: 100%;
    }
    .page-restaurants table td {
        display: flex;
    }
    .page-restaurants table td.flex-column {
        flex-direction: column;
        padding: 0 15px !important;
    }
    .fixed.android.showDA .content-wrapper, .fixed.android.showDA .right-side, .fixed.ios.showDA .content-wrapper, .fixed.ios.showDA .right-side  {
        padding-top: 146px;
    }
    .categories, .plates {
        grid-template-columns: 1fr 1fr;
    }
    .list-group-grid {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 392px){
    .order-info .opciones {
        gap: 5px;
        flex-direction: column;
    }
}

@media (max-width: 368px){
    .categories, .plates {
        display: flex;
        flex-direction: column;
    }
}