.custom-loader {
  --r1: 154%;
  --r2: 68.5%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(
      var(--r1) var(--r2) at top,
      #0000 79.5%,
      #3e983f 80%
    ),
    radial-gradient(var(--r1) var(--r2) at bottom, #3e983f 79.5%, #0000 80%),
    radial-gradient(var(--r1) var(--r2) at top, #0000 79.5%, #3e983f 80%),
    #e4e4ed;
  background-size: 50.5% 220%;
  background-position: -100% 0%, 0% 0%, 100% 0%;
  background-repeat: no-repeat;
  animation: p9 4s infinite linear;
  position: absolute;
  top: calc(50% - 3.5px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

@keyframes p9 {
  33% {
    background-position: 0% 33%, 100% 33%, 200% 33%;
  }

  66% {
    background-position: -100% 66%, 0% 66%, 100% 66%;
  }

  100% {
    background-position: 0% 100%, 100% 100%, 200% 100%;
  }
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* switches*/
:root {
  /*Background color when it's turned off*/
  --vc-off-color: #d1d3d4;

  /*Background color when it's turned on*/
  --vc-on-color: #38cf5b;

  /*Animation speed and type*/
  --vc-animation-speed: 0.15s ease-out;

  /*Font used by the text*/
  /* --vc-font-family: Arial; */

  /*The size used*/
  /* --vc-font-size: 11px; */

  /*The font weight*/
  /* --vc-font-weight: 300; */

  /*Font color when the switch is on*/
  --vc-on-font-color: white;

  /*Font color when the switch is off*/
  --vc-off-font-color: white;

  /*How far the OFF text is from the right side*/
  --vc-label-position-off: 12px;

  /*How far the ON text is from the left side*/
  --vc-label-position-on: 12px;

  /*Small switch width*/
  --vc-width: 60px;

  /*Small switch height*/
  --vc-height: 30px;

  /*Border radius for the handle*/
  --vc-handle-border-radius: 0px;

  /*Border radius for the box*/
  --vc-box-border-radius: 0px;

  /*Shadow for the handle*/
  --vc-handle-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

  /*Handle color*/
  --vc-handle-color: white;

  /*Handle width*/
  --vc-handle-width: 20px;

  /*Handle height*/
  --vc-handle-height: 20px;

  /*The handle's width while the toggle is clicked*/
  --vc-onclick-width: 30px;

  /*Handle's distance from the top*/
  --vc-handle-top: 5px;
}

.vc-toggle-container * {
  /* font-family: var(--vc-font-family); */
  -webkit-transition: var(--vc-animation-speed);
  -moz-transition: var(--vc-animation-speed);
  -o-transition: var(--vc-animation-speed);
  transition: var(--vc-animation-speed);
}

.vc-switch {
  width: var(--vc-width);
  height: var(--vc-height);
}

.vc-toggle-container label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: var(--vc-box-border-radius);
  cursor: pointer;
}

.vc-switch-input {
  position: absolute;
  transform: translate3d(5px, 5px, 0);
}

.vc-switch-label {
  position: relative;
  display: block;
  height: inherit;
  /* font-size: var(--vc-font-size); */
  /* font-weight: var(--vc-font-weight); */
  background: var(--vc-off-color);
  border-radius: inherit;
}

.vc-switch-label:before,
.vc-switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1.1;
}

.vc-switch-label:before {
  content: attr(data-off);
  color: var(--vc-on-font-color);
}

.vc-switch-label:after {
  content: attr(data-on);
  color: var(--vc-off-font-color);
  opacity: 0;
}

.vc-switch-label:before {
  right: var(--vc-label-position-off);
}

.vc-switch-label:after {
  left: var(--vc-label-position-on);
}

.vc-switch-input:checked ~ .vc-switch-label {
  background: var(--vc-on-color);
}

.vc-switch-input:checked ~ .vc-switch-label:before {
  opacity: 0;
}

.vc-switch-input:checked ~ .vc-switch-label:after {
  opacity: 1;
}

.vc-handle {
  position: absolute !important;
  top: var(--vc-handle-top);
  left: 5px;
  background: var(--vc-handle-color);
  border-radius: var(--vc-handle-border-radius);
  box-shadow: var(--vc-handle-shadow);
}

.vc-handle {
  width: var(--vc-handle-width);
  height: var(--vc-handle-height);
}

.vc-handle:before {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute !important;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.vc-switch-label:active ~ .vc-handle,
.vc-handle:active {
  width: var(--vc-onclick-width);
}

.vc-switch-input:checked ~ .vc-handle {
  left: unset;
  right: 5px;
}

/* Form por pasos */
.msform fieldset:not(:first-of-type) {
  display: none;
}
/*The background card*/
.contentStep {
  z-index: 0;
  border: none;
  position: relative;
}
/*Icon progressbar*/
.progressbar {
  overflow: hidden;
  color: lightgrey;
  margin: 0 auto;
  width: 15rem;
  text-align: center;
}
/*Icon progressbarDe lasTarjetas*/
.progressbarIcons {
  overflow: hidden;
  color: lightgrey;
  margin: 0 auto;
  width: 4rem;
  font-size: 3rem;
}

.progressbar .active,
.progressbarIcons .active {
  color: #3e983f;
}

.progressbar ul {
  margin: 0px;
  padding: 0px;
}

.progressbar li {
  list-style-type: none;
  width: auto;
  float: left;
  position: relative;
}
/*Icons in the ProgressBar*/
.progressbar .account:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0ae";
}

.progressbar .personal:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2e7";
}
/*Icon progressbarModal*/
.progressbarModal {
  overflow: hidden;
  color: lightgrey;
  margin: 0 auto;
  width: 35rem;
  text-align: center;
}

.progressbarModal .active {
  color: #3e983f;
}

.progressbarModal ul {
  margin: 0px;
  padding: 0px;
}

.progressbarModal li {
  list-style-type: none;
  width: auto;
  float: left;
  position: relative;
  font-size: 1rem;
}

.progressbarModal .Desayuno:before,
.progressbarIcons .Desayuno:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0f4";
}

.progressbarModal .Primera_Colacion:before,
.progressbarIcons .Primera_Colacion:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f49e";
}

.progressbarModal .Comida:before,
.progressbarIcons .Comida:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2e7";
}

.progressbarModal .Segunda_Colacion:before,
.progressbarIcons .Segunda_Colacion:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f49e";
}

.progressbarModal .Cena:before,
.progressbarIcons .Cena:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2e5";
}

/*Icon ProgressBar before any progress*/
.progressbar li:before {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 55px;
  display: block;
  font-size: 1.5rem;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 2rem 1rem 2rem;
  padding: 2px;
}

.progressbarModal li:before {
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4rem;
  display: block;
  font-size: 2.2rem;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 1rem 1rem 1rem;
  padding: 2px;
}

/*ProgressBar connectors*/
.progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: -1;
}

.progressbarModal li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 30%;
  z-index: -1;
}

/*Color number of the step and the connector before it*/
.progressbar li.active:before,
.progressbar li.active:after,
.progressbarModal li.active:before,
.progressbarModal li.active:after {
  background: #3e983f;
}

/*Background adicionales*/
.gb-info-personalizado {
  background: linear-gradient(to right, #003453b3 0%, #004168d6 100%);
}

/** SCROLL MODULO **/

.scrollModulo {
  height: 400px;
  overflow-y: scroll;
}

.scrollModulo::-webkit-scrollbar {
  width: 8px;
}

.scrollModulo::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  /* background: #3e983f; */
}

.scrollModulo::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #015376;
}

/** SCROLL SUBMODULO **/
.scrollSubModulo {
  height: 400px !important;
  overflow-y: scroll;
}

.scrollSubModulo::-webkit-scrollbar {
  width: 8px;
}

.scrollSubModulo::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  /* background: #3e983f; */
}

.scrollSubModulo::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background: #015376;
}
