.WebLink {
        margin-top: 20px;
        box-shadow: var(--box-category);
        padding: 5px;
        border-radius: 4px;
}
.WebLink .HeadLink {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
        box-shadow: 0 4px 20px 0 #9d9d9d26;
}
.WebLink .Content{
        padding: 10px;
}
.WebLink .HeadLink .Title {
      font-family: "Inter";
      font-size: 14px;
      font-weight: 700;
      line-height: 40px;
      text-align: left;
      color: #031739;
      text-transform: uppercase;
      background-size: 20px;
      background-position-x: 5px;
      white-space: nowrap;
      display: inline-block;
      position: relative;
}
.WebLink .HeadLink .Title:before {
    content: '';
    position: absolute;
    width: 120px;
    height: 1.5px;
    background-color: var(--color-primary);
    bottom: 5px;
    left: 2px;
}
.WebLink .Content ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
}
.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: 768px){
        div.WebLink {
                padding: 0 10px;
                margin-bottom: 10px;
        }
}
