﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    margin-left: 10%;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

backcolor {
    color: #EDEDEC;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #FBBA00;
    border-color: #1861ac;
}

/*for dropdown start*/
nav {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}



/* Dropdown Button */
.dropbtn {
    background-color: #EDEDEC;
    color: black;
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 130px;
    height: 40px;
    pointer-events: auto;
    display: block;
    display: flex;
    justify-content: space-between;
}

    /* Dropdown button on hover & focus */
    .dropbtn:hover {
        background-color: white;
    }

#arrow_img {
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center
}

#arrow {
    pointer-events: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: flex;
    margin-right: 16%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #EDEDEC;
    width: fit-content;
    width: fit-content;
    z-index: 1;
    color: black;
}

    /* buttons inside the dropdown */
    .dropdown-content button {
        padding: 10px;
        display: block;
        border: 0;
        text-decoration: none;
        border-top: 1px solid black;
        background-color: #EDEDEC;
        width: 130px;
        text-align: left;
        display: flex;
        justify-content: space-between;
        color: black;
    }

        /* Change color of dropdown buttons on hover */
        .dropdown-content button:hover {
            background-color: white;
        }

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.flag {
    pointer-events: none;
}

/*for dropdown end*/

#qr{
    
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.button-div {
    background-color: #FBBA00;
    color: black;
    border-width: 0px;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 10px;
    height: 40px;
    padding: 6px 10px;
}

button:focus {
    outline: 0;
    border-width: 0px;
}
/* Blue */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

p {
    line-height: 1.0;
    width: 90%;
    padding-left: 5%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #EDEDEC;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
