/* @import url("https://fonts.googleapis.com/css?family=Roboto|Varela+Round"); */
@import url("https://fonts.googleapis.com/css?family=Poppins:wght@400,;500;600;700&display=swap");

/*
BEM: Blocks, Elements, Modifiers
-- for modifiers
__ for elements
- for naming blocks with multiple words

*/
/* ============================================================= */
/* Variables */
:root {
    --color-endata-orange: #F7A400;
    
    /* --img-bg-main: url('/assets/images/herohome-bg-pattern.webp'); */
    --img-bg-main: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),url('/assets/images/topographical map contour lines - top.jpg');
}
/* ============================================================= */
body {
    /* font-family: 'Varela Round', sans-serif; */
    font-family: 'Poppins', sans-serif;
    /* background-image: var(--img-bg-main); */
    /* background-image: linear-gradient(rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.55)), url('/assets/bg.jpg'); */
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */


.navbar {
    /* border: 1px solid red; */
    height: 30px;
    font-size: small;
}

.navbar-logo {
    /* background-image: url("https://images.plot.ly/logo/new-branding/plotly-logomark.png"); */
    height: 30px;

}
.navbar .nav-link, .navbar .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;

    border: 0px;
    padding: 0px;
}

.page-layout {
    /* border: 2px solid green; */
    margin-top: 10px;
    /* height: 95vh; */
    /* background-image: url('/assets/bg.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
}

.home-row {
    margin-top: 30px;
    /* border: 1px solid red; */
    height: 100%;
    /* height: 100vh; */
}

/* ============================================================= */
/* Carousel */
.carousel {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.19), 0px 6px 6px rgba(0, 0, 0, 0.23);
    /* height: 100%; */
}

.carousel-card {
    margin-top: 100px;
    background-color:inherit;
    border: 0px;
}

.carousel__img{
    width: 100%;
    /* height: 300px; */
    object-fit:cover;
    /* opacity: 0.5; */
}


.carousel h5{
    /* background-color: gray; */
    font-size: x-large;
    color:rgb(231, 32, 32);
    background-color: var(--color-endata-orange);
    

}

/* ============================================================= */
/* Login */

.form-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 100px;

    padding: 20px;
    color:white;

    border: 1px solid gray;
    border-radius: 10px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.19), 0px 6px 6px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 0.3);
}


/* ============================================================= */

.form-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 500px; */
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid gray;
    border-radius: 10px;
    margin-top: 100px;
    padding: 20px;
    color:white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.19), 0px 6px 6px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 0.3);
}
.form-view-wide {
    margin-top: 40px;
    width: 600px;
}
.form-view-xwide {
    margin-top: 100px;
    width: 800px;
    /* color: white; */
    /* centralize text */
    text-align: center;
    font-size: 0.9rem;
}

.form-float-container{
    height: 70px;
    display: block;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */

}

.form-float {
    /* width:300px !important; */
    /* width: 100% !important; */
    min-width: 300px;
    height: 30px;
    /* border: 1px solid red; */
    font-size: medium;
    margin-bottom: 0px;
    margin-top: 15px;
    /* background-color: inherit; */
    border: 1px solid gray;
}
.form-float:focus {
    /* background-color: inherit; */
    color:#44555D;
    outline: none;
}

.form-float-label{
    color:gray;
}

.form-float-label::after {
    background-color: inherit !important;
}

.form-text{
    color:var(--color-endata-orange);;
    font-size: small;
    margin-bottom: 0px;
    margin-left: 5px;
}

.form-button {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color:white;
    border: 1px solid lightgray;
}
.form-link {
    margin-left:5px;
    margin-right:5px;
    /* remove underline */
    text-decoration: none;
    color: var(--color-endata-orange);
}
.form-link-div{ 
    display: flex;
    justify-content: center;
}




.endata-logo {
    width: 200px;
    /* height: 100px; */
    margin-bottom: 40px;
    margin-top: 20px;
}


#output-state-login {
    color: var(--color-endata-orange);
    margin-top: 10px;
    /* font-size: small; */
}

.terms-and-conditions{
    font-size: 0.6rem;
    /* color:red !important */
}
.terms-and-conditions h1{
    font-size: 0.8rem;
    /* color:cyan; */
    font-weight: bold;
}

.terms-and-conditions h2{
    font-size: 0.7rem;
    /* color:cyan; */
    font-weight: bold;
}


#checkbox-tc:checked {
    background-color: var(--color-endata-orange) !important;
}


.carousel-col {
    padding-left: 50px;
    padding-right: 50px;
}

.form-col {
    /* background-color: blue; */
}



.footer {
    position:fixed;
    bottom: 0;
    width: 100%;
    background-color:inherit;
    padding: 5px;
    text-align: right;
    font-size:x-small;
    color:gray;
}

