.alert-minimalist {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 16px;
    font-size: 14px;
    background-color: #fff;
    color: red;
    padding: 8px 5px 0px 15px;
    box-shadow: 1px 2px 6px rgb(51, 52, 56);
}

.alert-minimalist > [data-notify="icon"] {
    height: 50px;
    margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
    display: block;
    padding: 4px 2rem 10px 10px;
}

.notify_close{
    cursor: pointer;
    background: none;
    border: none;
    float: right;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: rgba(0,0,0,0.7);
    padding-top: 2px;
    transition: color ease-in-out 0.3s;
}

.notify_close:hover{
    color: #000;
}

.success-minimalist {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 16px;
    font-size: 14px;
    background-color: #fff;
    border-left: 4px solid #00ff7e;
    color: #000;
    padding: 8px 5px 0px 15px;
    box-shadow: 1px 2px 6px rgb(51, 52, 56);
}

.success-minimalist > [data-notify="icon"] {
    height: 50px;
    margin-right: 12px;
}
.success-minimalist > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.success-minimalist > [data-notify="message"] {
    display: block;
    padding: 4px 2rem 10px 10px;
}

.cssload-container *, .cssload-container *:before, .cssload-container *:after{
    box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
}

.cssload-container {
    width: 150px;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 5px;
    display: none;
}
.cssload-container > div {
    float: left;
    background: rgba(255,255,255,0.98);
    height: 100%;
    width: 5px;
    margin-right: 1px;
    display: inline-block;
}

.cssload-container .cssload-shaft1 {
    animation-delay: 0.06s;
        -o-animation-delay: 0.06s;
        -ms-animation-delay: 0.06s;
        -webkit-animation-delay: 0.06s;
        -moz-animation-delay: 0.06s;
}
.cssload-container .cssload-shaft2 {
    animation-delay: 0.12s;
        -o-animation-delay: 0.12s;
        -ms-animation-delay: 0.12s;
        -webkit-animation-delay: 0.12s;
        -moz-animation-delay: 0.12s;
}
.cssload-container .cssload-shaft3 {
    animation-delay: 0.17s;
        -o-animation-delay: 0.17s;
        -ms-animation-delay: 0.17s;
        -webkit-animation-delay: 0.17s;
        -moz-animation-delay: 0.17s;
}
.cssload-container .cssload-shaft4 {
    animation-delay: 0.23s;
        -o-animation-delay: 0.23s;
        -ms-animation-delay: 0.23s;
        -webkit-animation-delay: 0.23s;
        -moz-animation-delay: 0.23s;
}
.cssload-container .cssload-shaft5 {
    animation-delay: 0.29s;
        -o-animation-delay: 0.29s;
        -ms-animation-delay: 0.29s;
        -webkit-animation-delay: 0.29s;
        -moz-animation-delay: 0.29s;
}
.cssload-container .cssload-shaft6 {
    animation-delay: 0.35s;
        -o-animation-delay: 0.35s;
        -ms-animation-delay: 0.35s;
        -webkit-animation-delay: 0.35s;
        -moz-animation-delay: 0.35s;
}
.cssload-container .cssload-shaft7 {
    animation-delay: 0.4s;
        -o-animation-delay: 0.4s;
        -ms-animation-delay: 0.4s;
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
}
.cssload-container .cssload-shaft8 {
    animation-delay: 0.46s;
        -o-animation-delay: 0.46s;
        -ms-animation-delay: 0.46s;
        -webkit-animation-delay: 0.46s;
        -moz-animation-delay: 0.46s;
}
.cssload-container .cssload-shaft9 {
    animation-delay: 0.52s;
        -o-animation-delay: 0.52s;
        -ms-animation-delay: 0.52s;
        -webkit-animation-delay: 0.52s;
        -moz-animation-delay: 0.52s;
}
.cssload-container .cssload-shaft10 {
    animation-delay: 0.58s;
        -o-animation-delay: 0.58s;
        -ms-animation-delay: 0.58s;
        -webkit-animation-delay: 0.58s;
        -moz-animation-delay: 0.58s;
}

.cssload-container > div {
    animation: cssload-loading 1.73s infinite ease-in-out;
        -o-animation: cssload-loading 1.73s infinite ease-in-out;
        -ms-animation: cssload-loading 1.73s infinite ease-in-out;
        -webkit-animation: cssload-loading 1.73s infinite ease-in-out;
        -moz-animation: cssload-loading 1.73s infinite ease-in-out;
    transform: scaleY(0.05) translateX(-10px);
        -o-transform: scaleY(0.05) translateX(-10px);
        -ms-transform: scaleY(0.05) translateX(-10px);
        -webkit-transform: scaleY(0.05) translateX(-10px);
        -moz-transform: scaleY(0.05) translateX(-10px);
}



@keyframes cssload-loading {
    50% {
        transform: scaleY(1.2) translateX(10px);
        background: rgb(86,215,198);
    }
}

@-o-keyframes cssload-loading {
    50% {
        -o-transform: scaleY(1.2) translateX(10px);
        background: rgb(86,215,198);
    }
}

@-ms-keyframes cssload-loading {
    50% {
        -ms-transform: scaleY(1.2) translateX(10px);
        background: rgb(86,215,198);
    }
}

@-webkit-keyframes cssload-loading {
    50% {
        -webkit-transform: scaleY(1.2) translateX(10px);
        background: rgb(86,215,198);
    }
}

@-moz-keyframes cssload-loading {
    50% {
        -moz-transform: scaleY(1.2) translateX(10px);
        background: rgb(86,215,198);
    }
}