@charset "UTF-8";
/*
Definición de estilos y clases personalizadas para Suite
File: public/assets/css/app.css
*/
/* Fuentes */
/*Browser support*/
/* Colores */
/*image sizes*/
/*Breakpoints responsive*/
/*Transitions*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
.t-slow,
.virtual-product,
.virtual-product .info-wrapper,
.app-loader:before,
.block-disabled-lds:before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.t-medium {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.t-fast,
.missing,
.img-banner:before,
.product-wrapper .physical-product .image-wrapper img,
.product-wrapper .virtual-product .image-wrapper img,
.grid .physical-product .image-wrapper:before,
body:not(.app-wrapper) .quantity .minus,
body:not(.app-wrapper) .quantity .plus,
body.app-wrapper .quantity .minus,
body.app-wrapper .quantity .plus,
.chat-container .chat-list .item-group,
.payment-icons-wrapper > img,
.app-wrapper #leftbar-app,
.app-wrapper main,
.app-wrapper main #bottom-bar,
.app-wrapper main #bottom-bar .bottom-bar-icon,
#accordionDatetimes .card a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/*user-select none*/
.user-select-none,
img,
.app-wrapper,
#shadow-wrapper,
.card-membership {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*shapes*/
/*Border-radius*/
.border-radius-5,
.chat-container,
.chat-container .chat-list,
.chat-container .chat-list .item-group,
.chat-container .main-wrapper,
.chat-container .main-wrapper .chat .chat-history .content-message .message,
.membership-status {
  border-radius: 5px !important;
}

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

.border-radius-15,
.product-wrapper .physical-product,
.product-wrapper .virtual-product,
.grid .physical-product .image-wrapper,
.services-wrapper .service-item .service-title,
.card-membership {
  border-radius: 15px !important;
}

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

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

/*Basics*/
body {
  color: #010545;
  letter-spacing: 0.02em;
}

*:not(i):not(.fas):not(.fc-icon) {
  font-family: "Poppins", sans-serif !important;
}

/*Paragraphs*/
.text-1-line,
.chat-container .chat-list .item-group .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-2-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-3-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-4-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-5-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

/*Clases personalizadas*/
/*Fondos*/
.bg-green {
  background-color: #4da727 !important;
}
.bg-green2 {
  background-color: #ceffb9 !important;
}
/*Efectos de links*/
a.bg-green:hover,
a.bg-green:focus {
  background-color: #4da727 !important;
}

/*Fuentes*/
.text-green {
  color: #4da727 !important;
}

/*Fondos*/
.bg-yellow {
  background-color: #f29f11 !important;
}

.bg-yellowBg {
  background-color: #e4f901 !important;
}
/*Efectos de links*/
a.bg-yellow:hover,
a.bg-yellow:focus {
  background-color: #f29f11 !important;
}

/*Fuentes*/
.text-yellow {
  color: #f29f11 !important;
}

/*Fondos*/
.bg-light-blue {
  background-color: #21a9c2 !important;
}

/*Efectos de links*/
a.bg-light-blue:hover,
a.bg-light-blue:focus {
  background-color: #21a9c2 !important;
}

/*Fuentes*/
.text-light-blue {
  color: #21a9c2 !important;
}

/*Fondos*/
.bg-orange {
  background-color: #ee5a28 !important;
}

/*Efectos de links*/
a.bg-orange:hover,
a.bg-orange:focus {
  background-color: #ee5a28 !important;
}

.bg-orange-white {
  background-color: #f29f11 !important;
}

/*Efectos de links*/
a.bg-orange-white:hover,
a.bg-orange-white:focus {
  background-color: #f29f11 !important;
}

/*Fuentes*/
.text-orange {
  color: #ee5a28 !important;
}

/*Fondos*/
.bg-purple {
  background-color: #880e82 !important;
}

.bg-pink-black {
  background-color: #ef6771 !important;
}

/*Efectos de links*/
a.bg-purple:hover,
a.bg-purple:focus {
  background-color: #880e82 !important;
}

/*Fuentes*/
.text-purple {
  color: #880e82 !important;
}

/*Fondos*/
.bg-dark-blue {
  background-color: #2b2b8d !important;
}

/*Efectos de links*/
a.bg-dark-blue:hover,
a.bg-dark-blue:focus {
  background-color: #2b2b8d !important;
}

/*Fuentes*/
.text-dark-blue {
  color: #2b2b8d !important;
}

/*Fondos*/
.bg-black {
  background-color: #f29f11 !important;
}

/*Efectos de links*/
a.bg-black:hover,
a.bg-black:focus {
  background-color: #f29f11 !important;
}

/*Fuentes*/
.text-black {
  color: #f29f11 !important;
}

/*Fondos*/
.bg-white,
.product-wrapper .physical-product,
.product-wrapper .virtual-product,
.chat-container,
.chat-container .main-wrapper .chat .chat-history {
  background-color: #fff !important;
}

/*Efectos de links*/
a.bg-white:hover,
.product-wrapper a.physical-product:hover,
.product-wrapper a.virtual-product:hover,
a.chat-container:hover,
.chat-container .main-wrapper .chat a.chat-history:hover,
a.bg-white:focus,
.product-wrapper a.physical-product:focus,
.product-wrapper a.virtual-product:focus,
a.chat-container:focus,
.chat-container .main-wrapper .chat a.chat-history:focus {
  background-color: #fff !important;
}

/*Fuentes*/
.text-white,
.chat-container .chat-list .item-group.active {
  color: #fff !important;
}

/*Fondos*/
.bg-light,
.chat-container .chat-list,
.chat-container .main-wrapper .customer-details {
  background-color: #eeeded !important;
}

/*Efectos de links*/
a.bg-light:hover,
.chat-container a.chat-list:hover,
.chat-container .main-wrapper a.customer-details:hover,
a.bg-light:focus,
.chat-container a.chat-list:focus,
.chat-container .main-wrapper a.customer-details:focus {
  background-color: #eeeded !important;
}

/*Fuentes*/
.text-light {
  color: #eeeded !important;
}

/*Fondos*/
.bg-blue-default,
.chat-container .chat-list .item-group.active {
  background-color: #010545 !important;
}

/*Efectos de links*/
a.bg-blue-default:hover,
.chat-container .chat-list a.item-group.active:hover,
a.bg-blue-default:focus,
.chat-container .chat-list a.item-group.active:focus {
  background-color: #010545 !important;
}

/*Fuentes*/
.text-blue-default {
  color: #010545 !important;
}

/*Fondos*/
.bg-blue-primary {
  background-color: #18509b !important;
}

/*Efectos de links*/
a.bg-blue-primary:hover,
a.bg-blue-primary:focus {
  background-color: #18509b !important;
}

/*Fuentes*/
.text-blue-primary {
  color: #18509b !important;
}

/*Fondos*/
.bg-dark {
  background-color: #212527 !important;
}

/*Efectos de links*/
a.bg-dark:hover,
a.bg-dark:focus {
  background-color: #212527 !important;
}

/*Fuentes*/
.text-dark {
  color: #212527 !important;
}

/*Fondos*/
.bg-red,
.chat-container .chat-list .item-group .unread-msg-counter {
  background-color: #ef1e0d !important;
}

/*Efectos de links*/
a.bg-red:hover,
.chat-container .chat-list .item-group a.unread-msg-counter:hover,
a.bg-red:focus,
.chat-container .chat-list .item-group a.unread-msg-counter:focus {
  background-color: #ef1e0d !important;
}

/*Fuentes*/
.text-red {
  color: #ef1e0d !important;
}

/*Fondos*/
.bg-rh-black {
  background-color: #000 !important;
}

/*Efectos de links*/
a.bg-rh-black:hover,
a.bg-rh-black:focus {
  background-color: #000 !important;
}

/*Fuentes*/
.text-rh-black {
  color: #000 !important;
}

/*Fondos*/
.bg-rh-gray {
  background-color: #f2f2f2 !important;
}

/*Efectos de links*/
a.bg-rh-gray:hover,
a.bg-rh-gray:focus {
  background-color: #f2f2f2 !important;
}

/*Fuentes*/
.text-rh-gray {
  color: #f2f2f2 !important;
}

/*Fondos*/
.bg-rh-green,
.app-wrapper .litepicker .container__days .day-item.is-highlighted {
  background-color: #79dea8 !important;
}

/*Efectos de links*/
a.bg-rh-green:hover,
.app-wrapper .litepicker .container__days a.day-item.is-highlighted:hover,
a.bg-rh-green:focus,
.app-wrapper .litepicker .container__days a.day-item.is-highlighted:focus {
  background-color: #79dea8 !important;
}

/*Fuentes*/
.text-rh-green {
  color: #79dea8 !important;
}

/*Fondos*/
.bg-rh-yellow {
  background-color: #ffbf3c !important;
}

.bg-rh-color {
  background-color: #f15fa8 !important;
}

/*Efectos de links*/
a.bg-rh-yellow:hover,
a.bg-rh-yellow:focus {
  background-color: #ffbf3c !important;
}

/*Fuentes*/
.text-rh-yellow {
  color: #ffbf3c !important;
}

/*Fondos*/
.bg-rh-red {
  background-color: #ea6852 !important;
}

/*Efectos de links*/
a.bg-rh-red:hover,
a.bg-rh-red:focus {
  background-color: #ea6852 !important;
}

/*Fuentes*/
.text-rh-red {
  color: #ea6852 !important;
}

/*Fondos*/
.bg-rh-purple {
  background-color: #655dc6 !important;
}

/*Efectos de links*/
a.bg-rh-purple:hover,
a.bg-rh-purple:focus {
  background-color: #655dc6 !important;
}

/*Fuentes*/
.text-rh-purple {
  color: #655dc6 !important;
}

/*Elementos internos*/
.wrapper-green {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-green i {
  color: #4da727;
}
.wrapper-green
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #4da727;
}
.wrapper-green .page-item.active .page-link {
  background-color: #4da727 !important;
  border-color: #4da727 !important;
}
.wrapper-green .nav-pills .nav-link.active,
.wrapper-green .nav-tabs .nav-link.active,
.wrapper-green .nav-tabs .nav-item.show .nav-link {
  background: #4da727;
}
.wrapper-green .ui-widget-header {
  background: #4da727;
  color: white;
}
.wrapper-green .checkbox input[type="checkbox"]:checked + label::before {
  background: #4da727;
}
.wrapper-green ::selection {
  background-color: #4da727;
  color: white;
}
.wrapper-green ::-moz-selection {
  background-color: #4da727;
  color: white;
}
.wrapper-green ::-o-selection {
  background-color: #4da727;
  color: white;
}
.wrapper-green ::-ms-selection {
  background-color: #4da727;
  color: white;
}
.wrapper-green ::-webkit-selection {
  background-color: #4da727;
  color: white;
}

.wrapper-yellow {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-yellow i {
  color: #f29f11;
}
.wrapper-yellow
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #f29f11;
}
.wrapper-yellow .page-item.active .page-link {
  background-color: #f29f11 !important;
  border-color: #f29f11 !important;
}
.wrapper-yellow .nav-pills .nav-link.active,
.wrapper-yellow .nav-tabs .nav-link.active,
.wrapper-yellow .nav-tabs .nav-item.show .nav-link {
  background: #f29f11;
}
.wrapper-yellow .ui-widget-header {
  background: #f29f11;
  color: white;
}
.wrapper-yellow .checkbox input[type="checkbox"]:checked + label::before {
  background: #f29f11;
}
.wrapper-yellow ::selection {
  background-color: #f29f11;
  color: white;
}
.wrapper-yellow ::-moz-selection {
  background-color: #f29f11;
  color: white;
}
.wrapper-yellow ::-o-selection {
  background-color: #f29f11;
  color: white;
}
.wrapper-yellow ::-ms-selection {
  background-color: #f29f11;
  color: white;
}
.wrapper-yellow ::-webkit-selection {
  background-color: #f29f11;
  color: white;
}

.wrapper-light-blue {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-light-blue i {
  color: #21a9c2;
}
.wrapper-light-blue
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #21a9c2;
}
.wrapper-light-blue .page-item.active .page-link {
  background-color: #21a9c2 !important;
  border-color: #21a9c2 !important;
}
.wrapper-light-blue .nav-pills .nav-link.active,
.wrapper-light-blue .nav-tabs .nav-link.active,
.wrapper-light-blue .nav-tabs .nav-item.show .nav-link {
  background: #21a9c2;
}
.wrapper-light-blue .ui-widget-header {
  background: #21a9c2;
  color: white;
}
.wrapper-light-blue .checkbox input[type="checkbox"]:checked + label::before {
  background: #21a9c2;
}
.wrapper-light-blue ::selection {
  background-color: #21a9c2;
  color: white;
}
.wrapper-light-blue ::-moz-selection {
  background-color: #21a9c2;
  color: white;
}
.wrapper-light-blue ::-o-selection {
  background-color: #21a9c2;
  color: white;
}
.wrapper-light-blue ::-ms-selection {
  background-color: #21a9c2;
  color: white;
}
.wrapper-light-blue ::-webkit-selection {
  background-color: #21a9c2;
  color: white;
}

.wrapper-orange {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-orange i {
  color: #ee5a28;
}
.wrapper-orange
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #ee5a28;
}
.wrapper-orange .page-item.active .page-link {
  background-color: #ee5a28 !important;
  border-color: #ee5a28 !important;
}
.wrapper-orange .nav-pills .nav-link.active,
.wrapper-orange .nav-tabs .nav-link.active,
.wrapper-orange .nav-tabs .nav-item.show .nav-link {
  background: #ee5a28;
}
.wrapper-orange .ui-widget-header {
  background: #ee5a28;
  color: white;
}
.wrapper-orange .checkbox input[type="checkbox"]:checked + label::before {
  background: #ee5a28;
}
.wrapper-orange ::selection {
  background-color: #ee5a28;
  color: white;
}
.wrapper-orange ::-moz-selection {
  background-color: #ee5a28;
  color: white;
}
.wrapper-orange ::-o-selection {
  background-color: #ee5a28;
  color: white;
}
.wrapper-orange ::-ms-selection {
  background-color: #ee5a28;
  color: white;
}
.wrapper-orange ::-webkit-selection {
  background-color: #ee5a28;
  color: white;
}

.wrapper-purple {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-purple i {
  color: #880e82;
}
.wrapper-purple
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #880e82;
}
.wrapper-purple .page-item.active .page-link {
  background-color: #880e82 !important;
  border-color: #880e82 !important;
}
.wrapper-purple .nav-pills .nav-link.active,
.wrapper-purple .nav-tabs .nav-link.active,
.wrapper-purple .nav-tabs .nav-item.show .nav-link {
  background: #880e82;
}
.wrapper-purple .ui-widget-header {
  background: #880e82;
  color: white;
}
.wrapper-purple .checkbox input[type="checkbox"]:checked + label::before {
  background: #880e82;
}
.wrapper-purple ::selection {
  background-color: #880e82;
  color: white;
}
.wrapper-purple ::-moz-selection {
  background-color: #880e82;
  color: white;
}
.wrapper-purple ::-o-selection {
  background-color: #880e82;
  color: white;
}
.wrapper-purple ::-ms-selection {
  background-color: #880e82;
  color: white;
}
.wrapper-purple ::-webkit-selection {
  background-color: #880e82;
  color: white;
}

.wrapper-dark-blue {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-dark-blue i {
  color: #2b2b8d;
}
.wrapper-dark-blue
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #2b2b8d;
}
.wrapper-dark-blue .page-item.active .page-link {
  background-color: #2b2b8d !important;
  border-color: #2b2b8d !important;
}
.wrapper-dark-blue .nav-pills .nav-link.active,
.wrapper-dark-blue .nav-tabs .nav-link.active,
.wrapper-dark-blue .nav-tabs .nav-item.show .nav-link {
  background: #2b2b8d;
}
.wrapper-dark-blue .ui-widget-header {
  background: #2b2b8d;
  color: white;
}
.wrapper-dark-blue .checkbox input[type="checkbox"]:checked + label::before {
  background: #2b2b8d;
}
.wrapper-dark-blue ::selection {
  background-color: #2b2b8d;
  color: white;
}
.wrapper-dark-blue ::-moz-selection {
  background-color: #2b2b8d;
  color: white;
}
.wrapper-dark-blue ::-o-selection {
  background-color: #2b2b8d;
  color: white;
}
.wrapper-dark-blue ::-ms-selection {
  background-color: #2b2b8d;
  color: white;
}
.wrapper-dark-blue ::-webkit-selection {
  background-color: #2b2b8d;
  color: white;
}

.wrapper-black {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-black i {
  color: #f29f11;
}
.wrapper-black
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #f29f11;
}
.wrapper-black .page-item.active .page-link {
  background-color: #f29f11 !important;
  border-color: #f29f11 !important;
}
.wrapper-black .nav-pills .nav-link.active,
.wrapper-black .nav-tabs .nav-link.active,
.wrapper-black .nav-tabs .nav-item.show .nav-link {
  background: #f29f11;
}
.wrapper-black .ui-widget-header {
  background: #f29f11;
  color: white;
}
.wrapper-black .checkbox input[type="checkbox"]:checked + label::before {
  background: #f29f11;
}
.wrapper-black ::selection {
  background-color: #f29f11;
  color: white;
}
.wrapper-black ::-moz-selection {
  background-color: #f29f11;
  color: white;
}
.wrapper-black ::-o-selection {
  background-color: #f29f11;
  color: white;
}
.wrapper-black ::-ms-selection {
  background-color: #f29f11;
  color: white;
}
.wrapper-black ::-webkit-selection {
  background-color: #f29f11;
  color: white;
}

.wrapper-white {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-white i {
  color: #fff;
}
.wrapper-white
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #fff;
}
.wrapper-white .page-item.active .page-link {
  background-color: #fff !important;
  border-color: #fff !important;
}
.wrapper-white .nav-pills .nav-link.active,
.wrapper-white .nav-tabs .nav-link.active,
.wrapper-white .nav-tabs .nav-item.show .nav-link {
  background: #fff;
}
.wrapper-white .ui-widget-header {
  background: #fff;
  color: white;
}
.wrapper-white .checkbox input[type="checkbox"]:checked + label::before {
  background: #fff;
}
.wrapper-white ::selection {
  background-color: #fff;
  color: white;
}
.wrapper-white ::-moz-selection {
  background-color: #fff;
  color: white;
}
.wrapper-white ::-o-selection {
  background-color: #fff;
  color: white;
}
.wrapper-white ::-ms-selection {
  background-color: #fff;
  color: white;
}
.wrapper-white ::-webkit-selection {
  background-color: #fff;
  color: white;
}

.wrapper-light {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-light i {
  color: #eeeded;
}
.wrapper-light
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #eeeded;
}
.wrapper-light .page-item.active .page-link {
  background-color: #eeeded !important;
  border-color: #eeeded !important;
}
.wrapper-light .nav-pills .nav-link.active,
.wrapper-light .nav-tabs .nav-link.active,
.wrapper-light .nav-tabs .nav-item.show .nav-link {
  background: #eeeded;
}
.wrapper-light .ui-widget-header {
  background: #eeeded;
  color: white;
}
.wrapper-light .checkbox input[type="checkbox"]:checked + label::before {
  background: #eeeded;
}
.wrapper-light ::selection {
  background-color: #eeeded;
  color: white;
}
.wrapper-light ::-moz-selection {
  background-color: #eeeded;
  color: white;
}
.wrapper-light ::-o-selection {
  background-color: #eeeded;
  color: white;
}
.wrapper-light ::-ms-selection {
  background-color: #eeeded;
  color: white;
}
.wrapper-light ::-webkit-selection {
  background-color: #eeeded;
  color: white;
}

.wrapper-blue-default {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-blue-default i {
  color: #010545;
}
.wrapper-blue-default
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #010545;
}
.wrapper-blue-default .page-item.active .page-link {
  background-color: #010545 !important;
  border-color: #010545 !important;
}
.wrapper-blue-default .nav-pills .nav-link.active,
.wrapper-blue-default .nav-tabs .nav-link.active,
.wrapper-blue-default .nav-tabs .nav-item.show .nav-link {
  background: #010545;
}
.wrapper-blue-default .ui-widget-header {
  background: #010545;
  color: white;
}
.wrapper-blue-default .checkbox input[type="checkbox"]:checked + label::before {
  background: #010545;
}
.wrapper-blue-default ::selection {
  background-color: #010545;
  color: white;
}
.wrapper-blue-default ::-moz-selection {
  background-color: #010545;
  color: white;
}
.wrapper-blue-default ::-o-selection {
  background-color: #010545;
  color: white;
}
.wrapper-blue-default ::-ms-selection {
  background-color: #010545;
  color: white;
}
.wrapper-blue-default ::-webkit-selection {
  background-color: #010545;
  color: white;
}

.wrapper-blue-primary {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-blue-primary i {
  color: #18509b;
}
.wrapper-blue-primary
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #18509b;
}
.wrapper-blue-primary .page-item.active .page-link {
  background-color: #18509b !important;
  border-color: #18509b !important;
}
.wrapper-blue-primary .nav-pills .nav-link.active,
.wrapper-blue-primary .nav-tabs .nav-link.active,
.wrapper-blue-primary .nav-tabs .nav-item.show .nav-link {
  background: #18509b;
}
.wrapper-blue-primary .ui-widget-header {
  background: #18509b;
  color: white;
}
.wrapper-blue-primary .checkbox input[type="checkbox"]:checked + label::before {
  background: #18509b;
}
.wrapper-blue-primary ::selection {
  background-color: #18509b;
  color: white;
}
.wrapper-blue-primary ::-moz-selection {
  background-color: #18509b;
  color: white;
}
.wrapper-blue-primary ::-o-selection {
  background-color: #18509b;
  color: white;
}
.wrapper-blue-primary ::-ms-selection {
  background-color: #18509b;
  color: white;
}
.wrapper-blue-primary ::-webkit-selection {
  background-color: #18509b;
  color: white;
}

.wrapper-dark {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-dark i {
  color: #212527;
}
.wrapper-dark
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #212527;
}
.wrapper-dark .page-item.active .page-link {
  background-color: #212527 !important;
  border-color: #212527 !important;
}
.wrapper-dark .nav-pills .nav-link.active,
.wrapper-dark .nav-tabs .nav-link.active,
.wrapper-dark .nav-tabs .nav-item.show .nav-link {
  background: #212527;
}
.wrapper-dark .ui-widget-header {
  background: #212527;
  color: white;
}
.wrapper-dark .checkbox input[type="checkbox"]:checked + label::before {
  background: #212527;
}
.wrapper-dark ::selection {
  background-color: #212527;
  color: white;
}
.wrapper-dark ::-moz-selection {
  background-color: #212527;
  color: white;
}
.wrapper-dark ::-o-selection {
  background-color: #212527;
  color: white;
}
.wrapper-dark ::-ms-selection {
  background-color: #212527;
  color: white;
}
.wrapper-dark ::-webkit-selection {
  background-color: #212527;
  color: white;
}

.wrapper-red {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-red i {
  color: #ef1e0d;
}
.wrapper-red
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #ef1e0d;
}
.wrapper-red .page-item.active .page-link {
  background-color: #ef1e0d !important;
  border-color: #ef1e0d !important;
}
.wrapper-red .nav-pills .nav-link.active,
.wrapper-red .nav-tabs .nav-link.active,
.wrapper-red .nav-tabs .nav-item.show .nav-link {
  background: #ef1e0d;
}
.wrapper-red .ui-widget-header {
  background: #ef1e0d;
  color: white;
}
.wrapper-red .checkbox input[type="checkbox"]:checked + label::before {
  background: #ef1e0d;
}
.wrapper-red ::selection {
  background-color: #ef1e0d;
  color: white;
}
.wrapper-red ::-moz-selection {
  background-color: #ef1e0d;
  color: white;
}
.wrapper-red ::-o-selection {
  background-color: #ef1e0d;
  color: white;
}
.wrapper-red ::-ms-selection {
  background-color: #ef1e0d;
  color: white;
}
.wrapper-red ::-webkit-selection {
  background-color: #ef1e0d;
  color: white;
}

.wrapper-rh-black {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-rh-black i {
  color: #000;
}
.wrapper-rh-black
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #000;
}
.wrapper-rh-black .page-item.active .page-link {
  background-color: #000 !important;
  border-color: #000 !important;
}
.wrapper-rh-black .nav-pills .nav-link.active,
.wrapper-rh-black .nav-tabs .nav-link.active,
.wrapper-rh-black .nav-tabs .nav-item.show .nav-link {
  background: #000;
}
.wrapper-rh-black .ui-widget-header {
  background: #000;
  color: white;
}
.wrapper-rh-black .checkbox input[type="checkbox"]:checked + label::before {
  background: #000;
}
.wrapper-rh-black ::selection {
  background-color: #000;
  color: white;
}
.wrapper-rh-black ::-moz-selection {
  background-color: #000;
  color: white;
}
.wrapper-rh-black ::-o-selection {
  background-color: #000;
  color: white;
}
.wrapper-rh-black ::-ms-selection {
  background-color: #000;
  color: white;
}
.wrapper-rh-black ::-webkit-selection {
  background-color: #000;
  color: white;
}

.wrapper-rh-gray {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-rh-gray i {
  color: #f2f2f2;
}
.wrapper-rh-gray
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #f2f2f2;
}
.wrapper-rh-gray .page-item.active .page-link {
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.wrapper-rh-gray .nav-pills .nav-link.active,
.wrapper-rh-gray .nav-tabs .nav-link.active,
.wrapper-rh-gray .nav-tabs .nav-item.show .nav-link {
  background: #f2f2f2;
}
.wrapper-rh-gray .ui-widget-header {
  background: #f2f2f2;
  color: white;
}
.wrapper-rh-gray .checkbox input[type="checkbox"]:checked + label::before {
  background: #f2f2f2;
}
.wrapper-rh-gray ::selection {
  background-color: #f2f2f2;
  color: white;
}
.wrapper-rh-gray ::-moz-selection {
  background-color: #f2f2f2;
  color: white;
}
.wrapper-rh-gray ::-o-selection {
  background-color: #f2f2f2;
  color: white;
}
.wrapper-rh-gray ::-ms-selection {
  background-color: #f2f2f2;
  color: white;
}
.wrapper-rh-gray ::-webkit-selection {
  background-color: #f2f2f2;
  color: white;
}

.wrapper-rh-green {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-rh-green i {
  color: #79dea8;
}
.wrapper-rh-green
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #79dea8;
}
.wrapper-rh-green .page-item.active .page-link {
  background-color: #79dea8 !important;
  border-color: #79dea8 !important;
}
.wrapper-rh-green .nav-pills .nav-link.active,
.wrapper-rh-green .nav-tabs .nav-link.active,
.wrapper-rh-green .nav-tabs .nav-item.show .nav-link {
  background: #79dea8;
}
.wrapper-rh-green .ui-widget-header {
  background: #79dea8;
  color: white;
}
.wrapper-rh-green .checkbox input[type="checkbox"]:checked + label::before {
  background: #79dea8;
}
.wrapper-rh-green ::selection {
  background-color: #79dea8;
  color: white;
}
.wrapper-rh-green ::-moz-selection {
  background-color: #79dea8;
  color: white;
}
.wrapper-rh-green ::-o-selection {
  background-color: #79dea8;
  color: white;
}
.wrapper-rh-green ::-ms-selection {
  background-color: #79dea8;
  color: white;
}
.wrapper-rh-green ::-webkit-selection {
  background-color: #79dea8;
  color: white;
}

.wrapper-rh-yellow {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-rh-yellow i {
  color: #ffbf3c;
}
.wrapper-rh-yellow
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #ffbf3c;
}
.wrapper-rh-yellow .page-item.active .page-link {
  background-color: #ffbf3c !important;
  border-color: #ffbf3c !important;
}
.wrapper-rh-yellow .nav-pills .nav-link.active,
.wrapper-rh-yellow .nav-tabs .nav-link.active,
.wrapper-rh-yellow .nav-tabs .nav-item.show .nav-link {
  background: #ffbf3c;
}
.wrapper-rh-yellow .ui-widget-header {
  background: #ffbf3c;
  color: white;
}
.wrapper-rh-yellow .checkbox input[type="checkbox"]:checked + label::before {
  background: #ffbf3c;
}
.wrapper-rh-yellow ::selection {
  background-color: #ffbf3c;
  color: white;
}
.wrapper-rh-yellow ::-moz-selection {
  background-color: #ffbf3c;
  color: white;
}
.wrapper-rh-yellow ::-o-selection {
  background-color: #ffbf3c;
  color: white;
}
.wrapper-rh-yellow ::-ms-selection {
  background-color: #ffbf3c;
  color: white;
}
.wrapper-rh-yellow ::-webkit-selection {
  background-color: #ffbf3c;
  color: white;
}

.wrapper-rh-red {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-rh-red i {
  color: #ea6852;
}
.wrapper-rh-red
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #ea6852;
}
.wrapper-rh-red .page-item.active .page-link {
  background-color: #ea6852 !important;
  border-color: #ea6852 !important;
}
.wrapper-rh-red .nav-pills .nav-link.active,
.wrapper-rh-red .nav-tabs .nav-link.active,
.wrapper-rh-red .nav-tabs .nav-item.show .nav-link {
  background: #ea6852;
}
.wrapper-rh-red .ui-widget-header {
  background: #ea6852;
  color: white;
}
.wrapper-rh-red .checkbox input[type="checkbox"]:checked + label::before {
  background: #ea6852;
}
.wrapper-rh-red ::selection {
  background-color: #ea6852;
  color: white;
}
.wrapper-rh-red ::-moz-selection {
  background-color: #ea6852;
  color: white;
}
.wrapper-rh-red ::-o-selection {
  background-color: #ea6852;
  color: white;
}
.wrapper-rh-red ::-ms-selection {
  background-color: #ea6852;
  color: white;
}
.wrapper-rh-red ::-webkit-selection {
  background-color: #ea6852;
  color: white;
}

.wrapper-rh-purple {
  /*Iconos*/
  /*Expandir tabla*/
  /*Paginación*/
  /*Calendario*/
  /*Checked*/
  /*Selección de texto*/
}
.wrapper-rh-purple i {
  color: #655dc6;
}
.wrapper-rh-purple
  table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before {
  background-color: #655dc6;
}
.wrapper-rh-purple .page-item.active .page-link {
  background-color: #655dc6 !important;
  border-color: #655dc6 !important;
}
.wrapper-rh-purple .nav-pills .nav-link.active,
.wrapper-rh-purple .nav-tabs .nav-link.active,
.wrapper-rh-purple .nav-tabs .nav-item.show .nav-link {
  background: #655dc6;
}
.wrapper-rh-purple .ui-widget-header {
  background: #655dc6;
  color: white;
}
.wrapper-rh-purple .checkbox input[type="checkbox"]:checked + label::before {
  background: #655dc6;
}
.wrapper-rh-purple ::selection {
  background-color: #655dc6;
  color: white;
}
.wrapper-rh-purple ::-moz-selection {
  background-color: #655dc6;
  color: white;
}
.wrapper-rh-purple ::-o-selection {
  background-color: #655dc6;
  color: white;
}
.wrapper-rh-purple ::-ms-selection {
  background-color: #655dc6;
  color: white;
}
.wrapper-rh-purple ::-webkit-selection {
  background-color: #655dc6;
  color: white;
}

.nav-tabs > li.active > a {
  color: white !important;
}
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: white !important;
}

.nav-tabs .nav-link.active {
  background-color: #655dc6 !important;
  border-color: #eaf0f9 #eaf0f9 #655dc6 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

/*Dt pagintation default color*/
.page-item.active .page-link {
  background-color: #010545;
  border-color: #010545;
}

/*
Sobreescritura de estilos y creación de clases para estilos de inputs
*/
/* .form-control {
    border-radius: 25px;
    background-color: #fcfcfc;
}

label[for*="File"] {
    position: relative;
    width: 100%;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    @extend .btn-light;
    @extend .text-1-line;
    @extend .border-radius-25;
    @extend .user-select-none;

    + input[type="file"] {
        display: none;
    }
} */
.btnDeleteFile {
  position: absolute;
  right: 10px;
  z-index: 1;
}

.disabled {
  pointer-events: none;
  cursor: initial;
}

.missing {
  border: 1px solid #ef4d56;
}

[class*="btn-"],
button[class*="fc"] {
  color: white;
  /* font-size: 1.2em; */
  font-weight: 600;
  border: none;
  box-shadow: none;
  /* border-radius: 10px; */
  /* padding: 0.8em;*/
}
[class*="btn-"]:hover,
button[class*="fc"]:hover {
  color: white;
}
[class*="btn-"]:focus,
button[class*="fc"]:focus {
  box-shadow: none;
}

.btn-light {
  color: #010545 !important;
}

[class*="btn-o-"] {
  border-style: solid;
  border-width: 1px;
  background: transparent !important;
}

.btn-green {
  background: #4da727 !important;
}

.btn-o-green {
  border-color: #4da727 !important;
  color: #4da727 !important;
}
.btn-o-green:hover {
  background: #4da727 !important;
  color: white !important;
}

.btn-yellow {
  background: #f29f11 !important;
}

.btn-o-yellow {
  border-color: #f29f11 !important;
  color: #f29f11 !important;
}
.btn-o-yellow:hover {
  background: #f29f11 !important;
  color: white !important;
}

.btn-light-blue {
  background: #21a9c2 !important;
}

.btn-o-light-blue {
  border-color: #21a9c2 !important;
  color: #21a9c2 !important;
}
.btn-o-light-blue:hover {
  background: #21a9c2 !important;
  color: white !important;
}

.btn-orange {
  background: #ee5a28 !important;
}

.btn-o-orange {
  border-color: #ee5a28 !important;
  color: #ee5a28 !important;
}
.btn-o-orange:hover {
  background: #ee5a28 !important;
  color: white !important;
}

.btn-purple {
  background: #880e82 !important;
}

.btn-o-purple {
  border-color: #880e82 !important;
  color: #880e82 !important;
}
.btn-o-purple:hover {
  background: #880e82 !important;
  color: white !important;
}

.btn-dark-blue {
  background: #2b2b8d !important;
}

.btn-o-dark-blue {
  border-color: #2b2b8d !important;
  color: #2b2b8d !important;
}
.btn-o-dark-blue:hover {
  background: #2b2b8d !important;
  color: white !important;
}

.btn-black {
  background: #f29f11 !important;
}

.btn-o-black {
  border-color: #f29f11 !important;
  color: #f29f11 !important;
}
.btn-o-black:hover {
  background: #f29f11 !important;
  color: white !important;
}

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

.btn-o-white {
  border-color: #fff !important;
  color: #fff !important;
}
.btn-o-white:hover {
  background: #fff !important;
  color: white !important;
}

.btn-light {
  background: #eeeded !important;
}

.btn-o-light {
  border-color: #eeeded !important;
  color: #eeeded !important;
}
.btn-o-light:hover {
  background: #eeeded !important;
  color: white !important;
}

.btn-blue-default {
  background: #010545 !important;
}

.btn-o-blue-default {
  border-color: #010545 !important;
  color: #010545 !important;
}
.btn-o-blue-default:hover {
  background: #010545 !important;
  color: white !important;
}

.btn-blue-primary {
  background: #18509b !important;
}

.btn-o-blue-primary {
  border-color: #18509b !important;
  color: #18509b !important;
}
.btn-o-blue-primary:hover {
  background: #18509b !important;
  color: white !important;
}

.btn-dark {
  background: #212527 !important;
}

.btn-o-dark {
  border-color: #212527 !important;
  color: #212527 !important;
}
.btn-o-dark:hover {
  background: #212527 !important;
  color: white !important;
}

.btn-red {
  background: #ef1e0d !important;
}

.btn-o-red {
  border-color: #ef1e0d !important;
  color: #ef1e0d !important;
}
.btn-o-red:hover {
  background: #ef1e0d !important;
  color: white !important;
}

.btn-rh-black {
  background: #000 !important;
}

.btn-o-rh-black {
  border-color: #000 !important;
  color: #000 !important;
}
.btn-o-rh-black:hover {
  background: #000 !important;
  color: white !important;
}

.btn-rh-gray {
  background: #f2f2f2 !important;
}

.btn-o-rh-gray {
  border-color: #f2f2f2 !important;
  color: #f2f2f2 !important;
}
.btn-o-rh-gray:hover {
  background: #f2f2f2 !important;
  color: white !important;
}

.btn-rh-green {
  background: #79dea8 !important;
}

.btn-o-rh-green {
  border-color: #79dea8 !important;
  color: #79dea8 !important;
}
.btn-o-rh-green:hover {
  background: #79dea8 !important;
  color: white !important;
}

.btn-rh-yellow {
  background: #ffbf3c !important;
}

.btn-o-rh-yellow {
  border-color: #ffbf3c !important;
  color: #ffbf3c !important;
}
.btn-o-rh-yellow:hover {
  background: #ffbf3c !important;
  color: white !important;
}

.btn-rh-red {
  background: #ea6852 !important;
}

.btn-o-rh-red {
  border-color: #ea6852 !important;
  color: #ea6852 !important;
}
.btn-o-rh-red:hover {
  background: #ea6852 !important;
  color: white !important;
}

.btn-rh-purple {
  background: #655dc6 !important;
}

.btn-o-rh-purple {
  border-color: #655dc6 !important;
  color: #655dc6 !important;
}
.btn-o-rh-purple:hover {
  background: #655dc6 !important;
  color: white !important;
}

/*Botones full calendar*/
.fc .fc-button.fc-button-active,
.fc .fc-button:active,
.fc .fc-button:disabled,
.fc .fc-button:hover {
  background: #010545 !important;
}

/* Botón deshabilitado/ocupado en agendamiento */
.btn-off {
  text-decoration: line-through;
  opacity: 0.65;
  pointer-events: none;
}

/*Clases personalizadas*/
.img-square-thumb,
#search-product-wrapper #search-result-wrapper .search-result-item img {
  height: 35px;
  width: 35px;
  object-fit: cover;
}

.img-square-xs,
.list .physical-product .image-wrapper img {
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.img-square-sm {
  height: 150px;
  width: 150px;
  object-fit: cover;
}

.img-square-md {
  height: 300px;
  width: 300px;
  object-fit: cover;
}

.img-square-lg {
  height: 470px;
  width: 470px;
  object-fit: cover;
}

.img-square-xl {
  height: 1020px;
  width: 1020px;
  object-fit: cover;
}

.img-banner {
  cursor: pointer;
}
.img-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.img-banner:hover {
  transform: scale(1);
}

/*Components*/
/*
REDISEÑO MENÚ LATERAL
*/
/*Parte del menú con sólo iconos(Oculta, borrar posteriormente)*/
.leftbar-tab-menu .main-icon-menu {
  display: none;
}

/*Logo del cliente*/
.topbar-left .logo {
  display: block;
  width: 85%;
  margin: 12px auto;
  background: #EDEDED;
  border-radius: 10px;
}

.main-menu-inner {
  width: 290px;
  left: 0;
}
.main-menu-inner .menu-body {
  padding: 10px 5px;
}

.leftbar-tab-menu .main-icon-menu-pane {
  display: block;
  margin: 0 !important;
}

.main-menu-inner,
.main-menu-inner .topbar-left {
  background-color: #ffffff;
}

.main-menu-inner .nav-item .nav-link,
.main-menu-inner .nav-second-level a {
  font-size: 1.1em !important;
}

.main-menu-inner .nav-item ul a,
.main-menu-inner .nav-item .nav-link,
.main-menu-inner .nav-item .nav-link i {
  opacity: 0.6;
  font-weight: normal !important;
  color: black !important;
  background: none !important;
}

.main-menu-inner .nav-link.active,
.main-menu-inner .nav-link:hover,
.main-menu-inner .nav-item ul a.active,
.main-menu-inner .nav-item ul a:hover,
.main-menu-inner .nav-item .nav-link.active i,
.main-menu-inner .nav-item .nav-link.active {
  opacity: 1;
  color:#F97316 !important;
}

/** Linea punteada junto a submenú **/
body ul.nav-second-level {
  position: relative;
}

body .main-menu-inner .menu-body .nav-item ul li a.active:before,
body .main-menu-inner .menu-body .nav-item ul li a:before {
  position: absolute;
  margin-top: 5px;
  height: 100%;
  border: none;
  border-left: 1px dotted #717375;
  border-radius: 0;
  background: none;
  opacity: 0.5;
  top: -5px;
}

/**Responsive**/
.button-menu-mobile {
  display: none;
}

@media (max-width: 1024px) {
  .button-menu-mobile {
    display: block;
  }
  body .topbar .navbar-custom {
    margin-left: 0 !important;
  }
  .topbar-left .responsive-logo {
    display: flex;
    height: 70px;
    padding-left: 10px;
  }
}

@media (min-width: 1025px) {
  body .leftbar-tab-menu,
  body .leftbar-tab-menu .main-menu-inner {
    display: block !important;
  }
  body .topbar .navbar-custom {
    margin-left: 270px !important;
  }
  body .page-content-tab {
    width: calc(100% - 300px) !important;
  }
}

/*Clases personalizadas usadas en Navbar*/
.nav-icon {
  color: #606060;
  border-radius: 50%;
  background-color: #eeeded;
}

.menu-apps-wrapper p {
  font-size: 0.9em;
  margin-top: 10px;
}

.menu-apps-wrapper a {
  display: block;
  width: 50%;
  padding: 1em 0;
  text-align: center;
}

.menu-apps-wrapper img {
  max-width: 72px;
}

/*Imagen de usuario*/
.user-icon {
  position: relative;
  display: inline-flex;
  width: 35px;
  height: 35px;
  padding: 5px;
  border-radius: 50%;
  vertical-align: middle;
}
.user-icon > .bg-suite {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: no-repeat center/75%
    url(../../images/welcome/bg-suite-user-icon.svg);
}

#main-navbar {
  position: relative;
  width: 100%;
}

.navbar-fixed {
  position: fixed !important;
  z-index: 10;
}

/*
Sobreescritura de estilos y creación de clases para modificar .card
*/
.card {
  border-radius: 25px;
}
.card .card-header {
  background-color: #212527;
  color: white;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

/*Modal "Adquiere es módulo"*/
#buyModuleModal .modal-dialog .modal-content {
  border-radius: 25px;
}
#buyModuleModal .modal-dialog .modal-content .card {
  border-radius: 25px;
}
#buyModuleModal .modal-dialog .modal-content > .row::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #e3e3e3;
  position: absolute;
  left: 50%;
}

.modal-steps {
  display: flex;
  position: relative;
  overflow: hidden;
}
.modal-steps .modal-step-1,
.modal-steps .modal-step-2 {
  position: absolute;
  width: 100%;
  transition: all 0.5s ease;
}
.modal-steps .modal-step-1.show,
.modal-steps .modal-step-2.show {
  position: relative;
  left: 0;
}
.modal-steps .modal-step-1 {
  left: -100%;
}
.modal-steps .modal-step-2 {
  left: 100%;
}

.product-view-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-view-filter a {
  opacity: 0.6;
  margin: 0 8px;
}

.product-wrapper .physical-product,
.product-wrapper .virtual-product {
  margin-bottom: 15px;
  box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.1);
}
.product-wrapper .physical-product .product-categories,
.product-wrapper .virtual-product .product-categories {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
.product-wrapper .physical-product .actions-wrapper,
.product-wrapper .virtual-product .actions-wrapper {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .product-wrapper {
    padding: 0 5px;
  }
}

.grid .physical-product {
  padding: 0.5em;
}
.grid .physical-product .image-wrapper {
  height: 210px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.grid .physical-product .image-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.grid .physical-product .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .grid .physical-product .image-wrapper {
    height: 150px;
  }
}
.grid .physical-product .info-wrapper {
  text-align: center;
}
.grid .physical-product .info-wrapper .product-description,
.grid .physical-product .info-wrapper .product-categories {
  display: none;
}
.grid .physical-product .info-wrapper .product-name {
  /* min-height: 32.5px; */
}
.grid .physical-product .actions-wrapper {
  align-items: center;
}
.grid .physical-product .actions-wrapper .price {
  height: 1.9em;
  text-align: center;
}
.grid .physical-product:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.2);
}
.grid .physical-product:hover .image-wrapper:before {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.list .physical-product {
  display: flex;
  padding: 0.5em;
  justify-content: space-between;
}
.list .physical-product .image-wrapper {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .list .physical-product .image-wrapper img {
    height: 45px;
    width: 45px;
  }
}
.list .physical-product .info-wrapper {
  width: 60%;
  padding: 0.5em 2em;
  border-right: 1px solid #ebebeb;
}
.list .physical-product .info-wrapper .product-name,
.list .physical-product .info-wrapper .product-description {
  display: block;
}
.list .physical-product .info-wrapper .product-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .list .physical-product .info-wrapper {
    padding: 0.2px 5px;
    width: 50%;
  }
}
.list .physical-product .actions-wrapper {
  width: 20%;
  padding: 1.5em;
}
.list .physical-product .actions-wrapper .product-categories {
  display: none;
}
@media screen and (max-width: 767px) {
  .list .physical-product .actions-wrapper {
    padding: 2px;
    width: auto;
    align-self: center;
  }
}
.list .physical-product:hover .image-wrapper:before {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .list .physical-product {
    padding: 0 5px;
  }
}

.virtual-product {
  position: relative;
}
.virtual-product .image-wrapper {
  height: 210px;
  width: 100%;
  overflow: hidden;
}
.virtual-product .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .virtual-product .image-wrapper {
    height: 150px;
  }
}
.virtual-product .info-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.virtual-product .info-wrapper .options {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transform: translateY(-50%);
}
.virtual-product:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.2);
}
.virtual-product:hover .info-wrapper {
  visibility: visible;
  opacity: 1;
}

body:not(.app-wrapper) .quantity {
  width: 70px;
  position: relative;
  display: inline-block;
}
body:not(.app-wrapper) .quantity .qty {
  border: 2px solid #ccc;
  height: 40px;
  width: 50px;
  text-align: center;
  font-weight: 700;
}
body:not(.app-wrapper) .quantity .minus,
body:not(.app-wrapper) .quantity .plus {
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  text-align: center;
  border: 2px solid #ccc;
  right: 1px;
}
body:not(.app-wrapper) .quantity .minus:hover,
body:not(.app-wrapper) .quantity .plus:hover {
  background-color: #efefef;
}
body:not(.app-wrapper) .quantity .plus {
  top: 0;
}
body:not(.app-wrapper) .quantity .minus {
  bottom: 0;
}

body.app-wrapper .quantity {
  display: inline-flex;
  flex-direction: row-reverse;
}
body.app-wrapper .quantity .qty {
  height: 35px;
  width: 40px;
  text-align: center;
  font-weight: 700;
  border: 2px solid #ccc;
  border-left: none;
  border-right: none;
}
body.app-wrapper .quantity .minus,
body.app-wrapper .quantity .plus {
  height: 35px;
  width: 25px;
  text-align: center;
  font-size: 1.5em;
  border: 2px solid #ccc;
}
body.app-wrapper .quantity .minus:hover,
body.app-wrapper .quantity .plus:hover {
  background-color: #efefef;
}
body.app-wrapper .quantity + .add_to_cart_button {
  margin-top: -5px;
  padding: 0px 0.6em !important;
}

body.app-wrapper .list .quantity .qty {
  height: 32px;
  width: 30px;
}

body.app-wrapper .list .quantity .minus,
body.app-wrapper .list .quantity .plus {
  height: 32px;
  width: 22px;
}

body.app-wrapper .list .quantity + .add_to_cart_button {
  margin-top: -10px;
  padding: 0px 0.4em !important;
}

#search-product-wrapper {
  position: relative;
}
#search-product-wrapper #search-result-wrapper {
  position: absolute;
  z-index: 1;
  width: 100%;
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.1);
}
#search-product-wrapper #search-result-wrapper .search-result-item {
  display: flex;
  padding: 0.5em 2em;
  align-items: center;
  justify-content: space-between;
  color: #010545;
  border-bottom: 1px solid #ebebeb;
}
#search-product-wrapper #search-result-wrapper .search-result-item.focus {
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #search-product-wrapper #search-result-wrapper .search-result-item {
    padding: 2px 5px;
  }
}
@media screen and (max-width: 767px) {
  #search-product-wrapper #search-result-wrapper {
    width: 150%;
  }
}
#search-product-wrapper .search-products-form {
  display: flex;
  align-items: center;
  border-radius: 100px;
  justify-content: space-between;
  border: 1px solid #655dc6;
  background-color: white;
}
#search-product-wrapper .search-products-form > * {
  outline: none;
  border: none;
  margin: 0 !important;
}
#search-product-wrapper .search-products-form .main-search {
  width: 100%;
}
#search-product-wrapper .search-products-form .main-search input[type="text"] {
  color: rgba(0, 0, 0, 0.65);
  width: 100%;
  padding: 0.8em 1.2em;
  border: none;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.chat-container {
  display: flex;
  padding: 0.6em;
  height: calc(100vh - 150px);
}
.chat-container .chat-list {
  width: 25%;
  overflow-y: auto;
  border: 1px solid #dddded;
}
.chat-container .chat-list .item-group {
  position: relative;
  padding: 5%;
  margin-bottom: 0.4em;
  cursor: pointer;
  background: white;
}
.chat-container .chat-list .item-group .name {
  text-transform: capitalize;
}
.chat-container .chat-list .item-group .status {
  font-style: italic;
}
.chat-container .chat-list .item-group .unread-msg-counter {
  position: absolute;
  top: -2px;
  right: 0;
  color: white;
  padding: 2px 6.5px;
  line-height: 1;
  font-weight: 500;
  border-radius: 50%;
}
.chat-container .main-wrapper {
  width: 75%;
  display: flex;
  overflow: hidden;
  border: 1px solid #dddded;
}
.chat-container .main-wrapper .chat {
  height: 100%;
  width: 75%;
  display: flex;
  flex-direction: column;
  background: #f2f5f8;
}
.chat-container .main-wrapper .chat .chat-header {
  padding: 0.4em 1em;
}
.chat-container .main-wrapper .chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}
.chat-container .main-wrapper .chat .chat-header .created-at {
  color: #92959e;
}
.chat-container .main-wrapper .chat .chat-history {
  height: 100%;
  padding: 1.2em;
  position: relative;
  overflow: hidden auto;
}
.chat-container .main-wrapper .chat .chat-history .content-message {
  margin-bottom: 1em;
}
.chat-container
  .main-wrapper
  .chat
  .chat-history
  .content-message
  .message-data {
  margin-bottom: 12px;
}
.chat-container .main-wrapper .chat .chat-history .content-message .message {
  color: white;
  padding: 18px 20px;
  font-size: 16px;
  width: 90%;
  position: relative;
}
.chat-container
  .main-wrapper
  .chat
  .chat-history
  .content-message
  .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #86bb71;
  border-width: 10px;
  margin-left: -10px;
}
.chat-container .main-wrapper .chat .chat-history .content-message .self {
  float: right;
  background: #86bb71;
}
.chat-container .main-wrapper .chat .chat-history .content-message .self:after {
  left: 95%;
}
.chat-container .main-wrapper .chat .chat-history .content-message .other {
  background: #94c2ed;
}
.chat-container
  .main-wrapper
  .chat
  .chat-history
  .content-message
  .other:after {
  border-bottom-color: #94c2ed;
  left: 5%;
}
.chat-container .main-wrapper .chat .chat-history .center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.chat-container .main-wrapper .chat .chat-message {
  padding: 0.4em 0.6em;
  display: flex;
  align-items: center;
}
.chat-container .main-wrapper .chat .chat-message button {
  border: none;
  background: transparent;
  width: 10%;
}
.chat-container .main-wrapper .customer-details {
  width: 25%;
  padding: 1.6em 0.8em;
  border-left: 1px solid #dddded;
}
.chat-container .main-wrapper .customer-details img {
  width: 125px;
}

/*Scrollbar*/
* {
  scrollbar-width: thin;
  scrollbar-color: #90a4ae #edf0f5;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-track {
  background: #edf0f5;
}
*::-webkit-scrollbar-thumb {
  background-color: #90a4ae;
  border: 3px solid #90a4ae;
}

a.item-card,
a.dropdown-toggle {
  color: #010545 !important;
}

/*Overflow on hover*/
.overflow-hover {
  overflow: hidden;
  overflow-y: auto;
}

/*Containers*/
.navbar-custom + div {
  min-height: calc(100vh - 70px);
}

/*Página Welcome*/
.full-view {
  position: absolute;
  height: calc(100vh - 70px);
  width: 100%;
}
.full-view .animate__animated.animate__zoomIn {
  --animate-duration: 400ms;
}
.full-view > div {
  padding: 0;
}

.item-card {
  position: relative;
  display: block;
  text-align: center;
}
.item-card > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  backface-visibility: hidden;
  transition: transform 0.5s ease-in-out;
  transform-style: preserve-3d;
}
.item-card p {
  margin-top: 0.4em;
  color: #fff;
  font-size: 14px;
}
.item-card img {
  max-height: 60px;
}
@media screen and (min-width: 768px) {
  .item-card > .front,
  .item-card:hover > .back {
    transform: rotateY(0deg);
    z-index: 1;
  }
  .item-card:hover > .front {
    transform: rotateY(-180deg);
  }
  .item-card > .back {
    transform: rotateY(180deg);
  }
}
@media screen and (max-width: 767px) {
  .item-card .back {
    display: none;
  }
}
.item-card .back h3 > span {
  display: inline-block;
  position: relative;
}
.item-card .back h3 > span::after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  border-bottom: 10px solid #fad875;
  bottom: 2px;
  left: -0.25em;
  z-index: -1;
}

/*Cards principales dashboard*/
.semicircle-dashboard {
  border-top-left-radius: 90px;
  border-bottom-left-radius: 90px;
  padding: 0.7em 1em;
  margin: 0.5em auto;
  cursor: pointer;
}
.semicircle-dashboard * {
  color: white;
  line-height: 1;
}
.semicircle-dashboard h1 {
  font-size: 3.4em;
}
.semicircle-dashboard img {
  max-height: 50px;
}

.rectangle-dashboard {
  height: calc(100% - 24px);
}

/*Icónos de métodos de pago*/
.payment-icons-wrapper > img {
  margin: 2px 4px;
  border: none;
  box-shadow: none;
  opacity: 0.5;
  border-radius: 3px;
  background-color: white;
}
.payment-icons-wrapper > img.cc-active {
  box-shadow: 0px 0px 3px 0 #506eff;
  opacity: 1;
}

/*Wizard*/
.wizard ul {
  display: flex;
  justify-content: space-between;
}
.wizard ul li[role="tab"] {
  width: 33.3% !important;
}
.wizard ul li[role="tab"].current a {
  background: #ffbf3c !important;
}
.wizard ul li[role="tab"] > a {
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  text-align: center;
  padding: 2px 20px 2px 2px !important;
  clip-path: polygon(95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
}
@media screen and (max-width: 767px) {
  .wizard ul li[role="tab"] > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 2px !important;
  }
  .wizard ul li[role="tab"] > a .number {
    font-size: 10px !important;
    border: none !important;
    background: none !important;
    width: auto !important;
    margin-right: 0 !important;
  }
}

.wizard > .actions a {
  background: #655dc6 !important;
  font-weight: 600;
}

.wizard .content > .body label {
  font-weight: normal;
}

.wizard .content > .body .form-control {
  border-radius: 25px;
}

/*Pricing*/
.amount {
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #303e67;
}
.amount.amount-border::after {
  content: "";
  position: absolute;
  height: 6px;
  background-color: rgba(255, 159, 67, 0.6);
  top: 28px;
  width: 100%;
  right: 0;
  border-radius: 30px;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

/*----------- Mobile -----------*/
/* Mobile version */
.app-wrapper #leftbar-app {
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  width: 250px;
  padding: 1.6em 0.5em;
  background: white;
  z-index: 10000;
}
.app-wrapper #leftbar-app ul {
  margin-top: 30px;
}
.app-wrapper #leftbar-app ul li {
  list-style: none;
}
.app-wrapper #leftbar-app ul li i {
  color: #21a9c2;
}
.app-wrapper #leftbar-app ul li a.active {
  border-left: 2px solid #655dc6;
  color: #655dc6;
}
.app-wrapper #leftbar-app.show {
  left: 0;
}
.app-wrapper #leftbar-app.show + main,
.app-wrapper #leftbar-app.show + main #bottom-bar {
  left: 250px;
}

.app-wrapper main {
  position: relative;
  left: 0;
}
.app-wrapper main #main-navbar {
  display: flex;
  position: relative;
  height: 70px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.app-wrapper main #main-navbar .navbar-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.app-wrapper main #main-navbar .navbar-app-icon {
  height: 100%;
  padding: 0.5em;
  display: flex;
  align-items: center;
}
.app-wrapper main #bottom-bar {
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  justify-content: space-around;
  bottom: 0;
  left: 0;
  z-index: 10;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
}
.app-wrapper main #bottom-bar .bottom-bar-icon {
  width: 25%;
  height: 100%;
  text-align: center;
  display: flex;
  padding: 0.6em 0;
  border-top: 2px solid transparent;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.app-wrapper main #bottom-bar .bottom-bar-icon.active {
  color: #655dc6;
  border-top: 2px solid #655dc6;
}

.app-login {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  position: absolute;
  background-color: #0b3136;
}
.app-login::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.7;
  background-image: url(../../images/bg-login.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.app-login label,
.app-login a {
  color: white;
}

/*Badge notify*/
.badge-notify {
  -webkit-transform: translate(-100%, -100%);
  -moz-transform: translate(-100%, -100%);
  -o-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

/* Back to top button */
#btnBacktoTop {
  position: fixed;
  right: 1.6em;
  bottom: 6em;
  z-index: 999;
  box-shadow: 0px 2px 4px rgba(31, 30, 47, 0.2);
  height: 40px;
  width: 40px;
}

/*App loader*/
.app-loader {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.8;
  z-index: 9999;
  height: 100%;
  width: 100%;
}
.app-loader:before {
  position: absolute;
  content: "";
  background: #ffffff9e;
  height: 100%;
  width: 100%;
}
.app-loader:after {
  position: absolute;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 2px solid #010545;
  border-color: #010545 transparent #010545 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  height: 60px;
  width: 60px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.block-disabled-lds {
  display: inline-block;
  position: relative;
  pointer-events: none;
}
.block-disabled-lds:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #ffffff9e;
  cursor: not-allowed;
}
.block-disabled-lds:after {
  position: absolute;
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #010545;
  border-color: #010545 transparent #010545 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}

/*Shadow wrapper*/
#shadow-wrapper {
  position: fixed;
  opacity: 0.5;
  background: black;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

/*Service cards*/
.services-wrapper .service-item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0.8em;
}
.services-wrapper .service-item .img-wrapper {
  position: absolute;
  border-radius: 50%;
  transform: scale(1.1);
  background-color: #f2f2f2;
  height: 60px;
  width: 60px;
}
.services-wrapper .service-item .service-title {
  height: 60px;
  margin-left: 30px;
  padding-left: 3em;
  padding-right: 1em;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 2px #ededed;
}
.services-wrapper .service-item .service-title h4 {
  font-size: 16px;
}
.services-wrapper .service-item .service-title .service-dot {
  border-radius: 50%;
  height: 5px;
  width: 5px;
}

/* Card membership and status*/
.card-membership {
  position: relative;
  color: #fff;
  min-height: 160px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background-image: url(../../images/card-membership-template.png);
}
.card-membership .membership-status {
  position: absolute;
  right: 10px;
  top: 5px;
}
.card-membership .content-membership {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 25px;
  font-size: 20px;
}

.membership-status {
  color: white;
  padding: 0.25em 0.4em;
}
.membership-status.member-active {
  background-color: #28a745;
}
.membership-status.member-pending {
  background-color: #ffc107e8;
}
.membership-status.member-cancel {
  background-color: #dc3546ef;
}

/* Accordion for DateTimes Mobile */
#accordionDatetimes .card {
  border-radius: 25px !important;
}
#accordionDatetimes .card a:not(.collapsed) {
  background: #000;
  color: white;
}

#accordionDatetimes .btn {
  width: 22%;
}

/* Spinner para los botones medium */
.spinner-border-md {
  border-width: 0.25em;
  height: 1.5rem;
  width: 1.5rem;
}

/* Custom styles for Litepicker (App) */
.app-wrapper .litepicker {
  display: block !important;
  margin: auto;
  max-width: 310px;
}
.app-wrapper .litepicker .container__days > div,
.app-wrapper .litepicker .container__days > a {
  width: 42px;
}
.app-wrapper .litepicker .container__days .day-item {
  height: 40px;
  font-size: 13px;
  color: #8997bd !important;
  border: 3px solid #fff !important;
  border-radius: 50% !important;
  padding: 6px 0;
}
.app-wrapper .litepicker .container__days .day-item.is-today {
  font-weight: 600;
  color: #506ee4 !important;
  background-color: #f1f5fa;
  box-shadow: 0px 0px 0px 1.25px #f1f5fa;
}
.app-wrapper .litepicker .container__days .day-item.is-end-date {
  background-color: #f1f5fa;
}
.app-wrapper .litepicker .container__months,
.app-wrapper .litepicker .container__months .month-item {
  width: 100%;
  padding: 4px;
}
.app-wrapper .litepicker .container__months .month-item-header > div {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: lighter;
}
.app-wrapper .litepicker .container__months .month-item-weekdays-row > div {
  color: #303e67;
  font-weight: 500;
  font-size: 13px !important;
}
