.card-avatar {
    border-radius: 0% !important;
}

.photo {
    border-radius: 0% !important;
    height: auto !important;
}

.img-circle {
    border-radius: 0% !important;
}

.sidebar-wrapper {
    height: 100% !important;
}

.sidebar {
    position: fixed;
}

.colorclass {
    display: flex;
    justify-content: space-around;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: left;
    /* inline-block space fix */
    text-align: center;
}

.sectionbuttonsize {
    display: block;
    height: 100%;
}

.iconmargin {
    margin-top: 5px;
}

.fieldalign {
    text-align: left;
}

input[type="radio"] {
    vertical-align: baseline;
}

.radiomargin {
    margin-left: 10px
}

.roundedimage {
    border-radius: 50%;
    width: 100px!important;
    height: 100px!important;
    box-shadow: auto !important;
}
.blockimage{
    width: 130px !important;
    height: 130px !important;
}