@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: 'MyFont';
    src: url(./font/Montserrat-VariableFont_wght.ttf); 
}

html, body {
    font-family: 'MyFont';

}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    /*padding-top: 1.1rem;*/
    display: flex;
    justify-content: center;
    
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


/**************** Start ********************/


footer {
    height: 75px;
    background-color: transparent;
}

.overlay {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;    
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.65);
    display: flex;
    justify-content: center;
    align-items: center;
}

.deletePopup {
    width: 350px;
    height: auto;
    padding: 20px;
    background-color: rgba(255,255,255,0.8);
}

iconify-icon {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.form-check-input {
    
}

.form-check-input:checked {
    background-color: #d08f63;
    border: none;
}

.title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 20px;
}

.whiteTxt {
    color: #FCFEFF;
}

label {
    font-weight: 600;
}

iconify-icon {
    font-size: 1.2em;
}

.btn-primary {
    background-color:#FCFEFF;
    border: none;
    border-radius: 0px;
    padding: 5px 25px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.1em;
}

    .btn-primary:hover {
        border: 1px solid #bb5427;
        background-color: #FCFEFF;
        color: #bb5427;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #ccc;        
    }

.btnAdd {
    width: 100px;
    height: 43px;
}

.btnSave {
    width: 100px;
}

.btnRenew {
    width: 110px;
    height: 36px;
    margin-left: 20px;
}

.inputContatiner {
    background-color: #FCFEFF;
    background-color: rgba(255,255,255,0.8);
    margin: 20px 0;
    padding: 30px;
}

.renewKeyContainer {
    width: 900px;
}

.itemCard {
    width: 100%;
    border-radius: 6px;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.15);
    background: #fff;
    margin: 10px 0 0 0;
    padding: 10px;
    text-align: center;
    color: #000;
    font-size: 1.3em;
    font-weight: 500;
}

.pageContainer {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
   
}

.linkCard {
    width: 360px;
    
    margin: 20px;
}

.linkBanner {
    width: 100%;
    height: 200px;
    background: #ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
}

.linkTitle {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
    background: #FCFEFF;
    text-align: center;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.searchResults {
    position: relative;
    top: -15px;
    display: inline-block;
    z-index: 5000;
    width: 360px;
    height: auto;
    background: #fff;    
}

.resultsContent {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;    
    
    border-radius: 3px;
    padding: 0 10px;
    z-index: 1;
}

.resultItem {
    padding: 1px 5px;
    border-radius: 5px;
}
.resultItem:hover {
    background: #E6E8EC;
    cursor: pointer;
}

.filterSelect {
    width: 120px;
    height: 45px;
    padding: 0 10px;    
}

.callToActionBtn {
    padding: 5px 15px 5px 15px;
    margin: 10px 0 20px 0;
    background-color: #d08f63;
    color: #000;
    font-size: 12px;
    font-weight: 500;
}
    .callToActionBtn:hover {        
        background-color: #d08f63;
    }

.eventsBackground {
    background-image: url('../images/native-american-pow-wow.jpg');
}

.businessesBackground {
    background-image: url('../images/indigenous-business.webp');
}

.poisBackground {
    background-image: url('../images/POIBanner.png');
}

.usersBackground {
    background-image: url('../images/usersBanner.png');
}

.mapDemoBackground {
    background-image: url('../images/mapScreenShot.png');
}

.apiDocBackground {
    background-image: url('../images/APIdocument.webp');
}

.apiKeyBackground {
    background-image: url('../images/APIkey.webp');
}

.apiKeyInput {
    width: 650px;
    padding: 0 15px;
}

.ApiTableHead th {
    font-size: 16px;
    font-weight: 600;
}

#locationMap {
    border-radius: 6px;
}

#locationMapContainer {
    width: 100%;
    height: auto;
    max-width: 380px;    
    border-radius: 6px;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.15);
}

#demoMap {
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.popupImage {
    width: 300px;
    height: 200px;
    box-shadow: 11.4142px 11.4142px 21.9504px rgba(0, 0, 0, 0.25);
}


.popupOverlay {
    position: absolute;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
}

.popupBase {
    width: 300px;
    height: 500px;
    
}

.popupInfo {
    position: relative;
    bottom: 50px;
    width: 240px;
    
    padding: 5px;

    background: #fff;
    box-shadow: 11.4142px 11.4142px 21.9504px rgba(0, 0, 0, 0.25);
}

.popupData {
    padding: 0 15px 5px 15px;
    
}

.popupDataAddress{
    font-size: 10px;
}

.popupDataDesc {
    max-height: 220px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mapLogo {
    position: absolute;
    z-index: 5000;
    top: 20px;
    left: 20px;
}

.mapToggles {
    position: absolute;
    z-index: 5000;
    top: 20px;
    right: 20px;
    width: 150px;
    height: 100px;
    background: #fff;
    padding: 10px;

}

.navLogo {
    width: 90px;
}
/*.searchInput-wrapper {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

    .searchInput-wrapper:after {
        font-family: 'icomoon';
        content: '\e986';
        position: absolute;
        left: 20px;
        top: 10px;
        color: #9B9B9B;
    }*/
.searchInput {
    width: 100%;
    padding: 8px 35px;
    border: none;
    font-size: 18px;
    background: #FCFEFF;
    /*border: 2px solid #E6E8EC;*/
    color: #000;
}

    .searchInput:focus {
        box-shadow: none;
        border: 2px solid #E6E8EC;
    }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1rem;
}

.form-control {    
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.15);
}

.dateTable {
    width: 100%;
}

.tableHead th {
    font-weight: 400;
    font-size: 12px;
}

.tableBody tr {
    width: 100%;
}


.inputDate {
    width: 160px;
    font-size: .7rem;
}

    .inputDate::-webkit-inner-spin-button {
        /*display: none;*/
    }

    .inputDate::-webkit-calendar-picker-indicator {
        /*background: orange;*/
    }

    .inputDate::-webkit-datetime-edit-text {
        /*padding: .5em;*/
    }

.inputTime {
    font-size: .7rem;
}

.itemsList {
    max-width: 360px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.listItem {
    margin: 3px;
    padding: 3px 8px;
    background-color: #d4b492;
    border-radius: 6px;
    font-size: .8rem;
    color: #fff;
}

.bannerImg {
    /*width: 100%;*/
}

.logoImg {
    /*width: 256px;*/
}

/*********Loading Overlay****************/
#loading-screen {
    position: absolute;
    z-index: 1100;
    top: 30vh;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: #fff;
    opacity: 1;
    transition: 1s opacity;
    background: none;
}

#loadImg {
    width: 60px;
}

#loading-screen.fade-out {
    opacity: 0;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 30%;
    width: 250px;
    height: 250px;
    margin: -125px 0 0 -125px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00C278;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    /*background-image: url("../Images/EngageLogo_Stacked.png");*/
    background-position: center;
    background-size: 55%;
    background-repeat: no-repeat;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #4FD6A3;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #7BE1BA;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

#loadTxt {
    position: relative;
    left: 0;
    top: 350px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/***** End Loading Overlay ****************/


@media (min-width: 641px) {
    .cardContainer {
        width: 1200px;
        height: calc(100vh - 200px);
        display: flex;
        flex-wrap: wrap;
        overflow: auto; /* enable vertical scrolling */
    }

        .cardContainer::-webkit-scrollbar {            
            display: none;
        }

    .tableContainer {
        min-width: 1200px;
        height: calc(100vh - 200px);
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        overflow: auto; /* enable vertical scrolling */
    }
        .tableContainer::-webkit-scrollbar {
            display: none;
        }

    .itemCard {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 280px;
        height: 150px;
        margin: 10px;
    }

    .table {
        width: 1120px
    }

    .pageMain {
        width: 1200px;        
        /*margin-left: calc(50% - 600px);*/
    }

    .dateTable {
        width: 400px;
    }

    .form-control {
        width: 360px;
    }

    .inputWrapper {
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }

    .editUser {
        width: 850px;
        
    }

    .editUserInputs {
        width: 850px;
        height: 300px;
        display: flex;
        flex-wrap: wrap;
    }

    .textArea {
        width: 1110px;
    }

    .nameInput {
        width: 735px;
    }

    .images {
        width: 1200px;
        display: flex;
        justify-content: space-between;
    }

    .poiImages {
        width: 1200px;
        height: auto;
        
        
    }

    .poiImg {
        width: 256px;
        height: 256px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin: 10px;
        float: left;
        
    }

    .bannerImg {
        width: 600px;
        height: 350px;
        background: #ccc;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .logoImg {
        width: 256px;
        height: 256px;
        background: #ccc;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .locationContact {
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }

    .contactInfo {
        width: 800px;
        display: flex;
        flex-wrap: wrap;
    }

    .additionalInfo {
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }

    .indgenousData {
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }

    .venueInfo {
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }

    .socialMediaLinks {
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }

    .businesses {
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }

    .bools {
        width: 1200px;
        display: flex;
        flex-wrap: wrap;
    }
}