html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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;
}

.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");
    }

code {
    color: #c02d76;
}


/*loading Screen here*/

// Mixins
@mixin bg-gradient-l2r($start-colour, $end-colour) {
    background-color: $start-colour;
    background-image: -webkit-gradient( left top, right top, color-stop(0%, $start-colour), color-stop(50%, $start-colour), color-stop(100%, $end-colour), color-stop(100%, $end-colour) );
    background-image: -webkit-linear-gradient( left, $start-colour 0%, $start-colour 50%, $end-colour 50%, $end-colour 100% );
    background-image: -moz-linear-gradient( left, $start-colour 0%, $start-colour 50%, $end-colour 50%, $end-colour 100% );
    background-image: -ms-linear-gradient( left, $start-colour 0%, $start-colour 50%, $end-colour 50%, $end-colour 100% );
    background-image: -o-linear-gradient( left, $start-colour 0%, $start-colour 50%, $end-colour 50%, $end-colour 100% );
    background-image: linear-gradient( left, $start-colour 0%, $start-colour 50%, $end-colour 50%, $end-colour 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr='#{$start-colour}', end-colourStr='#{$end-colour}', gradientType='1');
}

body {
    background: #d4f5fe;
    margin: 0;
}

.wrapper {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 800px;
    height: 100%;
}

.inner {
    position: relative;
}

.ground {
    background: #84cbcf;
    &--big

{
    position: relative;
    // remove margin-top margin-top: 400px;
    width: 800px;
    height: 98px;
    border-radius: 46px 46px 0px 0px;
}

&--small {
    position: absolute;
    top: -23px;
    right: 120px;
    width: 284px;
    height: 24px;
    border-radius: 24px 24px 0 0;
}

&--distant {
    position: absolute;
    top: -72px;
    left: 295px;
    width: 160px;
    height: 72px;
    background: #9cd6da;
}

}

.c-tree {
    position: absolute;
    .bottom, .middle, .top

{
    position: relative;
    width: 45px;
    height: 45px;
    @include bg-gradient-l2r(#44b2a5, #36a38e);
    &:after

{
    position: absolute;
    right: -27px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 0 0 27px;
    border-color: transparent transparent transparent #36a38e;
}

&:before {
    position: absolute;
    left: -27px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 27px;
    border-color: transparent transparent #44b2a5 transparent;
}

}

.middle {
    width: 27px;
    margin: 0 auto;
}

.top {
    width: 0px;
    margin: 0 auto;
}

&--1 {
    top: -134px;
    left: 160px;
}

&--2 {
    top: -107px;
    left: 229px;
    .bottom, .middle, .top

{
    width: 36px;
    height: 36px;
    &:after

{
    right: -21px;
    border-width: 36px 0 0 21px;
}

&:before {
    left: -21px;
    border-width: 0 0 36px 21px;
}

}

.middle {
    width: 20px;
}

.top {
    width: 0;
}

}

&--3 {
    top: -80px;
    left: 45px;
    .bottom, .middle, .top

{
    width: 27px;
    height: 27px;
    &:after

{
    right: -14px;
    border-width: 27px 0 0 14px;
}

&:before {
    left: -14px;
    border-width: 0 0 27px 14px;
}

}

.middle {
    width: 16px;
}

.top {
    width: 0;
}

}

&--4 {
    top: -53px;
    left: 87px;
    .bottom, .middle, .top

{
    width: 18px;
    height: 18px;
    &:after

{
    right: -11px;
    border-width: 18px 0 0 11px;
}

&:before {
    left: -11px;
    border-width: 0 0 18px 11px;
}

}

.middle {
    width: 10px;
}

.top {
    width: 0;
}

}

&--5 {
    top: -81px;
    left: 9px;
    .bottom, .middle, .top

{
    width: 27px;
    height: 27px;
    &:after

{
    right: -14px;
    border-width: 27px 0 0 14px;
}

&:before {
    left: -14px;
    border-width: 0 0 27px 14px;
}

}

.middle {
    width: 16px;
}

.top {
    width: 0;
}

}

&--6 {
    top: -81px;
    left: 97px;
    .bottom, .middle, .top

{
    width: 27px;
    height: 27px;
    &:after

{
    right: -14px;
    border-width: 27px 0 0 14px;
}

&:before {
    left: -14px;
    border-width: 0 0 27px 14px;
}

}

.middle {
    width: 16px;
}

.top {
    width: 0;
}

}
}

.mountain {
    &:after

{
    position: absolute;
    left: 227px;
    top: -231px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 232px 0 0 170px;
    border-color: transparent transparent transparent #9cd6da;
}

&:before {
    position: absolute;
    left: 57px;
    top: -231px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 232px 170px;
    border-color: transparent transparent #7ec4c4 transparent;
}

&--1 {
}

&--2 {
    &:after

{
    position: absolute;
    left: 436px;
    top: -212px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 213px 0 0 150px;
    border-color: transparent transparent transparent #5cbbb3;
}

&:before {
    position: absolute;
    left: 286px;
    top: -212px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 213px 150px;
    border-color: transparent transparent #399b8e transparent;
}

}

&--3 {
    &:after

{
    position: absolute;
    left: 530px;
    top: -272px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 272px 0 0 200px;
    border-color: transparent transparent transparent #39a897;
}

&:before {
    position: absolute;
    left: 330px;
    top: -272px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 272px 200px;
    border-color: transparent transparent #218b77 transparent;
}

}
}

.house {
    // position: relative;
}

.house__front {
    position: absolute;
    top: -42px;
    left: 5px;
    width: 93px;
    height: 42px;
    background: #fff;
    &:after

{
    position: absolute;
    top: -58px;
    left: 12px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 46.5px 58px 46.5px;
    border-color: transparent transparent #fff transparent;
}

}

.door {
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 18px;
    height: 32px;
    background: #7c5584;
    border-radius: 9px 9px 0 0;
}

.window {
    position: absolute;
    top: -25px;
    left: 50px;
    width: 18px;
    height: 15px;
    background: #7c5584;
    border-radius: 9px 9px 0 0;
    z-index: 1;
}

.house__roof {
    position: absolute;
    top: -100px;
    left: -32px;
    width: 95px;
    height: 60px;
    background: #7c5584;
}

.shrub {
    position: absolute;
    top: -17px;
    left: 100px;
    &:before

{
    position: absolute;
    top: 0;
    left: -10px;
    content: "";
    display: block;
    width: 35px;
    height: 18px;
    background: #a37494;
    border-radius: 18px 18px 0 0;
}

&:after {
    position: absolute;
    top: 8px;
    left: 20px;
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background: #a37494;
    border-radius: 10px 10px 0 0;
}

&--2 {
    left: 285px;
    &:before

{
    left: 0px;
}

&:after {
    left: -15px;
}

}

&--3 {
    left: 680px;
}

&--4 {
    top: -39px;
    left: 155px;
    &:before

{
    left: -30px;
    width: 80px;
    height: 40px;
    border-radius: 80px 80px 0 0;
}

&:after {
    top: 23px;
    left: 47px;
    width: 33px;
    height: 17px;
    border-radius: 22px 22px 0 0;
}

}
}

.grass {
    position: absolute;
    width: 20px;
    height: 10px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    &--1

{
    top: 30px;
    left: 90px;
}

&--2 {
    top: 60px;
    left: 210px;
    background: #38a796;
}

&--3 {
    top: 30px;
    left: 330px;
}

&--4 {
    top: 60px;
    left: 655px;
    background: #38a796;
}

&--5 {
    top: 60px;
    left: 682px;
}

}

.sun {
    position: absolute;
    top: -367px;
    left: 240px;
    width: 280px;
    height: 280px;
    background: #f8d8b2;
    border-radius: 50%;
}

.cloud {
    position: absolute;
    top: -200px;
    left: 130px;
    &:before

{
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 40px;
    background: #fff;
    border-radius: 40px 40px 0 0;
}

&:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 75px;
    display: block;
    width: 50px;
    height: 25px;
    background: #fff;
    border-radius: 25px 25px 0 0;
}

&--1 {
    animation: cloud-animation--1 10s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

&--2 {
    top: -150px;
    left: 405px;
    animation: cloud-animation--2 8s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    &:before

{
    content: "";
    position: absolute;
    top: 15px;
    left: 60px;
    display: block;
    width: 50px;
    height: 25px;
    background: #fff;
    border-radius: 25px 25px 0 0;
}

&:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 105px;
    display: block;
    width: 50px;
    height: 25px;
    background: #fff;
    border-radius: 25px 25px 0 0;
}

}

&--3 {
    top: -215px;
    left: 575px;
    width: 80px;
    height: 40px;
    background: #fff;
    border-radius: 40px 40px 0 0;
    animation: cloud-animation--3 11s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    &:before

{
    content: "";
    position: absolute;
    top: 15px;
    left: -35px;
    display: block;
    width: 50px;
    height: 25px;
    background: #fff;
    border-radius: 25px 25px 0 0;
}

&:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 65px;
    display: block;
    width: 50px;
    height: 25px;
    background: #fff;
    border-radius: 25px 25px 0 0;
}

}
}

.star-group {
    position: absolute;
    width: 100px;
    height: 100px;
    &.left

{
    top: -358px;
    left: 142px;
}

&.right {
    top: -371px;
    left: 520px;
    .star

{
    &--1

{
    left: 5px;
    animation-duration: 7s;
}

&--2 {
    left: auto;
    right: 5px;
    animation-duration: 6s;
}

&--3 {
    left: 55px;
    animation-duration: 8s;
}

}
}
}

.star {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
    animation: star-animation 8s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    &--1

{
    top: 5px;
    right: 5px;
    animation-duration: 8s;
}

&--2 {
    top: 10px;
    left: 5px;
    width: 12px;
    height: 12px;
    animation-duration: 10s;
}

&--3 {
    bottom: 5px;
    left: 25px;
    width: 22px;
    height: 22px;
    animation-duration: 11s;
}

}

@keyframes cloud-animation--1 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(200px);
    }
}

@keyframes cloud-animation--2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100px);
    }
}

@keyframes cloud-animation--3 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100px);
    }
}

@keyframes star-animation {
    0% {
        transform: scale(1) rotate(45deg);
    }

    100% {
        transform: scale(0.5) rotate(45deg);
    }
}
/*loading screen done. */