.back-img-light {  
  background-image: url(../media/light-min.png);
  background-repeat: no-repeat;
  background-position: center 80%;
  background-size: contain;
}

.back-img-dark {
  background-image: url(../media/dark-min.png);
  background-repeat: no-repeat;
  background-position: center 80%;
  background-size: contain;
}

/* .opacity-back {
  background-color: var(--bg-opacity);
} */

.switch input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0;
}
.switch label {
  display: block;
  height: 2.375rem;
  position: relative;
  cursor: pointer;
  padding: 0.625rem 0 0.625rem 4.5rem;
  font-weight: bolder;
}
.switch input[type="checkbox"] + label::before {
  content: "\f186";
  font-family: "Font Awesome\ 5 Free";
  text-align: right;
  font-size: 15px;
  padding: 1px 5px;
  display: block;
  height: 1.75rem;
  width: 4.1rem;
  border-radius: 9999px;
  position: absolute;
  top: calc(0.375rem - 1px);
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #e0e0e0;
  transition: all 0.3s cubic-bezier(0.72, 0.26, 0.26, 0.82), visibility 0s;
  box-shadow: 0 0 0 4px #c6c6c6;
}

#switch-toogle-lenguaje input[type="checkbox"] + label::before {
  content: "ESP";
  font-family: "Poppins", sans-serif;
  text-align: right;
  font-size: 11px;
  padding-top: 4px;
}

.switch input[type="checkbox"] + label::before {
  color: #60b2e1;
}
.switch input[type="checkbox"]:checked + label::before {
  color: #60b2e1;
}
.switch input[type="checkbox"] + label::after {
  background-color: #60b2e1;
}
.switch input[type="checkbox"]:checked + label::after {
  background-color: #60b2e1;
}

.switch input[type="checkbox"] + label::after {
  content: "";
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  border: solid 0.25rem #c6c6c6;
  border-radius: 9999px;
  position: absolute;
  top: calc(0.375rem - 1px);
  left: 0;
  transition: all 0.3s cubic-bezier(0.72, 0.26, 0.26, 0.82), visibility 0s;
}
.switch input[type="checkbox"]:checked + label::before {
  content: "\f185";
  font-family: "Font Awesome\ 5 Free";
  text-align: left;
  background-color: #ffffff;
}

#switch-toogle-lenguaje input[type="checkbox"]:checked + label::before {
  content: "ENG";
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-size: 11px;
  padding-top: 4px;
}
.switch input[type="checkbox"]:checked + label::after {
  left: 2.5rem;
  border-color: #c6c6c6;
}
.switch input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}
.switch input[type="checkbox"]:disabled + label::before {
  background-color: #f5f5f5;
  color: #e0e0e0;
}
.switch input[type="checkbox"]:disabled + label::after {
  background-color: #e0e0e0;
  border-color: #f5f5f5;
}
.switch input[type="checkbox"]:checked:disabled + label::before {
  background-color: #f5f5f5;
  color: #707070;
}
.switch input[type="checkbox"]:checked:disabled + label::after {
  background-color: #707070;
  border-color: #f5f5f5;
}
.menu-sub .menu-item .menu-link.active {
  background-color: transparent!important;
}
.p-text {
  color: var(--bg-text);
}
.bg-general {
  background-color: var(--bg-theme);
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, auto);
}
.grid-item {
  padding: 0px 5px;
  text-align: center;
}

@media (max-width: 1200px) {
  #kt_app_footer .app-container .row .col-md-12 {
    text-align: center;
    display: flex;
    justify-content: center!important;
  }
}

@media (max-width: 652px) {
  #kt_app_footer .app-container .row .col-md-12.menu {
    text-align: center;
    display: flex;
    justify-content: left!important;
  }
  .grid-container {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }
  #kt_app_footer .app-container .row .col-md-12.text-dark {
    text-align: center;
    display: flex;
    justify-content: center!important;
  }
}

@media (max-width: 402px) {
  #kt_app_footer .app-container .row .col-md-12.text-dark {
    flex-direction: column;
  }
}

.input-date-d [type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(../media/calendar-d.svg) no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}

.input-date-w [type="date"]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url(../media/calendar-w.svg) no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}

::-webkit-scrollbar {
  background-color: transparent;
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: rgba(198, 198, 198, 0.4);
}
::-webkit-scrollbar-thumb {
  background-color: var(--bg-theme);
  border-radius: 16px;
  border: 4px solid transparent;
}

tags span {
  color: #414141!important;
}

.form-control.form-control-lg.form-control-solid:disabled::placeholder {
  color: var(--bg-text)!important;
}

.icon-bg {
  color: #60B2E1 !important;
}

.bg-theme {
  background-color: var(--bg-theme);
  color: #ffffff;
}

#kt_app_header_wrapper {
  justify-content: center;
}

.bg-review {
  color: #FFC000!important;  
}
.bg-approved {
  color: #00B050!important;  
}
.bg-rejected {
  color: #FF0000!important;  
}
a.badge.badge-secondary:hover {
  color: #2F2F2F;
}
a.badge.badge-primary:hover {
  color: #ffffff;
}

.shadow-t{
  box-shadow: 0px 3px 6px #00000029!important;
}

/*****/

.radio-group input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

.radio-group label {
  color: #414141;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-group input[type=radio]:checked + label {
  color: #ffffff;
  background: var(--bg-theme);
}

.radio-group {
  
  display: inline-block;
  border-radius: 0px;
  overflow: hidden;
  background-color: #ffffff;
}

::-moz-selection { 
  color: #ffffff;
  background: var( --bg-theme);
}

::selection {
  color: #ffffff;
  background: var( --bg-theme);
}

.input-group.border-0.shadow-t .input-group-prepend .input-group-text {
  /* background-color: #EBEBEB!important; */
}

.tab-slider-container {
  overflow: hidden;
  position: relative;
}

.nav-tabs {
  white-space: nowrap;
}

.scroll-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #000; /* Color de los botones */
}

#scrollLeftBtn {
  left: 0;
}

#scrollRightBtn {
  right: 0;
}


.nav-scroller-wrapper {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}

.nav-scroller {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

.nav-scroller-content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  float: left;
  width: min-content;
  min-width: 100%;
  transition: transform 0.4s ease-in-out;
}

.no-transition {
  transition: none;
}

.nav-scroller-item {
  display: block;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem;
}

.nav-scroller-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 1.25rem;
  transition: opacity 0.3s;
}
.nav-scroller-btn:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.nav-scroller-btn--left {
  left: 0;
}

.nav-scroller-btn--right {
  right: 0;
}

body {
  background-color: #ccc;
}

.fullwidth {
  padding: 15px 0;
  margin: 15px 0;
  background-color: #fff;
}

.inputGroup {
  background-color: #fff;
  color: #414141;
  display: block;
  margin: 13px 0;
  position: relative;
  border-radius: 0px;
  border: 2px solid #00000029;
}
.inputGroup label {
  padding: 10px 50px;
  width: 100%;
  display: block;
  text-align: left;
  color: #414141;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: color 200ms ease-in;
  overflow: hidden;
  border-radius: 0px;
  font-weight: 500;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.inputGroup label:before {
  width: 100%;
  height: 10px;
  border-radius: 0%;
  content: "";
  background-color: var(--bg-theme);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale3d(1, 1, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.inputGroup input ~ :after {
  width: 25px;
  height: 25px;
  content: "";
  border: 2px solid #414141;
  background-color: #414141;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.inputGroup input:checked ~ :after {
  width: 25px;
  height: 25px;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 2px 3px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
  background-size: 23px;
}
.inputGroup input:checked ~ label {
  color: #ffffff;
}
.inputGroup input:checked ~ label:before {
  transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-color: #414141;
  border-color: #414141;
}
.inputGroup input {
  width: 32px;
  height: 32px;
  order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.scroll-y-menu {
  overflow-y: auto;
  position: relative;
  height: 500px;
  margin-bottom: 25px;
}

@media (max-width: 1566px) {
  .scroll-y-menu {
      height: 270px;
  }
}

@media (max-width: 991px) {
  .scroll-y-menu {
      height: 415px;
  }
}

div, main, ol, pre, span, ul {
  scrollbar-color: #60B2E1 transparent!important;
}