.WebLink {
        margin: 20px 0;
        /* margin-top: 0; */
}
.WebLink .HeadLink {
     margin-bottom: 20px; 
}
.WebLink .Content {
    padding: 0px 10px;
    margin-bottom: 0;
}
.WebLink .HeadLink .Title {
       font-family: Merriweather;
        font-size: 17px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;
        color: #3B4E68;
        display: block;
        margin-left: 20px;
        position: relative;
}
.WebLink .HeadLink .Title:before{
        width: 3px;
        height: 16px;
        border-radius: 9px ;
        background: #0068B4;
        content: '';
        position: absolute;
        left: -20px;
        top: 3px;
}
.WebLink ul.ImgWebLink .Item a span {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #182940;
    text-decoration: none;
    font-family: Merriweather;
}
.WebLink ul.ImgWebLink .Item a img {
    width: 34px;
    margin-right: 10px;
    background: #fff;
    padding: 5px;
    box-sizing: content-box;
}
.WebLink ul.ImgWebLink .Item a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: #F6F6F6;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #C3D0E0;
    border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    text-decoration: none;
}
span#ctrl_197875_32_lblHeadLink {}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap; 
        gap: 20px;
}
.WebLink .Content ul .Item {
    width: 100%;
    box-sizing: border-box;
    /* padding: 0 10px; */
}
.WebLink .Content ul .Item img {
    height: 100%;
    /* padding: 0 10px; */
    max-width: 40px;
}
.WebLink  .RadComboBox_Office2007 .rcbInputCell, .RadComboBox_Office2007 .rcbArrowCell {
        background: none;
        padding: 8px 10px !important;
        width: 100% !important;
}
.WebLink  .RadComboBox td.rcbInputCell {
        border: 1px solid #ccc;
        overflow: hidden;
        border-radius: 3px;
        display: block;
        height: unset;
}
.WebLink .RadComboBox .rcbArrowCellRight{
        display: none;
}
.RadComboBox .rcbEmptyMessage {
        font-style: normal !important;
        color: #444444 !important;
}
.RadComboBoxDropDown .rcbList>li {
        padding: 10px;
        font-size: 14px;
}
.RadComboBox *{
        font-size: 15px !important;
}
.WebLink  .Content:has(.ImgWebLink){
        padding: 0;
}
.RadComboBoxDropDown {
        border-color: #ccc;
        border-radius: 5px;
        box-shadow: 0px 3px 5px #6c757d;
        /* overflow: hidden; */
        border: 10px solid #fff !important;
        margin-top: 15px;
        position: absolute;
}
.RadComboBoxDropDown:before{
        content: "\f2ec";
        display: inline-block;
        color: #fff;
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        position: absolute;
        top: -22px;
        left: 10px;
        font-weight: 900;
        text-shadow: 0px 3px 10px #6c757d;
        z-index: -1;
}
.RadComboBoxDropDown .rcbHovered{
        border: 1px solid #0a58ca;
        border-radius: 5px;
        background: #fff !important;
}
.RadComboBoxDropDown .rcbList{
        padding-right: 5px !important;
}
.RadComboBoxDropDown .rcbList li{
        cursor: pointer;
}
.RadComboBoxDropDown .rcbScroll{
        max-height: 100%;
}
@media only screen and (max-width: 1023px){
        
}
@media only screen and (max-width: 768px){
         .WebLink {
                 padding: 0 16px;
         }
   .WebLink .Content ul .Item{
        width: 100%;
        /* padding: 0 10px; */
}
}

