:root {
  --topia-blue: #000ef5;
  --topia-white: #ffffff;
  --primary-gray: #707070;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #000;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background: var(--topia-blue);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--topia-blue);
}

@font-face {
  font-family: BarlowBold;
  src: url('/fonts/Barlow-Bold.woff2') format('woff2');
}

@font-face {
  font-family: BarlowLight;
  src: url('/fonts/Barlow-Light.woff2') format('woff2');
}

@font-face {
  font-family: BarlowMedium;
  src: url('/fonts/Barlow-Medium.woff2') format('woff2');
}

@font-face {
  font-family: BarlowRegular;
  src: url('/fonts/Barlow-Regular.woff2') format('woff2');
}

@font-face {
  font-family: BebasNeue;
  src: url('/fonts/BebasNeueRegular.woff') format('woff');
}

@font-face {
  font-family: BebasNeueBook;
  src: url('/fonts/BebasNeueBook.woff') format('woff');
}

@font-face {
  font-family: TitilliumWeb;
  src: url('/fonts/TitilliumWebRegular.woff') format('woff');
}

@font-face {
  font-family: TitilliumWebBold;
  src: url('/fonts/TitilliumWebBold.woff') format('woff');
}

@font-face {
  font-family: TitilliumWebLight;
  src: url('/fonts/TitilliumWebLight.woff');
}

@font-face {
  font-family: RosehotRegular;
  src: url('/fonts/RosehotRegular.ttf') format('ttf');
}

.font-titillium {
  font-family: 'TitilliumWeb';
}

.font-titillium--light {
  font-family: 'TitilliumWebLight';
}

.font-titillium--bold {
  font-family: 'TitilliumWebBold';
}

.font-Bebas {
  font-family: 'BebasNeue';
}

.font-Bebas--book {
  font-family: 'BebasNeueBook';
}

.barlow--bold {
  font-family: 'BarlowBold';
}

.barlow--light {
  font-family: 'BarlowLight';
}

.barlow--medium {
  font-family: 'BarlowMedium';
}

.barlow--regular {
  font-family: 'BarlowRegular';
}

.rosehot-regular {
  font-family: 'RosehotRegular';
}

.text-fc-gray {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-rojo {
  color: #cd1731;
}

.menu--styles {
  z-index: 100;
  position: fixed;
}

.margin--pages {
  margin-top: 55px;
}

html {
  scroll-behavior: smooth;
  scrollbar-color: #000;
  scrollbar-base-color: #000;
}

body {
  font-family: 'BarlowRegular';
  color: #02172f;
  letter-spacing: 0.72px;
}

input,
select,
textarea {
  appearance: none;
}

.page-enter-active,
.page-leave-active {
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.page-enter,
.page-leave-to {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
  -webkit-transform: translate3d(0, 15px, 0);
  -moz-transform: translate3d(0, 15px, 0);
}

.list-enter-active,
.list-leave-active {
  transition: all 0.12s;
  -wekit-transition: all 0.12s;
  -moz-transition: all 0.12s;
}

.list-enter,
.list-leave-to {
  opacity: 0;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
}

.paragraph {
  font-size: 20px;
  letter-spacing: 1.46px;
}

.custom--comments {
  background-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #cccccc !important;
}

.title--calendario {
  transform: skewX(-12deg);
  -moz-transform: skewX(-12deg);
  -webkit-transform: skewX(-12deg);
}

.title--calendario>div {
  transform: skewX(12deg);
  -moz-transform: skewX(12deg);
  -webkit-transform: skewX(12deg);
}

.bg-sorteo {
  background-image: url('https://omnitopia-container.s3.us-east-1.amazonaws.com/assets/sorteos/banners/sorteo-layout.Cbr2fPtR.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-pendiente_pago,
.bg-pendiente {
  background-color: rgba(252, 211, 77, 0.6);
}

.bg-pagada,
.bg-conciliado {
  background-color: rgba(73, 177, 41, 0.5);
  color: #fff;
}

.bg-cancelada,
.bg-reembolsada,
.bg-reembolsado,
.bg-fallida,
.bg-fallido {
  background-color: rgba(228, 51, 51, 0.5);
}

.bg-busqueda {
  background-color: #F7F7F7;
}

.bg-morado-400 {
  background-color: #9D9AB5;
}

.text-morado-900 {
  color: #363060;
}

.max-h-60 {
  max-height: 60vh;
}

.h-7 {
  height: 1.75rem;
}

.h-36 {
  height: 9rem;
}

.h-72 {
  height: 18rem;
}

.h_2_40 {
  height: 2.40rem;
}

.bg-cancel {
  background-color: #130533;
}

.bg-slate-50 {
  background-color: rgb(248 250 252);
}

.bg-slate-100 {
  background-color: rgb(241 245 249);
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.bg-loading {
  background: linear-gradient(to bottom right, #070126, #4D4681);
}

.bg-gray-two {
  background-color: #f7f7f8;
}

.bg-gris {
  background-color: #efefef;
}

.w-4\/5 {
  width: 80%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-600 {
  width: 600px;
}

.mt-2-5 {
  margin-top: 10px;
}

.p-1-5 {
  padding: 0.39rem;
}

.right-0 {
  right: 0rem;
}

.right-2-5 {
  right: 0.625rem;
}

.bottom-2-5 {
  bottom: 0.625rem;
}

.-bottom-0-1 {
  bottom: -0.1rem;
}

.table-border-b {
  border-bottom: 2px solid rgb(156 163 175);
}

.bottom-border-b {
  border-bottom: 1px solid rgb(156 163 175);
}

.btn-color-morado {
  background-color: #3B3668;
}

.btn-gris {
  background-color: #727272;
}


.btn-morado {
  background-color: #3B3668;
  color: white;
  padding: 15px 25px 15px 25px;
  border-radius: 25px;
}

.boton-editar {
  background-color: #E5E5E5;
  color: #3B3668;
  padding: 12px 15px 12px 15px;
  border-radius: 30px;
  font-size: 14px;
  width: 160px;
}

.boton-editar-sw {
  background-color: #E5E5E5;
  color: #3B3668;
  padding: 12px 15px 12px 15px;
  border-radius: 30px;
  font-size: 14px;
}

.boton-editar-sw:focus {
  outline: none;
}

.t-16 {
  top: 16%;
}

.l-35 {
  left: -35%;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.boton-opciones {
  background-color: #3B3668;
  color: white;
  border-radius: 15px;
  width: 165px;
  z-index: 999999;
  top: 16%;
  left: 21%;
}

.check {
  display: initial;
}

.boton-opciones-sn {
  background-color: #3B3668;
  color: white;
  border-radius: 15px;
  width: 165px;
  z-index: 999999;
}

.boton-opciones-r {
  background-color: #3B3668;
  color: white;
  border-radius: 15px;
  width: 165px;
  z-index: 999999;
  top: 16%;
  right: 0%;
}

.boton-opciones-sw {
  background-color: #3B3668;
  color: white;
  border-radius: 15px;
  z-index: 999999;
  top: 16%;
}

.boton-opciones .btn-o:hover {
  background-color: #23203E;
}

.boton-opciones-sw .btn-o:hover {
  background-color: #23203E;
}

.btn-o {
  padding: 10px 15px 10px 15px;
  cursor: pointer;
}

.img-editar {
  background-color: #3B3668;
  padding: 5px 7px 7px 8px;
  margin: 5px;
  border-radius: 50%;
}

/* Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.text-morado {
  color: #3B3668;
}

.text-azul-900 {
  color: #012755;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-color: #3B3668;
  -webkit-transition: .4s;
  transition: .4s;
  filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
}

input:checked+.slider {
  background-color: #3B3668;
}

input:focus+.slider {
  box-shadow: 0 0 1px #3B3668;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.swal2-popup {
  filter: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
}


/* Calificacion ZENCBD */
.rate-public:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate-public:not(:checked)>label {
  float: left;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  font-size: 30px;
  color: #3A0CA3;
}

.rate-public:not(:checked)>label:before {
  content: '★ ';
}

.rate-public>input:checked~label {
  color: rgb(115 115 115);
  opacity: 0.5;
}

.w-56 {
  width: 14rem;
}

.w-285 {
  width: 285px;
}

.h-14 {
  height: 3.5rem;
}

.h-189 {
  height: 189px;
}

.h-50vh {
  height: 50vh;
}

.h-70vh {
  height: 50vh;
}

.left-7 {
  left: 1.75rem;
}

.left-2\/4 {
  left: 50%;
}

.top-2\/4 {
  top: 50%;
}

.top\/15 {
  top: 15%;
}

.top\/20 {
  top: 20%;
}

.right\/28 {
  right: 28%;

}

.bottom\/5 {
  bottom: 5%;
}

.right\/5 {
  right: 5%;
}

.w3-light-purple {
  color: #000 !important;
  background-color: #8B87A7 !important
}

.w3-container {
  padding: 0.01em 0px
}

.w3-container:after,
.w3-container:before {
  content: "";
  display: table;
  clear: both
}

.w3-purple {
  color: #fff !important;
  background-color: #6B4A9F !important
}

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  color: var(--topia-blue);
  width: 25px;
  height: 25px;
  border: solid 1px var(--primary-gray);
  border-radius: 5px;
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 20px;
  height: 20px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  border-radius: 5px;
  box-shadow: inset 25px 25px var(--topia-blue);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/* .file-select {
  position: relative;
}

.file-select::before {
  width: 363px;
  height: 205px;
  color: #012755;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px dashed #3B3668;
  border-radius: 23px;
  content: 'Seleccionar';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.file-select input[type="file"] {
  opacity: 0;
  width: 200px;
  height: 32px;
  display: inline-block;
} */

.overflow-y-visible {
  overflow-y: visible;
}

.file-select {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 5px;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px dashed #3B3668;
  border-radius: 23px;
  height: 205px;
  width: 330px;
}

.file-select input[type="file"] {
  opacity: 0;
  width: 100%;
  /* display: inline-block; */
}

.file-archivos {
  top: 0px;
  left: 0px;
  height: 205px;
}

.w-img-363 {
  width: 363px;
}

.w-img-205 {
  width: 205px;
}

.h-4\/5 {
  height: 80%;
}

.h-44 {
  height: 11rem;
}

.h-60 {
  height: 15rem;
}

.h-img-205 {
  height: 205px;
}

.h-11 {
  height: 2.75rem;
}

.bg-gray-150 {
  background-color: #F6F7F7;
}

.form-buscar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2px;
}

.input-buscar {
  padding: 10px;
  border-radius: 5px 0px 0px 5px;
  border: none;
}

.input-buscar:focus {
  outline: none;
}

.boton-buscar {
  background: black;
  color: white;
  border: none;
  border-radius: 0px 5px 5px 0px;
  width: 40px;
  background-image: url('../assets/images/icon-arrow.svg');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.borde-morado {
  border: 1px dashed #3B3668;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #3B3668;
  color: white;
}

.morado-file-upload {
  border: 1px solid #ccc;
  display: table-cell;
  padding: 6px 12px;
  cursor: pointer;
  background-color: #3B3668;
  color: white;
  margin-top: 0.5rem;
}

.morado-file-upload:hover {
  border: 1px solid #ccc;
  display: table-cell;
  padding: 6px 12px;
  cursor: pointer;
  background-color: white;
  color: #3B3668;
  margin-top: 0.5rem;
}

.archivos {
  display: none;
}

.h-img-100 {
  height: 100px;
}

.w-img-100 {
  width: 100px;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.h-24 {
  height: 6rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.form-gral {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  opacity: 1;
}

.bordes-td {
  border: solid 1px gray;
  padding: 2px;
}

.bordes-td-gris {
  border: solid 1px #e5e7eb;
  padding: 1px;
}

.border-b-morado {
  border-bottom: 1px solid #3C366B;
}

.btn-paginado-morado {
  background-color: #3C366B;
  padding: 5px 10px 5px 10px;
  color: white;
}

.btn-paginado-blanco {
  border: 1px solid #3C366B;
  padding: 5px 10px 5px 10px;
  color: black;
}

.form-input {
  appearance: none;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  color: #3B3668;
  border-radius: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.form-input:disabled {
  background-color: rgba(234, 234, 234);
}

.divide-purple-400 {
  --tw-divide-opacity: 1;
  border-color: rgba(167, 139, 250, var(--tw-divide-opacity));
}

.divide-morado-top {
  border-top: 1px solid #3B3668;
}

.tam_recetas {
  width: 378px;
  height: 381px;
}

.tam_ent {
  width: 378px;
  height: 312px;
}

.tam_not {
  width: 378px;
  height: 238px;
}

.tam_pub {
  width: 378px;
  height: 473px;
}

.tam_edu_cred {
  width: 278px;
  height: 439px;
}

.tam_credencial {
  width: 180px;
  height: 180px;
}

.dot_verde {
  background-color: #68B736;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.dot_rojo {
  background-color: #cd1731;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.display-block-i {
  display: block !important;
}

.text-base {
  font-size: 1rem;
}

.w-fit {
  width: fit-content;
}

.radio-custom {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #02172f;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
  transition: 0.3s ease;
}

.radio-label input[type="radio"]:checked+.radio-custom {
  background-color: #3B3668;
  border-color: #3B3668;
  box-shadow: 0 0 4px rgba(52, 152, 219, 0.6);
}

.radio-label:hover .radio-custom {
  border-color: #3B3668;
}

.cursor-default {
  cursor: default;
}

.active_tab {
  background-color: #3c366b !important;
  color: #FFFFFF !important;
}

.fuente_10 {
  font-size: 10px;
}

.table-scroll {
  width: 100%;
  height: 500px;
  overflow: auto;
  border: 1px solid #ccc;
}

/* La tabla ocupa todo el ancho */
.table-scroll table {
  border-collapse: collapse;
  width: 100%;
  min-width: 800px;
}

.table-scroll th,
.table-scroll td {
  border: 1px solid #ddd;
  padding: 4px;
}

.table-scroll thead th {
  position: sticky;
  top: 0;
  background: #ceccda;
  z-index: 2;
  word-wrap: break-word;
  text-align: center;
}

.td-morado {
  background: #ceccda;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.activity {
  background-color: #C4C2D1;
  padding: 5px;
  border-radius: 5px;
  margin: 5px 0px 5px 0px;
}