
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

ol{
    padding: 10px;
    background-color: transparent;
}
ol li{
    display: block;
}
.card{
    margin-bottom: 10px;
}
.mb-2{
    margin-bottom: 20px;
}

.pro-btn.collapse-btn:after{
    content: "\f078";
    position: absolute;
    right: 10px;
    top: 35%;
    font-size: 15px;
    color: white;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.sidenav.active .pro-btn:after{
    display: none;
}
.add-pro-btn{
    width: 100%;
    height: 170px;
    border-radius: 0px;
    text-align: center;
    background: #0a58ca;
    color: white;
    font-size: 24px;
    font-weight: bold;
    border: 0px;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
    padding: 50px;
}
