/* Global styles */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  min-height: 100%;
}
#app {
  height: 100%;
}

.affiliateMenu,
.affiliateCompanyGift,
.affiliateCompanyMortoary {
  display: none;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-wrapper .main-content {
  flex: 1;
  padding-bottom: 10px;
}

.main-wrapper .main-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.main-wrapper .main-footer > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* Estilos para el footer */

.noPadding {
  padding: 0 !important;
}

.addPadding {
  padding: 0px 0px 0px 250px !important;
}

.miniSidebarPadding {
  padding: 0px 0px 0px 65px !important;
}

.mobilePadding {
  padding: 0px 0px 70px 0px !important;
}

.policy-descriptions{
  display: flex;
  flex-wrap: wrap;
}

.policy-descriptions a{
  cursor: pointer;
  font-weight: 600;
  margin-right: 30px;
  text-decoration-line: underline;
  text-transform: none !important;
}

.footer-left {
  cursor: pointer;
  display: flex;
  float: none !important;
}

.footer-left div {
  margin-left: 4px;
  text-decoration-line: underline;
}

@media screen and (max-width: 600px) {
  .footer-left {
    display: inline-block;
    margin-right: 1.5rem;
  }
  .footer-left div {
    margin-left: 0;
  }
}

/* Estilos para el header */
.header-logo-container{
  display: flex;
}

.header-title {
  align-self: center;
  color: #104f26;
  font-size: 30px;
  margin-left: 15px;
  font-weight: 500;
}

/* Profile styles */
.nav-profile-info {
  align-items: center;
  display: flex;
}
.nav-profile-info.only-mobile {
  display: none;
}

.nav-profile-info img{
  height: 70px;
  width: auto;
}

.nav-profile-info-aux {
  display: flex;
  flex-direction: column;
}

.nav-profile-info-aux a {
  cursor: pointer;
  text-decoration: underline;
}

.modal-body-profile {
  color: black;
  display: flex;
  flex-direction: column;
}

.modal-body-profile .top-modal {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Estas clases son para el image Preview, que se encuentra en el archivo de commons.js */
.previewCaption_DDSF {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  line-height: normal;
  left: 0;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  -webkit-transition: 0.35s bottom ease-in;
  -moz-transition: 0.35s bottom ease-in;
  -ms-transition: 0.35s bottom ease-in;
  -o-transition: 0.35s bottom ease-in;
  transition: 0.35s bottom ease-in;
  width: 100%;
}
.previewImage_DDSF:hover .previewCaption_DDSF {
  bottom: -100%;
}
.previewImage_DDSF {
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.highlight_DDSF {
  border-color: white;
}
.container_DDSF {
  border: 2px dashed #6c757d;
  background-color: #f0ecec;
  text-align: center;
}
.uploadImage_DDSF {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.message_DDSF {
  border-color: white;
}

/* Esto es para el search box */
.searchBoxDiv {
  border: thin solid black;
  background-color: #ffffff;
  position: absolute;
  z-index: 99991 !important;
}
.searchSelected {
  background-color: #0ca6b6;
  color: #fff;
  cursor: pointer;
}

/* Esto es para que el dropdown del menu acepte un texto mas largo */
.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
  width: 240px;
}

/* Compact mode for dark theme on tabs accented */
ul.nav-tabs > li > a.nav-link.active {
  font-weight: bolder !important;
}

/* This fixes conflict with css rules on alert indicator visibility on notify icon */
.badge:empty {
  display: block !important;
}

/* This fixes firefox scrollbar on notify dropdown */
#ascrail2002-hr {
  top: unset !important;
}

/* Normalize width from images on notify dropdown */
span.dropdown-item-avatar img {
  width: 40px !important;
}

/* This fixes font color on light OS with dark app theme */
@media (prefers-color-scheme: light) {
  body.dark > #periodid {
    color: white;
  }

  body.light > #periodid {
    color: black;
  }
}

/* This rule makes upper menu logo to fit better and responsive */
.main-sidebar .sidebar-brand {
  height: auto;
  line-height: 0;
}
.main-sidebar .sidebar-brand a {
  display: inline-block;
  line-height: 0;
  width: 100%;
}
.main-sidebar .sidebar-brand a .header-logo {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
}
.main-sidebar .sidebar-user-picture {
  line-height: 0;
}
.main-sidebar .sidebar-user-picture img {
  height: auto;
  max-width: 80%;
  width: auto !important;
}
div.dx-datagrid.dx-gridbase-container.dx-datagrid-borders {
  min-height: 345px !important;
}

/* Color styles */
.color-content input[type='color'] {
  border: 0;
  outline: 0;
}

/* Cards styles */
.card .card-header .form-control {
  border-radius: 0;
  height: inherit;
}

/* menu list line-height styles*/
.main-sidebar #menu .dropdown-menu li {
  line-height: 1.5;
}

.main-sidebar #menu svg:not(:root).svg-inline--fa {
  margin-right: 10px;
}
/*btn resolution*/
@media screen and (max-width: 420px) {
  .btn.btn-lg {
    font-size: 9px;
  }
}
/* inputs border-radius = 0 */
.input-group-text,
select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
  border-radius: 0;
}
.btn:not(.btn-sm):not(.btn-lg) {
  min-height: 42px;
}
.form-control-sm {
  border-radius: 0;
}

.section-div-flex div {
  display: flex;
}
.section-div {
  padding-top: 10px;
}
.section-btn {
  margin-right: 10px;
}
/*Style iframe*/
.body-is-iframe {
  background-color: white;
}
.body-is-iframe .navbar,
.body-is-iframe .main-sidebar,
.body-is-iframe .main-footer {
  display: none !important;
}
.body-is-iframe .main-content {
  padding: 10px 15px !important;
}
#LUyXSX {
  pointer-events: none;
  cursor: default;
}
/*Scroll modal*/
.dx-context-menu .dx-submenu {
  max-height: 250px;
  overflow: auto;
}
/*Tabs style full*/
.navbar {
  margin: unset;
  border-radius: unset;
}
.navbar .navbar-right-mobile a.login-link {
  text-decoration: none;
}
.main-content {
  padding-top: 94px;
}
/*Estilos para popover/tooltip*/
.popover-header {
  display: contents;
}
.popover {
  border: 0;
}

input#rank_2paid.form-control {
  width: 150px;
}

/*Styles  Minicart*/
.cart-content.list-group .list-group-item {
  position: relative;
}
.cart-content.list-group .list-group-item span {
  color: var(--body-font-color);
  padding: 0 0.85rem;
  font-weight: bold;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart-content.list-group .list-group-item .styleTitle{
  position: static
}
.cart-content.list-group .list-group-item .card-info-items{
  padding-left: 1rem;
}
.cart-content.list-group .list-group-item {
  background-color: transparent;
  border: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0.6rem 0.85rem;
}

/*Styles for mobile versions*/
@media (max-width: 1485px) {
  div#RankParameterContainer.col-12
    div.row.mb-1
    div.col-lg-5.col-md-12.col-sm-12.col-12
    div.pretty.p-default.p-curve.p-thick
    div.state.p-primary-o
    label {
    white-space: initial;
    padding-left: 1.5em;
    text-indent: 0;
  }
  .pretty .state label:after,
  .pretty .state label:before {
    top: 0;
  }
  div#RankParameterContainer.col-12
    div.row.mb-1
    div.col-lg-5.col-md-12.col-sm-12.col-12.pt-2.padding-1
    div.pretty.p-default.p-curve.p-thick {
    width: calc(100% - 30px);
  }
}
@media (max-width: 600px) {
  .wi-auto {
    width: 140px !important;
  }
  div#RankParameterContainer.col-12
    div.row.mb-1
    div.col-lg-5.col-md-12.col-sm-12.col-12
    div.pretty.p-default.p-curve.p-thick
    div.state.p-primary-o
    label {
    font-size: 12px;
    white-space: pre-line;
  }
  div.col-lg-1.col-md-3.col-sm-3.col-3.text-center::after {
    content: attr(data-title);
    font-size: 13px;
  }
  div#RankParameterContainer.col-12
    div.row.mb-1
    div.col-lg-5.col-md-12.col-sm-12.col-12 {
    padding: 0px 10px;
  }
  .header-cart-icon {
    height: 25px !important;
    width: 26px !important;
  }
}
@media (max-width: 380px) {
  .form-group .control-label,
  .form-group > label {
    font-size: 11px;
  }
  button#GKe2mP.btn.btn-primary {
    font-size: 9px;
  }
  div.row div.col-6 button.btn.btn-danger.text-right {
    font-size: 9px;
  }
  input#rank_2paid.form-control {
    width: 130px;
  }
  div#sec_opt_matching.row div.col-6.mt-sm-0.mt-2 button.btn.btn-primary {
    font-size: 9px;
  }
  div#RankParameterContainer.col-12
    div.row.mb-1
    div.col-lg-5.col-md-12.col-sm-12.col-12 {
    padding: 0px 15px;
  }
  div#RankParameterContainer.col-12
    div.row.mb-1
    div.col-lg-5.col-md-12.col-sm-12.col-12
    div.pretty.p-default.p-curve.p-thick
    div.state.p-primary-o
    label {
    font-size: 11px;
    white-space: pre-line;
  }
  div.col-lg-1.col-md-3.col-sm-3.col-3.text-center::after {
    content: attr(data-title);
    font-size: 12px;
  }
  .wi-auto {
    width: 100px !important;
  }
}
@media (max-height: 420px) {
  div.col-lg-1.col-md-3.col-sm-3.col-3.text-center::after {
    content: attr(data-title);
    font-size: 12px;
    display: block;
  }
}
.sizingButton {
  width: 66.45px !important;
}
.numberCircle {
  border: 2px solid #6c757d;
  border-radius: 50%;
  display: inline-block;
  height: 45px;
  width: 45px;
  padding: 5px;
  text-align: center;
}
/* Estilos para el body SVG pantalla config_compensation.html */
div.activeColorUser
  svg.svg-inline--fa.fa-user.fa-w-14.fa-3x
  g.fa-group
  path.fa-primary {
  fill: #ffffff;
  filter: drop-shadow(1px 1px 10px black) drop-shadow(1px 1px 0px black)
    drop-shadow(1px 1px 0px black);
}

div.inactiveColorUser
  svg.svg-inline--fa.fa-user.fa-w-14.fa-3x
  g.fa-group
  path.fa-primary {
  fill: #ffffff;
  filter: drop-shadow(1px 1px 10px black) drop-shadow(1px 1px 0px black)
    drop-shadow(1px 1px 0px black);
}

/* Guest styles */
.guest-user {
  border-radius: 0;
  color: #FFF;
  display: none;
  flex: 0 0 auto;
  height: auto;
  margin: 0 0 30px 0;
  position: static;
  width: 100%;
}
.body-guest-type .navbar-bg,
.body-guest-type .main-sidebar,
.body-guest-type .breadcrumb,
.body-guest-type .navbar.logged-user,
.body-guest-type .navbar-bottom-mobile,
.body-guest-type .navbar-bottom-mobile-guest {
  display: none;
}
.body-guest-type .navbar.guest-user {
  display: flex;
}
.body-guest-type .main-content {
  padding: 0;
}
.guest-user .container .logo-header {
  cursor: pointer;
  height: 85px;
  width: auto;
}
.guest-user .container .navbar-nav .dropdown-menu .nicescroll-rails {
  display: none;
}
.mini-cart {
  height: auto;
  max-height: 250px;
}
.mini-cart::after {
  content: none;
}
.mini-cart.dropdown-list-content .dropdown-item .dropdown-item-icon {
  align-self: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  line-height: 0;
  width: 60px;
}
.mini-cart.dropdown-list-content .dropdown-item .dropdown-item-desc {
  flex: 1;
}
.mini-cart.dropdown-list-content .dropdown-item .dropdown-item-desc h6 {
  font-size: 0.85rem;
  margin-bottom: 0;
}
.mini-cart.dropdown-list-content .dropdown-item .dropdown-item-icon img {
  max-width: 100%;
}
.mini-cart.dropdown-list-content .dropdown-item .dropdown-item-desc p {
  line-height: 1.2;
}
.cart-icon .badge {
  align-items: center;
  background: #2e3336;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  font-weight: 300;
  height: 18px;
  justify-content: center;
  line-height: 18px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 8px;
  width: 18px;
}
.form-group.required .col-form-label {
  position: relative;
}
.form-group.required .col-form-label::before,
.form-group.required .form-label::after, .cvvreq::after {
  color: #DC3545;
  content: '*';
  font-size: 16px;
}
.cvvreq::after {
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 2px;
}
.form-group.required .col-form-label::before {
  right: 5px;
  line-height: 1;
  position: absolute;
  top: 8px;
}
.form-group.required .form-label::after {
  margin-left: 5px;
}
/* Shopping cart */
#cart-content td {
  height: auto;
  padding: 5px;
}
#cart-content .right-mark-total,
#cart-content .left-mark-total {
  border-top: 2px solid;
  font-weight: 600;
}
#cart-content .right-mark-total {
  border-left-width: 0;
}
#cart-content .left-mark-total {
  border-right-width: 0;
  min-width: 100px;
}
#cart-content tr td.sidebar-cart-description {
  max-width: 200px;
}
.logged-user .navbar-nav .country-selected {
  color: #FFF;
  padding-top: 8px;
}
.cart-content.has-totals {
  position: relative;
}
.cart-content .list-group-item .sidebar-cart-image {
  align-self: center;
  padding-right: 5px!important;
  width: 55px;
}
.cart-content .list-group-item .sidebar-cart-image img {
  max-width: 100%;
}
.cart-content .qty-group-actions input{
  margin: 0 !important;
  padding: 0.25em;
  text-align: center;
}
.qty-text-group-actions {
  padding-right: 0;
}
.qty-group-actions {
  width: 95px;
}

/* Shipmethod */
.list-group-shipmethod img {
  width: 45px;
}
.container-shipmethod {
  padding-top: .5rem;
}
.companyBlockInput input {
  margin-right: 5px;
}

/* Progress Bar */
.progress-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-container-title {
  position: absolute;
  top: 0;
  font-weight: 600;
}
.progress-checkout-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 2rem;
  max-width: 100%;
  width: 350px;
}
.progress-checkout-container::before {
  content: "";
  background-color:#D6D6D6;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  height: 20px;
  width: 80%;
  z-index: -1;
  transition: 0.4s ease;
}
.progress-checkout {
  background-color: var(--btn-primary-background);
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  height: 20px;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}
.circle {
  background-color: #D6D6D6;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
}
.circle.active {
  background-color: var(--btn-primary-background);
}
.title {
  position: absolute;
  margin-top: .5rem;
  font-size: small;
  width: auto;
  white-space: nowrap;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  overflow-x: auto;
  text-align: center;
}
.title.active {
  color: var(--body-font-color);
  font-weight: 600;
}

/* Table container */
.table-container{
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .progress-checkout-container{
    margin-bottom: 2.5rem;
  }
  .table-container {
    padding: 0;
  }
  .progress-container-title {
    font-size: 1rem;
  }
  .progress-checkout-mobile{
    padding: 15%;
  }
  .progress-checkout-row{
    margin-top: 10%;
  }
  .title {
    white-space: normal;
  }
  .back-catalog {
    display: none;
  }

}
/*Hide from input number arrows*/
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.minicart-overlay {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .top-menu {
    justify-content: end !important;
    width: 100% !important;
  }
  .wrapper-minicart .dropdown .dropdown-menu {
    left: calc(50% - 150px);
    position: fixed;
    right: inherit;
    top: inherit;
  }
}
@media screen and (max-width: 767px) {
  .wrapper-minicart .dropdown .dropdown-menu {
    border-radius: 0;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
  }
  .qty-group-actions {
    width: 110px;
  }
  .qty-text-group-actions {
    padding-right: 15px;
  }
  .top-menu {
    justify-content: unset !important;
    width: auto !important;
  }
}
/* Fix check label align */
.form-group .form-check .form-check-input {
  top: 3px;
}
/* Styles Intl input countries */
.main-content .iti {
  width: 100%;
}
.main-content .iti .iti__flag-container {
  height: 42px;
}
.main-content .iti input::placeholder {
  color: #bcbdbe;
  opacity: 1;
}
.main-content .iti input:-ms-input-placeholder {
  color: #bcbdbe;
}
.main-content .iti input::-ms-input-placeholder {
  color: #bcbdbe;
}
/* Loading */
.custom-loader {
  background-color: #fff;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9991;
}
.loading-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.loading-wrapper img {
  width: 110px;
}
.loading-dots {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.loading-dots .dots {
  background: #FFF;
  border-radius: 50%;
  height: 8px;
  margin: 10px;
  width: 8px;
}
.loading-dots .dot1 {
  animation: jump 1.6s -0.32s linear infinite;
}
.loading-dots .dot2 {
  animation: jump 1.6s -0.16s linear infinite;
}
.loading-dots .dot3 {
  animation: jump 1.6s linear infinite;
}
@keyframes jump {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(2.0);
    transform: scale(2.0);
  }
}
/* Tooltip map */
.map-tooltip {
  padding: 4px;
}
.map-tooltip h5 {
  font-size: 15px;
  margin-bottom: 0;
}
.map-tooltip .description {
  width: 100%;
}
.map-tooltip .description tr th {
  padding-right: 8px;
}

/*Icons navbar*/
#zzMailheader{
  margin: 0px !important;
}

.user-icon{
  font-size: 20px !important;
  line-height: 28px !important;
}

.user-image{
  height: 52px;
  width: 52px;
  aspect-ratio: auto 52 / 52;
  border-radius: 50%;
  object-fit: cover;
}

.user-name{text-transform: capitalize;}

.user-name.navbar-name{
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: rgb(34, 34, 34);
  font-weight: 400;
  margin: 0px;
}

.container-profile{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  border-bottom: 1px solid #dee2e6;
}

.container-profile-menu {
  display:flex;
  flex-direction: column;
  padding: 0rem 1rem;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 20px;
  text-align: left;
  text-size-adjust: 100%;
}

.container-profile-menu svg {
  margin-right: 1rem;
}

#logoutMenu svg,
#logoutMenu span
{
  color: #DC3545;
}

/*Styles sidebar mobile*/
.navbar-mobile,
.sidebar-mobile,
.cart-list-content,
.navbar-bottom-mobile,
.profile-information,
svg.arrow-down-icon,
[data-target="#guestNavbarMobile"],
.navbar-bottom-mobile-guest{
  display: none;
}

.modal-content.navbarbottom{
  height: 100%;
}

a.message-link-bottom,
a.cart-link-bottom,
a.shop-link-bottom,
a.menu-link-bottom,
a.profile-link-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-align: center;
  overflow-wrap: break-word;
  hyphens: auto;
  justify-content: center;
}

.back-arrow-mobile i{
  font-size: 20px;
}
nav.navbar.navbar-top.navbar-expand-lg.main-navbar.logged-user {
  position:fixed;
}

/* Styles layout responsive */
@media (max-width: 1024px){
  /*Styles for the header*/
  nav.navbar.navbar-top.navbar-expand-lg.main-navbar.logged-user {
    position:unset;
  }
  .navbar-right-mobile .top-menu {
    display: none!important;
  }
  .nav-profile-info.only-mobile {
    display: flex;
  }
  .main-content {
    padding-top: 40px;
  }
  .navbar-right,
  .sidebar-top {
    display: none;
  }
  .navbar .navbar-nav {
    align-items: center;
  }
  .navbar-mobile,
  .navbar-bottom-mobile,
  .body-guest-type .navbar-bottom-mobile-guest,
  svg.arrow-down-icon{
    display: flex;
  }
  .navbar-bottom-mobile,
  .body-guest-type .navbar-bottom-mobile-guest {
    position:fixed !important;
    bottom: 0 !important;
  }
  #viewHome i,
  #viewShop i,
  #viewMessage i,
  #viewCart i,
  #viewProfile i,
  #navbarMobile svg {
    color: var(--header-font-color);
    font-size:20px;
  }
  #navbarMobile i {
    margin: 0 !important;
  }
  #navbarMobile .col{
    flex-direction: column;
  }
  #listShoppingCart i{
    font-size: 20px;
  }
  #backmobileBottom svg{
    color: var(--body-font-color);
  }
  .cart-modal {
    display: flex;
    justify-content: space-between;
  }
  .msm-modal{
    display: flex;
    justify-content: flex-start;
  }

  @keyframes slideInFromRight {
    from {
      left: 100%;
    }
    to {
      left: 0;
    }
  }

  @keyframes slideOutToRight {
    from {
      left: 0;
    }
    to {
      left: 100%;
    }
  }
  .modal.show {
    animation: slideInFromRight 0.5s forwards;
  }
  .modal.hide{
    animation: slideOutToRight 0.5s forwards;
  }
  .dropdown-list .dropdown-list-content {
    height: 70vh !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mini-cart {
    max-height: 70vh !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .dropdown-list{
    width: 100% !important;
  }
  .navbar-buttom-btn{
    box-shadow: 0px -6px 8px rgb(80 82 88 / 15%);
  }
  .icon-container span{
    padding: 1px 4px !important;
    position: absolute !important;
    top: -5px !important;
  }
  .icon-container {
    position: relative;
    display: inline-block;
  }
  .icon-navbar-container {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2px;
    position: relative;
  }
  .icon-text{
    display: block;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 0.75rem;
    letter-spacing: 0.0215rem;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    color: var(--header-font-color);
  }
  .icon-txt-cart{
    color: var(--header-font-color);
  }
  .navbar-mobile img{
    max-height: 40px;
  }

  a#\39 73umwC {
    padding:0 !important;
  }

  /*Styles sidebar mobile*/
  #sidebar-wrapper {
    height: 100vh;
  }

  #sidebar-wrapper .sidebar-menu {
    display: flex;
    flex-direction: column;
    height: 85%;
    justify-content: flex-end;
  }

  .sidebar-brand,
  .sidebar-user {
    display: none !important;
  }

  .sidebar-mobile {
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    padding: 8px 16px;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-decoration: none;
  }

  .sidebar-mobile i{
    font-size: 20px;
    padding: 8px;
  }

  div.sidebar-mobile i::before {
    color:var(--sidebar-font-color);
  }

  .icon-close-hamburguer-menu i{
    font-size: 20px;
  }

  .icon-close-hamburguer-menu i::before {
    color: var(--header-font-color)
  }

  /*Styles menu guest*/
  .list-menu-guest {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px !important;
    height: 100%;
    background-color: var(--header-background);
    transition: left 0.3s ease;
    z-index: 1000;
  }

  .list-menu-guest.show {
    left: 0;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 999;
  }

  .overlay.show {
    opacity: 1;
    visibility: visible;
  }

  .icon-navbar-container {
    cursor: pointer;
  }

  .list-menu-guest ul {
    display:flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 0 1.25rem;
  }

  .icon-close-hamburguer-menu {
    padding: 1.25rem;
  }

  /*Styles for shipping */
  .sidebar-gone.body-guest-type .wrapper-search-by,
  .sidebar-show.body-guest-type  .wrapper-search-by {
    position: unset;
    top: unset;
  }
  .sidebar-gone .wrapper-search-by,
  .sidebar-show .wrapper-search-by {
    position: relative;
  }

}
@media screen and (max-width: 767px) {
  .body-guest-type .navbar.guest-user {
    margin-bottom: 0;
  }
  .top-menu, #guestNavbarMobile ul{
    flex-direction: column !important;
  }
  .form-group .cvvreq {
    margin-left: -0.5rem;
  }
  .form-group .cvvreq::after {
    left: -4px;
  }
  .tab-content .tab-pane .card-header,
  .tab-content .tab-pane .card-body,
  .tab-content .tab-pane .card-footer {
    padding: 10px 0;
  }
}
@media screen and (max-width: 575px) {
  .form-group.required .col-form-label::before {
    margin-right: 5px;
    position: static;
  }
}
.fa-times:before {
  color: #6c757d;
}
/* Footer global section */
.block-element div > p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.block-element div > p:last-child {
  margin-bottom: 0;
}

/* dashboard cards same height */
.card-height {
  padding-bottom: 30px;
}
.card-height .card {
  margin-bottom: 0;
  min-height: 100%;
}

.button-group-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.save-button {
  margin-left: 115px;
}

@media (max-width: 576px) {
  .button-group-container {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .save-button {
    margin-left: 0;
    width: 100%;
  }

  .delete-button {
    width: 100%;
  }
}

.nav-pills .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  border: 1px var(--btn-primary-background) solid;
  border-radius: 5px;
  margin-right: 5px;
  text-align: center;
  transition: all 0.3s ease;
}

.time-input {
  width: 60px;
  text-align: center;
}

.containerCompensation {
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    padding: 24px 32px;
    margin-bottom: 24px;
    border: 1px solid #ccc;
}

input[type="checkbox"].big-checkbox {
    width: 20px;
    height: 20px;
    accent-color: #388e3c;
    vertical-align: middle;
    margin: 0 5px 0 25px;
}
