﻿.container-bnc-env {
    padding-top: 25px;
    display: table;
    margin: 0 auto;    
    text-align: center;
    align-items: center;
}

.success-bnc-env {
    /*position: relative;*/
    /*width: 20rem;*/
    display: table;
    margin: 0 auto;
    /*height: 20rem;*/
    margin: 0 1rem;
    /*border-radius: 50px;
    box-shadow: 4px 4px 6px rgba(97, 97, 97, 0.4);*/
}

.success-bnc-env-bnc-env {
    background: linear-gradient(to bottom right, #7bed9f, #25BC63);
    /*	&::before {
  		content: '';
  		z-index: -1;
  		position: absolute;
  		left: 0;
  		width: 20rem;
  		height: 20rem;
  		background: linear-gradient(to bottom right, $success-1, $success-2);
  		border-radius: 15%;
  		filter: blur(.5rem);
  	} */
}


.msg-success-bnc-env {
    /*position: relative;*/
    width: 100px;
    height: 50px;
    /*margin: 4.5rem auto 2.9rem auto;*/
    background-color: #dfe4ea;
    border-radius: 5px;
    animation: float 2s ease-in-out infinite alternate;
}

.msg-success-bnc-env::before, .msg-success-bnc-env::after {
    content: '';
    position: absolute;
    border: 0 solid transparent;
    border-width: 23px 50px;
}

.msg-success-bnc-env::after {
    bottom: 1px;
    left: 0;
    border-right-color: #dfe4ea;
    border-bottom-color: #f3f3f4;
    border-left-color: #f3f3f4;
    border-radius: 0 0 5px 5px;
    transform: rotate(360deg);
}

.msg-success-bnc-env .letter {
    position: absolute;
    left: 8px;
    bottom: 40%;
    width: 85px;
    height: 55px;
    background-color: #fafafa;
    border-radius: 5px;
    border: solid 1px #ebebeb;
}

.msg-success-bnc-env .letter::before, .msg-success-bnc-env .letter::after {
    content: '';
    position: absolute;
    bottom: 62%;
    left: 8px;
    border: 2px solid #8a3995;
}

.msg-success-bnc-env .letter::after {
    width: 70px;
    box-shadow: 0 9px 0 #ced6e0, 0 18px 0 #ced6e0, 0 27px 0 #ced6e0;
}

@keyframes float {
    50% {
        transform: translateY(-8px);
    }
}


@keyframes move-right {
    from {
        transform: rotate(-15deg), translateX(0);
    }

    to {
        transform: translateX(8px);
    }
}

@keyframes move-left {
    from {
        transform: rotate(15deg), translateX(0);
    }

    to {
        transform: translateX(-8px);
    }
}

.container-bnc-env .shadow {
    /*position: absolute;*/
    /*top: 125px;
    left: 41px;*/
    margin-top: 30px;
    width: 100px;
    height: 25px;
    background-color: #e4e8ed;
    border-radius: 50%;
    opacity: .65;
    animation: shadow 2s ease-in-out infinite alternate;
}

@keyframes shadow {
    50% {
        transform: scale(0.9);
    }
}
