@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/MMP/Dashboard/DashboardComponent.razor.rz.scp.css */
.cirlceprogress[b-5az6sq7do0] {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative
}

    .cirlceprogress[b-5az6sq7do0]:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 12px solid #fff;
        position: absolute;
        top: 0;
        left: 0
    }

    .cirlceprogress > span[b-5az6sq7do0] {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .cirlceprogress .cirlceprogress-left[b-5az6sq7do0] {
        left: 0
    }

    .cirlceprogress .cirlceprogress-bar[b-5az6sq7do0] {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 12px;
        border-style: solid;
        position: absolute;
        top: 0
    }

    .cirlceprogress .cirlceprogress-left .cirlceprogress-bar[b-5az6sq7do0] {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

    .cirlceprogress .cirlceprogress-right[b-5az6sq7do0] {
        right: 0
    }

        .cirlceprogress .cirlceprogress-right .cirlceprogress-bar[b-5az6sq7do0] {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
            animation: loading-1-b-5az6sq7do0 1.8s linear forwards
        }

    .cirlceprogress .cirlceprogress-value[b-5az6sq7do0] {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        background: #44484b;
        font-size: 24px;
        color: #fff;
        line-height: 135px;
        text-align: center;
        position: absolute;
        top: 5%;
        left: 5%
    }

    .cirlceprogress.blue .cirlceprogress-bar[b-5az6sq7do0] {
        border-color: #049dff
    }

    .cirlceprogress.blue .cirlceprogress-left .cirlceprogress-bar[b-5az6sq7do0] {
        animation: loading-2-b-5az6sq7do0 1.5s linear forwards 1.8s
    }

.cirlceprogress-left .cirlceprogress-bar[b-5az6sq7do0] {
    animation: loading-3-b-5az6sq7do0 1s linear forwards 1.8s
}

.cirlceprogress-left .cirlceprogress-bar[b-5az6sq7do0] {
    animation: loading-4-b-5az6sq7do0 0.4s linear forwards 1.8s
}

.cirlceprogress-left .cirlceprogress-bar[b-5az6sq7do0] {
    animation: loading-5 1.2s linear forwards 1.8s
}

@keyframes loading-1-b-5az6sq7do0 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2-b-5az6sq7do0 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-3-b-5az6sq7do0 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes loading-4-b-5az6sq7do0 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media only screen and (max-width: 990px) {
    .cirlceprogress[b-5az6sq7do0] {
        margin-bottom: 20px
    }
}
/* /Components/Motor/BenefitOffer/CreateOffer/CreateOffer.razor.rz.scp.css */

.custom-radio[b-dmtwzdbnuo] {
    color: #AAAAAA;
    display: flex;
    position: relative;
    align-items: center;
}

.custom-radio input[type=radio][b-dmtwzdbnuo] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.custom-radio label[b-dmtwzdbnuo] {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 15px 15px 15px 60px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.custom-radio:hover label[b-dmtwzdbnuo] {
    color: #0b5ed7;
}

.custom-radio .check[b-dmtwzdbnuo] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.custom-radio:hover .check[b-dmtwzdbnuo] {
    border: 1px solid #0b5ed7;
}

.custom-radio .check[b-dmtwzdbnuo]::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 100%;
    width: 100%;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check[b-dmtwzdbnuo] {
    border: 1px solid #0d6efd;
}

    input[type=radio]:checked ~ .check[b-dmtwzdbnuo]::before {
        background: #0d6efd;
    }

input[type=radio]:checked ~ label[b-dmtwzdbnuo] {
    color: #0d6efd;
}
/* /Components/Motor/BenefitOffer/EditOffer/EditOffer.razor.rz.scp.css */

.custom-radio[b-24z040shr5] {
    color: #AAAAAA;
    display: flex;
    position: relative;
    align-items: center;
}

    .custom-radio input[type=radio][b-24z040shr5] {
        position: absolute;
        visibility: hidden;
        display: none;
    }

    .custom-radio label[b-24z040shr5] {
        display: block;
        position: relative;
        font-weight: 300;
        font-size: 1.35em;
        padding: 15px 15px 15px 60px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
    }

    .custom-radio:hover label[b-24z040shr5] {
        color: #0b5ed7;
    }

    .custom-radio .check[b-24z040shr5] {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        border: 1px solid #AAAAAA;
        border-radius: 100%;
        height: 30px;
        width: 30px;
        left: 20px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

    .custom-radio:hover .check[b-24z040shr5] {
        border: 1px solid #0b5ed7;
    }

    .custom-radio .check[b-24z040shr5]::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 100%;
        width: 100%;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

input[type=radio]:checked ~ .check[b-24z040shr5] {
    border: 1px solid #0d6efd;
}

    input[type=radio]:checked ~ .check[b-24z040shr5]::before {
        background: #0d6efd;
    }

input[type=radio]:checked ~ label[b-24z040shr5] {
    color: #0d6efd;
}
/* /Components/Motor/BenefitOffer/OfferDetails/OfferDetails.razor.rz.scp.css */

.custom-radio[b-0a1z5hkoae] {
    color: #AAAAAA;
    display: flex;
    position: relative;
    align-items: center;
}

    .custom-radio input[type=radio][b-0a1z5hkoae] {
        position: absolute;
        visibility: hidden;
        display: none;
    }

    .custom-radio label[b-0a1z5hkoae] {
        display: block;
        position: relative;
        font-weight: 300;
        font-size: 1.35em;
        padding: 15px 15px 15px 60px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
    }

    .custom-radio:hover label[b-0a1z5hkoae] {
        color: #0b5ed7;
    }

    .custom-radio .check[b-0a1z5hkoae] {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        border: 1px solid #AAAAAA;
        border-radius: 100%;
        height: 30px;
        width: 30px;
        left: 20px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

    .custom-radio:hover .check[b-0a1z5hkoae] {
        border: 1px solid #0b5ed7;
    }

    .custom-radio .check[b-0a1z5hkoae]::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 100%;
        width: 100%;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

input[type=radio]:checked ~ .check[b-0a1z5hkoae] {
    border: 1px solid #0d6efd;
}

    input[type=radio]:checked ~ .check[b-0a1z5hkoae]::before {
        background: #0d6efd;
    }

input[type=radio]:checked ~ label[b-0a1z5hkoae] {
    color: #0d6efd;
}
/* /Components/Motor/Dashboard/DashboardComponent.razor.rz.scp.css */
.cirlceprogress[b-9gnot0ke28] {
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative
}

    .cirlceprogress[b-9gnot0ke28]:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 12px solid #fff;
        position: absolute;
        top: 0;
        left: 0
    }

    .cirlceprogress > span[b-9gnot0ke28] {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        z-index: 1
    }

    .cirlceprogress .cirlceprogress-left[b-9gnot0ke28] {
        left: 0
    }

    .cirlceprogress .cirlceprogress-bar[b-9gnot0ke28] {
        width: 100%;
        height: 100%;
        background: none;
        border-width: 12px;
        border-style: solid;
        position: absolute;
        top: 0
    }

    .cirlceprogress .cirlceprogress-left .cirlceprogress-bar[b-9gnot0ke28] {
        left: 100%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        border-left: 0;
        -webkit-transform-origin: center left;
        transform-origin: center left
    }

    .cirlceprogress .cirlceprogress-right[b-9gnot0ke28] {
        right: 0
    }

        .cirlceprogress .cirlceprogress-right .cirlceprogress-bar[b-9gnot0ke28] {
            left: -100%;
            border-top-left-radius: 80px;
            border-bottom-left-radius: 80px;
            border-right: 0;
            -webkit-transform-origin: center right;
            transform-origin: center right;
            animation: loading-1-b-9gnot0ke28 1.8s linear forwards
        }

    .cirlceprogress .cirlceprogress-value[b-9gnot0ke28] {
        width: 90%;
        height: 90%;
        border-radius: 50%;
        background: #44484b;
        font-size: 24px;
        color: #fff;
        line-height: 135px;
        text-align: center;
        position: absolute;
        top: 5%;
        left: 5%
    }

    .cirlceprogress.blue .cirlceprogress-bar[b-9gnot0ke28] {
        border-color: #049dff
    }

    .cirlceprogress.blue .cirlceprogress-left .cirlceprogress-bar[b-9gnot0ke28] {
        animation: loading-2-b-9gnot0ke28 1.5s linear forwards 1.8s
    }

.cirlceprogress-left .cirlceprogress-bar[b-9gnot0ke28] {
    animation: loading-3-b-9gnot0ke28 1s linear forwards 1.8s
}

.cirlceprogress-left .cirlceprogress-bar[b-9gnot0ke28] {
    animation: loading-4-b-9gnot0ke28 0.4s linear forwards 1.8s
}

.cirlceprogress-left .cirlceprogress-bar[b-9gnot0ke28] {
    animation: loading-5 1.2s linear forwards 1.8s
}

@keyframes loading-1-b-9gnot0ke28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-2-b-9gnot0ke28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes loading-3-b-9gnot0ke28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@keyframes loading-4-b-9gnot0ke28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media only screen and (max-width: 990px) {
    .cirlceprogress[b-9gnot0ke28] {
        margin-bottom: 20px
    }
}
/* /Components/Motor/Dashboard/FinDashboardComponent.razor.rz.scp.css */
.fix25[b-g1psor9abi] {
    flex: 0 0 105px;
}
.fix20[b-g1psor9abi] {
    flex: 0 0 105px;
}
/* /Components/Tools/ErrorMessage.razor.rz.scp.css */
.invalid-feedback[b-5iz9gr0vnu],
.warning-feedback[b-5iz9gr0vnu] {
    display: block;
    margin-top: 0.25rem;
    font-size: 80%;
    /* position: absolute;*/
    top: -17px;
    padding: 2px 10px;
    width: fit-content;
    border-radius: 25px;
    color: white;
}

    .invalid-feedback.left[b-5iz9gr0vnu],
    .warning-feedback.left[b-5iz9gr0vnu] {
        left: 10px;
    }

    .invalid-feedback.right[b-5iz9gr0vnu],
    .warning-feedback.right[b-5iz9gr0vnu] {
        right: 10px;
    }

.invalid-feedback[b-5iz9gr0vnu] {
    background-color: #de0000;
}

.warning-feedback[b-5iz9gr0vnu] {
    background-color: #f5a03e;
}

.invalid-feedback[b-5iz9gr0vnu], .warning-feedback[b-5iz9gr0vnu] {
    display: block !important;
    margin-top: 0.25rem;
    font-size: 80%;
    /*position: absolute;*/
    top: -17px;
    padding: 2px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 25px;
    color: #fff !important;
    max-width: fit-content;
}

.form-group.border.rounded[b-5iz9gr0vnu] {
    position: relative;
}

.invalid[b-5iz9gr0vnu] {
    border-color: #dc3545;
}

    .invalid .ngx-select[b-5iz9gr0vnu],
    .invalid .input-group[b-5iz9gr0vnu] {
        border: 1px solid #dc3545 !important;
    }

        .invalid .ngx-select input[b-5iz9gr0vnu],
        .invalid .input-group input[b-5iz9gr0vnu] {
            border: 0px;
        }

.warning[b-5iz9gr0vnu] {
    border-color: #f5a03e;
}

    .warning .ngx-select[b-5iz9gr0vnu],
    .warning .input-group[b-5iz9gr0vnu] {
        border: 1px solid #f5a03e !important;
    }

        .warning .ngx-select input[b-5iz9gr0vnu],
        .warning .input-group input[b-5iz9gr0vnu] {
            border: 0px;
        }
/* /Components/Tools/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-kno8ia34op] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-kno8ia34op 2s ease-out;
}

@keyframes fadein-b-kno8ia34op {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
