.miprimary {
  color: #ebc05d;
}
.m-gradient-primary {
  /*background: linear-gradient(118deg, #ebbe58, rgba(235, 190, 88, 0.7));*/
  background: linear-gradient(118deg, #6ca1da, #6465eb);
}

.m-gradient-2 {
  background: linear-gradient(118deg, #6ca1da, #6465eb);
}
.m-gradient-3 {
  background: linear-gradient(118deg, #ffaf7d, #ffaf7d);
}

.m-gradient-4 {
  background: linear-gradient(118deg, #a664e2, #c29aeb);
}

.m-gradient-5 {
  background-color: #8ec5fc;
  background-image: linear-gradient(62deg, #8ec5fc 0%, #e0c3fc 100%);
}

.m-gradient-6 {
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}

.m-gradient-7 {
  background-color: #fbab7e;
  background-image: linear-gradient(62deg, #fbab7e 0%, #f7ce68 100%);
}

.m-gradient-8 {
  background-color: rgb(253, 160, 133);
  background: linear-gradient(260deg, rgb(253, 160, 133), rgb(246, 211, 101));
}

.m-gradient-9 {
  background-color: #ffdee9;
  background-image: linear-gradient(90deg, #ffdee9 0%, #fbda61 100%);
}

.m-gradient-10 {
  background-color: #fbab7e;
  background-image: linear-gradient(270deg, #fbab7e 0%, #f7ce68 100%);
}

.m-gradient-11 {
  background-color: #a9c9ff;
  background-image: linear-gradient(180deg, #a9c9ff 0%, #ffbbec 100%);
}

.m-gradient-12 {
  background-color: #ffdee9;
  background-image: linear-gradient(0deg, #ffdee9 0%, #b5fffc 100%);
}

.m-gradient-13 {
  background-image: linear-gradient(
    90.5deg,
    rgba(255, 207, 139, 0.5) 1.1%,
    rgba(255, 207, 139, 1) 81.3%
  );
}

.m-gradient-14 {
  background-color: #f87f76;
  background-image: linear-gradient(0deg, #f87f76 0%, #f99c95 100%);
  box-shadow: 0 4px 25px 0 rgba(248, 127, 118, 0.6) !important;
}
.m-gradient-14:hover {
  box-shadow: 0 4px 25px 0 rgba(248, 127, 118, 1) !important;
}

.m-gradient-15 {
  background-color: #b780de;
  background-image: linear-gradient(0deg, #b780de 0%, #cda7e8 100%);
  box-shadow: 0 4px 25px 0 rgba(183, 128, 222, 0.6) !important;
}
.m-gradient-15:hover {
  box-shadow: 0 4px 25px 0 rgba(183, 128, 222, 1) !important;
}

.m-gradient-16 {
  background-color: #ffaf7d;
  background: linear-gradient(118deg, #ffaf7d, #ffaf7d);
  box-shadow: 0 4px 25px 0 rgba(255, 175, 125, 0.6) !important;
}
.m-gradient-16:hover {
  box-shadow: 0 4px 25px 0 rgba(255, 175, 125, 1) !important;
}

.centrar {
  text-align: center;
  justify-content: center;
}
.apexcharts-toolbar {
  z-index: 0 !important;
}
.transparent {
  background: rgba(255, 255, 255, 0.5);
}
.m-rouded {
  border-radius: 10px !important;
}
.m-shadow {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.2) !important;
}
.m-shadow:hover {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.4) !important;
}
.m-shadow-1 {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1) !important;
}
.m-shadow-1:hover {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3) !important;
}
.m-shadow-2 {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.4) !important;
}
.m-shadow-2:hover {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.6) !important;
}
.m-shadow-header {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1) !important;
}
.m-shadow-header:hover {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.2) !important;
}
.m-shadow-hover {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0) !important;
}
.m-shadow-hover:hover {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3) !important;
}
.m-shadow-none {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0) !important;
}
.m-menu {
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1) !important;
}
.vs-progress--background {
  width: 100%;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.06);
  z-index: 0 !important;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.m-encima-header {
  z-index: 9;
}
.m-outline {
  border-style: solid;
  border-color: #ebbe58;
  border-width: 1px;
}
.m-outline-grey {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(160, 160, 255, 0.089);
}
.v-application .orange {
  background-color: #ff9800 !important;
  border-color: #ff9800 !important;
}
.m-gradient-primary-con-borde {
  background-color: linear-gradient(118deg, #6ca1da, #6465eb) !important;
  border-color: linear-gradient(
    118deg,
    #6ca1da,
    rgba(#6465eb, 0.7)
  ) !important;
}
.cardScrollable {
  max-height: 500px;
  overflow: auto;
}
.cardScrollable400 {
  max-height: 400px;
  overflow: auto;
}
.cardScrollable300 {
  max-height: 300px;
  overflow: auto;
}
.cardScrollable400Hiden {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}
