#sidebar .widget_nav_menu h2,
#sidebar .widget_nav_menu li a {
  border-top: dotted 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
}
#sidebar .widget_nav_menu li:first-child a {
  border-top: solid 1px #CCCCCC;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#sidebar .widget_nav_menu li:last-child a {
  border-bottom: solid 1px #CCCCCC;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#sidebar .widget_nav_menu h2 {
  text-align: center;
  padding: 10px 0;
  color: #FC5D17;
  font-size: 18px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#sidebar .widget_nav_menu h2::before {
  margin-right: 10px;
  content: "\f002";
  font-family: 'Font Awesome 6 Free';
  font-size: 25px;
  font-weight: bold;
}
#sidebar .widget_nav_menu li { margin-bottom: 0; }
#sidebar .widget_nav_menu a {
  position: relative;
  display: block;
  padding: 15px;
}
#sidebar .widget_nav_menu a::after {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(-6%, -50%);
  -webkit-transform: translate(-6%, -50%);
  -ms-transform: translate(-6%, -50%);
  content: "\f138";
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  color: #FC5D17;
}
.pc #sidebar .widget_nav_menu a:hover,
.pc #sidebar .widget_nav_menu a:hover::after { color: #105AAF; }
@media screen and (max-width: 991px){
}
