﻿
#loadMore {
        width: 200px;
        margin: 20px auto;
        padding: 10px;
        border: 1px solid transparent;
        transition: .3s;
    }
    .noContent {
        color: #000 !important;
        background-color: transparent !important;
        pointer-events: none;
    }
    .feedname span {
        background: #3bb511;
        text-transform: uppercase;
        align-items: center;
        color: #ffffff;
        border-radius: 70%;
        width: 30px;
        height: 30px;
        display: inline-flex;
        font-size: 16px;
        padding: 5px;
        vertical-align: top;
        /*margin: 0 10px 0 0;*/
    }
        .feedname span i {
            width: max-content;
            font-style: normal;
            margin: 0 auto;
        }
#floatbox {
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    right: 5px;
    margin-right:20px;
    width:300px;
 
}
.bg-navy{
    background-color: #06549B; color:#fff;
}
.bg-grey{
    background-color: #808080; color:#fff;
}
.bg-lightblue{
    background-color: #4977a1; color:#fff;
}
.roundedbox{
       
        border-radius:10px;

}
