﻿form .modified.valid {
    border-color: #3ac47d;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

form .invalid {
    border-color: #d92550;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

form .validation-message {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #d92550;
}

form .invalid-tooltip {
    display: block;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(217,37,80,0.9);
    border-radius: .25rem;
}
/*form*/
table td a {
    float: left;
    margin-right: 10px;
}

.blazored-toast-container {
    z-index: 11;
}

.app-header__logo .logo-src {
    width: 125px;
    height: 28px;
}

.emptycartmsg {
    font-size: 5rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

.spinner {
    border: 12px solid silver;
    border-top: 12px solid #337AB7;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 40%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.app-logo-inverse {
    height: 28px;
    width: 125px;
    background: url(../images/logo.png);
    background-repeat:no-repeat;
}

.app-login-box h4 {
    margin-bottom: 1.5rem;
    font-weight: normal;
}

.app-login-box h4 {
    margin-bottom: 1.5rem;
    font-weight: normal;
}

    .app-login-box h4 span {
        font-size: 1.1rem;
    }
