:root {
    /* --identifier: value; */
    --my-font-family: Google Sans, Roboto, Helvetica, Arial, sans-serif;
    --button-font-family: arial, sans-serif;
    --theme-color: yellow;
    --link-text-color: #000000DE;
}


* {
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: arial, sans-serif;

}

header #top-container {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 10px;
    font-family: var(--my-font-family);

    user-select: none;

    /*svg{*/
    /*    width: 25px;*/
    /*    height: 25px;*/
    /*}*/
}

#images-link:hover {
    text-decoration: underline;
}

#gmail-link:hover {
    text-decoration: underline;

}

#top-container a {
    /*remove underline*/
    text-decoration: none;
    /*color: black;*/
}

#gmail-link, #images-link {
    color: var(--link-text-color);
}


#top-container * {
    padding: 10px;
}

#sign-in-button {
    width: 96px;
    height: 36px;
    font-family: var(--my-font-family);
    font-weight: 500;
    /*font-size: 14px;*/
    letter-spacing: .25px;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 8px;
    min-width: 80px;
    padding: 9px 23px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    color: white;
    background-color: #1A73E8;

    border: none;

    &:hover {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;


    }


}

#sign-in-button a {
    text-align: center;
    vertical-align: middle;
    color: white;
}

#google-logo-container {
    height: 125px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
}

#mic-span, #image-span {
    &:hover {
        cursor: pointer;
    }
}

#search-bar-container {
    display: flex;
    /*z-index: 3;*/
    position: relative;
    min-height: 44px;
    background: #fff;
    border: 1px solid #dfe1e5;
    box-shadow: none;
    border-radius: 24px;
    margin: 0 auto;
    height: 46px;
    /*width: 638px;*/
    width: auto;
    max-width: 584px;

    align-items: center;

    &:hover {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    }

    input {
        /*general siblings mic and camera svgs*/

        ~ svg {
            width: 24px;
            height: 24px;


        }
    }

    svg {
        /*to change colour of the lens*/

        &:first-child {
            fill: gray;
            width: 20px;
            height: 20px;
        }


    }
}

#search-bar-container * {
    margin: 5px;
}

#button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

#lucky-button {
    a {
        color: #3c4043;
    }


}

#search-button, #lucky-button {
    background-color: #f8f9fa;
    border: 1px solid #f8f9fa;
    border-radius: 4px;
    color: #3c4043;
    font-family: var(--button-font-family);
    /*font-size: 14px;*/
    margin: 11px 4px;
    padding: 0 16px;
    line-height: 27px;
    height: 36px;
    min-width: 142.5px;
    text-align: center;
    cursor: pointer;
    user-select: none;

    &:hover {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
}


#button-container a {
    text-decoration: none;
}

form {
    margin-top: 20px;
    /*display: flex;*/
    /*flex-direction: column;*/
    text-align: center;
    /*height: 144px;*/

    #textinput {
        /*height: 40px;*/
        margin-bottom: 30px;
        /*width: 50%;*/
        border-radius: 30px;
        font-size: 16px;
        /*border: lightgray solid 0.3px;*/
        border: none;
        outline: none;
        display: flex;
        /*z-index: 3;*/
        position: relative;
        min-height: 44px;
        background: #fff;
        /*border: 1px solid #dfe1e5;*/
        box-shadow: none;
        /*border-radius: 24px;*/
        margin: 0 auto;
        /*width: 638px;*/
        width: auto;
        width: 100%;
        /*max-width: 584px;*/
    }

}

#language-div {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #4d5156;
    display: inline-block;
    line-height: 28px;

    height: 152px;
    flex-grow: 1;

    a {
        text-decoration: none;
    }

    a:hover {
        text-decoration: underline;
    }
}

footer {
    /*position: absolute;*/

    color: var(--link-text-color);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f7f8f9;
    align-items: center;
    min-height: 46px;
    font-size: 15px;
    margin: 0;

    width: 100%;

    div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px;

        a {
            padding-left: 15px;
            padding-right: 15px;
            text-decoration: none;
            color: var(--link-text-color);
        }

        a:hover {
            text-decoration: underline;
        }
    }
}

#sri-lanka-footer {
    padding: 15px 30px;
    border-bottom: 1px solid #dadce0;
    height: 48px;
}

#footer-division {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

#app-div {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: 40px;
    height: 40px;
    /*border-radius: 100%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    a{
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;

        width: 40px;
        height: 40px;
        border-radius: 100%;
        &:hover {
            background-color: #f2f2f2;

            /*#shadow-div {*/
            /*    visibility: visible;*/
            /*}*/
            cursor: pointer;
        }
    }


    /*&:hover {*/
    /*    background-color: #f2f2f2;*/

    /*    !*#shadow-div {*!*/
    /*    !*    visibility: visible;*!*/
    /*    !*}*!*/
    /*    cursor: pointer;*/
    /*}*/
}

#shadow-div {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: fixed;
    background-color: #f2f2f2;
    top: 22px;
    right: 136px;
    z-index: -1;

    /*hide the shadow*/
    visibility: hidden;
}