        #myProducts{
            margin-bottom:2rem;
        }
        #myProducts .in{
            margin-top:2rem;
            padding:0.5rem;
        }
        .profile{
            border: 1px dotted #1562ad;
        }
        #myFilter {
            border-radius: 12px;
            padding: 1em 1.5em;
            background-color: #fff;
            border: none;
            box-sizing: border-box;
            width: 100%;
            border: 2px solid #1562ad;
            transition: .3s all;
        }
        
        #myFilter::placeholder {
            color: #aaa;
        }
        .blue-cl{
         color:#1562ad;   
        }
        .green-cl{
            color:#5fa248;
        }
        .button-blue-inverse {
    color: #fff !important;
    border: 1px solid #1562ad !important;
    background-color: #1562ad!important;
}

.button-blue-inverse:hover {
    background-color: transparent!important;
    color: #1562ad !important;
}
.grey-bg {
    background-color: #f1f2f3;
}