﻿

.ribbon-badge {
    position: absolute;
    top: 15px;
    padding: 2px 10px;
    background: #0992bf;
    box-shadow: -1px 2px 3px rgba(0,0,0,.3);
    color:white;
    font-size:11px;
    letter-spacing:3px;
    border-top-right-radius:4px;
    border-bottom-right-radius:4px;
}

    .ribbon-badge:before, .ribbon-badge:after {
        content: "";
        position: absolute;
    }

    .ribbon-badge:before {
        width: 7px;
        height: 100%;
        top: 0;
        left: -6.5px;
        padding: 0 0 7px;
        background: inherit;
        border-radius: 5px 0 0 5px;
    }

    .ribbon-badge:after {
        width: 5px;
        height: 5px;
        bottom: -3px;
        left: -4.5px;
        background: rgb(9, 107, 138);
        border-radius: 50%;
    }

