#mobileTop{
    box-shadow: 0px -5px 10px rgba(0,0,0,.05);
    -webkit-box-shadow: 0px -5px 10px rgba(0,0,0,.05);
}
#mobile-MNavbar{
    flex-direction: row;
    width: 100%;
}
#mobile-MNavbar li{
    width:calc(100%/3);
}
#mobile-MNavbar li a{
    text-align: center;
    padding-top:0;
    padding-bottom:0;
    font-size: 18px;
    line-height: 18px;
}
#mobile-MNavbar li a.active {
    color: rgba(85, 110, 230, 1);
}
#searchMobileT{
    position: absolute;
    width: 90%;
    top:60%;
    left:50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    
}
.form-control-plaintext-sm {
    display: block;
    width: 100%;
    padding: .2rem 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.btn-square {
    position: relative;
    width: 100%;
    padding-top: 100%;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto 10px;
    background: #fff;
    box-shadow: 0px -5px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 14px rgba(0,0,0,.1);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.btn-square:hover {
    background: #fafafa;
}
.btn-textInS {
    position: absolute;
    top: 0;
    left:0;
    text-align: left;
    max-width: 100%;
    color: #000;
    padding:15px;
    font-size: 18px;
}
.circleBG{
    width:65px;
    height:65px;
    border-radius: 100%;
    position: relative;
}
.circleBG.bg-primary{
    background: rgba(0,123,255,.2)!important;
}
.circleBG.bg-info{
    background: rgba(23,162,184,.2)!important;
}
.circleBG.bg-warning{
    background: rgba(255,193,7,.2)!important;
}
.circleBG.bg-success{
    background: rgba(40,167,69,.2)!important;
}
.circleBG.bg-danger{
    background: rgba(220,53,69,.2)!important;
}
.btn-textInS img{
    position: absolute;
    top:0px;
    left:0px;
}
.btn-textInS .position-relative{
    margin-bottom: 50px;
}
.scrollbar{
    float: left;
    height: 450px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 5px;
}

.force-overflow{
    min-height: 500px;
}
.hListHB{
    height:490px!important;
}
.hListNB{
    height:530px!important;
}
.f-s-10{
    font-size: 10px;
}