/* import local fotns */
@font-face {
    font-family: 'Yanone Kaffeesatz';
    src: url('fonts/YanoneKaffeesatz-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face  {
    font-family: 'Yanone Kaffeesatz';
    src: url('fonts/YanoneKaffeesatz-Bold.ttf') format('truetype');
    font-weight: bold;
}


@font-face {
    font-family: 'Yanone Kaffeesatz SemiBold';
    src: url('fonts/YanoneKaffeesatz-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Lato';
    src: url('fonts/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
}

* {
    padding : 0px;
    margin : 0px;
}

body {
    /* overflow  x hide*/
    overflow-x: hidden;
}

#scottyMessages {
    display: none;
    margin-top: 60px;
}


#nav {
    height: 60px;
    width: 100%;
    background-color: #ff8700;
    position: fixed;
    z-index: 100;
}


#footer {
    height: 50px;
    width: 100%;
    background-color: #ff8700;
    position: fixed;
    z-index: 100;
    bottom: 0px;
}



.logo-header {
    padding: 10px;
    width: 95%;
    overflow-x: hidden;
}

.logo-header img {
    height: 40px;
    width: 40px;
    display: inline-block;
}


.logo-header h1 {
    font-size: 40px;
    color: white;
    display: inline-block;
    position: relative;
    top: -6px;
    left: 4px;
    font-family: 'Yanone Kaffeesatz';
    font-weight: bold;
}

.container {
    padding: 20px;
}


.company {
    font-family: 'Yanone Kaffeesatz';
    font-weight: 400 !important;
}


li {
    list-style-type: none;
    font-family: 'Lato';
}

ul {
    width: 100%;
    margin-bottom: 60px;
}

.user-response{
    cursor: pointer;
}

.user-response button {
    float: right;
    width: 200px;
    height: 40px;
    border-radius: 10px;
    color: #45aded;
    border: 2px solid #45aded;
    margin-top: 25px;
    background-color: transparent;
    cursor: pointer;
}

.scotty-response {
    width: 70%;
    background-color: #e4e4e4;
    margin-top: 10px;
    border-radius: 10px;
    padding: 10px;
}


#loginPage {
    margin-top: 60px;
}




.landing-page-container{ 
    width: 60vw;
   /* background-color: red; */
   /* center div */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}

.doodle, .text {
    /* split between doodle and text horizontally */
    flex: 1;
}

.text h1 {
    font-family: 'Yanone Kaffeesatz SemiBold';
    font-weight: 400;
    font-size: 45px;
}

.text p {
    margin-top: 40px; 
}

.text p, .text li {
    font-family: 'Lato';
    text-align: left;
    font-size: 18px;
}


.text ul li {
    /* text-decoration:  */
/* add standard decoration to list */ 
    list-style-type: disc;
    /* add padding to list object */
    padding-top: 8px;
}

.list-of-things {
    width: 80%;
    /* margin-right: 60px */
    position: relative;
    left: 80px;
    top: 10px;
}



.login-instruction {
    font-size: 14px !important;
    padding-top: 10px;
}

#loginBtn {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 2px solid #45aded;
    margin-top: 10px;
    background-color: transparent;
    cursor: pointer;
}


#loginBtn:hover {
    background-color: #45aded;
    color: white;

    /* animate color transition */
    transition: 0.3s;
}


#noTarget {
    display: none;
    margin-top: 60px;
}

.no-target-info,  .welcome-message{
    /*  */
    height: auto;
    width: 40vw;
    /* background-color: red; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




#noTarget h1 {
    font-family: 'Yanone Kaffeesatz SemiBold';
    font-weight: 400;
    font-size: 45px;

    color: #5a5a5a;

}


#noTarget input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #45aded;
    margin-top: 10px;
    background-color: transparent;
    cursor: pointer;
    padding-left: 10px;
    font-family: 'Lato';
    font-size: 18px;
    appearance: none !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
 
}

#noTarget input:focus {
    outline: none;
    appearance: none !important;
}

#noTarget input::placeholder {
    color: #b0b0b0;
    font-family: 'Lato';
    font-size: 18px;
}



.welcome-message {
    display: none;
}

.welcome-message h1 {
    font-family: 'Yanone Kaffeesatz SemiBold';
    font-weight: 400;
    font-size: 45px;
    color: #5a5a5a;
    text-align: center;
    position: relative;
    /* display: none; */
}







.clicked button {
    border: 2px solid #cee6f5 !important;
    color: #cee6f5 !important;
    cursor: not-allowed !important;
}







.not-clicked button {
    border: 2px solid #d1cece !important;
    color: #d1cece !important;
    cursor: not-allowed !important;
}


.nav-button-container {
    width: 100%;
    height: 100%;
    /* background-color: red; */
    position: absolute;
    top: 0px;
    /* CENTER HORIZONTALLY */
    left: 50%;
    transform: translate(-50%, 0%);
}






ul.nav-button-ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
}




.nav-button-ul li {
    /* background-color: red; */
    width: 100%;
    height: 100%;
    /* background-color: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* line height center */
    line-height: 40px;
    color: white; 
    font-size: 30px;    
}


#forecastScreen {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0s linear 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Yanone Kaffeesatz SemiBold';
    align-items: center;
    width: 100%; /* Aumenta el tamaño según necesites */
    height: 400px; /* Aumenta el tamaño según necesites */
    margin: auto; /* Centra horizontalmente */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Centra verticalmente */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Opcional: Añade sombra para mejor estética */
    padding: 20px; /* Espaciado interno para no pegar el contenido a los bordes */
    border-radius: 10px; /* Opcional: Bordes redondeados */
}

#forecastScreen.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
    box-shadow: none;
}

#forecastQuarterTitle {
    margin-bottom: 20px; /* Espacio entre el título y el select */
    font-family: 'Yanone Kaffeesatz SemiBold';
    font-weight: 400;
    font-size: 45px;
    color: #5a5a5a;
}

#quarterSelect {
    -webkit-appearance: none; /* Desactiva la apariencia por defecto en WebKit/Blink */
    -moz-appearance: none; /* Desactiva la apariencia por defecto en Firefox */
    appearance: none; /* Desactiva la apariencia por defecto en navegadores modernos */
    width: 20%; /* Aumenta el tamaño del select */
    padding: 10px; /* Aumenta el padding para hacerlo más alto */
    border-radius: 10px; /* Bordes redondeados */
    border: 2px solid #45aded; /* Contorno con líneas de color gris clarito */
    font-family: 'Yanone Kaffeesatz';
    font-size: 18px;
    outline: none; /* Elimina el contorno al enfocar */
    background-image: url('images/arrow-down-icon.svg'); /* Icono personalizado para el desplegable */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

#quarterSelect option {
    font-family: 'Yanone Kaffeesatz';
    font-size: 18px;
    border-radius: 10px; /* Intenta aplicar bordes redondeados, aunque es posible que no funcione en el cuadro de opciones */
    border: 2px solid #45aded; /* Aplica un borde, aunque es posible que no se muestre en las opciones */
    padding: 10px; /* Aumenta el padding, afectará principalmente al select */
    background: white; /* Establece un fondo, principalmente para el select */
    color: #5a5a5a; /* Color del texto */
}

#setTarget{
    height: 40px;
    width: 100%;
    border-radius: 10px;
    border: 0px none transparent;
    color: rgb(158, 158, 158);
    font-family: 'Yanone Kaffeesatz SemiBold';
    font-size: 18px;
    cursor: pointer;
    background-color: white;
    margin-right: 20px;
}   

#setForecastQuarter{
    height: 40px;
    width: 100%;
    border-radius: 10px;
    border: 0px none transparent;
    color: rgb(158, 158, 158);
    font-family: 'Yanone Kaffeesatz SemiBold';
    font-size: 18px;
    cursor: pointer;
    background-color: white;
    margin-left: 20px;
}

.set-target-instruction {
    font-size: 14px !important;
    padding-top: 10px;
    font-family: 'Lato';
    color: #b0b0b0;
}



#dayPicker {
    float: right;
    width: 200px;
    height: 50px;
    border-radius: 10px;
    border: 2px solid #45aded;
    margin-top: 10px;
    background-color: transparent;
    cursor: pointer;
    padding-left: 10px;
    font-family: 'Lato';
    font-size: 18px;
    appearance: none !important;
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
}


select:disabled {
    border: 2px solid #cee6f5 !important;
}

.loading img {
    height: auto;
    width: 300px;
    position: absolute;
    top: -80px;
    left: 50%;
    /* center */
    transform: translate(-50%, 0%);
    display: none;
    z-index: -1;
 }

 .loading h1 {
    font-family: 'Yanone Kaffeesatz SemiBold';
    font-weight: 400;
    font-size: 20px;
    color: #5a5a5a;
    text-align: center;
    position: absolute;

 }




 
 @media only screen and (max-width: 614px) {

    .welcome-message h1{
        font-size: 36px !important;
    }

    .loading img {
        width: 243px !important;
        top: -68px;
    }
  }