﻿.well {
    /*background-color: white !important;*/
    border-radius: 0px !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    background-color: none !important;
}

.shadows {
    box-shadow: 0 3px 11px;
    background-color: white !important;
}

.dvBirthdays img {
    width: 50px;
    height: 50px;
}

#dvBuddyList img {
    width: 50px;
    height: 50px;
}

#dvToday {
    height: 26vh !important;
    overflow-y: scroll;
}
#dvGoals {
    height: 26vh !important;
    overflow-y: scroll;
}
#dvUpcoming {
    height: 300px !important;
    overflow-y: scroll;
}

#dvanniversary {
    height: 300px !important;
    overflow-y: scroll;
}

#dvwelcome {
    height: 300px !important;
    overflow-y: scroll;
}

#dvBuddyList {
    height: 300px !important;
    overflow-y: scroll;
}

#dvToday div {
    height: 50px;
    width: 50px;
    display: inline-block;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}

    #dvToday div h4 {
        margin-top: 10px;
        color: white !important;
    }

#dvUpcoming div {
    height: 50px;
    width: 50px;
    display: inline-block;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}

    #dvUpcoming div h4 {
        margin-top: 10px;
        color: white !important;
    }
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
#dvanniversary div {
    height: 50px;
    width: 50px;
    display: inline-block;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}

    #dvanniversary div h4 {
        margin-top: 10px;
        color: white !important;
    }

#dvBuddyList div {
    height: 50px;
    width: 50px;
    display: inline-block;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}

    #dvBuddyList div h4 {
        margin-top: 10px;
        color: white !important;
    }
#dvGoals div {
    display: inline-block;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}
.dvHeading {
    display: inline-block;
}

    .dvHeading img {
        float: right !important;
    }

.style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.style-1::-webkit-scrollbar {
    width: 8px;
}

.style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #afafaf91;
}

