body {
    background-color: #F8FBFC !important;
}
.top-nav {
    background-color: #F8FBFC !important;
    background-image: none !important;
    padding: 15px 0;
    border-bottom: 1px solid #c8dee8;
    box-shadow: none !important
}
.protects-menu {
    background: rgb(251,247,230);
    background: linear-gradient(180deg, rgba(251,247,230,1) 0%, rgba(214,244,251,1) 100%);
    border: 1px solid #d1d3d3;
    border-radius: 10px;
    width: 250px !important;
}
.protects-menu .dropdown-item span
{
    border-width: 2px;
    border-style: solid;
    border-color: #D6F694;
    background-color: #ffffff;
    /* border-image: linear-gradient(to left, #D6F694, #7DB6B0) 1; */
    border-radius: 6px;
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
}
.protects-menu .dropdown-item {
    color: #575E65;
    font-weight: bold;
    padding: 15px 10px;
}
.protects-logo {
    height: 1.93rem;
}
.grid-link
{
    float: left;
    margin-right: 20px;
    margin-top: 3px;
    font-size: 19px;
    border: 1px solid #D2D2D2;
    padding: 12px;
    background-color: #ffffff;
    border-radius: 50px;
    color: #4D545C !important;
    line-height: 21px;
}
.btn-primary {
    background-color: #0d7377 !important;
    box-shadow: none !important;
    border-color: #0d7377;
    border-radius: 0 !important;
}
a {
    color: #0D7377 !important;
}
.card-header {
    background-color:  #0d7377 !important;
    color: #ffffff !important;
}
.card {
    border:  1px solid #c8dee8 !important;
}