/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*
Template Name: Monster Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.preloader .cssload-speeding-wheel {
  position: absolute;
  top: calc(50% - 3.5px);
  left: calc(50% - 3.5px);
}
/*******************
/*Top bar
*******************/
.topbar {
  background: #000;
  border-bottom: 3px solid #DD0707;
}

.topbar .navbar-header {
  background: rgba(0, 0, 0, 0.05);
}

.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link {
  color: #ffffff !important;
}

.topbar .navbar-light .navbar-nav .nav-item > a.nav-link:hover, .topbar .navbar-light .navbar-nav .nav-item > a.nav-link:focus {
  color: rgba(255, 255, 255, 0.8) !important;
}

/*******************
/*General Elements
*******************/
a.link:hover, a.link:focus {
  color: #DD0707 !important;
}

.bg-theme {
  background-color: #DD0707 !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #666 !important;
  border-color: #666 !important;
  border-radius: 5px;
  vertical-align: middle;
}

.right-sidebar .rpanel-title {
  background: #DD0707;
}

.right-sidebar .s_color {
  background: #2f3d4a;
}

.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid #DD0707;
}

.text-themecolor {
  color: #DD0707 !important;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #DD0707;
  color: #DD0707;
  font-weight: 400;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #DD0707;
}

/*******************
/*Buttons
*******************/
.btn-themecolor,
.btn-themecolor.disabled {
  background: #DD0707;
  color: #ffffff;
  border: 1px solid #DD0707;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
  background: #DD0707;
  opacity: 0.7;
  border: 1px solid #DD0707;
}

.btn-themecolor.active, .btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus {
  background: #DD0707;
}

/*******************
/*sidebar navigation
*******************/
.sidebar-nav {
  background: #fff;
}

.sidebar-nav ul li a {
  color: #607d8b;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
  color: #DD0707;
}

.sidebar-nav ul li a.active {
  color: #DD0707;
}

.sidebar-nav ul li.nav-small-cap {
  color: #99abb4;
}

.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li.active:hover > a {
  color: #ffffff !important;
  background: #DD0707 !important;
}

.sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li.active:hover > a i {
  color: #ffffff !important;
}

.sidebar-nav > ul > li.active > a:after, .sidebar-nav > ul > li.active:hover > a:after {
  border-color: #ffffff;
}

.sidebar-nav > ul > li > a.active i, .sidebar-nav > ul > li > a:hover i {
  color: #DD0707;
}

.sidebar-nav > ul > li > a i {
  color: #45494b;
}

.sidebar-nav > ul > li > a.active {
  font-weight: 400;
  background: #ffffff;
  color: #DD0707;
}

.btn-brain {
  float: right;
  background-color:rgb(140, 81, 236);
  border: 5px solid rgb(140, 81, 236);
  border-radius: 5px;
  /* font-size: 2px; */
}

.btn-brainx {
  margin-inline: 55px;
  font-size: medium;
}

.btn-brainy {
  font-size: medium;
}

.font-blue-medium {
  color:#ffffff!important;
  font-size: 18px;
  background-color:#DD0707;
  border: 5px solid #DD0707;
  border-radius: 5px;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #efefef;
  outline: none;
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #34d16e;
  cursor: pointer;
  border-radius: 50%;
}

input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #34d16e;
  cursor: pointer;
  border-radius: 50%;
}	
	#tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  display: none;
}

.userbox {
    display: inline-flex;
    align-items: center;
    /*height: 100%;*/
    /* margin: 3px 17px 0 0; */
    margin-top: 8px;

    position: relative;
    vertical-align: middle;
}
.userbox .profile-info {
    /* margin: -3px 25px 0 10px; */
    text-align: right;
    margin-right: 1px;
    color: white;
    font-family: sans-serif;
    font-size: 14px;
}
.userbox .profile-info, .userbox .profile-picture {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 5px;
}
/* .fullwidth  */
@media (min-width: 768px) {
  .fullwidth.mini-sidebar.fix-sidebar .left-sidebar {
    position: absolute;
    left: -100px;
  }
  .fullwidth.mini-sidebar .page-wrapper {
    margin-left: 0px;
  }
}
.menupress:hover, .pre_active{
  background: #e2e5f7;
  cursor: pointer;
}
.scroll_categoria li{
    padding: 0px 8px;
}
.cat_active {
  background: #5589dc;
  padding: 0px 8px;
}
.cat_active a, .cat_active a:hover, .cat_active a:focus{
  color: #ffffff!important;
}
.pro_active {
  BACKGROUND: #dc8a8a40;
  /* color: #fff!important; */
  border-left-color: #d53939!important;
}
.custom-rounded {
    border-radius: 20px !important;
}
.check-aceptado {
    border: 1px solid #34d16e;
    border-radius: 100%;
    box-shadow: 0 0 2px 0 rgba(36, 226, 103, 0.14), 0 0 1px 1px rgba(27, 218, 42, 0.2), 0 0 0 1px rgba(28, 220, 70, 0.12);
    transition: 0.2s ease-in;
    padding: 4px;
}
.check-denegado {
    border: 1px solid #fc4b6c;
    border-radius: 100%;
    box-shadow: 0 0 2px 0 rgba(36, 226, 103, 0.14), 0 0 1px 1px rgba(27, 218, 42, 0.2), 0 0 0 1px rgba(28, 220, 70, 0.12);
    transition: 0.2s ease-in;
    padding: 4px;
}
.badge-info-custom {
    background-color: #34d16e !important;
    color: #fff;
}
body {
    background-color: #eef5f9 !important;
}
.estilo-login {
    background-color: #fff !important;
}
.form-floating {
    position: relative;
}
.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 13px 15px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
form label {
    font-weight: 500;
}
.style-login {
    padding-top: 32px !important;
    padding-bottom: 15px !important;
}
.pass-multimozo {
    border: none !important;
}
.pass-multimozo:focus {
    border: none !important;
}
.card-no-border .card {
    border-radius: 20px !important;
}
.modal-content {
    border-radius: 20px !important;
}
.swal2-popup {
    border-radius: 20px !important;
}
.form-control{
    height: calc(1.5em + .88rem + 2px);
}
.dropdown-toggle::after {
    display:none !important;
}
.table {
    border-radius:20px !important;
}
.table-responsive {
    border-radius:20px !important;
}
html body .tr-left {
    border-left: 0px solid #b8b8ba !important;
}
.t-notify {
    position: relative;
    top: -25px;
    right: -7px;
}
.t-notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #fc4b6c;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.btn-dividir-pos{
    border-radius:20px !important;
    
}
.btn-pagar-pos{
    border-radius:20px !important;
}
.btn-cancelar-pos {
    border-radius:20px !important;
}
.btn-mozo-pos{
    border-radius:20px !important;
}
.new-btn {
    border:none !important;
    background: transparent;
}

/*Estilo para el boton de venta rapida*/
@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav > li > form > .new-btn {
        padding: 9px 15px;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        width: 50px;
    }
}
.sidebar-nav ul li .new-btn {
    color: #607d8b;
    padding: 8px 35px 8px 15px;
    display: block;
    font-size: 15px;
    border-radius: 4px;
    white-space: nowrap;
}
.sidebar-nav > ul > li > form > .new-btn i {
    width: auto;
    height: 27px;
    font-size: 21px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    color: #45494b;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > form > .new-btn {
        display: flex;
        align-items: center;
        width: 260px;
        background: #DD0707;
        color: #ffffff;
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
        border-color: #009efb;
        z-index: 99999;
    }
}
@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > form > .new-btn i {
        color: #ffffff;
    }
}
@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav > li:hover > form > .new-btn .hide-menu {
        display: inline;
    }
}
@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav > li.active > form > .new-btn {
        border-color: transparent;
    }
}
.sidebar-nav > ul > li.active > form> .new-btn, .sidebar-nav > ul > li.active:hover > form > .new-btn {
    color: #ffffff !important;
    background: #DD0707 !important;
}
.sidebar-nav > ul > li.active > form> .new-btn {
    color: #ffffff;
    /* font-weight: 500; */
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sidebar-nav > ul > li.active > form> .new-btn i, .sidebar-nav > ul > li.active:hover > form > .new-btn i {
    color: #ffffff !important;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: 100%;
    }
}
.modal-backdrop {
    background-color: #00000091 !important;
    backdrop-filter: blur(12px) !important;
}
.modal-backdrop.show {
    opacity: 1 !important;
}
#form-facturar {
    background-color: #fff !important;
    border-radius:20px !important;
}
.modal-header {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.modal-footer {
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

/*CSS PARA MANEJAR EL ESTILO DOS DE COMO SE VEEN CADA PRODUCTO GRID en venta orden*/
.product .product-nam-2 {
    color: #000;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    top: auto;
    line-height: 16px;
    width: 100%;
    font-weight: bold;
    font-family: Poppins;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    padding: 4px;
    font-weight: 600;
    /* padding-top: 15px; */
}

.bootstrap-select .dropdown-menu li a span.text {
    color: #000;
}

.list-group-item:first-child {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #0ea5b9;
}
.dropdown-item.active .text, .dropdown-item:active .text {
    color: #fff !important;
}
@media (min-width: 1200px) {
    .custom-tabs-vertical {
        min-width: 190px;
        max-width: 190px;
    }
}