@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Roboto:ital,wght@0,300;0,400;1,300;1,400&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,400;1,700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');
/* 
font-family: 'Comfortaa', cursive;
font-family: 'Rubik', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Raleway', sans-serif;

CSS Document */
html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Comfortaa', cursive;
  font-size: 12px;
  overflow: hidden;
}
a:hover,
a {
  text-decoration: none;
	color: inherit;
}
i{
	cursor: pointer;
}
[data-toggle="buttons"][required],
select[required],
textarea[required],
input[required]{
    border: 1px solid #FFF500!important;
}
  select:only-child {
    color: red;
    background-color: #f0f0f0;
  }

.modal-body::-webkit-scrollbar,
.wrapper::-webkit-scrollbar,
::-webkit-scrollbar {
  width: 6px; /* Ancho de la barra de desplazamiento */
  height: 6px; /* Ancho de la barra de desplazamiento */
}
.modal-body::-webkit-scrollbar-thumb,
.wrapper::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  background-color: #888; /* Color del pulgar */
  border-radius: 3px; /* Borde redondeado */
}
.modal-body::-webkit-scrollbar-track ,
.wrapper::-webkit-scrollbar-track ,
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 3px;    
}
.modal-body::-webkit-scrollbar-thumb:hover,
.wrapper::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}


#epsilon {
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 10000;
  background-color: #FFF
}
#alpha {
  position: fixed;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  display: none
}
#beta {
  position: fixed;
  height: calc(100% - 50px);
  max-height: calc(100vh - 50px);
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 10;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 10px;
}
.column {
  display: flex;
  flex-direction: column;
  margin-right: 10px; /* Espacio entre columnas */
}
#beta .card {
  margin-bottom: 10px;
  width: 16rem;
}
footer {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 100vw;
  height: 50px;
  font-size: 0.6rem;
  line-height: 50px;
  z-index: 1070;
  background-color: rgba(0, 166, 153, 1.00);
  border-top: 1px solid rgba(192, 192, 192, 1.00);
}
time {
  position: fixed;
  bottom: 10px;
  right: 35px;
  width: auto;
  height: auto;
  z-index: 100;
  font-size: 0.8rem;
  line-height: 0.95rem;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  text-align: end;
}
#help {
  position: fixed;
  bottom: 10px;
  right: 3px;
  width: auto;
  height: auto;
  font-size: 1.5rem;
  line-height: 2rem;
  z-index: 100;
}
#tools i {
  margin: 0 10px;
  font-size: 1.5rem;
  line-height: 1.5rem
}
#beta .list-group-item:hover{
   background-color:rgba(0,91,158,1.00);
   color: white;
}
#utilities{
    z-index: 1000000!important;
}

.z-top{
	z-index: 5000;
}
.cpoint{
	cursor: pointer;
}
.cnpoint{
	cursor:default!important;;
}
.btn-fs {
  border: none;
  margin: 0;
  background-color: transparent;
  color: #FFF;
  line-height: normal;
  padding: 3px 0;
}
.f-a {
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  position: fixed;
  bottom: 10px;
  left: 0px;
  z-index: 100;
  font-size: 0.8rem;
  line-height: 0.95rem;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  text-align: start;
}
.f-b {
  flex-grow: 1;
  position: fixed;
  bottom: 10px;
  left: 50px;
  z-index: 100;
  font-size: 0.8rem;
  line-height: 1.5rem;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  text-align: start;
  margin: 0 5px
}
.f-c {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 100;
  font-size: 0.8rem;
  line-height: 0.95rem;
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  text-align: start;
}
.dropdown-menu.show {
  z-index: 1080!important;
}
/* MODALES */
.modal-container {
  position: absolute;
  z-index: 1050;
	min-width: 20%!important;
  }
.modal-container.active {
  z-index: 1060; /* Asegúrate de que el z-index es mayor que otros modales */
}
.modal-content {
  position: relative;
}
.modal-body {
  /*height: calc(100vh - 200px);*/
  height: 90%;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.wrapper {
  width: 100%;
  margin: 10px auto;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 1%;
}
.scr-full {
  position: fixed!important;
  height: calc(100% - 50px)!important;
  max-height: calc(100vh - 50px)!important;
  width: 100vw!important;
  left: 0;
  top: 0;
}
.scr-full .modal-body{
  max-height: calc(100% - 50px)!important;
}
.bg-w-translucid{
  background-color: rgba(255, 255, 255, 0.8);
  color:black;
}
.bg-header{
    background-color: lightgrey;
}

/* Login */
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 50px auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* RESPONSIVE */
@media (min-width:1200px) {
  #alpha {
    width: 100vw;
    left: 0;
    height: 100vh;
  }
  footer {
    font-size: 0.9rem;
    width: 100vw;
  }
  html, body {
    font-size: 16px;
  }
}
@media (min-width:992px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width:768px) {
  #alpha {
    display: block
  }
  #epsilon {
    display: none
  }
}
@media (min-width:576px) {}


/* ICONS */
.ico-or {
  display: inline-flex;
  width: 30px;
  height: 30px;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: right;
  background-color: #003472;
}
.or-lg{
  width: 50px;
  height: 50px;
}
.ico-or-logo {
  -webkit-mask-image: url('../icon/orion_24.svg'); /* Para Safari y otros navegadores basados en WebKit */
  mask-image: url('../icon/orion_24.svg'); /* Para otros navegadores */
  background-color: white; /* Cambia este color para cambiar el color del ícono */
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: right;
}
.ico-or-black {
  -webkit-mask-image: url('../icon/orion_24.svg'); /* Para Safari y otros navegadores basados en WebKit */
  mask-image: url('../icon/orion_24.svg'); /* Para otros navegadores */
  background-color: black; /* Cambia este color para cambiar el color del ícono */
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: right;
}


