
.square-icons-list.agents-list{
    .icon{
        box-shadow: none;
        border-radius: 50%;
        background: #F3F4F9;
        top: 50%;
    transform: translateY(-50%);
    }
}

.custom-list-with-icon{
    li{
        padding-left: 30px;
        min-height: unset;
        margin-bottom: 20px;

        .icon{
            box-shadow: none;
        border-radius: 50%;
        background: #F3F4F9;
            width: 20px;
            height: 20px;
            top: 2px;
            transform: none !important;
            /* top: 18px !important;
            transform: none !important; */
        }
    }
}