/* _content/LIN.Mail.Shared/Controls/Failure.razor.rz.scp.css */
*[b-tk16mluapx] {
    margin: 0;
    padding: 0;
}

.svg-box[b-tk16mluapx] {
    display: inline-block;
    position: relative;
    width: 150px;
}

.green-stroke[b-tk16mluapx] {
    stroke: #7CB342;
}

.red-stroke[b-tk16mluapx] {
    stroke: #FF6245;
}

.yellow-stroke[b-tk16mluapx] {
    stroke: #FFC107;
}


.circular circle.path[b-tk16mluapx] {
    stroke-dasharray: 330;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    opacity: 0.4;
    animation: 0.7s draw-circle-b-tk16mluapx ease-out;
}

/*------- Checkmark ---------*/
.checkmark[b-tk16mluapx] {
    stroke-width: 6.25;
    stroke-linecap: round;
    position: absolute;
    top: 56px;
    left: 49px;
    width: 52px;
    height: 40px;
}

    .checkmark path[b-tk16mluapx] {
        animation: 1s draw-check-b-tk16mluapx ease-out;
    }

@keyframes draw-circle-b-tk16mluapx {
    0% {
        stroke-dasharray: 0,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    80% {
        stroke-dasharray: 330,330;
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 0.4;
    }
}

@keyframes draw-check-b-tk16mluapx {
    0% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 0;
    }

    50% {
        stroke-dasharray: 49,80;
        stroke-dashoffset: 48;
        opacity: 1;
    }

    100% {
        stroke-dasharray: 130,80;
        stroke-dashoffset: 48;
    }
}

/*---------- Cross ----------*/

.cross[b-tk16mluapx] {
    stroke-width: 6.25;
    stroke-linecap: round;
    position: absolute;
    top: 54px;
    left: 54px;
    width: 40px;
    height: 40px;
}

    .cross .first-line[b-tk16mluapx] {
        animation: 0.7s draw-first-line-b-tk16mluapx ease-out;
    }

    .cross .second-line[b-tk16mluapx] {
        animation: 0.7s draw-second-line-b-tk16mluapx ease-out;
    }

@keyframes draw-first-line-b-tk16mluapx {
    0% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 0,56;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 56,330;
        stroke-dashoffset: 0;
    }
}

@keyframes draw-second-line-b-tk16mluapx {
    0% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    50% {
        stroke-dasharray: 0,55;
        stroke-dashoffset: 1;
    }

    100% {
        stroke-dasharray: 55,0;
        stroke-dashoffset: 70;
    }
}

.alert-sign[b-tk16mluapx] {
    stroke-width: 6.25;
    stroke-linecap: round;
    position: absolute;
    top: 40px;
    left: 68px;
    width: 15px;
    height: 70px;
    animation: 0.5s alert-sign-bounce-b-tk16mluapx cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .alert-sign .dot[b-tk16mluapx] {
        stroke: none;
        fill: #FFC107;
    }

@keyframes alert-sign-bounce-b-tk16mluapx {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(0);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}
/* _content/LIN.Mail.Shared/Controls/Success.razor.rz.scp.css */
.success-animation[b-sfjsejycpr] {
    margin: 150px auto;
}

.checkmark[b-sfjsejycpr] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #3b82f6;
    animation: fill-b-sfjsejycpr .4s ease-in-out .4s forwards, scale-b-sfjsejycpr .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle[b-sfjsejycpr] {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    animation: stroke-b-sfjsejycpr 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check[b-sfjsejycpr] {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke-b-sfjsejycpr 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke-b-sfjsejycpr {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale-b-sfjsejycpr {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill-b-sfjsejycpr {
    100% {
        box-shadow: inset 0px 0px 0px 30px #3b82f6;
    }
}
