﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #F5F7FA;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}


.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."
    }


/*Login Page*/
#message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #message p {
        padding: 0px 35px;
        font-size: 12px;
        display: inline-block;
    }

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -35px;
        content: "✔";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -35px;
        content: "✖";
    }

.loginPage {
    font-size: 13px;
}

.g-input {
    position: relative;
    margin-bottom: 10px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

    .g-input label {
        background: white;
        padding: 3px;
        font-size: 13px;
        transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: bottom left;
        color: #ddd;
        /*font-family: PayPal;*/
        font-weight: bold;
        position: absolute;
        top: 9px;
        left: 7px;
        z-index: 1;
        cursor: text;
    }

    .g-input input, .g-input textarea {
        border: 2px solid #ddd;
        margin-bottom: 6px;
        display: block;
        padding: 10px;
        border-radius: 4px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .g-input.fill {
        display: block;
        width: 100%;
    }

    .g-input input:focus, .g-input textarea:focus {
        outline: 0;
        border-color: #1873e8;
    }

        .g-input input:focus + label, .g-input input:not(:placeholder-shown) + label,
        .g-input textarea:focus + label, .g-input textarea:not(:placeholder-shown) + label {
            transform: translateX(-3px) translateY(-20px);
            font-size: 12px;
            font-weight: normal;
            color: #1a73e8;
        }

#opacityloader {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: none;
}

#InputPassword, #LogFormBtn {
    display: none;
}

.loadinglog {
    position: relative;
    background-color: #fff;
    height: 8px;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
}

    /* The moving element */
    .loadinglog::after {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#0070ba), to(transparent));
        background: linear-gradient(90deg, transparent, #0070ba, transparent);
        /* Adding animation */
        animation: loadinglog 1.2s infinite;
    }

/* Loading Animation */
@keyframes loadinglog {
    100% {
        transform: translateX(100%);
    }
}

.login-form {
    max-width: 460px;
    width: 100%;
    margin: 30px auto;
    position: relative;
    border: 1px solid #eaeced;
    background: #fff;
}

    .login-form .formele {
        margin-bottom: 15px;
        overflow: hidden;
        padding: 30px 30px 0px 30px;
    }

    .login-form h2 {
        margin: 0 0 15px;
    }

    .login-form .hint-text {
        color: #777;
        padding-bottom: 15px;
        text-align: center;
    }

.form-control, .btn {
    min-height: 38px;
    border-radius: 2px;
}

.login-btn {
    font-size: 15px;
    font-weight: bold;
}

.or-seperator {
    margin: 20px 0 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}

    .or-seperator i {
        padding: 0 10px;
        background: #fff;
        position: relative;
        top: -11px;
        z-index: 1;
    }

.social-btn .btn {
    margin: 10px 0;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
}

    .social-btn .btn i {
        float: left;
        margin: 4px 15px 0 5px;
        min-width: 15px;
        font-size: 20px;
        margin-left: 15px;
    }

.input-group-addon .fa {
    font-size: 18px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.login-form img:nth-child(1) {
    max-width: 170px;
    margin: auto;
    margin-bottom: 30px;
    display: block;
}

.text-paypal {
    color: #0070ba;
}
/*Login Page*/

.PayBtn {
    background: #ff4e0c;
    border: 0px;
    padding: 8px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    box-shadow: -1px 6px 19px rgba(255, 78, 12, 0.2) !important;
    transition: all .5s;
    /*font-family: PayPal;*/
}

    .PayBtn:hover {
        box-shadow: -1px 6px 13px rgba(255, 78, 12, 0.4) !important;
        background: #ff4e0c;
        color: #fff;
        text-decoration: none;
        transition: all .5s;
    }

.PayBtnB {
    background: #0070ba;
    padding: 10px 40px;
    box-shadow: none !important;
}

    .PayBtnB:hover {
        background: #005EA6;
        box-shadow: none !important;
    }
.fullwidth {
    width: 100%;
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1)) !important;
}

.price-sec-wrap {
    width: 100%;
    float: left;
    padding: 60px 0;
    font-family: 'Lato', sans-serif;
}

.main-heading {
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    text-transform: capitalize;
    font-size: 24px;
    margin-bottom: 25px;
}

.price-box {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.10);
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

    .price-box ul {
        padding: 10px 0px 30px;
        margin: 17px 0 0 0;
        list-style: none;
        border-top: solid 1px #e9e9e9;
    }

        .price-box ul li {
            padding: 7px 0;
            font-size: 14px;
            color: #2d2d2d;
        }

            .price-box ul li .fas {
                color: #68AE4A;
                margin-right: 7px;
                font-size: 12px;
            }

.price-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.34;
    margin-bottom: 0;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 3px;
}

    .price-label.basic {
        background: #E8EAF6;
        color: #3F51B5;
    }

    .price-label.value {
        background: #E8F5E9;
        color: #4CAF50;
    }

    .price-label.premium {
        background: #FBE9E7;
        color: #FF5722;
    }

.price {
    font-size: 44px;
    line-height: 44px;
    margin: 15px 0 6px;
    font-weight: 900;
}

.price-info {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.67;
    color: inherit;
    width: 100%;
    margin: 0;
    color: #989898;
}

.plan-btn {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 11px 30px;
    border: 2px solid #b3b3b3;
    color: #000;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: 0;
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

    .plan-btn::after {
        position: absolute;
        left: -100%;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: #000;
        z-index: -1;
        transition: all 0.35s ease-in-out;
    }

    .plan-btn:hover::after {
        left: 0;
    }

    .plan-btn:hover,
    .plan-btn:focus {
        text-decoration: none;
        color: #fff;
        border: 2px solid #000;
    }

@media (max-width: 991px) {
    .price-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .main-heading {
        font-size: 21px;
    }

    .price-box {
        margin-bottom: 20px;
    }
}
.smallpanel {
    max-width: 600px;
    margin: auto;
}
.marfromtop {
    margin-top: 40px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    margin-top: 30px;
    border: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,.15),0 2px 3px rgba(0,0,0,.2);
}
.panel-heading {
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #fff;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
.panel-body {
    padding: 15px;
}

.sidebarbg {
    background: #141E30; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #243B55, #141E30); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card-product-list, .card-product-grid {
    margin-bottom: 0
}

.card {
    width: 500px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 23px;
    margin-top: 50px
}

.card-product-grid:hover {
    -webkit-box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    box-shadow: 0 4px 15px rgba(153, 153, 153, 0.3);
    -webkit-transition: .3s;
    transition: .3s
}

.card-product-grid .img-wrap {
    border-radius: 0.2rem 0.2rem 0 0;
    height: 220px
}

.card .img-wrap {
    overflow: hidden
}

.card-lg .img-wrap {
    height: 280px
}

.card-product-grid .img-wrap {
    border-radius: 0.2rem 0.2rem 0 0;
    height: 275px;
    padding: 16px
}

[class*='card-product'] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover
}

.img-wrap {
    text-align: center;
    display: block
}

.card-product-grid .info-wrap {
    overflow: hidden;
    padding: 18px 20px
}

[class*='card-product'] a.title {
    color: #212529;
    display: block
}

.rating-stars {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    clear: both
}

    .rating-stars li.stars-active {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden
    }

    .rating-stars li {
        display: block;
        text-overflow: clip;
        white-space: nowrap;
        z-index: 1
    }

.card-product-grid .bottom-wrap {
    padding: 18px;
    border-top: 1px solid #e4e4e4
}

.bottom-wrap-payment {
    padding: 0px;
    border-top: 1px solid #e4e4e4
}

.rated {
    font-size: 10px;
    color: #b3b4b6
}



.fa {
    color: #FF5722
}

.boxshot{
    max-height:400px;
}

.sticky {
    position: fixed;
    overflow: auto;
    width: 280px;
    z-index:1000;
}

.contentset {
    min-width:400px;
    overflow:auto;
    width: calc(100% - 300px);
    margin-left: 280px;
}
.emptypagelogo {
    max-width: 170px;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: auto;
    margin-bottom: 30px;
    display: block;
}

.centerver {
    display: flex;
    align-items: center;
}
.serialnumber {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px;
    max-width: 100%;
    word-break: break-all;
    color: #000;
    background: #fff;
    border-radius: 4px;
}
.IX3 {
    font-size: 48px;
}