@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

:root {


    

}

.atribute2 .badge {
    position: absolute;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    border-radius: 50%;
    background: red;
    color: white;
    background-color: var(--higlight_Bg);
}
.atribute2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 15%;
    max-width: 120px;
}
.atributes-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: flex-start;
}
.atribute-img {
    width: 90%;
    height: 90%;
    max-height: 120px;
    min-height: 120px;
    background: white;
    object-fit:contain;
    border-radius: 16px;
    border: 4px solid var(--dark-aluminium, #C5CAD1);
}


.atribute-container {
    justify-self: start !important;
    align-self: flex-start;
    
    height:100%;
}

.main-item-list::-webkit-scrollbar {
    display: none;
}

.main-item-list
{
    overflow-y:scroll;
}
.button-container {
    max-width: 80%;
    width: 100%;
    height: 65px;
    margin-top: 34px;
}
.feedback-button {
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 30px;
    font-size: 25px;
    font-weight: 700;
    color: white;
   
}

.main-carousel {
    margin-left: 0;
    margin-right: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0;
}
.feedback-container {
    background: var(--main-bg);
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: 200;
    border-radius: 0;
    padding: 5% 5%
}
.feedback-inner {
   
    width: 100%;
    height: 100%;
    border-radius: 0px;
    display: flex;
    flex-flow: column nowrap;
    place-content: center space-evenly;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}
    .feedback-inner h2 {
        color: var(--text_color);
        font-weight:700;
    }
    .feedback-inner h3 {
        color: var(--second_text_color);
        font-weight: 600;
        max-width: 70%;
        text-align: center;
        margin-top: 20px;
    }
.logo-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: auto;
}
    .logo-container h6 {
        color: var(--text_color);
        font-weight: 700;
        margin: 0;
        margin-left: 5px;
    }
.feedback-faces {
    max-width: 80%;
    width: 100%;
    margin-top: 10%;
}
.feedback-emoji {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.tumb-img {
    max-height: 100px;
    max-width: 100px;
    cursor: pointer;
    transition: .4s all ease-out;
}
.scale {
   
    transform: translateY(-32px) scale(1.2);
    filter: drop-shadow(0px 0px 5px #fff);
}
.feedback-slider {
    width: 100%;
}
.feedback-slider {
    -webkit-appearance: none;
    background: linear-gradient(90deg, #fa364c 0% 20%, #ffa360 20% 40%, #ffc65f 40% 60%, #a0c460 60% 80%, #5ec665 80% 100%);
    border-radius: 50px;
    border: 4px solid #e6e7e8;
    box-shadow: 2px 4px 0px #d1d3d4;
    height: 60px;
    padding-left: 8%;
    padding-right: 8%;
}
    .feedback-slider::-webkit-slider-runnable-track {
        height: 30px;
       
        
        z-index: 999;
        width:70%;
    }
    .feedback-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 34px;
        width: 64px;
        transition: 1s all ease-out;
        background: url("../Images/slider.svg") no-repeat;
        margin-top: 30px;
        border-radius: 0 !important;
    }




    .slide-content {
        width: 100%;
        height: 100%;
        min-width: 100%;
        min-height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
.carusel-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.e-indicator-bars
{
    display:none !important;
}
.e-indicator-bar {
    display: none !important;
}
.e-carousel-navigators {
    display: none !important;
}
.control-container {
    background-color: #e5e5e5;
    height: 300px;
    margin: 0 auto;
    width: 500px;
}

.e-carousel .e-carousel-items .e-carousel-item .img-container {
    height: 100%;
}

.e-carousel .e-carousel-items .e-carousel-item .img-caption {
    bottom: 4em;
    color: #fff;
    font-size: 12pt;
    height: 2em;
    position: relative;
    padding: 0.3em 1em;
    text-align: center;
    width: 100%;
}

.checkout {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), var(--panel-bg);
    border-radius: 12px;
    max-width: 512px;
    max-height: 310px;
    width: 100%;
    height: 100%;
    padding: 12px;
}
li:nth-child(odd) {
    background: transparent;
    border-bottom: 1px solid #64676d;
    color: var(--higlight_text);
    font-size: 16px;
    font-weight: 500;
}
li:nth-child(even) {
    background: transparent; 
    border-bottom: 1px solid #64676d;
    color: var(--higlight_text);
    color: var(--text_color);
    font-size: 16px;
    font-weight: 500;
    /* border-bottom: 1px solid var(--text_color);*/
}

.product-name {
    color: var(--higlight_text);
}
.product-price {
    color: var(--text_color);
}
.atribute {
    background: transparent !important;
    color: var(--text_color);
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
    padding-left: 0 !important;
}
   li {
        padding: 8px 16px;
    }
.min-w-30 {
    min-width: 23rem;
}
span {
    color: var(--text_color);
    font-weight:600;
}
.item-container {
    padding:20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
}
.item-img {
    width: 150px;
    height: 150px;
    background:white;
    border-radius: 16px;
    border: 4px solid var(--dark-aluminium, #C5CAD1);
}

.input-group a{
    color:white !important;
}

div {
    border-radius: 12px;
}
.object-fit-fill
{
    object-fit:fill !important;
}
.carousel-item
{
    max-width:100%;
    max-height:100%;
    object-fit:fill;
    margin:0 !important;
   
}
.carousel-inner {
    max-width: 100%;
    max-height: 100%;
}
.settings-container {
    position: fixed;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    background: #ffffff24;
}
.sittings-items {
    height: 70%;
    width: 50%;
    background-color: white;
    display: flex;
    margin-top: 1%;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
    overflow: hidden;
    background: var(--panel-bg, #424D63);
}
.settings-torow {
    background: var(--main-bg, linear-gradient(0deg, #000 0%, #000 100%), #3C4457);
    height: 3rem;
    width: 100%;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.btn-main
{
    border:none;
    border-radius:12px;
   
    width:100px;
    height:50px;
    margin-left:5px;
    color:white;
    font-weight:600;
}
.btn-save {
    background-color: var(--higlight_Bg);
}
.btn-cancel {
    background-color: var(--background);
}
.input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: stretch;
    padding: 5px;
}
.carousel-inner > .carousel-item > img {
    display: block;
    line-height: 1;
    margin: auto;
    object-position: center;
    object-fit: fill;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.checkout {
    max-width: 450px;
    height: 200px;
}
.item-display {
    background: var(--panel-bg, #424D63);
    margin-bottom: 10px;
    max-height: 65%;
    height: 65%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 15px;
}
.add-display {
    background: var(--panel-bg, #424D63);
    max-height: 34%;
    height: 34%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
}
.item-list {
    background: var(--panel-bg, #424D63);
    height: 100%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
}
.bon-container {
    display: flex;
    width: 100%;
    height: 4rem;
    padding: 16px;
    align-items: center;
    background: #ffffff17;
    border-radius: 12px 12px 0 0;
    justify-content: flex-start;
    align-content: center;
}
.total-container {
    color: white;
    display: flex;
    width: 100%;
    height: 5rem;
    padding: 16px;
    align-items: center;
    background: var(--higlight_Bg);
    border-radius: 0 0 12px 12px;
    margin-top: auto;
    bottom: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}
.total-value {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
}
.total {
    color: #FFF;
    font-size: 18px;
 
}
.cs-toast {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 25rem;
    bottom: 2rem;
    border-radius: 1rem;
    right: 2rem;
    z-index:99999;
}
.loading-message {
    color: white;
    font-size: 37px;
    font-weight:700;
}
.cs-toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.cs-toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .cs-toast-body p {
        margin-bottom: 0;
    }

.cs-toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
}



html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: var(--main-bg, linear-gradient(0deg, #000 0%, #000 100%), #3C4457);
    height: 100vh;
}

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 {
    overflow:hidden
    
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}


.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 21px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .toggle:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 1.5px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.tog:checked + .toggle {
    background-color: #DF7132;
}

.tog:focus + .toggle {
    box-shadow: 0 0 1px #DF7132;
}

.switch input:checked + .toggle:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.toggle.round {
    border-radius: 34px;
}

    .toggle.round:before {
        border-radius: 50%;
    }

.validation-message {
    color: red;
}
.container-custom {
    max-height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    min-width: 100% !important;
    margin:10px !important;
    

}
#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");
    }
@media(max-width:800px)
{
    .feedback-slider {
       
        padding-left: 6%;
        padding-right: 4%;
    }
    .tumb-img {
        max-height: 50px;
        max-width: 50px
    }
    .feedback-emoji {
        margin-left: 3%;
        margin-right: 3%;
    }
    .sittings-items {
        height: 78%;
        width: 90%;
    }
 }
@media(max-height:600px)
{
    .add-display
    {
        height:24%;
    }
    .item-display {
        max-height: 74%;
        height: 75%;
    }
    .sittings-items {
        height: 78%;
        width: 90%;
    }
}
