/*Desarrollado por Mossystemsec S.A.S
UI Corem Cosmos v8.0.3
www.moss.com.ec
© 2025 Mossystemsec S.A.S. Reservados todos los derechos.*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

/*Configuración inicial*/
:root {
	--body-font:'Open Sans', sans-serif;
	--body-font-size: 16px;
	--accent-text-color: #ffffff;
	--accent-base-layer-1: #001ED4;
	--accent-base-layer-2: #5F74E5;
	--accent-base-layer-3: #001ed4;
	--accent-base-layer-4: #001ed4;
	--accent-border-gray: 1px solid #d6d6d6;
	--accent-border-blue: 1px solid #001EAD;
	
	--button-layer-1: #f2f2f2;
	--button-layer-2: #ddd;

	--font-text-color: #1e1e21;
	--neutral-layer-floating: #ffffff;
	--neutral-layer-1: #fbfbfb;
	--neutral-layer-2: #f3f3f3;
	--neutral-layer-3: #ebebeb;
	--neutral-layer-4: #e0e0e0;
	--body-font-color: #1e1e21;
	--start-background-color: #f1f3f4;
	--container-background-color: #fff;
	--link-color-text: #001EAD;
	--link-color-line: 2px solid #001EAD;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

html,
body {
	font-family: var(--body-font);
	font-size: var(--body-font-size);
	color: var(--body-font-color);
	margin: 0;
	padding: 0;
}

/*Cuadro de texto de formularios en Cosmos 8.0 */
input[type=text], input[type=tel], input[type=email], input[type=password], input[type=search]
{	
	font-family: var(--body-font);
	font-size: var(--body-font-size);
	color: var(--color-texto);
	text-transform: none;
	padding: 8px;
	overflow:auto;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	background-color: var(--neutral-layer-2);
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: var(--accent-border-gray,var(--accent-border-gray));
	height: 40px;
	outline: 0;
	transition-duration: 150ms;
	transition-property: border-color;
	width: 100%;
	display: block;
	line-height: normal;
	margin: 0;
  margin-bottom: 0px;
}
  
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus,input[type=password]:focus,input[type=search]:focus
{
	border-bottom: var(--accent-border-blue,var(--accent-border-blue));
	background-color: var(--neutral-layer-3);
	outline: none;
}

/*Boton aceptar en formularios en Cosmos 8.0 */
button, input[type=button],input[type=submit] {
	font-family: var(--body-font);
	font-size: var(--body-font-size);
	text-transform: none;
	outline: none;
	background-color: var(--accent-base-layer-1);
	color: var(--accent-text-color);
	moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 48px;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: .2px;
	transition-duration: 150ms;
	transition-property: background-color;
	-webkit-touch-callout: none;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
}
	
button:hover, button:active,input[type=button]:hover,input[type=submit]:hover, input[type=button]:active ,input[type=submit]:active {
	background-color: var(--accent-base-layer-2);
  outline: none;
}


/*Boton adjuntar archivos en Cosmos 8.0 */
input[type=file]::file-selector-button {
  background-color: #004AF7;
  color: #ffffff;
  border: 0px;
  border-right: 1px solid #004AF7;
  padding: 10px 15px;
  margin-right: 20px;
  transition: .5s;
}

input[type=file]::file-selector-button:hover {
  background-color: #031e5e;
  border: 0px;
  border-right: 1px solid #031e5e;
}

/*Cuadro de fecha de formularios en Cosmos 8.0 */
input[type=date] {
	background-color: var(--neutral-layer-2);
	font-family: var(--body-font);
  font-size: var(--body-font-size);
  color: var(--font-text-color);
  text-transform: none;
	padding: 8px;
	overflow:auto;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: var(--accent-border-gray,var(--accent-border-gray));
	height: 40px;
	outline: 0;
	transition-duration: 150ms;
	transition-property: border-color;
	width: 100%;
	display: block;
	line-height: normal;
	margin: 0;
  margin-bottom: 0px;
    
  &::-webkit-clear-button {
    font-size: var(--body-font-size);
    height: 40px;
    right: 10px;
    margin-right: 10px;
  }
  &::-webkit-inner-spin-button {
    height: 40px;
  }
  &::-webkit-calendar-picker-indicator {
    font-size: 18px;
        
    &:hover {
      border-bottom:1px solid var(--accent-base-color);
      background-color: var(--neutral-layer-3);
      outline: none;
    }

    &:active {
      color: blue;
    }
  }
}

/*Mostrar nombre de aplicaciones en Cosmos 8.0 */
.AppNameGo
	{
		font-size: 42px;
		color: var(--accent-base-layer-1);
		font-weight: 800;
		margin-top: 15px;
		margin-bottom: 15px;
		text-align: left;
		transition: all 0.2s ease-in-out;
	}

/*Mostrar descripción de aplicaciones en Cosmos 8.0 */
.AppNameDescription
	{
		font-size: 22px;
		text-transform: none;
		transition: all 0.2s ease-in-out;
	}

/*Mostrar nueva información Cosmos 8.0 */
.jupiter-land
	{
	margin: auto;
	background-color:transparent;
	padding: 20px 250px 20px 250px;
	transition: all 0.2s ease-in-out;
	align-items: center;
	width: 100%;
	justify-content: center;
	text-align: center;
	}
	
/*Información de funciones*/
.about-land
	{
	 border-bottom:1px solid rgba(209,209,209,1);
	 padding: 5px 20px 5px 20px;
	}

/*Cuadro de subir archivos*/
.button-input-file {
	cursor: pointer;
	margin: 0 auto 0;
	min-height: 15px;
	overflow: hidden;
	position: relative;
	text-align: center;
	padding: 10px 10px 10px 10px;
	background-color: #edf8f5; 
	border-radius: 5px; 
}

.button-input-file:hover {
  background-color: #c9efe4;
  transition: all 0.2s ease-in-out;
}
	
.button-input-file:active
{
  background-color: #bae2d7;
  transition: all 0.2s ease-in-out;
}

.button-input-file .input-file {
	border: 10000px solid transparent;
	cursor: pointer;
	font-size: 10000px;
	margin: 0;
	opacity: 0;
	outline: 0 none;
	position: absolute;
	right: -1000px;
	top: -1000px;
}

/*Cuadro de Login*/
.start
{
	background-color: var(--start-background-color);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

/*Dashboard*/
.dashboard {
	width: 200px;
	height: auto;
	margin: 20px;
	padding: 20px;
	display: inline-block;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
}

.dashboard{
  background-color: #E8EBEB;
}

.dashboard:hover {
  background-color: #D0DADA;
}
	
.dashboard:active
{
  background-color: #D0DADA;
}

/*DataPolicy*/
.datapolicy {
	margin: 20px;
	padding: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	justify-content: left;
	vertical-align: middle;
}

.datapolicy{
  background-color: #E8EBEB;
}

.datapolicy:hover {
  background-color: #D0DADA;
}
	
.datapolicy:active
{
  background-color: #D0DADA;
}

/*Contenedor*/
.container {
	background-color: var(--container-background-color);
	width: 600px;
	min-height: 470px;
	margin: auto;
	padding: 50px 50px 50px 50px;
	border-radius: 34px;
	text-transform: none;
	transition: all 0.2s ease-in-out;
}

/*Línea divisora*/
.divider {
	width:100%;
    display: block;
    height: 1px;
    background-color:#D1D1D1;
}


/*Copyright*/
.copyright {
	width:100%;
	padding: 10px 0px 10px 0px;
	background-color: #f2f2f2;
	text-transform: none;
    color:#000000;
}

/*Ubicación logotipo de App*/
.logoApp {
	height:60px; 
	width:350px;
	padding: 20px 0px 20px;
}

/*Ubicación logotipo del cliente en FE*/
.logoApp-cliente {
	height:60px; 
	width:350px;
	padding: 0px 0px 20px;
}

/*Logotipo Conto Web Services*/
.logoApp-contows {
    background-image: url(https://moss.com.ec/resources/images/contows.png);
    background-size: 350px 60px;
    background-repeat: no-repeat;
    padding: 20px 0px 20px;
    height: 60px;
    width: 350px;
	}
	
/*Logotipo Moss Giftcard*/
.logoApp-moss {
    background-image: url(https://moss.com.ec/resources/images/moss.png);
    background-size: 150px 35px;
    background-repeat: no-repeat;
    height: 35px;
    width: 150px;
	}
	
/*Carga de appweb*/
.loadapp
{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
    width: 300px;
	height: 200px;
    padding: 0px;
	font-size: 24px; 
	color: #000000; 
	line-height:1.5;
	transition: all 0.2s ease-in-out;
}

/*Color alterno*/
.button-white 
{
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
	text-transform: none;
	outline: none;
	background-color: #E8EBEB;
	color: #000000;
	moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 48px;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: .2px;
	transition-duration: 150ms;
	transition-property: background-color;
	-webkit-touch-callout: none;
	-webkit-appearance: none;
  -webkit-border-radius: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
}
	
.button-white:hover 
{
  background-color: #D0DADA;
  outline: none;
}
	
.button-white:active{
  background-color: #D0DADA;
  outline: none;
}
	
/*Estilo de TextBox*/

/*Deshuso*/

/*Alertas para mensajes de error*/
.alertred
{
	color: #ff0000;
	transition: all 0.2s ease-in-out;
}

/*DockApp para mensajes*/
.dockapp
{
	background-color: #edf8f5; 
	width: 100%;
	height: 100%;
	border-radius: 5px; 
}

.dockapp:hover {
  background-color: #c9efe4;
  transition: all 0.2s ease-in-out;
}
	
.dockapp:active
{
  background-color: #bae2d7;
  transition: all 0.2s ease-in-out;
}

/*Espacio para página A4 del RIDE*/
.space-ride
	{
	 background-color: #FFFFFF;
	 color:#000000;
	}

/*Documentos en Hoja A4*/
.space-a4
	{
	 position:relative; 
	 top:80px; 
	 width:800px; 
	 height:842px;
	 font-size: 14px;
	}

/*Espacio para página de descarga*/
.space-download
{
	background-color: #ffffff; 
	width: 60%;
	padding: 50px 20px 20px;
}

/*Estilo de TextArea*/
textarea{
	font-family: var(--body-font);
	font-size: var(--body-font-size);
	color: var(--font-text-color);
	text-transform: none;
	resize: none;
  width: 100%;
  height: 40px;
  padding: 8px;
  overflow:auto;
  outline: 0;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	background-color: var(--neutral-layer-2);
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: var(--accent-border-gray,var(--accent-border-gray));
	transition-duration: 150ms;
	transition-property: border-color;
	margin-bottom: 0;
	display: block;
	line-height: normal;
	margin: 0;
  margin-bottom: 0px;
}

textarea:focus  
{
	border-bottom: var(--accent-border-blue,var(--accent-border-blue));
	background-color: var(--neutral-layer-3);
  outline: none;
}

/*Estilo de titulo de descarga*/
.title-download
{
  font-size: 48px;
  font-family:'Open Sans', sans-serif;
  color:#000000;
  line-height:150%;
  transition: all 0.2s ease-in-out;
}

/*Estilo de texto bienvenida*/
.msg-bienvenida
{
  font-size: 24px;
  font-weight: bold;
  line-height:150%;
}
	
/*Estilo de texto Serial*/
.serial
{
  font-size: 38px;
  font-weight: 800;
  color: var(--link-color-text);
  line-height:150%;
}
	
/*Estilo texto Título*/
.titulo
{
  font-size: 28px;
  color: var(--body-font-color);
  line-height:150%;
}
	
/*Estilo texto normal*/
.texto
{
  color: var(--body-font-color);
	text-transform: none;
	transition: all 0.2s ease-in-out;
	line-height:150%;
}

/*Estilo texto normal en mayúsculas*/
.textoM
{
	color: var(--body-font-color);
  text-transform: uppercase;
  line-height:150%;
}

/*Menú*/
.menu
{  
  position:fixed;  
  top: 0px;                    /* Distancia hasta el borde superior */  
  left: 0px;            /* Distancia hasta el borde izquierdo */ 
  width:100%;  
  background-color: #FFFFFF;
  z-index: 1;               /* hace que la capa sea opaca  */  
  box-shadow: 0px 1px 0px #D1D1D1, 0px 1px 0px #D1D1D1;
}

/*Logotipo Moss Solutions*/
.logoms
{
    background-image: url(https://moss.com.ec/resources/images/logoms.png);
    background-size: 150px 45px;
    background-repeat: no-repeat;
    text-align: left;
    margin: 10px 0 0;
    height: 45px;
    width: 150px;	
}


/*Estilo Combobox 7.0*/
.dropdown 
{
	display: inline-block;
	height: 48px;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 16px;
	border: 0;
	border-radius: 0px;
	outline: none;
	box-sizing: border-box;
    background-image: none;
	background-color: var(--accent-base-layer-1);
	color: var(--accent-text-color);
    line-height: 16px;
    min-height: 35px;
    vertical-align: top;
    margin: 0;
    padding: 9px 35px 8px 5px;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;	
    cursor: pointer;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
	top: 100%;
}
.dropdown:before, .dropdown:after 
{
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}

 .dropdown:hover 
 {
  background-color: var(--accent-base-layer-2);
  outline: none;
	}

.dropdown:before 
{
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after 
{
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select 
{
  font-family: 'Open Sans', sans-serif;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 16px;
  color: #68AFC1;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  /* "transparent" doesn't work with Opera */
  border: 0;
  border-radius: 1;
  -webkit-appearance: none;
}
.dropdown-select:focus 
{
	
  z-index: 3;
  width: 100%;
  outline: 2px solid #68AFC1;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option 
{
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  border-radius: 3px;
  cursor: pointer;
}

/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown 
{
  z-index: 1;
}
.lt-ie9 .dropdown-select 
{
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus 
{
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() 
{
  .dropdown-select {
    padding-left: 6px;
  }
}

/*Menu documentos 7.0*/

.dropbtn {
    background-color: #ffffff;
    padding: 10px 40px;
    border: none;
    cursor: pointer;
	outline: none;
	text-transform: none;
	color: #000000;
}

.ddbase {
	float:right;
    position: relative;
    display: inline-block;
}

.ddbase-content {
    display: none;
	width: 100%;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
	box-shadow: 1px 1px 1px #D1D1D1, 1px 1px 1px #D1D1D1;
	text-transform: no-close-quote;
	color: #000000;
}

.ddbase-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #000000;
}

.ddbase-content a:hover {
	background-color: #f1f1f1;
	color: #000000;
}

.ddbase:hover .ddbase-content {
    display: block;
}

.ddbase:hover .dropbtn {
    background-color: #ffffff;
}

/*Barra de deslizamiento*/
::-webkit-scrollbar {
	opacity: 1;
	transform: translateY(94.3748%);
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track-piece {
	background-color: transparent;
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #ccc;
}
::-webkit-scrollbar-corner {
    background: none;
}

/*Selección de contenido*/
*::-moz-selection{
   background: #001ed4;
   color: #FFFFFF;
}

*::selection {
   background: #001ed4;
   color: #FFFFFF;
}

/*Estilo de hipervínculo*/
a
{
	background-color:transparent;
	text-decoration: none;
}

.link
{
    color: var(--font-text-color);
    text-decoration: none;
    background-color:transparent;
    cursor: pointer;
}

.link:active,.link:hover
{
	 color: var(--link-color-text);
	 border-bottom: var(--link-color-line,var(--link-color-line));
	 text-decoration: none;
}  


/* Funciones RWD */

 /* para 980px o menos */
	@media screen and (max-width:980px) 
	{
		.start{
			display: contents;
			background-color:#f2f2f2;
		}
		.container 
		{
			width: 100%; 
			height: 100%;
			background-color:transparent;
			margin: 0px 0px; 
			border-radius: none;
			border-top:none;
			border-left:none;
			border-right:none;
			border-bottom:none;
			}
		.jupiter-land
		{
		width: 100%; 
		height: 100%;
		margin: auto;
		background-color:transparent;
		padding: 20px 20px 20px 20px;
		transition: all 0.2s ease-in-out;
		align-items: center;
		justify-content: center;
		text-align: center;
		}
			
		.button-input-file {
			width:600px;
		}
		
		.title-download
		{
		font-size: 24px;
		}
		
		.space-download
		{
		width: 100%;
		padding: 10px 10px 10px 10px;
		}
		.space-a4
		{
			width:100%;
			padding: 10px 10px 10px 10px;
		}
		.logoApp {
			height:60px; 
			width:250px;
			padding: 20px 0px 20px;
		}
		
		.dashboard {
		width:90%;
		}		
			
	}
 
	/* para 700px o menos */
	@media screen and (max-width:700px) 
	{
		.start{
			display: contents;
			background-color:#f2f2f2;
		}
		.container 
		{
			width: 100%; 
			height: 100%;
			background-color:transparent;
			margin: 0px 0px; 
			border-radius: none;
			border-top:none;
			border-left:none;
			border-right:none;
			border-bottom:none;
		}
		
		.jupiter-land
		{
		width: 100%; 
		height: 100%;
		margin: auto;
		background-color:transparent;
		padding: 20px 20px 20px 20px;
		transition: all 0.2s ease-in-out;
		align-items: center;
		justify-content: center;
		text-align: center;
		}
		
		.button-input-file {
			width:500px;
		}
		
		.title-download
		{
		font-size: 24px;
		}
		
		.space-download
		{
		width: 100%;
		padding: 10px 10px 10px 10px;
		}
		.space-a4
		{
			width:100%; 
			padding: 40px 10px 10px 10px;
		}
		.logoApp {
			height:60px; 
			width:250px;
			padding: 20px 0px 20px;
		}
		
		.dashboard {
		width:90%;
		}		
			
	}
 
	/* para 480px o menos */
	@media screen and (max-width:480px) {
		.start{
			display: contents;
			background-color:#f2f2f2;
		}
		.container 
		{
			width: 100%; 
			height: 100%;
			background-color:transparent;
			margin: 0px 0px; 
			border-radius: none;
			box-shadow:none;
			border-top:none;
			border-left:none;
			border-right:none;
			border-bottom:none;
		}
		
		.jupiter-land
		{
		width: 100%; 
		height: 100%;
		margin: auto;
		background-color:transparent;
		padding: 20px 20px 20px 20px;
		transition: all 0.2s ease-in-out;
		align-items: center;
		justify-content: center;
		text-align: center;
		}
			
		.button-input-file {
			width:400px;
		}
		
		.title-download
		{
		font-size: 24px;
		}
		
		.space-download
		{
		width: 100%;
		padding: 10px 10px 10px 10px;
		}
		.space-a4
		{
			width:100%; 
			padding: 40px 10px 10px 10px;
		}
		.logoApp {
			height:60px; 
			width:250px;
			padding: 20px 0px 20px;
			}
		.dashboard {
		width:90%;
		}			
	}
	
	/* Tema modo oscuro */
	@media (prefers-color-scheme: dark) 
	{

	:root {
	--accent-text-color: #1D1D1B;
	--accent-base-layer-1: #46A7F4;
	--accent-base-layer-2: #94BAE1;
	--accent-border-gray: 1px solid #d6d6d6;
	--accent-border-blue: 1px solid #46A7F4;
	
	--button-layer-1: #1D1D1D;
	--button-layer-2: #2d2d2d;
	
	--font-text-color: #ffffff;
	--neutral-layer-floating: #333333;
	--neutral-layer-1: #272727;
	--neutral-layer-2: #1a1a1a;
	--neutral-layer-3: #0b0b0b;
	--neutral-layer-4: #000000;
	--body-font-color: #ffffff;
	--accent-border-color: #545454;
	--start-background-color: #0d0d0d;
	--container-background-color: #1e1e21;
	--link-color-text: #479ef5;
	--link-color-line: 2px solid #479ef5;
	}

	html,
	body { 
	background-color:#121212;
	}
	
	textarea {
	background-color: #1D1D1D;
	border-bottom:1px solid rgba(209,209,209,1);
	color: #FFFFFF;
	}

	textarea:focus {
  background-color: #1D1D1D;
  color: #FFFFFF;
  }

  textarea:active{
  background-color: #1D1D1D;
  color: #FFFFFF;
  }
	
	.start{
		background-color:#121212;
		}
		
	.container {
		background-color:#1D1D1D;
		color:#FFFFFF;
		}
		
	.dashboard {
	background-color: #1D1D1D;
	}
	
	.dashboard:hover {
		background-color: #2D2D2D;
		}
	
	.dashboard:active
	{
		background-color: #2D2D2D;
		}
		
	.datapolicy {
	background-color: #1D1D1D;
	}
	
	.datapolicy:hover {
		background-color: #2D2D2D;
		}
	
	.datapolicy:active
	{
		background-color: #2D2D2D;
		}
	
	.dockapp {
		background-color:#061B17;
		}
		
	.button-input-file {
		background-color:#061B17;
		}
		
	.button-input-file:hover {
		background-color: #011712;
		transition: all 0.2s ease-in-out;
		}
	
	.button-input-file:active {
		background-color: #010c0a;
		transition: all 0.2s ease-in-out;
		}	
		
	.logoApp-contows {
		background-image: url(https://moss.com.ec/resources/images/contowsb.png);
	}
	
	.logoApp-moss {
		background-image: url(https://moss.com.ec/resources/images/mossb.png);
	}
	.loadapp
	{ 
	color: #FFFFFF; 
	}
	.menu {
		background-color: #1D1D1D;
		color:#FFFFFF;
		}
	.texto {
	color: #FFFFFF;
	transition: all 0.2s ease-in-out;
	}
	.textoM
	{
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.2s ease-in-out;
	}
	.titulo
	{
		color: #FFFFFF;
		transition: all 0.2s ease-in-out;
		}
	.title-download
	{
	color: #FFFFFF;
	transition: all 0.2s ease-in-out;
	}
	.textbox {
	background-color: #1D1D1D;
	border-bottom:1px solid rgba(209,209,209,1);
	color: #FFFFFF;
	}
	.textbox:focus {
  background-color: #1D1D1D;
  color: #FFFFFF;
  }
  .textbox:active{
  background-color: #1D1D1D;
  color: #FFFFFF;
  }
  
  .copyright {
	background-color: #1D1D1D;
    color:#FFFFFF;
	}
  
  .ddbase-content
	{
	background-color: #1D1D1D;
	color: #FFFFFF;
	}
	
	.dropbtn {
    background-color: #1D1D1D;
	color: #FFFFFF;
	}
	.ddbase-content a {
    color: #FFFFFF;
}

	.ddbase-content a:hover {
	background-color: #121212;
	color: #FFFFFF;
	}

	.ddbase:hover .ddbase-content {
    display: block;
	}

	.ddbase:hover .dropbtn {
    background-color: #1D1D1D;
	}
 
 .space-download
	{
	 background-color: #1D1D1D; 
	}
 .space-ride
	{
	 background-color: #121212;
	 color:#FFFFFF;
	}
	::-webkit-scrollbar-thumb {
	background: #1D1D1D;
	}
	
	.link
	{
    color: var(--font-text-color);
    text-decoration: none;
    background-color:transparent;
    cursor: pointer;
  }

  .link:active,.link:hover
  {
	 color: var(--link-color-text);
	 border-bottom: var(--link-color-line,var(--link-color-line));
	 text-decoration: none;
	}  
}