@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/DinanPoweirSteps.razor.rz.scp.css */
.rz-dialog[b-x0dhm8rkln] {
    z-index: 99999 !important; /* Set a high z-index value */
}
/* /Pages/Chat.razor.rz.scp.css */
.chat-container[b-msse65lga5] {
    height: 200px;
}

.scrolling-chat[b-msse65lga5] {
    overflow: auto;
    max-height: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding: 4px;
}
/* /Pages/ChooseBurn.razor.rz.scp.css */
.fw-bold[b-pi8xlzoibl] {
    font-weight: 500;
}

.wrapper[b-pi8xlzoibl] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-pi8xlzoibl] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-pi8xlzoibl] {
        width: 100%;
    }
}

.selection-wrapper[b-pi8xlzoibl] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-pi8xlzoibl], input[type="submit"][b-pi8xlzoibl], input[type="reset"][b-pi8xlzoibl] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-pi8xlzoibl] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-pi8xlzoibl], .stage:focus[b-pi8xlzoibl] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-pi8xlzoibl] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    #helper-btn:hover[b-pi8xlzoibl], #helper-btn:focus[b-pi8xlzoibl] {
        background-color: var(--apr-red);
        color: white;
    }

.customer-info[b-pi8xlzoibl] {
    border-radius: .25rem;
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.customer-info-mobile[b-pi8xlzoibl] {
    border-radius: .25rem;
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.ecu-container[b-pi8xlzoibl]{
    border: 1px solid black;
    border-radius:.25rem;
    width:25%;
    padding:15px;
}

.ecu-container-mobile[b-pi8xlzoibl] {
    border: 1px solid black;
    border-radius: .25rem;
    width: 100%;
    padding: 20px;
}

input[type=checkbox][b-pi8xlzoibl] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(1.5);
    padding: 10px;
}

    input[type=checkbox]:checked[b-pi8xlzoibl] {
        accent-color: red;
    }

img[b-pi8xlzoibl] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.div-next[b-pi8xlzoibl] {
    padding-left: 30px;
    padding-top: 0;
}

hr[b-pi8xlzoibl] {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
}
/* /Pages/ChooseBurn_D.razor.rz.scp.css */
.fw-bold[b-q25servqmo] {
    font-weight: 500;
}

.wrapper[b-q25servqmo] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-q25servqmo] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-q25servqmo] {
        width: 100%;
    }
}

.selection-wrapper[b-q25servqmo] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-q25servqmo], input[type="submit"][b-q25servqmo], input[type="reset"][b-q25servqmo] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-q25servqmo] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-q25servqmo], .stage:focus[b-q25servqmo] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-q25servqmo] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    #helper-btn:hover[b-q25servqmo], #helper-btn:focus[b-q25servqmo] {
        background-color: var(--apr-red);
        color: white;
    }

.customer-info[b-q25servqmo] {
    border-radius: .25rem;
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.ecu-container[b-q25servqmo] {
    border: 1px solid black;
    border-radius: .25rem;
    width: 25%;
    padding: 15px;
}

input[type=checkbox][b-q25servqmo] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(1.5);
    padding: 10px;
}

    input[type=checkbox]:checked[b-q25servqmo] {
        accent-color: red;
    }

img[b-q25servqmo] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.div-next[b-q25servqmo] {
    padding-left: 30px;
    padding-top: 0;
}

hr[b-q25servqmo] {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
}
/* /Pages/ChooseCheckoutPath.razor.rz.scp.css */
.border-radius[b-au53sia8o4] {
    border: 1px solid transparent;
    border-radius: .25rem;
}

.customer-info[b-au53sia8o4] {
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}
/* /Pages/ChooseCheckoutPath_D.razor.rz.scp.css */
.border-radius[b-lxqgqmt3bz] {
    border: 1px solid transparent;
    border-radius: .25rem;
}

.customer-info[b-lxqgqmt3bz] {
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}
/* /Pages/ChooseOptions.razor.rz.scp.css */
.fw-bold[b-2mo1aojl3l] {
    font-weight: 500;
}

.wrapper[b-2mo1aojl3l] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-2mo1aojl3l] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-2mo1aojl3l] {
        width: 100%;
    }
}

.selection-wrapper[b-2mo1aojl3l] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-2mo1aojl3l], input[type="submit"][b-2mo1aojl3l], input[type="reset"][b-2mo1aojl3l] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-2mo1aojl3l] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-2mo1aojl3l], .stage:focus[b-2mo1aojl3l] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-2mo1aojl3l] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

#helper-btn:hover[b-2mo1aojl3l], #helper-btn:focus[b-2mo1aojl3l] {
    background-color: var(--apr-red);
    color: white;
}


.category-title[b-2mo1aojl3l] {
    color: #000 !important;
}

.border-radius-bottom[b-2mo1aojl3l] {
    border: 1px solid transparent;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.customer-info[b-2mo1aojl3l] {
    border-radius:.25rem;
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.col-10p[b-2mo1aojl3l] {
    flex: 0 0 auto;
    width: 10%;
}

.col-90p[b-2mo1aojl3l] {
    flex: 0 0 auto;
    width: 90%;
}

.span-light[b-2mo1aojl3l] {
    font-weight: lighter;
}

.large[b-2mo1aojl3l] {
    font-size: 18px;
    font-weight: bold;
}

.options-container[b-2mo1aojl3l]{
    margin-top:20px;
}

.pad-10-width[b-2mo1aojl3l] {
    padding: 10px 0 10px 0;
    width: 50%;
    min-width: 200px
}

.pad-5-width[b-2mo1aojl3l] {
    padding: 5px 5px 0 0;
    width: 50%;
    min-width: 200px
}

.pad-mobile-width[b-2mo1aojl3l] {
    padding: 5px 5px 0 0;
    width: 100%;
    min-width: 160px
}


.div-next[b-2mo1aojl3l] {
    padding-left: 30px;
    padding-top: 0;
}

hr[b-2mo1aojl3l] {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
}

.hide[b-2mo1aojl3l]{
    display:none;
}

.option-info[b-2mo1aojl3l] {
    color: darkblue !important;
    cursor: pointer !important;
}
/* /Pages/ChooseOptions_D.razor.rz.scp.css */
.fw-bold[b-og61hzvyj0] {
    font-weight: 500;
}

.wrapper[b-og61hzvyj0] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-og61hzvyj0] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-og61hzvyj0] {
        width: 100%;
    }
}

.selection-wrapper[b-og61hzvyj0] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-og61hzvyj0], input[type="submit"][b-og61hzvyj0], input[type="reset"][b-og61hzvyj0] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-og61hzvyj0] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-og61hzvyj0], .stage:focus[b-og61hzvyj0] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-og61hzvyj0] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    #helper-btn:hover[b-og61hzvyj0], #helper-btn:focus[b-og61hzvyj0] {
        background-color: var(--apr-red);
        color: white;
    }


.category-title[b-og61hzvyj0] {
    color: #000 !important;
}

.border-radius-bottom[b-og61hzvyj0] {
    border: 1px solid transparent;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.customer-info[b-og61hzvyj0] {
    border-radius: .25rem;
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.col-10p[b-og61hzvyj0] {
    flex: 0 0 auto;
    width: 10%;
}

.col-90p[b-og61hzvyj0] {
    flex: 0 0 auto;
    width: 90%;
}

.span-light[b-og61hzvyj0] {
    font-weight: lighter;
}

.large[b-og61hzvyj0] {
    font-size: 18px;
    font-weight: bold;
}

.options-container[b-og61hzvyj0] {
    margin-top: 20px;
}

.pad-10-width[b-og61hzvyj0] {
    padding: 10px 0 10px 0;
    width: 50%;
    min-width: 200px
}

.pad-5-width[b-og61hzvyj0] {
    padding: 5px 5px 0 0;
    width: 50%;
    min-width: 200px
}


.div-next[b-og61hzvyj0] {
    padding-left: 30px;
    padding-top: 0;
}

hr[b-og61hzvyj0] {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
}

.hide[b-og61hzvyj0] {
    display: none;
}

.option-info[b-og61hzvyj0] {
    color: darkblue !important;
    cursor: pointer !important;
}
/* /Pages/Hardware.razor.rz.scp.css */
.fw-bold[b-e9pjsxu8p3] {
    font-weight: 500;
}

.wrapper[b-e9pjsxu8p3] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-e9pjsxu8p3] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-e9pjsxu8p3] {
        width: 100%;
    }
}

.selection-wrapper[b-e9pjsxu8p3] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-e9pjsxu8p3], input[type="submit"][b-e9pjsxu8p3], input[type="reset"][b-e9pjsxu8p3] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-e9pjsxu8p3] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-e9pjsxu8p3], .stage:focus[b-e9pjsxu8p3] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-e9pjsxu8p3] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    #helper-btn:hover[b-e9pjsxu8p3], #helper-btn:focus[b-e9pjsxu8p3] {
        background-color: var(--apr-red);
        color: white;
    }


.border-radius[b-e9pjsxu8p3]{
    border:1px solid transparent;
    border-radius: .25rem;
}

.customer-info[b-e9pjsxu8p3] {
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

p[b-e9pjsxu8p3]{
    padding:0;
    margin:0;
}

hr[b-e9pjsxu8p3] {
    margin-left: 0;
    padding-left:0;
    margin-top: 10%;
    width:100%;
}

.btn-request[b-e9pjsxu8p3] {
    padding: 6px 18px 6px 18px;
    border: 1px solid #545453;
    color: #545453;
    background-color: #ededeb;
}

.div-next[b-e9pjsxu8p3] {
    padding-left: 30px;
    padding-top:0;
}


/* /Pages/Hardware_D.razor.rz.scp.css */
.fw-bold[b-bcgpcvr4oy] {
    font-weight: 500;
}

.wrapper[b-bcgpcvr4oy] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-bcgpcvr4oy] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-bcgpcvr4oy] {
        width: 100%;
    }
}

.selection-wrapper[b-bcgpcvr4oy] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-bcgpcvr4oy], input[type="submit"][b-bcgpcvr4oy], input[type="reset"][b-bcgpcvr4oy] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-bcgpcvr4oy] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-bcgpcvr4oy], .stage:focus[b-bcgpcvr4oy] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-bcgpcvr4oy] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    #helper-btn:hover[b-bcgpcvr4oy], #helper-btn:focus[b-bcgpcvr4oy] {
        background-color: var(--apr-red);
        color: white;
    }


.border-radius[b-bcgpcvr4oy] {
    border: 1px solid transparent;
    border-radius: .25rem;
}

.customer-info[b-bcgpcvr4oy] {
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
}

p[b-bcgpcvr4oy] {
    padding: 0;
    margin: 0;
}

hr[b-bcgpcvr4oy] {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10%;
    width: 100%;
}

.btn-request[b-bcgpcvr4oy] {
    padding: 6px 18px 6px 18px;
    border: 1px solid #545453;
    color: #545453;
    background-color: #ededeb;
}

.div-next[b-bcgpcvr4oy] {
    padding-left: 30px;
    padding-top: 0;
}
/* /Pages/IdentifyEcu.razor.rz.scp.css */
.container[b-7fvwdmiexq]{
    height:100vh;
    align-content:center;
    align-items:center;
}

.card[b-7fvwdmiexq] {
    box-shadow: 0 15px 35px 15px rgba(0, 0, 0, 0.25);
    max-width: 1000px;
}

.card-body[b-7fvwdmiexq] {
    margin-bottom: -1px;
}

.cardbody-col0[b-7fvwdmiexq] {
    margin-left: 4%;
    margin-top: 3%;
    margin-bottom: 5%;
    height: 50px;
}

.cardbody-col1[b-7fvwdmiexq] {
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: 4%;
    max-width: 600px;
}

.cardbody-row1[b-7fvwdmiexq] {
    padding: 15px;
    justify-content: right;
    border: 1px solid white;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.btn-cancel[b-7fvwdmiexq] {
    font-size: 14px;
    margin-right: 30px;
    border: 1px solid gray;
    font-weight: bold;
    width: 110px;
}

.btn-continue[b-7fvwdmiexq] {
    font-size: 14px;
    background-color: red;
    font-weight: bold;
    color: white;
    width: 150px;
}

.btn-continue:hover[b-7fvwdmiexq] {
    font-size: 14px;
    background-color: #c46060 !important;
    font-weight: bold;
    color: black !important;
    width: 150px;
}
/* /Pages/IdentifyEcu_D.razor.rz.scp.css */
.container[b-ciqz4zsl3h] {
    height: 100vh;
    align-content: center;
    align-items: center;
}

.card[b-ciqz4zsl3h] {
    box-shadow: 0 15px 35px 15px rgba(0, 0, 0, 0.25);
    max-width: 1000px;
}

.card-body[b-ciqz4zsl3h] {
    margin-bottom: -1px;
}

.cardbody-col0[b-ciqz4zsl3h] {
    margin-left: 4%;
    margin-top: 3%;
    margin-bottom: 5%;
    height: 50px;
}

.cardbody-col1[b-ciqz4zsl3h] {
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: 4%;
    max-width: 600px;
}

.cardbody-row1[b-ciqz4zsl3h] {
    padding: 15px;
    justify-content: right;
    border: 1px solid white;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.btn-cancel[b-ciqz4zsl3h] {
    font-size: 14px;
    margin-right: 30px;
    border: 1px solid gray;
    font-weight: bold;
    width: 110px;
}

.btn-continue[b-ciqz4zsl3h] {
    font-size: 14px;
    background-color: red;
    font-weight: bold;
    color: white;
    width: 150px;
}

.btn-continue:hover[b-ciqz4zsl3h] {
    font-size: 14px;
    background-color: #c46060 !important;
    font-weight: bold;
    color: black !important;
    width: 150px;
}
/* /Pages/Index.razor.rz.scp.css */

.welcome[b-0ednul0zva]{
    margin-left:20px;
    margin-top:20%;
    margin-bottom:5%;
}
.arrow[b-0ednul0zva] {
    border: solid gray;
    border-width: 0 3px 3px 0;
    display:inline-block;
    padding: 5px;
}

.right[b-0ednul0zva] {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.btn-wrapper[b-0ednul0zva] {
    border: 2px solid gray;
    border-radius: .25rem;
    background-color: #ededed;
    cursor: pointer !important;
    margin:0;
    width:auto;
}

.btn-wrapper-redeem[b-0ednul0zva] {
    border: 2px solid #1c394a;
    border-radius: .25rem;
    background-color: #ccdee8;
    cursor: pointer !important;
    margin: 0;
    width: auto;
}
 
.btn-col[b-0ednul0zva]{
    padding-right: 3%;
}

.pic-col[b-0ednul0zva]{
    padding-left:3%;
}
.wrapper-col[b-0ednul0zva]{
    width:90%;
}

.wrapper-col-1[b-0ednul0zva] {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(35%);
    transform: translateY(35%);
    /*align-content: end;*/
    align-items: end;
}

.btn-name[b-0ednul0zva]{
    font-size:20px;
    font-weight:bold;
}

.btn-description[b-0ednul0zva] {
    font-size: 15px;
}

.img-carousel[b-0ednul0zva] {
    width: 100%;
    height: auto;
    pointer-events:none;
}

.dot-container[b-0ednul0zva] {
    max-width: 70px;
    position: absolute;
    margin: 0 auto;
    bottom: 30px;
    left: 0;
    right: 0;
}

.dot[b-0ednul0zva] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: -2px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    pointer-events: all;
    z-index: 1000;
}

.active[b-0ednul0zva], .dot:hover[b-0ednul0zva] {
    background-color: #717171;
}


.slideshow-container[b-0ednul0zva]{
    position:relative;
    z-index:1;
}

.pic-tool-position[b-0ednul0zva] {
    margin: 0 auto;
    position: absolute;
    bottom: 65px;
    right: 0;
    left: 0;
    text-align: center;
    max-width: 400px;
    height: auto;
    color: white;
}
/* /Pages/Index_D.razor.rz.scp.css */

.welcome[b-u3zi8i6aeb] {
    margin-left: 20px;
    margin-top: 20%;
    margin-bottom: 5%;
}

.arrow[b-u3zi8i6aeb] {
    border: solid gray;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
}

.right[b-u3zi8i6aeb] {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.btn-wrapper[b-u3zi8i6aeb] {
    border: 2px solid gray;
    border-radius: .25rem;
    background-color: #ededed;
    cursor: pointer !important;
    margin: 0;
    width: auto;
}

.btn-wrapper-redeem[b-u3zi8i6aeb] {
    border: 2px solid #1c394a;
    border-radius: .25rem;
    background-color: #ccdee8;
    cursor: pointer !important;
    margin: 0;
    width: auto;
}

.btn-col[b-u3zi8i6aeb] {
    padding-right: 3%;
}

.pic-col[b-u3zi8i6aeb] {
    padding-left: 3%;
}

.wrapper-col[b-u3zi8i6aeb] {
    width: 90%;
}

.wrapper-col-1[b-u3zi8i6aeb] {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(35%);
    transform: translateY(35%);
    /*align-content: end;*/
    align-items: end;
}

.btn-name[b-u3zi8i6aeb] {
    font-size: 20px;
    font-weight: bold;
}

.btn-description[b-u3zi8i6aeb] {
    font-size: 15px;
}


.img-carousel[b-u3zi8i6aeb] {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.dot-container[b-u3zi8i6aeb] {
    max-width: 70px;
    position: absolute;
    margin: 0 auto;
    bottom: 30px;
    left: 0;
    right: 0;
}

.dot[b-u3zi8i6aeb] {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: -2px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    pointer-events: all;
    z-index: 1000;
}

    .active[b-u3zi8i6aeb], .dot:hover[b-u3zi8i6aeb] {
        background-color: #717171;
    }


.slideshow-container[b-u3zi8i6aeb] {
    position: relative;
    z-index: 1;
}

.pic-tool-position[b-u3zi8i6aeb] {
    margin: 0 auto;
    position: absolute;
    bottom: 65px;
    right: 0;
    left: 0;
    text-align: center;
    max-width: 400px;
    height: auto;
    color: white;
}
/* /Pages/Landing.razor.rz.scp.css */
.landing-container[b-ptllr7oexh] {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(assets/landing_page_background.png);
    color: white;
    display: block;
    justify-content: center;
    background-color: transparent;
    height: 100vh;
    margin-left: 10%;
    margin-right: 10%;
}

img[b-ptllr7oexh] {
    margin-left: 10%;
    margin-top: 5%;
}

.landing[b-ptllr7oexh] {
    margin-left: 10%;
}

.apr-header[b-ptllr7oexh] {
    padding-bottom: 5%;
    padding-top: 15%
}

.description[b-ptllr7oexh] {
    padding-top: 2%;
    width: 40%
}

.div-login-create[b-ptllr7oexh] {
    padding-top: 30px;
}

#loginButton[b-ptllr7oexh] {
    background-color: red;
    border-radius: 8px;
    padding: 15px 40px 15px 40px;
    cursor: pointer;
}

#createButton[b-ptllr7oexh] {
    border-style: solid;
    border-color: white;
    border-radius: 8px;
    padding: 15px;
    padding: 15px 50px 15px 50px;
    border-width: 2px;
    margin-left: 20px;
    cursor: pointer;
}
#terms_privacy[b-ptllr7oexh] {
    margin-top: 24px;
}

.termsLink[b-ptllr7oexh] {
    color: #ff0000 !important;
    text-decoration: none;
}
/* /Pages/Landing_D.razor.rz.scp.css */
.landing-container[b-8me7vl5hyl] {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(assets/dinanCoverShot.png);
    color: white;
    display: block;
    justify-content: center;
    background-color: transparent;
    height: 100vh;
    margin-left: 10%;
    margin-right: 10%;
}

img[b-8me7vl5hyl] {
    margin-left: 10%;
    margin-top: 5%;
}

.landing[b-8me7vl5hyl] {
    margin-left: 10%;
}

.apr-header[b-8me7vl5hyl] {
    padding-bottom: 5%;
    padding-top: 15%
}

.description[b-8me7vl5hyl] {
    padding-top: 2%;
    width: 40%
}

.div-login-create[b-8me7vl5hyl] {
    padding-top: 30px;
}

#loginButton[b-8me7vl5hyl] {
    background-color: red;
    border-radius: 8px;
    padding: 15px 40px 15px 40px;
    cursor: pointer;
}

#createButton[b-8me7vl5hyl] {
    border-style: solid;
    border-color: white;
    border-radius: 8px;
    padding: 15px;
    padding: 15px 50px 15px 50px;
    border-width: 2px;
    margin-left: 20px;
    cursor: pointer;
}

#terms_privacy[b-8me7vl5hyl] {
    margin-top: 24px;
}

.termsLink[b-8me7vl5hyl] {
    color: #ff0000 !important;
    text-decoration: none;
}
/* /Pages/ProcessFile.razor.rz.scp.css */
/* /Pages/SelectParts.razor.rz.scp.css */
.fw-bold[b-br68frufgq] {
    font-weight: 500;
}

.wrapper[b-br68frufgq] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-br68frufgq] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-br68frufgq] {
        width: 100%;
    }
}

.selection-wrapper[b-br68frufgq] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-br68frufgq], input[type="submit"][b-br68frufgq], input[type="reset"][b-br68frufgq] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-br68frufgq] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-br68frufgq], .stage:focus[b-br68frufgq] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-br68frufgq] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    #helper-btn:hover[b-br68frufgq], #helper-btn:focus[b-br68frufgq] {
        background-color: var(--apr-red);
        color: white;
    }

.border-radius-top[b-br68frufgq] {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.border-radius-bottom[b-br68frufgq] {
    border: 1px solid transparent;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.customer-info[b-br68frufgq] {
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

input[type=checkbox][b-br68frufgq] {
    -ms-transform: scale(1.5); 
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(1.5);
    padding: 10px;
    
}

input[type=checkbox]:checked[b-br68frufgq]{
    accent-color: red;
}

label[b-br68frufgq] {
    margin: 10px;
    color:gray;
}
label.mobile[b-br68frufgq] {
    margin: 4px;
    color: gray;
    display: inline !important;
}

.text-12[b-br68frufgq]{
    font-size:12px;
}

.text-10[b-br68frufgq] {
    font-size: 10px;
}

.hr-select[b-br68frufgq]{
    margin:0;
    padding:0;
}

.hr-btn[b-br68frufgq] {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
}

.btn-cancel[b-br68frufgq] {
    padding: 6px 18px 6px 18px;
    border: 1px solid gray;
    color: gray;
    width: 120px;
}

.btn-back[b-br68frufgq] {
    padding: 6px 18px 6px 18px;
    border: 1px solid gray;
    color: gray;
    background-color: lightgray;
    width: 120px;
}

.btn-next[b-br68frufgq] {
    padding: 6px 18px 6px 18px;
    border: 1px solid red;
    color: white;
    background-color: red;
    width: 120px;
}

.btn-next-disabled[b-br68frufgq] {
    padding: 6px 18px 6px 18px;
    border: 1px solid red;
    color: white;
    background-color: red;
    opacity: .5;
    cursor: initial;
}

.div-next[b-br68frufgq] {
    padding-left: 30px;
    padding-top: 0;
}
/* /Pages/SelectParts_D.razor.rz.scp.css */
.fw-bold[b-e36zy7nyks] {
    font-weight: 500;
}

.wrapper[b-e36zy7nyks] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-e36zy7nyks] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-e36zy7nyks] {
        width: 100%;
    }
}

.selection-wrapper[b-e36zy7nyks] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-e36zy7nyks], input[type="submit"][b-e36zy7nyks], input[type="reset"][b-e36zy7nyks] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-e36zy7nyks] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-e36zy7nyks], .stage:focus[b-e36zy7nyks] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-e36zy7nyks] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    #helper-btn:hover[b-e36zy7nyks], #helper-btn:focus[b-e36zy7nyks] {
        background-color: var(--apr-red);
        color: white;
    }

.border-radius-top[b-e36zy7nyks] {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.border-radius-bottom[b-e36zy7nyks] {
    border: 1px solid transparent;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.customer-info[b-e36zy7nyks] {
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

input[type=checkbox][b-e36zy7nyks] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(1.5);
    padding: 10px;
}

    input[type=checkbox]:checked[b-e36zy7nyks] {
        accent-color: red;
    }

label[b-e36zy7nyks] {
    margin: 10px;
    color: gray;
}

.text-12[b-e36zy7nyks] {
    font-size: 12px;
}

.hr-select[b-e36zy7nyks] {
    margin: 0;
    padding: 0;
}

.hr-btn[b-e36zy7nyks] {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
}

.btn-cancel[b-e36zy7nyks] {
    padding: 6px 18px 6px 18px;
    border: 1px solid gray;
    color: gray;
    width: 120px;
}

.btn-back[b-e36zy7nyks] {
    padding: 6px 18px 6px 18px;
    border: 1px solid gray;
    color: gray;
    background-color: lightgray;
    width: 120px;
}

.btn-next[b-e36zy7nyks] {
    padding: 6px 18px 6px 18px;
    border: 1px solid red;
    color: white;
    background-color: red;
    width: 120px;
}

.btn-next-disabled[b-e36zy7nyks] {
    padding: 6px 18px 6px 18px;
    border: 1px solid red;
    color: white;
    background-color: red;
    opacity: .5;
    cursor: initial;
}

.div-next[b-e36zy7nyks] {
    padding-left: 30px;
    padding-top: 0;
}
/* /Pages/Stage.razor.rz.scp.css */
.fw-bold[b-07av98bppi] {
    font-weight: 500;
}

.wrapper[b-07av98bppi] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-07av98bppi] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-07av98bppi] {
        width: 100%;
    }
}

.selection-wrapper[b-07av98bppi] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-07av98bppi], input[type="submit"][b-07av98bppi], input[type="reset"][b-07av98bppi] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-07av98bppi] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-07av98bppi], .stage:focus[b-07av98bppi] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-07av98bppi] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    #helper-btn:hover[b-07av98bppi], #helper-btn:focus[b-07av98bppi] {
        background-color: var(--apr-red);
        color: white;
    }


.stage-select[b-07av98bppi] {
    cursor: pointer;
}

.stage-select:hover[b-07av98bppi] {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 10px 24px 0 rgba(0, 0, 0, 0.19);
    background-color: #999999;
    color: #fff;
    transition: box-shadow 0.3s ease-in-out;
}

.stage-beta[b-07av98bppi] {
    background-color: #F9E51C !important;
}

.stage-beta:hover[b-07av98bppi] {
    background-color: #D0BE07 !important;
}

.customer-info[b-07av98bppi] {
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 0;
    border-radius:.25rem;
}

.col-10p[b-07av98bppi] {
    flex: 0 0 auto;
    width: 10%;
}

.col-78p[b-07av98bppi] {
    flex: 0 0 auto;
    width: 78%;
}

.col-12p[b-07av98bppi] {
    flex: 0 0 auto;
    width: 12%;
}

.span-light[b-07av98bppi]{
    font-weight:lighter;
}

.large[b-07av98bppi]{
    font-size: 18px;
    font-weight:bold;
}

.medium[b-07av98bppi] {
    font-size: 11px;
    font-weight: bold;
}

.col-width[b-07av98bppi] {
    width: 50%;
    min-width: 200px;
}

.div-next[b-07av98bppi] {
    padding-left: 30px;
    padding-top: 0;
}

hr[b-07av98bppi] {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
}
/* /Pages/Stage_D.razor.rz.scp.css */
.fw-bold[b-zv2bpzyorr] {
    font-weight: 500;
}

.wrapper[b-zv2bpzyorr] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-zv2bpzyorr] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-zv2bpzyorr] {
        width: 100%;
    }
}

.selection-wrapper[b-zv2bpzyorr] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-zv2bpzyorr], input[type="submit"][b-zv2bpzyorr], input[type="reset"][b-zv2bpzyorr] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-zv2bpzyorr] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-zv2bpzyorr], .stage:focus[b-zv2bpzyorr] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-zv2bpzyorr] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    #helper-btn:hover[b-zv2bpzyorr], #helper-btn:focus[b-zv2bpzyorr] {
        background-color: var(--apr-red);
        color: white;
    }


.stage-select[b-zv2bpzyorr] {
    cursor: pointer;
}

    .stage-select:hover[b-zv2bpzyorr] {
        box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2), 0 10px 24px 0 rgba(0, 0, 0, 0.19);
        background-color: #999999;
        color: #fff;
        transition: box-shadow 0.3s ease-in-out;
    }

.stage-beta[b-zv2bpzyorr] {
    background-color: #F9E51C !important;
}

    .stage-beta:hover[b-zv2bpzyorr] {
        background-color: #D0BE07 !important;
    }

.customer-info[b-zv2bpzyorr] {
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 0;
    border-radius: .25rem;
}

.col-10p[b-zv2bpzyorr] {
    flex: 0 0 auto;
    width: 10%;
}

.col-78p[b-zv2bpzyorr] {
    flex: 0 0 auto;
    width: 78%;
}

.col-12p[b-zv2bpzyorr] {
    flex: 0 0 auto;
    width: 12%;
}

.span-light[b-zv2bpzyorr] {
    font-weight: lighter;
}

.large[b-zv2bpzyorr] {
    font-size: 18px;
    font-weight: bold;
}

.col-width[b-zv2bpzyorr] {
    width: 50%;
    min-width: 200px;
}

.div-next[b-zv2bpzyorr] {
    padding-left: 30px;
    padding-top: 0;
}

hr[b-zv2bpzyorr] {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
}
/* /Pages/UserHardwareRequest.razor.rz.scp.css */
.fw-bold[b-fie2gd59kz] {
    font-weight: 500;
}

.wrapper[b-fie2gd59kz] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-fie2gd59kz] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-fie2gd59kz] {
        width: 100%;
    }
}

.selection-wrapper[b-fie2gd59kz] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-fie2gd59kz], input[type="submit"][b-fie2gd59kz], input[type="reset"][b-fie2gd59kz] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-fie2gd59kz] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-fie2gd59kz], .stage:focus[b-fie2gd59kz] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-fie2gd59kz] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    #helper-btn:hover[b-fie2gd59kz], #helper-btn:focus[b-fie2gd59kz] {
        background-color: var(--apr-red);
        color: white;
    }

.border-radius-top[b-fie2gd59kz] {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.border-radius-bottom[b-fie2gd59kz] {
    border: 1px solid transparent;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.customer-info[b-fie2gd59kz] {
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

input[type=checkbox][b-fie2gd59kz] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(1.5);
    padding: 10px;
}

    input[type=checkbox]:checked[b-fie2gd59kz] {
        accent-color: red;
    }

label[b-fie2gd59kz] {
    margin: 10px;
    color: gray;
}

.text-12[b-fie2gd59kz] {
    font-size: 12px;
}

.hr-select[b-fie2gd59kz] {
    margin: 0;
    padding: 0;
}

.hr-btn[b-fie2gd59kz] {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
}

.btn-cancel[b-fie2gd59kz] {
    padding: 6px 18px 6px 18px;
    border: 1px solid gray;
    color: gray;
    width: 120px;
}

.btn-back[b-fie2gd59kz] {
    padding: 6px 18px 6px 18px;
    border: 1px solid gray;
    color: gray;
    background-color: lightgray;
    width: 120px;
}

.btn-next[b-fie2gd59kz] {
    padding: 6px 18px 6px 18px;
    border: 1px solid red;
    color: white;
    background-color: red;
    width: 120px;
}

.btn-next-disabled[b-fie2gd59kz] {
    padding: 6px 18px 6px 18px;
    border: 1px solid red;
    color: white;
    background-color: red;
    opacity: .5;
    cursor: initial;
}

.div-next[b-fie2gd59kz] {
    padding-left: 30px;
    padding-top: 0;
}
/* /Pages/UserHardwareRequest_D.razor.rz.scp.css */
.fw-bold[b-vynuh5tooa] {
    font-weight: 500;
}

.wrapper[b-vynuh5tooa] {
    padding: 45px 35px;
    width: 85%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    min-height: 300px;
}

@media only screen and (max-width: 999px) {
    .wrapper[b-vynuh5tooa] {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper[b-vynuh5tooa] {
        width: 100%;
    }
}

.selection-wrapper[b-vynuh5tooa] {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

button[b-vynuh5tooa], input[type="submit"][b-vynuh5tooa], input[type="reset"][b-vynuh5tooa] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.stage[b-vynuh5tooa] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: white;
    color: rgba(0,0,0, 0.8);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    .stage:hover[b-vynuh5tooa], .stage:focus[b-vynuh5tooa] {
        background-color: var(--apr-red);
        color: white;
    }

#helper-btn[b-vynuh5tooa] {
    padding: 10px 25px;
    border-radius: 10px;
    background-color: var(--bst-primary);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: all 0.16s ease-in;
    font-size: 1.2rem;
}

    #helper-btn:hover[b-vynuh5tooa], #helper-btn:focus[b-vynuh5tooa] {
        background-color: var(--apr-red);
        color: white;
    }

.border-radius-top[b-vynuh5tooa] {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.border-radius-bottom[b-vynuh5tooa] {
    border: 1px solid transparent;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.customer-info[b-vynuh5tooa] {
    background-color: lightgray;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

input[type=checkbox][b-vynuh5tooa] {
    -ms-transform: scale(1.5);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(1.5);
    padding: 10px;
}

    input[type=checkbox]:checked[b-vynuh5tooa] {
        accent-color: red;
    }

label[b-vynuh5tooa] {
    margin: 10px;
    color: gray;
}

.text-12[b-vynuh5tooa] {
    font-size: 12px;
}

.hr-select[b-vynuh5tooa] {
    margin: 0;
    padding: 0;
}

.hr-btn[b-vynuh5tooa] {
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
}

.btn-cancel[b-vynuh5tooa] {
    padding: 6px 18px 6px 18px;
    border: 1px solid gray;
    color: gray;
    width: 120px;
}

.btn-back[b-vynuh5tooa] {
    padding: 6px 18px 6px 18px;
    border: 1px solid gray;
    color: gray;
    background-color: lightgray;
    width: 120px;
}

.btn-next[b-vynuh5tooa] {
    padding: 6px 18px 6px 18px;
    border: 1px solid red;
    color: white;
    background-color: red;
    width: 120px;
}

.btn-next-disabled[b-vynuh5tooa] {
    padding: 6px 18px 6px 18px;
    border: 1px solid red;
    color: white;
    background-color: red;
    opacity: .5;
    cursor: initial;
}

.div-next[b-vynuh5tooa] {
    padding-left: 30px;
    padding-top: 0;
}
/* /Pages/UserProgramHistory.razor.rz.scp.css */
.table-text[b-skl1qn7e5s] {
    font-size: .8em !important;
}
/* /Pages/UserProgramHistory_D.razor.rz.scp.css */
.table-text[b-hxa9jds2s2] {
    font-size: .8em !important;
}
/* /Shared/Footer.razor.rz.scp.css */
.footer-image[b-p2fwvcw6oi] {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("assets/digital-background.jpg");
}
/* /Shared/Loader.razor.rz.scp.css */
.loader[b-c0hp8kx5lr] {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    color: #fff;
    font-size: 4em;
}

.loader-text-container[b-c0hp8kx5lr] {
    position: fixed;
    top: 45%;
    width: 100%;
    color: #fff;
    margin-top: 10px;
}

@keyframes spinner-b-c0hp8kx5lr {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

@keyframes spinner1-b-c0hp8kx5lr {
    0% {
        transform: translate3d(0, 0, 0) rotate(0deg);
    }

    25% {
        transform: translate3d(-3.0%, 3.0%, 0) rotate(90deg);
    }
    50% {
        transform: translate3d(-6.7%, .2%, 0) rotate(180deg);
    }
    75% {
        transform: translate3d(-3.2%, -3.2%, 0) rotate(270deg);
    }
    100% {
        transform: translate3d(0, 0, 0) rotate(360deg);
    }
}

.loadspinner[b-c0hp8kx5lr] {
    color: #fff;
    animation: 1.5s linear infinite spinner1-b-c0hp8kx5lr;
    animation-play-state: inherit;
    position: absolute;
    top: 47%;
    left: 48.4%;
}

.spin[b-c0hp8kx5lr]::before {
    animation: 1.5s linear infinite spinner-b-c0hp8kx5lr;
    animation-play-state: inherit;
    border: solid 15px #cfd0d1;
    border-bottom-color: red;
    border-radius: 50%;
    content: "";
    height: 140px;
    width: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

#cover-spin[b-c0hp8kx5lr] {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin-b-c0hp8kx5lr {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin[b-c0hp8kx5lr]::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: black;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin-b-c0hp8kx5lr .8s linear infinite;
}
 hr[b-c0hp8kx5lr]{
     position:absolute;
     left:50%;
     margin-left:-50%; 
     top:50%;
     margin-top:-1px;
     width: 100%;
     height:2px;
 }

.centered[b-c0hp8kx5lr] {
    position: fixed;
    top: 40%;
    left: 48%; /*icon is placed 3% to the right, 47 centers it on the screen.*/
}
/* /Shared/LoginLayout.razor.rz.scp.css */
.bg-image[b-4ajum31tvp] {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(assets/AudiR8.jpg);
    height: 100%;
}
/* /Shared/LogoutNotifyMenu.razor.rz.scp.css */
.nav-image[b-4q3pflfxey] {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(assets/digital-headr.jpg);
}

.navbar[b-4q3pflfxey], .navbar-brand[b-4q3pflfxey] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-item[b-4q3pflfxey] {
    text-decoration: none !important;
}

.right-0[b-4q3pflfxey]{
    right:50px;
}

.left-0[b-4q3pflfxey] {
    left: 0;
}

.arrow[b-4q3pflfxey] {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
}

.right[b-4q3pflfxey] {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.curser[b-4q3pflfxey]{
    cursor:pointer;
}
/* /Shared/MainLayout.razor.rz.scp.css */
main[b-60y74624t7] {
    background: white;
    min-height: 500px !important;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-image[b-maif592ovg] {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(assets/digital-headr.jpg);
}

.navbar[b-maif592ovg], .navbar-brand[b-maif592ovg] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-item[b-maif592ovg] {
    text-decoration: none !important;
    cursor: pointer !important;
}

.redirect[b-maif592ovg] {
    cursor: pointer;
}
/* /Shared/NoMenuLayout.razor.rz.scp.css */
.page[b-2k5ctbh4f3] {
    background-color: white;
}
/* /Shared/ProgramCarLayout.razor.rz.scp.css */
.wrapper[b-i8pyqmox1q] {
    width: 65%;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 0;
}

.header[b-i8pyqmox1q] {
    width: 100%;
    background: #fff;
    color: black;
    padding-left: 30px;
    padding-right: 30px;
}
.time-line[b-i8pyqmox1q] {
    width: 100%;
    background: #fff;
    color: black;
}
.descriptor[b-i8pyqmox1q] {
    width: 100%;
    background: #fff;
    padding: 0 30px 0 30px;
}

.page[b-i8pyqmox1q]{
    height:100vh;
}

.container[b-i8pyqmox1q] {
    margin-top: 5%;
}

.border-radius[b-i8pyqmox1q] {
    border: 1px solid transparent;
    border-radius: .25rem;
}

.col-message[b-i8pyqmox1q]{
    flex: 0 0 auto;
}

p[b-i8pyqmox1q] {
    padding: 0;
    margin: 0;
}


.btn-wizard[b-i8pyqmox1q] {
    border-color: white;
    color: white;
    padding-right: 30px;
    padding-left: 30px;
    max-height:40px;
}

.btn-mobile[b-i8pyqmox1q] {
    border-color: grey !important;
    color: grey !important;
    background-color: black !important;
    font-size: .8em;
}


.menu[b-i8pyqmox1q] {
    margin-top: 20px;
}

.btn-align[b-i8pyqmox1q]{
    align-items:center;
}

.logo[b-i8pyqmox1q]{
    margin-top:2.5rem;
}

.text-align-right[b-i8pyqmox1q]{
    text-align:right;
}
/* /Shared/ProgramCarLayout_D.razor.rz.scp.css */
.wrapper[b-dtl3wcud0p] {
    width: 65%;
    background: #fff;
    box-shadow: 0px 3px 10px 3px rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 0;
}

.header[b-dtl3wcud0p] {
    width: 100%;
    background: #fff;
    color: black;
    padding-left: 30px;
    padding-right: 30px;
}

.time-line[b-dtl3wcud0p] {
    width: 100%;
    background: #fff;
    color: black;
}

.descriptor[b-dtl3wcud0p] {
    width: 100%;
    background: #fff;
    padding: 0 30px 0 30px;
}

.page[b-dtl3wcud0p] {
    height: 100vh;
}

.container[b-dtl3wcud0p] {
    margin-top: 5%;
}

.border-radius[b-dtl3wcud0p] {
    border: 1px solid transparent;
    border-radius: .25rem;
}

.col-message[b-dtl3wcud0p] {
    flex: 0 0 auto;
}

p[b-dtl3wcud0p] {
    padding: 0;
    margin: 0;
}


.btn-wizard[b-dtl3wcud0p] {
    border-color: white;
    color: white;
    padding-right: 30px;
    padding-left: 30px;
    max-height: 40px;
}


.menu[b-dtl3wcud0p] {
    margin-top: 20px;
}

.btn-align[b-dtl3wcud0p] {
    align-items: center;
}

.logo[b-dtl3wcud0p] {
    margin-top: 2.5rem;
}

.text-align-right[b-dtl3wcud0p] {
    text-align: right;
}
/* /Shared/UnauthorizedLayout.razor.rz.scp.css */
main[b-5nvhk03b5r] {
    background: white;
    min-height: 500px !important;
}
/* /Shared/UnauthorizedNavMenu.razor.rz.scp.css */
.nav-image[b-h0a0c2not4] {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(assets/digital-headr.jpg);
}

.navbar[b-h0a0c2not4], .navbar-brand[b-h0a0c2not4] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* /Shared/WizardUI/CheckBox.razor.rz.scp.css */
@-webkit-keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

@-moz-keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

@keyframes click-wave-b-1dp3178k86 {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input[b-1dp3178k86] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.3333333333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover[b-1dp3178k86] {
        background: #9faab7;
    }

    .option-input:checked[b-1dp3178k86] {
        background: var(--apr-red);
    }

        .option-input:checked[b-1dp3178k86]::before {
            height: 40px;
            width: 40px;
            position: absolute;
            content: "✖";
            display: inline-block;
            font-size: 26.6666666667px;
            text-align: center;
            line-height: 40px;
        }

        .option-input:checked[b-1dp3178k86]::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave-b-1dp3178k86 0.65s;
            background: var(--apr-red);
            content: "";
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio[b-1dp3178k86] {
        border-radius: 50%;
    }

        .option-input.radio[b-1dp3178k86]::after {
            border-radius: 50%;
        }
/* /Shared/WizardUI/Timeline.razor.rz.scp.css */
ul[b-mguipa5ogq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
    margin-top: 4.7px;
    margin-bottom: 0;
    list-style-type: none;
}

li[b-mguipa5ogq] {
    position: relative;
    margin-top: 10px;
    margin-left:0;
    font-size: 12px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight:bold;
}

li-done[b-mguipa5ogq] {
    display: none;
}

li:last-child[b-mguipa5ogq]::after {
    margin-left: 0;
    width: 42px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background: var(--apr-red);
}

li:first-child[b-mguipa5ogq]::before {
    margin-left: -30px;
    width: 40px;
    border-radius: .25rem;
    background: var(--apr-red);
}

li[b-mguipa5ogq]::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 47%;
    z-index: 1;
    width:20px;
    height:10px;
    border-radius:.25rem;
    background: var(--apr-red);
    
}

li[b-mguipa5ogq]::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100%;
    height: 10px;
    background: var(--apr-red);
}

.active ~ li[b-mguipa5ogq]::before {
    background: transparent;
}

.active ~ li[b-mguipa5ogq]::after {
    background: rgba(221, 226, 229, 0.4);
}

.active[b-mguipa5ogq]::before {
    width:10px;
    height:10px;
}

.active[b-mguipa5ogq]::after {
    background: rgba(221, 226, 229, 0.4);
}

.inactive[b-mguipa5ogq]{
    color:lightgray;
}
/* /Shared/WizardUI/TimelineMobile.razor.rz.scp.css */
ul[b-z8vs721gq9] {
    padding-left: 0;
    margin-top: 4.7px;
    margin-bottom: 0;
    list-style-type: none;
}

li[b-z8vs721gq9] {
    position: relative;
    margin-top: 10px;
    margin-left: 0;
    font-size: 10px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}

li-done[b-z8vs721gq9] {
    display: none;
}

/*li:last-child::after {
    margin-left: 0;
    width: 42px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    background: var(--apr-red);
}

li:first-child::before {
    margin-left: -30px;
    width: 40px;
    border-radius: .25rem;
    background: var(--apr-red);
}

li::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 47%;
    z-index: 1;
    width: 20px;
    height: 10px;
    border-radius: .25rem;
    background: var(--apr-red);
}

li::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 100%;
    height: 10px;
    background: var(--apr-red);
}*/

/*.active ~ li::before {
    background: transparent;
}

.active ~ li::after {
    background: rgba(221, 226, 229, 0.4);
}

.active::before {
    width: 10px;
    height: 10px;
}

.active::after {
    background: rgba(221, 226, 229, 0.4);
}*/

.inactive[b-z8vs721gq9] {
    color: lightgray;
}
