<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropdown .btn:active, .dropdown .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    }
  
  .dropdown .btn.btn-custom {
    border: 1px solid #efefef; }
  
  .dropdown .dropdown-link {
    color: #888;
    display: inline-block;
    padding-right: 40px;
    position: relative; }
    .custom-dropdown .dropdown-link:after {
      content: "\e313";
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #efefef;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      border-radius: 50%;
      font-family: 'icomoon'; }
  
  .dropdown .dropdown-item {
    font-size: 14px;
    color: #888;
    padding-top: 10px;
    padding-left: 35px;
    padding-bottom: 10px;
    position: relative; }
    .dropdown .dropdown-item strong {
      display: block;
      font-weight: bold;
      color: #000; }
    .dropdown .dropdown-item span {
      font-size: 13px;
      color: #999; }
    .dropdown .dropdown-item:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      top: 50%;
      left: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: #efefef;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .dropdown .dropdown-item:hover {
      color: #000;
    background-color: transparent; }
      .dropdown .dropdown-item:hover:before {
        top: 50%;
        background: #007bff; }
  
  .dropdown-menu {
    background-color: transparent;
    }
   .dropdown-menu.active {
      opacity: 1;
      visibility: visible;
      margin-top: 20px !important; }</pre></body></html>