@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    height:100%;
}

.page {
    height:100%;
}

.error-alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #00000025;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category {
    padding: 1px;
    margin: 6px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(255, 0, 0, 0.1);
    border-radius: 10px;
}

.set-category {
    background: #FFB800;
    border: 1px solid #FFB800;
    box-shadow: 0px 0px 15px rgba(255, 0, 0, 0.1);
    border-radius: 10px;
    margin: 6px;
    padding: 1px;
}

.set-category-layer-1 {
    border: 2px #FFB800;
    border-radius: 10px
}
.set-category-layer-2 {
    background: linear-gradient(180deg, rgba(255, 184, 0, 0.38) 0%, #FFB800 45.83%, #FFB800 100%);
    box-shadow: inset 0px -5px 5px rgba(255, 255, 255, 0.35);
    filter: blur(5px);
    border-radius: 10px;
}
.set-category-layer-3 {
    background: linear-gradient(180deg, rgba(255, 184, 0, 0.51) 0%, #FFB800 49.48%, #FFB800 100%);
    opacity: 0.5;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.set-category-layer-4 {
    background: linear-gradient(180deg, rgba(255, 184, 0, 0.51) 0%, #FFB800 49.48%, #FFB800 100%);
    border: 2px solid #FFB800;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin: 6px;
}

.category-active {
    padding: 0px;
    margin: 6px;
    background: #FFFFFF;
    border: 1px solid #ED3237;
    box-shadow: 0px 0px 15px rgba(255, 0, 0, 0.1);
    border-radius: 10px;
}

.product {
    height: 135px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(255, 104, 104, 0.1);
    border-radius: 15px;
}

.api-error {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(255, 104, 104, 0.1);
    border-radius: 15px;
    padding: 1.5rem;
    margin: 1.5rem;
}

.basket-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(255, 104, 104, 0.1);
    border-radius: 15px;
    padding: 10px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.basket-img {
    width: 78px;
    object-fit: scale-down;
}


.product-img {
    height: 102px;
    width: 150px;
    object-fit: scale-down;
}

.delivery-time-group {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(255, 104, 104, 0.25);
    border-radius: 10px;
    padding: 10px;
    margin: 16px;
}

.payment-group {
    padding: 2px;
    margin-left: 16px;
    margin-top: 11px;
    margin-right: 16px;
    background: #ED3237;
    border-radius: 8px;
    width: auto;
    white-space: nowrap;
    /* overflow-x: scroll; */
    display: flex;
}

.payment-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(255, 104, 104, 0.25);
    border-radius: 15px;
    padding: 8px 16px 8px 16px;
    margin: 16px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.payment-item-active {
    padding: 1px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgb(255 0 0 / 10%);
    border-radius: 8px;
}

.form-input {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(255, 198, 198, 0.5);
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
}

.modifier {
    height:75px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(255, 104, 104, 0.25);
    border-radius: 15px;
}


.modifierGroup {
    height: 32px;
    padding: 2px;
    margin-left: 27px;
    margin-top: 11px;
    margin-right: 27px;
    background: #ED3237;
    border-radius: 8px;
    width: auto;
    white-space: nowrap;
    /*overflow-x: scroll;*/
    display: flex;
}

.modifier-item {
    align-items: center;
    text-align: center;
    letter-spacing: -0.08px;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    height: 100%;
    display: flex;
    justify-content: center;
    color: white;
}

.modifier-item-active {
    align-items: center;
    text-align: center;
    letter-spacing: -0.08px;
    height: 100%;
    display: flex;
    justify-content: center;
    font-size: 12px;
    padding-left: 8px;
    padding-right: 8px;
    color: #EB5757;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12), 0px 3px 1px rgba(0, 0, 0, 0.04);
    border-radius: 7px;
}

.btn-add {
    background: #FFFFFF;
    border: 1px solid #ED3237;
    border-radius: 5px;
    height: 32px;
}

.btn-create {
    background: #ED3237;
    border-radius: 10px;
    margin: 19px;
    height: 44px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-spin {
    background: #ED3237;
    border-radius: 10px;
    max-width: 150px;
    height:32px;
    color: white;
}

.createProduct {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.createProduct-background {
    background: #00000014;
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.loader-background {
    background: #00000014;
    position: absolute;
    height: 100vh;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.lbl-13-normal {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    overflow: hidden;
    white-space: normal;
    line-height: 100%;
}

.lbl-13-bold {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #000000;
    overflow: hidden;
    white-space: normal;
    line-height: 100%;
}

.lbl-13-bold-color {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color: #ED3237;
    overflow: hidden;
    white-space: normal;
    line-height: 100%;
}

.lbl-13-normal-color {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #ED3237;
    overflow: hidden;
    white-space: normal;
    line-height: 100%;
}

.lbl-16-bold {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    white-space: normal;
    overflow: hidden;
    line-height: 100%;
}

.lbl-16-normal {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    white-space: normal;
    overflow: hidden;
    line-height: 100%;
}

.lbl-16-bold-color {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #ED3237;
    line-height: 100%;
    overflow: hidden;
    white-space: normal;
    line-height: 100%;
}

.lbl-max-line {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.pin-group {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.25));
    display: flex;
    justify-content: center;
}
.pin-item {
    background: #ED3237;
    border-radius: 10px;
    width: 50px;
    height: 60px;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bank-card {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(255, 198, 198, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    color: #FFFFFF;
    margin-left: 27px;
    margin-right: 27px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.bank-card-color-1 {
    background: linear-gradient(294.03deg, #005FF8 28.33%, rgba(0, 95, 247, 0.44) 122.12%);
    mix-blend-mode: normal;
    border-radius: 3px;
    width: 40px;
    height: 26px;
}

.bank-card-color-0 {
    background: linear-gradient(294.03deg, #28BA10 28.33%, rgba(40, 186, 16, 0.4) 122.12%);
    mix-blend-mode: normal;
    border-radius: 3px;
    width: 40px;
    height: 26px;
}

span {
    user-select: none;
}


.bank-card-button {
    height: 33px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(255, 198, 198, 0.5);
    border-radius: 7px;
    margin-left: 27px;
    margin-right: 27px;
    margin-top: 13px;
    margin-bottom: 13px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.bank-card-single {
    background: #FFF8F8;
    border-radius: 15px;
    width: 265px;
    height: 168px;
    padding: 11px 10px 11px 20px;
    margin-left: auto;
    margin-right: auto;
}

.bank-card-logo {
    position: absolute;
    left: 0;
    height: 146px;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.bank-card-item-dot {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: inline-block;
}

.bank-card-item-dot-active {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0px 0px 5px #AB182F;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.cc-number-input {

}

.cc-expiry-input {

}

#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;
    }

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
span {
    user-select: none;
    /*touch-action: none;*/
}

div{
    user-select: none;
    /*touch-action: none;*/
}

.make-scroll{

}
