.alert {
    padding: 16px 20px 17px 68px;
    background-color: #fafafa;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    position: relative;

    &.success {
        .alert-icon {
            background:
                #4fb2ec
                url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20px" height="15px"><path fill-rule="evenodd" fill="rgb(255, 255, 255)" d="M19.1000,2.660 L17.446,0.000 L8.089,9.745 L2.554,3.979 L0.000,6.639 L8.000,15.000 L19.1000,2.660 Z"/></svg>')
                center center
                no-repeat;
        }
    }
}

.alert-icon {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.alert-title {
    font-family: var(--main-font-family-3);
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    color: #231f20;
    margin: 0 0 1px 0;
}

.alert-text {
    padding: 0 0 0 2px;
}

.alert-para {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}