/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/dac-web-utils/src/modules/login/login.css ***!
  \**************************************************************************************************************************************/
/* override to change style */
:root {
	--loginButtonColor: white;
	--loginButtonBackgroundColor: #088dff;
	--loginButtonHoverColor: white;
	--loginButtonBackgroundHoverColor: #0182f3;
	--loginLinkColor: #088dff;
	--loginLinkHoverColor: #c7c7c7;
  }

/* LOG IN UI */
.loginUI {
	display: flex;
	flex-direction: column;
	padding: 2vh;
	min-width: 40vh;
    min-height: 50vh;
}

.loginUI_title{
	font-weight: bold;
    font-size: 3vh;
    color: #3d3d3d;
	margin-bottom: 1vh;
}

.loginUI_register{
	display: flex;
	flex-direction: row;
	font-size: 1.5vh;
	margin-bottom: 5vh;
}

.loginUI_register_text{
	color: #3d3d3d;
	margin-right: 5px;
}

.loginUI_link{
    color: var(--loginLinkColor);
    cursor: pointer;
    font-weight: 500;
}
.loginUI_link:hover {
	color: var(--loginLinkHoverColor);
}

.loginUI_input{
    padding: 0.5vh;
	text-align: left;
	border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #d1d1d1;
}

#loginUI_input_email{
	margin-bottom: 3vh;
}

#loginUI_input_password{
	margin-bottom: 5vh;
}

.loginUI_remember_forgot{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 1.5vh;
	margin-bottom: 8vh;
}


#loginUI_checkbox_remember{
  padding: 10px;
  vertical-align:middle;
}

.loginUI_label_remember{
	display: flex;
    margin-left: -1vh;
	text-align: center;
    line-height: 2.5vh;
}

.loginUI_button {
	background-color: var(--loginButtonBackgroundColor);
    color: var(--loginButtonColor);
    font-weight: bold;
    padding-left: 2vh;
    padding-right: 2vh;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    border: 0;
    border-radius: 2px;
    font-size: 3vh;
    width: 100%;
    cursor: pointer;
    text-align: center;
    border-radius: 0.5vh;
}

.loginUI_button:hover {
    color: var(--loginButtonHoverColor);
    background-color: var(--loginButtonBackgroundHoverColor);
}

.loginUI_error {
	font-size: 1.5vh;
	color: #ff0000;
	margin-bottom: 5vh;
    margin-top: -5vh;
}

.loginUI_close {
	text-align: right;
    cursor: pointer;
    font-weight: 900;
    margin-bottom: 2vh;
}

.loginUI_back {
	text-align: center;
    cursor: pointer;
	margin-top: 4vh;
    width: fit-content;
}

/* RECOVER UI */

.loginUI_recover_close:hover {
	color: grey;
}

#loginUI_recover_input_email {
    margin-top: 4vh;
	margin-bottom: 10vh;
}

/* REGISTER UI */
#loginUI_register_title {
	margin-bottom: 3vh;
}
#loginUI_register_button {
	margin-top: 10vh;
}

/* CHANGE PASSWORD UI */
#loginUI_changePass_title {
	margin-bottom: 3vh;
}
#lgnChangePasswordForm {
	margin-top: 8vh;
}
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/project/css/login.css ***!
  \*********************************************************************************************************/

.loginBack {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}

#login {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 50vh;	
    background: white;
    max-height: 70vh;	
    border-radius: 5px;
	z-index: 101;
  }
/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/project/css/aside.css ***!
  \*********************************************************************************************************/
aside {
	display: flex;
	flex-direction: column;
}
/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/project/css/main.css ***!
  \********************************************************************************************************/
/* ICONOS */
@font-face {
    font-family: "Icon";
    src: url(/ae1788a08f3ef7c95b6a.woff2) format("woff2");
}
.material-icons {
    font-family: "Icon";
    font-size: 3vh;
    /* Support for IE. */
    font-feature-settings: "liga";
    display: inline;
}

:root {
	--main-bg-color: #262626;
	--main-icon-color: white;
	--main-font-color: white;
	--main-second-color: #595959;
	--main-hover-color: #595959;
	--main-active-color: gray;
}
body {
    display: flex;
    flex-direction: column;
    font-family: "Outfit";
    height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}

main {
    display: flex;
    flex-direction: column;
    font-family: "Outfit";
    height: 100%;
}

footer {
    position: fixed;
    height: 50px;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    overflow: hidden;
    border-radius: 3px;
  }
  
  nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50px;
    z-index: 999;
    margin-top: 0px;
    width: 20%;
    bottom: 0px;
    width: 350px;
    max-width: 95%;
    padding-left: 0px;
    overflow-y: auto;
    background-color: var(--main-font-color);
  }
  
  aside {
    position: fixed;
    right:0;
    z-index: 999;
    background-color: var(--main-font-color);
    top: 50px;
    bottom: 0px;
    padding-left: 0px;
    width: 350px;
    margin: 0px;
    border-radius: 0px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  
  
  *[data-hide="hide"] {
    display: none !important;
  }
  
  *[data-hide="leftHide"] {
    animation-name: leftHide;
    animation-duration: 0.45s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
  }
  
  *[data-hide="leftShow"] {
    animation-name: leftShow;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
  
  *[data-hide="bottomHide"] {
    animation-name: bottomHide;
    animation-duration: 0.45s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
  }
  
  *[data-hide="bottomShow"] {
    animation-name: bottomShow;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
  
  *[data-hide="rightHide"] {
    animation-name: rightHide;
    animation-duration: 0.45s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
  }
  
  *[data-hide="rightShow"] {
    animation-name: rightShow;
    animation-duration: 0.35s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }


/* The animation code */
@keyframes leftShow {
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

@keyframes leftHide {
  from {
    left: 0;
  }

  to {
    left: -100%;
  }
}

@keyframes rightShow {
  from {
    right: -100%;
  }

  to {
    right: 0;
  }
}

@keyframes rightHide {
  from {
    right: 0;
  }

  to {
    right: -100%;
  }
}

/* The animation code */
@keyframes bottomShow {
  from {
    bottom: -100%;
  }

  to {
    bottom: 0;
  }
}

@keyframes bottomHide {
  from {
    bottom: 0;
  }

  to {
    bottom: -100%;
  }

}

/* SPLASH SCREEN */
#splash[data-visible="false"] {
    animation: fadeOut 0.50s;
    animation-fill-mode: forwards;
    display: none;
}

/*# sourceMappingURL=main.css.map*/