@font-face {
    font-family: 'poppins-medium';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: 'poppins-light';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: 'poppins-bold';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/Poppins-Bold.ttf");
}

* {
    font-family: poppins-light;
}

/*login*/
.bg-login-page > div > div {
    background: transparent;
}

.bg-login-page > div > div > div{
    border-radius: 6px;
}

.bg-login-page > div > div > div:nth-child(2){
    margin-bottom: 30%;
    padding: 10%;
    width: 400px;
}

.contain-password {
    background: #ffffff;
}

.bg-login-page button {
    background-color: #45020a !important;
    color: white !important;
    box-shadow: unset !important;
    border-radius: 6px !important;
    margin:0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    font-size:14px !important;
    letter-spacing: .5px !important;
    padding:11px !important;
    margin-top: 12% !important;
    margin-bottom: 5% !important;
    text-transform: capitalize;
}

.bg-login-page a {
    margin-top:2.5%;
    color: #19255a;
    font-size:15px;
}

.forgot-pass-a:hover {
    color: unset !important;
}

#email, #password {
    box-shadow: unset !important;
}

.logo-login-nrs {
    filter: unset;
    width: 180px;
    height: auto;
    margin-bottom: 15px;
}

.main-logo {
    width:30%;
    height: auto;
    margin-top: 15%;
}

.login-title {
    font-size:25px;
    font-family: poppins-bold;
    text-align:center;
    margin-bottom: 12%;
    color: #45020a;
}

.font-bold {
    font-family: poppins-bold;
}

.font-medium {
    font-family: poppins-medium;
}

.label-email, .label-pass {
    color:#020202 !important;
}

.input-user, .input-pass {
    font-size: 14px !important;
    background: #fafafa !important;
    border:1px solid #CDCDCD !important;
}

::placeholder {
    color: #CDCDCD !important;
}

.login-button {
    text-transform: capitalize;
}

.forgot-password-button {
    text-align: right;
    text-decoration: none !important;
    padding: 7.5px 0 !important;
    border-radius: unset !important;
    font-size:14px !important;
    color:black !Important;
    text-transform: uppercase;
}

.forgot-pass {
    text-align: right;
    margin-top: 12px;
}

.font-business {
    font-size:18px;
}

/*dashboard home*/
.layout-navbar-fixed .wrapper .main-header, .brand-link {
    background: #233447 !important;
    border-bottom: unset !important;
    box-shadow: unset !important;
}

.user-footer .btn {
    border-radius: unset !important;
    font-family: 'Raleway', sans-serif !important;
}

.main-header {
    padding: 16.5px;
}

.main-sidebar{
    background:white !important;
    box-shadow: unset !important;
}

.brand-image {
    box-shadow: unset !important;
    width:92.5px !important;
    height: auto !important;
    max-height: unset !important;
}

.brand-link {
    display: flex;
    justify-content: center;
    background:white !important;
}

.brand-text {
    display:none;
}

/*menu navigation*/
.navbar-custom .nav-link {
    color:white !important;
    font-style: unset !important;
}

.nav-pills .nav-link {
    color: #6c757d !important;
    border-radius: unset !important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link1 {
    background-color: #243246 !important;
    color:white !important;
}

.nav-link .nrs-menu .active i {
    color:white !important;
}

.navbar-custom .dropdown-item {
    color: #6c757d !important;
    font-family: 'Raleway', sans-serif !important;
}

.navbar-custom .dropdown-item:hover {
    color: white !important;
    background: #233446;
    border-radius: unset !important;
}

.nav-sidebar {
    margin-top:6vh !important;
}

.nrs_paginador {
    padding: 2vh 3vh !important;
}

.content-header h1 {
    margin-top:2vh !important;
}

.dropdown-menu {
    border-radius:unset !important;
    border:1px solid #6c757d !important;
}

.custom-dropdown li a {
    color:#0e0e0e !important;
}


/*buttons*/
.btn-success{
    height: 40px;
    border-radius: 20px !important;
    background: #49AA7B !important;
    font-size: 14px !important;
    color: white !important;
    padding: 7px 40px !important;
    -webkit-box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    border:unset;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-success{
    border:unset !important;
}

.btn-cancel {
    height: 40px;
    border-radius: 20px !important;
    background: white !important;
    font-size: 14px !important;
    color: #49AA7B !important;
    padding: 7px 40px !important;
    border:1px solid #49AA7B;
    -webkit-box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    border:unset;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-success-aux {
    height: 40px;
    border-radius: 20px !important;
    background: white !important;
    font-size: 14px !important;
    color: #49AA7B !important;
    padding: 7px 40px !important;
    border:1px solid #49AA7B;
    -webkit-box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-delete{
    height: 40px;
    border-radius: 20px !important;
    background: white !important;
    font-size: 14px !important;
    color:#e5133a !important;
    padding: 7px 40px !important;
    -webkit-box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    border:unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5133a;
}

.swal2-confirm {
    height: 40px;
    border-radius: 20px !important;
    background: #e5133a !important;
    font-size: 14px !important;
    color:white !important;
    padding: 7px 40px !important;
    -webkit-box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    border:unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5133a;
}

.swal2-cancel {
    height: 40px;
    border-radius: 20px !important;
    background: unset !important;
    font-size: 14px !important;
    color:gray !important;
    padding: 7px 40px !important;
    -webkit-box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    border:unset;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5133a;
}

.btn-find{
    height: 40px;
    border-radius: 20px !important;
    background: #383737 !important;
    font-size: 14px !important;
    color: white !important;
    padding: 7px 20px !important;
    -webkit-box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    border:unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-find:hover{
    background: #4e4d4d !important;
    border: unset;
}

.btn-blue{
    height: 40px;
    border-radius: 20px !important;
    background: #3bbbd6 !important;
    font-size: 14px !important;
    color: white !important;
    padding: 7px 20px !important;
    -webkit-box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    border:unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-upload{
    height: 40px;
    border-radius: 20px !important;
    background: #383737 !important;
    font-size: 14px !important;
    color: white !important;
    padding: 7px 20px !important;
    -webkit-box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    box-shadow: 3px 3px 13px -5px rgb(0 0 0 /29%) !important;
    border:unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-blue:hover{
    background: #58bbcf !important;
    border: unset;
}

.text-clean-filters {
    color: #e5133a;
    text-decoration: underline;
}


.nrs-custom-file-upload{
    border-radius: 20px !important;
    border: unset !important;
    box-shadow:unset !important;
    background: #3bbbd6 !important;
    font-size: 14px !important;
    color: white !important;
    display: flex !important;
    align-items: center;
    width: fit-content;
}


.nrs_icon {
    filter: unset !important;
    font-size: unset !important;
    margin-right:10px !important;
}

.custom-cancel-modal-button{
    filter: invert(44%) sepia(1%) saturate(2400%) hue-rotate(319deg) brightness(92%) contrast(92%);
}

.nrs_icon-eliminar {
    background: #e5133a;
    padding: 10px 20px;
    border-radius: 20px;
    color: white;
}


.nrs_icon-regresar {
    color: unset !important;
}

.card-header .col-sm-10{
    font-family: 'Raleway', sans-serif !important;
}

.nrs_icon-guardar {
    color: #ffffff !important;
    margin-right: 10px !important;
    font-size: 15px !important;
}

.contain-buttons{
    display: flex;
    flex-direction: column-reverse;
}

/*cards*/
.card-tools .btn {
    box-shadow: unset !important;
}

.card-tools .btn i {
    color:white !important;
}

.card {
    box-shadow: unset !important;
}

/*modals*/
#swal2-title {
   font-size:16px !important;
   font-weight:bolder !important;
   font-family: 'poppins-medium';
}

#swal2-content {
    font-size: 14px !important;
    padding: 15px !important;
}

div.swal2-icon.swal2-warning.swal2-icon-show {
    display:none !important;
}

.swal2-modal{
    padding: 1.25em 0 0 0 !important;
}

.swal2-modal > .swal2-actions {
    background: #f8f8f8;
    padding:20px;
    display: flex !important;
    justify-content: flex-end !important;
}

.modal-header, .bg-blue-400 {
    background-color: #fafafa;
    border-bottom: unset;
}

.modal-title {
    color:black !important;
}

.modal-footer .close-btn {
    border: 1px solid black !important;
    border-radius: unset !important;
    font-size: 14px !important;
    color: black !Important;
    background: unset;
    box-shadow: unset !important;
    font-family: 'Raleway', sans-serif !important;
    padding: 7px 20px !important;
}

.modal-footer .close-modal {
    background: #243246 !important;
    border: unset !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    border: 1px solid #243246 !important;
    font-family: 'Raleway', sans-serif !important;
    padding: 7px 20px !important;
}

.card-header .btn-primary{
    border: 1px solid black !important;
    border-radius: unset !important;
    font-size: 14px !important;
    color: black !Important;
    background: unset;
    box-shadow: unset !important;
    font-family: 'Raleway', sans-serif !important;
    padding: 7px 20px !important;
}

.close span {
    color:white !important;
}

.nrs-bg-cabecerasTabs {
    background: unset !important;
}

.nrs-bg-cabecerasTabs ul {
    border-bottom: 1px solid #e8e8e8;
}

.nrs-bg-cabecerasTabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link1 {
    background-color: #f3f6f9 !important;
    color: #e5133a !important;
    font-family: poppins-bold;
    border-bottom: 2px solid #e5133a;
}

/*tables*/
/*centrar contenido en tablas*/
.custom-tr {
    height:60px !important;
    border-bottom: 1px solid #f8f8f8;
}

tr td {
    display: table-cell !important;
    vertical-align: middle !important;
}

tr th {
    border-top: unset !important;
}

.table thead th{
    background: #fafafa !important;
    color:black !important;
    font-family:poppins-medium !important;
}

tr td button b:hover {
    color:#19255a !important;
}

.form-control-find-by-name, .form-control-find-by-code {
    background: #fafafa !important;
    font-size: 14px;
    border-radius:6px !important;
}

.table-bordered td, .table-bordered th {
    border: unset !important;
}

.card-header {
    border-bottom: unset !important;
}

.content-header h1 {
    margin-top: 5vh !important;
    margin-bottom: 2vh !important;
}

.content-header {
    padding: 0 2.5%;
}

.custom-font-bold {
    font-family: poppins-bold !important;
}

.text-blue-500 {
    font-weight: unset !important;
    font-size: unset !important;
    font-family: unset !important;
    text-align:left !important;
}

.custom-border-table-left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.custom-border-table-right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.buttons-state {
    position: relative;
    cursor: default !important;
    font-size: smaller !important;
    width:60% !important;
    border-radius:20px !important;
    color:white;
}


/*forgot-password*/
.bg-login-page {
    background-color: #F7F7F7 !important;
    /*background-image: url('../vendor/adminlte/dist/img/BackgroundARMS01.png') !important;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-change-password {
    text-align: center;
    font-family: 'Raleway', sans-serif;
}


.bg-login-page .w-16 {
    display:none;
}

.bg-login-page button:hover {
    background-color: #DC602E !important;
    color: white !important;
}


.forgot-password-button {
    color: #10323c !important;
    border: 1px solid #10323c !important;
    background-image: linear-gradient(30deg, #ffffff 50%, #10323c 50%) !important;
    background-size: 700px !important;
    background-repeat: no-repeat !important;
    background-position: 0% !important;
    -webkit-transition: background 300ms ease-in-out !important;
    transition: background 300ms ease-in-out !important;
    font-weight: 400;
}

.forgot-password-button:hover {
    background-position: 100% !important;
    color: white !important;
}

/*cabecera*/
.custom-padding-header {
    padding-top:10vh;
    padding-bottom: 5vh;
}

.custom-card-body {
    background: white;
    border-radius:6px;
    padding:25px;
}

.custom-spaces-content {
    padding:0 40px;
}

.custom-card-header {
    background: unset !important;
    color: black !important;
}

.custom-card-header-profile {
    background: #fafafa !important;
    border-radius: 6px;
}

.custom-tr-profile {
    background: #eaeaea;
}

.custom-tr-profile td:first-child{
    border: unset !important;
    border-bottom-left-radius:5px !important;
    border-top-left-radius:5px !important;
}

.custom-tr-profile td:last-child{
    border: unset !important;
    border-bottom-right-radius:5px !important;
    border-top-right-radius:5px !important;
}

.custom-card-header-profile table {
    border-collapse:separate;
    border-spacing: 0 1em;
}

/*planificacion de caja */

.mover {
    background: #b5b5b5 !important;
    border:unset !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
    border-radius:6px !important;
}

.custom-border-planning {
    border:1px solid #f3f4f6;
    border-radius:6px;
}

.card-custom-planning-box {
    background: black;
    color:white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height:80px;
}

.nav-pills-custom .nav-link.active, .nav-pills .show>.nav-link1 {
    background-color:#b5b5b5 !important;
    color: black !important;
    border-radius:6px;
}

.nav-pills-custom {
    height:80px;
}

.nav-pills-custom .nav-link {
    border-radius:6px !important;
}

.nrs-text-tabs-custom:hover{
    color:unset !important;
}

.container-custom {
    background: white;
}

.custom-background-planning {
    background-color:#dddddd !important;
    color: black !important;
    padding:5px 13px;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
}

.color-cebeceraTarea {
    background-color:#dddddd !important;
}

.custom-card-body-colors {
    background: #fafafa;
    border-radius:6px;
}

.custom-header-body-colors {
    background: #e7e7e7 !important;
    color:black !important;
}

.custom-card-body-colors .form-group:first-child {
    padding: 17px 17px 0 17px;
}

#menuTabs {
    padding: 0px 8px;
}

/*new menu and dashboard*/
.bg-custom-menu {
    background:#45020a;
    height:70px;
}

.bg-custom-menu div a {
    color:white;
    text-decoration: none;
    font-size: 15px;
    padding:5px 10px;
}

.custom-aside {
    background:white;
    width:250px;
}

.custom-aside a {
    color: #0e0e0e;
    padding: 12px 30px;
    font-size:14px;
    display: flex;
    align-items:center;
}

.custom-aside a img {
   margin-right:5px;
}

.custom-aside a:hover{
    text-decoration: none;
    color: #19255a;
}

.custom-logo-main {
    width: 30%;
    height: auto;
    padding-bottom:7%;
}

.custom-user-menu {
    text-decoration: none;
    color: #0e0e0e;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.custom-user-menu:hover{
    text-decoration: none;
}

.custom-dropdown{
    padding: 10px !important;
    border: unset !important;
    border-radius: 10px !important;
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.6);
}

.custom-dropdown li {
    padding:8px;
}

.custom-dropdown li:hover{
    background: #e9e8f7;
    border-radius: 5px;
    font-weight: bolder;
}

.user-footer a:hover {
    text-decoration: none;
    color:#0e0e0e;
}

.custom-logo-contain {
    height:90%;
}

#acercade{
    position:absolute !important;
    bottom:0 !important;
    border-top:1px solid #e7e7e7 !important;
    width: 100% !important;
}


/*fix tables*/
.custom-card-body div {
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
}

.nrs-text-tabs-custom {
    color:white !important;
}


.custom-body-content{
    overflow-x:hidden;
}

.custom-body-content .custom-row-main {
    height:80vh;
}

.custom-spaces-content .card {
    border: unset !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color:#4be81f !important;
    border-color:unset !important;
}


/*fix avatar*/
.custom-avatar-img {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 60px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 60px;
    -moz-background-clip: padding;
    border-radius: 60px;
    background-clip: padding-box;
    float: left;
    background-size: cover;
    background-position: center center;
}

.user-custom-text {
  color: #000 !important; /* o el color por defecto que tú quieras */
  transition: color 0.2s ease;
}

.user-custom-text:hover {
    color: #ca602e !important;
}

/*fix icons*/
.custom-svg-white {
    filter: invert(89%) sepia(70%) saturate(6993%) hue-rotate(185deg) brightness(125%) contrast(100%);
}

.custom-svg-green {
    filter: invert(20%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.custom-svg-trash {
    filter: invert(54%) sepia(88%) saturate(3546%) hue-rotate(328deg) brightness(98%) contrast(86%);
}

.custom-svg-trash-planning {
    filter: invert(54%) sepia(88%) saturate(3546%) hue-rotate(328deg) brightness(98%) contrast(86%);
    position: absolute;
    top: 0;
    right: 10px;
}

/*replace fontawesome with svg*/
.fa-sort-alpha-up-alt span {
    visibility:hidden;
}
.fa-sort-alpha-up-alt:before {
    content: url(/img/icons/nav-arrow-up.svg);
}

.fa-sort-alpha-down-alt span {
    visibility:hidden;
}
.fa-sort-alpha-down-alt:before {
    content: url(/img/icons/nav-arrow-down.svg);
}

.fa-sort span {
    visibility:hidden;
}
.fa-sort:before {
    content: url(/img/icons/arrows.svg);
}

.fa-images span {
    visibility:hidden;
}

.fa-images:before {
    content: url(/img/icons/add-media-image.svg);
    filter: invert(89%) sepia(70%) saturate(6993%) hue-rotate(185deg) brightness(125%) contrast(100%);
}

/*carga masiva*/
.alert-link {
    color:black;
}

.alert-link:hover {
    text-decoration: none;
    color:#19255a;
}

.custom-download {
    background: #cccccc;
    border-radius: 6px;
    margin-right: 5px;
    padding: 3px;
}

.custom-width-upload {
    width:fit-content;
}
.custom-save {
    filter: invert(28%) sepia(98%) saturate(1700%) hue-rotate(199deg) brightness(102%) contrast(110%);
}

.custom-undo {
    filter: invert(18%) sepia(100%) saturate(2934%) hue-rotate(351deg) brightness(92%) contrast(91%);
}

.custom-font {
    font-size:12px;
    font-family:poppins-medium;
}

.btn-danger {
    box-shadow: unset !important;
}

.custom-background-container {
    padding:16px;
    background: #eeeeee;
}

/*arreglo tabla usuarios*/
.custom-table-profile{
    background: #d6d6d6;
    border-radius:5px;
    text-align: center;
    font-size: 10px;
    font-family: poppins-medium;
    width: fit-content;
    padding: 0 2px;
    margin:3px;
}

.custom-table-stores{
    font-size: 10px;
    background: #d6d6d6;
    border-radius: 5px;
    text-align: center;
    font-family: poppins-medium;
    margin:3px;
    display: flex;
    justify-content: center;
    width: fit-content;
    padding: 0 2px;
}


/*arreglo botones modal eliminar caja*/
.swal2-actions .swal2-cancel {
    display: flex !important;
}

.swal2-actions .swal2-confirm {
    display: flex !important;
}

.custom-card-header-profile ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

.custom-card-header-profile ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/*arreglo tabla usuarios*/
.custom-font-height {
    font-size: 12px;
}

.custom-distribution-items {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.custom-distribution-items tr {
    margin:0 3px;
    background:unset !important;
}

.custom-distribution-items tr td {
    vertical-align: unset !important;
}

.custom-titles-name, .custom-titles-account, .custom-titles-state {
    width:12%;
}

/*arreglo tabla productos*/
.custom-p {
    color:#6c757d;
    font-style: italic;
    font-size: smaller !important;
    margin-bottom: 6px;
}

.custom-detail-products {
    font-family: 'poppins-medium';
    font-size: 10px;
    cursor: pointer !important;
    background: #d6d6d6;
    border-radius: 6px;
    padding: 5px;
    white-space: nowrap;
}

.custom-detail-product-name {
    cursor: pointer !important;
}

/*arreglo elementos activos en menu*/
.active-link-aside-menu {
    border-right: 2px solid #19255a;
    font-family: 'poppins-medium';
    color: #19255a;
}

.active-link-main-menu {
    background: #DC602E;
    border-radius: 10px;
    color: #fdffff !important;
}

.custom-dflex {
    display: flex;
}

/*tooltips*/
.welcome-tour-header {
    text-align: center;
}

.welcome-tour-content {
    text-align: center;
}


body.shepherd-active::after {
    content: "";
    display: block;
    background-color: #000;
    opacity: 0.4;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000;
}

.shepherd-element.shepherd-open, .shepherd-target.shepherd-enabled {
    z-index: 10000000;
    position: relative;
}

.begin-tour-btn {
    border-radius: 20px !important;
    background: #CA602E !important;
    font-size: 14px;
    color: white;
    border:unset;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: unset !important;
    letter-spacing: unset !important;
    padding: 8px 50px;
    margin: 10px;
}

.begin-tour-btn:hover {
    color:white !important;
    text-decoration: none !important;
}

.cancel-tour-btn {
    background: unset !important;
    color: #727070 !important;
    text-transform: unset !important;
    letter-spacing: unset !important;
    text-decoration: underline !important;
    font-size:12px;
    cursor:pointer;
}

.welcome-tour-header {
    color:#19255a;
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: bolder;
    font-family: 'poppins-bold';
}

.welcome-tour-content {
    padding: 0 60px;
    font-size: 16px !important;
    color:#19255a;
}

.welcome-modal .shepherd-buttons {
    display: flex;
    justify-content: center;
    flex-direction:column-reverse;
    align-items:center;
}

.welcome-modal {
    background:white;
    width: 460px;
    border-radius:10px;
}

.shepherd-content {
    padding:10px;
}

.shepherd-text {
    font-size: 16px !important;
}

.next-step-tour-btn {
    border-radius: 20px !important;
    background: white !important;
    font-size: 14px;
    color:#19255a !important;
    border:unset;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: unset !important;
    letter-spacing: unset !important;
    padding: 8px 50px;
    margin: 10px;
}

.next-step-tour-btn:hover {
    text-decoration: none !important;
}

.content-next-step .shepherd-content {
    background: #CA602E !important;
    color:white !important;
    border-radius:10px !important;
}

/*color de la flecha*/
.shepherd-theme-arrows[x-placement^="bottom"] .popper__arrow {
    border-bottom-color: #CA602E!important;
}

.shepherd-theme-arrows[x-placement^="left"] .popper__arrow {
    border-left-color: #CA602E!important;
}

.shepherd-theme-arrows[x-placement^="top"] .popper__arrow {
    border-top-color: #CA602E!important;
}

.content-next-step p {
    font-size:14px !important;
}

.content-next-step .shepherd-button {
    font-size:12px !important;
}

.content-next-step .shepherd-buttons {
    display: flex !important;
    justify-content: space-between !important;
}

.content-next-step .shepherd-content {
    padding: 12px !important;
}

.content-next-step footer {
    margin-top: 12px !important;
    padding-bottom: 5px !important;
}

.content-next-step .cancel-tour-btn {
    color: white !important;
    padding: 0 !important;
    color: #bebebe !important;
}

/*esconder boton next*/
.custom-no-button footer {
    display: none !important;
}

/*contenedor de progreso*/
.container-progress {
    background: #CA601E;
    width: 330px;
    height: 280px;
    left: 40px;
    border-radius:5px;
    margin-bottom: 5px;
    padding:20px;
}

.container-progress span {
    font-family: poppins-light;
    font-size:13px;
}

.title-progress {
    font-family: poppins-bold;
    font-size:12px;
    margin-bottom: 10px;
}

.content-progress-tour {
    position: fixed;
    bottom: 40px;
    left: 25px;
    z-index:99;
}

.content-progress-tour button {
    height: 40px;
    border-radius: 20px !important;
    background: #CA602E !important;
    font-size: 12px !important;
    color: white !important;
    padding: 7px 40px !important;
    border: unset;
    box-shadow: unset;
    z-index:99;
}

.rocket {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.step-progress {
    text-align: center;
    background: white;
    border-radius: 50%;
    color: #3b3398;
    height: 25px;
    width: 25px;
}

.checklist-progress{
    display: none;
    filter: invert(16%) sepia(44%) saturate(3953%) hue-rotate(236deg) brightness(100%) contrast(91%);
}

.button-video {
    background: white;
    color: #19255a;
    padding: 2px 20px;
    font-size: 12px !important;
    border-radius: 25px;
    margin-left: -10px;
}

.icon-video {
    width: 25px;
    height: 25px;
}

/*contenedor de product apk*/
.container-product-apk {
    background: #45020a;
    width: 200px;
    border-radius:5px;
    margin-top: 50px;
    margin-left: 25px;
    margin-bottom: 50px;
    padding:10px;
    text-align: center;
}

.container-product-apk span {
    color: white;
    font-family: poppins-light;
    font-size:13px;
}

.container-product-apk button {
    height: 40px;
    border-radius: 20px !important;
    background:  #DC602E !important;
    font-size: 12px !important;
    color: white !important;
    padding: 7px 20px !important;
    margin-top: 20px;
    border: unset;
    box-shadow: unset;
}

/*customizacion de botones en el tour usuario*/
.btn-users-custom .shepherd-buttons  {
    display: flex !important;
    justify-content: center !important;
}

.btn-users-custom .shepherd-text {
    text-align: center;
}

#download-family-file, #download-dptos-file, #download-items-file, #content-upload-product {
    padding:10px 0 !important;
}

/*customizacion pasos en producto*/

.custom-content-products .shepherd-text {
    font-size:13px !important;
    line-height:2 !important;
}

.number-step-product {
    color: white !important;
    font-family: 'poppins-medium' !important;
}

.custom-content-products-finish .shepherd-text {
    text-align: center;
}

.custom-content-products-finish .shepherd-buttons {
    display: flex !important;
    justify-content: center !important;
}

.next-step-tour-btn-video {
    background: white !important;
    padding: 3px 10px !important;
    color: #19255a !important;
    border-radius: 20px !important;
}

.hide-container-progress {
    padding: 0 !important;
    font-size: 12px !important;
    margin-top: 5px !important;
    color: #000000 !important;
    font-family: 'poppins-medium' !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}

.custom-button-skip {
    padding: 0 !important;
    font-size: 12px !important;
    color: #7e7e7e !important;
    font-family: 'poppins-medium' !important;
    cursor: pointer;
}

.custom-button-skip-medios {
    padding: 0 !important;
    font-size: 12px !important;
    color: #7e7e7e !important;
    font-family: 'poppins-medium' !important;
    cursor: pointer;
    background: unset !important;
    text-transform: unset !important;
    letter-spacing: unset !important;
}

.custom-content-products-finish-medios {
    display: flex;
    justify-content: space-around;
}

/*ocultar boton extra en tour productos*/
.custom-content-products .next-step-tour-btn-video-hide {
    display: none !important;
}

/*svg flecha en el tour*/
.arrow-tour {
    filter: invert(16%) sepia(44%) saturate(3953%) hue-rotate(236deg) brightness(100%) contrast(91%);
}

.arrow-tour:hover {
    filter: invert(14%) sepia(9%) saturate(7488%) hue-rotate(217deg) brightness(96%) contrast(99%);
}

/*arreglo icono cancelar carga*/
.cancel-icon-load-item {
    color: #e5133a !important;
}

.custom-fixed-menu {
    position: sticky;
    top: 80px;
    z-index: 1;
}

/*arreglos tooltips*/
.float-left-custom .shepherd-buttons {
    display: flex !important;
    justify-content: flex-end !important;
}

.hide-button-skip footer {
    display: none !important;
}

.custom-product-tour-btn {
    background: transparent !important;
    border: 1px solid white !important;
    color: white !important;
}

.custom-content-products-finish-medios footer {
    display: flex;
    justify-content: flex-end;
}

.active-link-progress-tour {
    font-family: 'poppins-bold' !important;
    color: #19255a;
}

.custom-user-menu a:hover {
    text-decoration: none;
}

/*deshabilitar opciones sino estan creados negocios y tiendas*/
.no-business-active {
    pointer-events: none;
    cursor: default;
    color: #c9c9c9 !important;
}

.no-business-active-container-tour {
    background: #c9c9c9;
    color: #9f9f9f;
}

.no-business-active-container-tour-arrow {
    pointer-events: none;
    cursor: default;
}

.custom-switch {
    z-index:0 !important;
}

/*barra de progreso*/
.progress {
    margin-top: 5px;
}

.main-title-progress {
    font-family: poppins-medium !important;
    color:black;
}

/*arreglo fuente en webpos tour*/

.custom-font-size-webpos {
    font-size: 12px !important;
}

.custom-center-webpos footer {
    display: flex;
    text-align: center;
    justify-content: center;
}

/*boton mostrar/ocultar contraseña*/
.eye-password{
    background: #fafafa;
    border: 1px solid #ced4da;
    margin-top:0 !important;
    padding:8px;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.custom-eye-password {
    width: 20px;
    height: auto;
    filter: invert(36%) sepia(12%) saturate(12%) hue-rotate(324deg) brightness(88%) contrast(89%);
}
.custom-button-upload-file .swal2-confirm {
    background: #49AA7B !important;
}


.custom-password-input-login {
    font-size:14px !important;
    border-bottom-right-radius: unset !important;
    border-top-right-radius: unset !important;
    background: #fafafa !important;
}

.custom-password-input-user {
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    background: #fafafa !important;
}

.btn-ca601e {
    background-color: #CA601E;
    color: white;
    border: none;
  }
  
  .btn-ca601e:hover {
    background-color: #a94f19;
  }
  