@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    height:100vh;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

.slide-content {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
   
}
.ostatus {
    
    height:100px;
    width: 100%;
    gap:15px;
    margin-top: 10px;
}
.main-carousel {
    border-radius: 16px;
    overflow:hidden;
}
.add-container {
    display: flex;
    height:100%;
  
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: flex-start;
    
    align-self: stretch;
    border-radius: 16px;
   
}

.order-status-container {
    display: flex;
    border-radius: 20px;
   position:relative;
    margin-top: 10px;
    justify-content: flex-start;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding:10px;
    max-height:19vh;
    width:100%;
}
    .order-status-container h5 {

        
        margin: 0;
        margin-top: 20px;
        font-weight: 600;

    }

    .order-status-container h6 {
        margin: 0;
       
        
    }
    .order-status-container svg {
        height:100%;
        width:100%;
    }

.active-status {
    border-width: 0px 5px 0px 5px;
    border-style: solid;
    border-color: var(--higlight_Bg);
}


.inactive-status {
    opacity:.6;
    filter:grayscale(.8);
}
.order-number {
    color: white;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-end;
    justify-content: center;
}
    .order-number h5 {
        margin: 0;
        color: var( --higlight_text);
        font-weight: 600;
    }
    .order-number h6 {
        margin: 0;
        
        font-weight: 600;
    }
    .header-container {
        display: flex;
        width: 100%;
        height: 100%;
        max-height: 60px;
        padding-left: 12px;
        padding-right: 12px;
        flex-direction: row;
        align-items: center;
        border-radius: 0px 0px 16px 16px;
        background: var(--header-color) !important;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
.container-main {
   position:relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-left:10px;
    padding-right:10px;
}

.span-wite {
    color: white !important;
}
.social-media
{
    width:100%;
    height:300px;
    bottom:0;
    position:relative;
    margin-top:auto;
}
.social{
    height:60px;
    width:99%;
    margin-bottom:5px
}

.footer-container {
    bottom: 0;
    background-color: var(--header-color);
    width:100%;
    border-radius:10px 10px 0px 0px;
}

a, .btn-link {
    color: #0071c1;
}
.side {
    width: 100%;
    max-width: 60px;
    height: 100%;
}
.dot-container
{
    min-width:140px;

}
.dot-img {
    animation: fade 1500ms ease infinite;
}
     .second {
        animation-delay: 200ms;

    }

.third {
    animation-delay: 300ms;
}

   .forth {
        animation-delay: 400ms;
    }
.main-view {
    width: 100%;
    height: 100%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
   
}
.os_inactive
{
    filter:grayscale(100%);
    opacity:.5;
}
.header-view {
    width: 100%;
    height: 60px;
    background: #0c2321;
    border-radius:0 50px;
    mask:url(../images/header_bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-left: 10px;
    padding-right: 15px;
    display:flex;
    justify-content:center;
    align-items:center
}
.square {
    margin-left: 30px;
    padding-left: 5px;
    background-size: 50%;
    width: 35%;
}
.status2 {
    margin-top:auto;
    margin-bottom:auto;

}
.status-container
{
    display:flex;
    color:white;
    align-items:center
      
}
.point-outer {
    background-color: var(--higlight_Bg);
    height: 30px;
    width: 30px;
    border-radius: 50px;
    padding: 3px;
    margin-left: -17px;
}
.point-outer2 {
    background-color: var(--higlight_Bg);
    height: 2rem;
    width: 2rem;
    border-radius: 50px;
    padding: 3px;
    margin-left: -17px;
    margin-top: auto;
    margin-bottom: auto;
}
.point-outer3 {
    background-color: var(--higlight_Bg);
    height: 2rem;
    width: 2rem;
    border-radius: 50px;
    padding: 3px;
    margin-left: -17px;
    bottom: 0;
}
.point-inner {
    background-color: var(--main-bg);
    height: 100%;
    width: 100%;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: white;
    left:0;
}
.square2 {
    background-color: var(--main-bg);
    display: flex;
    flex-direction: column;
    top: -1px;
    height: 101%;
    width: 102%;
}


.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 {
   height:100%;
   max-width:500px;
   align-self:center;
   justify-self: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");
    }

@keyframes fade {
    50% {
        transform: translateY(-3px);
        opacity: 0;
    }
}


@media(min-height:740px)
{
    
    
}
@media(max-height:670px) {

   

        .order-status-container h5 {
            margin: 0;
            margin-top: 0px;
            font-weight: 600;
        }

        .order-status-container h6 {
            margin: 0;
        }
       
}