h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.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."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/* BH Custom */

:root {
    --hbbackedge: #644d2b;
    --hbback: #dab98b;
    --hbborder: #644d2b;
}

body {
    background-image: url('/images/BarkBack.png');
    background-repeat: repeat;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow: auto;
}


main {
    max-width: 1000px;
    background-image: radial-gradient(circle, var(--hbback) 80%, var(--hbbackedge) 100%);
    border: 3px solid var(--hbborder);
}

a {
    text-decoration: none;
    color: inherit;
}


footer {
    padding-top: 0.5rem;
}



.bhpanel {
    width: 100%;
    height: 100%;
    max-width: 475px;
    border-radius: 5px;
    align-self: center;
    justify-self: center;
}


.bhtextpanel {
    background-color: rgb(255, 255, 255, 0.45);
    height: 100%;
    padding: 8px;
    text-indent: 0.75rem;
    width: 100%;
    max-width: 475px;
    border-radius: 5px;
    align-self: center;
    justify-self: center;
}

    .bhtextpanel h1 {
        font-size: 1.75rem;
        color: #111aa7;
        text-align: center;
    }


.topheader {
    max-height: 125px;
    width: 100%;
    display: grid;
    grid-template-columns: 40% 20% 40%;
    border-bottom: var(--hbborder) solid 2px;
}


.bheader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.homedogimg 
{
    width: 100%;
    height: auto;
    
}

.doghead {
    width: 100%;
    height: 120px;
    max-width: 200px;
    overflow: hidden;
}

.dogimg {
    height: 100%;
    width: auto;
    display: block;
    object-fit: cover;
    padding: 10px;
    border: 2px solid var(--hbborder);
    border-radius: 50%;
    background-color: silver;
}
.barkingham {
    font-size: min(4vw, 2.0rem);
    font-family: 'Cooper Black', Georgia, Times, 'Times New Roman', serif;
}

.barkingham2 {
    font-size: min(3vw, 1.5rem);
    font-family: 'Cooper Black', Georgia, Times, 'Times New Roman', serif;
}

.subtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: min(3.5vw, 1.5rem);
}

.top-row {
    border-bottom: 1px solid var(--hbborder);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    
    
}

    .top-row .navitem {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        background-color: rgb(255, 255, 255, 0.35);
        border-radius: 6px;
        padding: 0.125rem;
    }

        .top-row a:hover,
        .top-row .navitem:hover {
            transition: 250ms;
            border-bottom: 1px var(--hbborder) solid;
            border-right: 1px var(--hbborder) solid;
            border-top: 1px white solid;
            border-left: 1px white solid;
        }

.bhaddress {
    font-size: 1.0rem;
    text-align: center;
    font-weight: bold;
}


.bhtitle {
    font-size: 1.2rem;
    text-align: center;
    text-wrap: pretty;
    overflow-wrap: break-word;
    color: black;
    font-weight: bold;
}

.bhbtn {
    font-size: min(3vw, 1.1rem);
}

.sidetext {
    font-style: italic;
    font-size: 0.85em;
}


.pricetable {
    font-weight: 500;
    width: 90%;
    justify-self: center;
    font-size: 0.9rem;
}

.pricedesc {
    text-wrap: nowrap;
    min-width: 85px;
}


.active {
    font-weight: bold;
    border: none;
    box-shadow: 4px 4px 4px rgba(0, 0, 255, 0.5);
}


.daycare {
    text-align: center;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size: 1.3rem;
    font-weight: bold;
    text-wrap: nowrap;
}

.gptable {
    background-color: transparent;
    align-self: center;
    
}

    

    .gptable th {
        background-color: transparent;
    }


    .gptable td {
        background-color: transparent;
        padding: 2px;
    }


.infodiv {
    background-image: url("/images/infoback.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 400px;
    padding: 35px 30px 30px 35px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
}

.penimg {
    height: 100%;
    width: 100%;
    
}
.daycaretbl {
    margin-top: 24px;
    width: 60%;
    justify-self: center;
    font-weight: 500;
}


.groomingtbl {
    margin-top: 18px;
    width: 90%;
    justify-self: center;
    font-weight: 500;
}

.groomingtable th {
    font-size: 0.9rem;
    text-wrap: nowrap;
}


.infotext {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 550;
    text-indent: 1rem;
}

.tshirtpanel {
    border: darkblue solid 2px;
    max-width: 475px;
    justify-self: center;
}


.tshirtinfo {
    font-family: 'Cooper Black', Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-color: rgb(255, 255, 255, 0.45);
}

.tshirttext {
    font-size: 1.2rem;
}

.dogparkpanel {
    background-color: #111aa7;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    max-width: 475px;
    justify-self: center;
}

.dogparkheader {
    height: 20%;
    text-align: center;
}

    .dogparkheader .dogparkimg {
        width: 80%;
    }

.dogparktext {
    color: white;
    font-size: 1.1rem;
    padding: 10px;
    font-weight: 500;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

    .dogparktext h4 {
        color: white;
        font-size: 1.9rem;
        text-align: center;
        text-shadow: -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red, 1px 1px 0 red;
    }

    .dogparktext h5 {
        color: white;
        font-size: 1.5rem;
        text-align: center;
        text-shadow: -1px -1px 0 red, 1px -1px 0 red, -1px 1px 0 red, 1px 1px 0 red;
    }


.gptag {
    font-size: 0.9rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: center;
    color: #ffe8b9

}

    .gptag a {
        font-weight: 500;
    }

.gpimg {
    height: 1.65rem;
}

/* Portal */

.portalcontainer {
    min-height: 360px;
}

.portalpanel {
    font-family: 'Cooper Black', Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .portalpanel h4 {
        font-size: 1.25rem;
    }

.portalbtndiv {
    width: 100%;
}


.portalbtn {
    width: 40%;
    border-bottom: 3px #808080AF solid;
    border-right: 3px #808080AF solid;
}


    .portalbtn:hover {
        outline: 2px blue solid;
        transform: scale(102%, 102%);
        transition: 100ms;
    }

    .portalbtn:active {
        transform: translate(-2px, -2px);
        /* outline: blue 2px solid; */
        border-top: 3px #808080AF solid;
        border-left: 3px #808080AF solid;
        border-bottom: 3px white solid;
        border-right: 3px white solid;
    }

.siteversion {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
}




.glasscard {
    background: #f3f87217;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}


.bhimagegallery {
    background-color: #e5e5e54e;
    border: 4px solid #bd9963;
}

.gallerymodal {
    
}


@media (max-width : 600px) {

    
    

    .doghead {
        width: 100%;
        height: 80px;
        max-width: 200px;
        padding: 0;
        margin: 0;
    }

    .dogimg {
        height: 100%;
        width: auto;
        padding: 2px;
        border: 2px solid var(--hbborder);
    }

    .tshirtinfo h4 {
        font-size: 2.0rem;
    }



    .portalpanel h4 {
        font-size: 1.0rem;
    }

    .portalpanel {
        padding-top: 32px;
    }


    .imgpanel:hover {
        transform: scale(75%, 75%);
        transition: 250ms;
        position: absolute;
        left: 3px;
        top: 3px;
    }



    .gptag {
        font-size: 0.8rem;
    }

        .gptag a {
            font-weight: 500;
        }

    .gpimg {
        height: 1.25rem;
    }


    .pricetable {
        font-weight: 400;
        width: 95%;
        font-size: 0.95rem;
    }

        .pricetable th {
            font-size: 5px;
            text-wrap: nowrap;
        }

    .tblhead {
        font-size: 1.0rem;
        
    }


    .dogparktext h4 {
        font-size: 1.75rem;
    }

    .dogparktext h5 {
        font-size: 1.5rem;
    }

    .dogpawimg {
        height: 12px;
    }

    .bhtitle {
        font-size: 1.2rem;
        

    }


    .bhpanel {
        width: 100%;
        height: auto;
    }


    .bhtextpanel h1 {
        font-size: 1.4rem;
        
    }
}


@media (max-width : 400px) {

    .infodiv {
        background-size: 100% 100%;
        min-height: 200px;
        max-width: 350px;
       
        
    }



    
    .doghead {
        height: 50px;
    }

    .portalpanel h4 {
        font-size: 1.2rem;
    }

    


    .siteversion {
        font-size: 0.5rem;
    }

    .bhpanel {
        width: 100%;
        height: auto;
        text-align: center;
        
    }

    .bhtextpanel h1 {
        text-wrap: pretty;
        text-wrap-mode: wrap;
        font-size: 1.2rem;
        text-align: center;
    }


    /*.bhpanel img 
    {*/
        /*width: 300px;*/
        

    /*}*/

    .top-row {
        height: 50px;
         padding-left: 4px;
         margin-left: 4px;
         margin-right: 4px;
        
    }

        .top-row .navitem {
            margin: 0;
            padding: 0;
        }

    .infotext 
    {
        font-size: 14px
    }

    .gptable td 
    {
        font-size: 14px;
    }


}