/*
*, *::before, *::after {
    box-sizing: inherit;
    color: inherit;
}*/

/*Actual Style*/

/*=======================
       C-Container
=========================*/
/*.checkmark-circle .checkmark:before, .checkmark-circle .checkmark:after {
    box-sizing: content-box !important;
    outline: none !important;
}*/
.c-container {
    /*width: 150px;
    height: 150px;*/
    position: relative;
    display: inline-block;
    vertical-align: top;
    /*box-sizing: content-box !important;
    outline: none !important;*/
}

    .c-container .c-success, .c-container .c-field {
        color: #00ad26;
        font-size: 24px;
        font-weight: 600;
        margin-top:10px;
    }
    .c-container .c-success {
        color: #00ad26;
    }
    .c-container .c-field {
        color: #ec4e4b;
    }
        /*=======================
       O-Circle
=========================*/
        .o-circle {
            display: flex;
            width: 10.555rem;
            height: 10.555rem;
            justify-content: center;
            align-items: flex-start;
            border-radius: 50%;
            animation: circle-appearance .8s ease-in-out 1 forwards, set-overflow .1s 1.1s forwards;
            -webkit-animation: circle-appearance .8s ease-in-out 1 forwards, set-overflow .1s 1.1s forwards;
            -moz-animation: circle-appearance .8s ease-in-out 1 forwards, set-overflow .1s 1.1s forwards;
            -o-animation: circle-appearance .8s ease-in-out 1 forwards, set-overflow .1s 1.1s forwards;
        }

/*.c-container__circle {
    margin: 0 auto 5.5rem;
}*/

/*=======================
    C-Circle Sign
=========================*/

.o-circle__sign {
    position: relative;
    opacity: 0;
    background: #fff;
    animation-duration: .8s;
    animation-delay: .2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .8s;
    -webkit-animation-delay: .2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-duration: .8s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-duration: .8s;
    -o-animation-delay: .2s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
}

    .o-circle__sign::before,
    .o-circle__sign::after {
        content: "";
        position: absolute;
        background: inherit;
    }

    .o-circle__sign::after {
        left: 100%;
        top: 0%;
        width: 500%;
        height: 95%;
        transform: translateY(4%) rotate(0deg);
        -webkit-transform: translateY(4%) rotate(0deg);
        -moz-transform: translateY(4%) rotate(0deg);
        -ms-transform: translateY(4%) rotate(0deg);
        -o-transform: translateY(4%) rotate(0deg);
        border-radius: 0;
        opacity: 0;
        /*animation: set-shaddow 0s 1.13s ease-in-out forwards;*/
        z-index: -1;
    }


/*=======================
      Sign Success
=========================*/

.o-circle__sign--success {
    background: rgb(0, 173, 38);
}

    .o-circle__sign--success .o-circle__sign {
        width: 1rem;
        height: 6rem;
        border-radius: 50% 50% 50% 0% / 10%;
        transform: translateX(130%) translateY(35%) rotate(45deg) scale(.11);
        animation-name: success-sign-appearance;
        -webkit-transform: translateX(130%) translateY(35%) rotate(45deg) scale(.11);
        -webkit-animation-name: success-sign-appearance;
        -moz-transform: translateX(130%) translateY(35%) rotate(45deg) scale(.11);
        -moz-animation-name: success-sign-appearance;
        -ms-transform: translateX(130%) translateY(35%) rotate(45deg) scale(.11);
        -o-transform: translateX(130%) translateY(35%) rotate(45deg) scale(.11);
        -o-animation-name: success-sign-appearance;
        margin: 0 auto;
        text-align: center;
    }

        .o-circle__sign--success .o-circle__sign::before {
            bottom: -17%;
            width: 100%;
            height: 50%;
            transform: translateX(-150%) rotate(90deg);
            -webkit-transform: translateX(-150%) rotate(90deg);
            -moz-transform: translateX(-150%) rotate(90deg);
            -ms-transform: translateX(-150%) rotate(90deg);
            -o-transform: translateX(-150%) rotate(90deg);
            border-radius: 50% 50% 50% 50% / 20%;
        }

        /*--shadow--*/
        .o-circle__sign--success .o-circle__sign::after {
            background: rgb(40, 128, 96);
        }


/*=======================
      Sign Failure
=========================*/

.o-circle__sign--failure {
    background: rgb(236, 78, 75);
}

    .o-circle__sign--failure .o-circle__sign {
        width: 1rem;
        height: 7rem;
        border-radius: 50% 50% 50% 50% / 10%;
        transform: translateY(25%) rotate(45deg) scale(.1);
        animation-name: failure-sign-appearance;
        -webkit-transform: translateY(25%) rotate(45deg) scale(.1);
        -webkit-animation-name: failure-sign-appearance;
        -moz-transform: translateY(25%) rotate(45deg) scale(.1);
        -moz-animation-name: failure-sign-appearance;
        -ms-transform: translateY(25%) rotate(45deg) scale(.1);
        -o-transform: translateY(25%) rotate(45deg) scale(.1);
        -o-animation-name: failure-sign-appearance;
        text-align: center;
        margin: 0 auto;
    }

        .o-circle__sign--failure .o-circle__sign::before {
            top: 50%;
            width: 100%;
            height: 100%;
            transform: translateY(-50%) rotate(90deg);
            -webkit-transform: translateY(-50%) rotate(90deg);
            -moz-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
            -o-transform: translateY(-50%) rotate(90deg);
            border-radius: inherit;
        }

        /*--shadow--*/
        .o-circle__sign--failure .o-circle__sign::after {
            background: rgba(175, 57, 55, .8);
        }


/*-----------------------
      @Keyframes
--------------------------*/

/*CIRCLE*/
@keyframes circle-appearance {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1.5);
    }

    60% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
}

/*SIGN*/
@keyframes failure-sign-appearance {
    50% {
        opacity: 1;
        transform: translateY(25%) rotate(45deg) scale(1.7);
    }

    100% {
        opacity: 1;
        transform: translateY(25%) rotate(45deg) scale(1);
    }
}

@keyframes success-sign-appearance {
    50% {
        opacity: 1;
        transform: translateX(130%) translateY(35%) rotate(45deg) scale(1.7);
    }

    100% {
        opacity: 1;
        transform: translateX(130%) translateY(35%) rotate(45deg) scale(1);
    }
}


@keyframes set-shaddow {
    to {
        opacity: 1;
    }
}

@keyframes set-overflow {
    to {
        overflow: hidden;
    }
}



/*+++++++++++++++++++
    @Media Queries
+++++++++++++++++++++*/

/*
.checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
    .checkmark-circle .checkmark:before, .checkmark-circle .checkmark:after {
        box-sizing: content-box !important;
        outline: none !important;
    }
    .checkmark-circle .background {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #2eb150;
        position: absolute;
    }

    .checkmark-circle .checkmark {
        border-radius: 5px;
    }

        .checkmark-circle .checkmark.draw:after {
            -webkit-animation-delay: 100ms;
            -moz-animation-delay: 100ms;
            animation-delay: 100ms;
            -webkit-animation-duration: 1s;
            -moz-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-timing-function: ease;
            -moz-animation-timing-function: ease;
            animation-timing-function: ease;
            -webkit-animation-name: checkmark;
            -moz-animation-name: checkmark;
            animation-name: checkmark;
            -webkit-transform: scaleX(-1) rotate(135deg);
            -moz-transform: scaleX(-1) rotate(135deg);
            -ms-transform: scaleX(-1) rotate(135deg);
            -o-transform: scaleX(-1) rotate(135deg);
            transform: scaleX(-1) rotate(135deg);
            -webkit-animation-fill-mode: forwards;
            -moz-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
        }

        .checkmark-circle .checkmark:after {
            opacity: 1;
            height: 75px;
            width: 37.5px;
            -webkit-transform-origin: left top;
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -o-transform-origin: left top;
            transform-origin: left top;
            border-right: 15px solid white;
            border-top: 15px solid white;
            border-radius: 2.5px !important;
            content: "";
            left: 25px;
            top: 75px;
            position: absolute;
        }

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }

    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }

    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }

    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}
*/
