/* width */
::-webkit-scrollbar {
    width: 5px;
    height:4px;
  display:none;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #ecf3fb; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #002753; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  
  
  
  div.scrollmenuric {
    border:1px solid #efefef;
    color:#002753;
    overflow: auto;
    white-space: nowrap;
  padding:0px 14px 0px 14px;
  display: flex;
  justify-content: space-between;
  }
  
  div.scrollmenuric a {
    display: inline-block;
    color:#002753 !important;
    text-align: center;
    padding: 11px 10px 11px 6px;
    text-decoration: none !important;
    font-family:var(--ricinics-font);
  font-size:12px;
  -webkit-tap-highlight-color: transparent;
  }
  
  div.scrollmenuric a:hover {
   color:var(--ricinics-sky) !important;
  }
  
  @media screen and (max-width:745px){
  div.scrollmenuric {
    border:1px solid #efefef;
    color:#002753;
    overflow: auto;
    white-space: nowrap;
  }
  ::-webkit-scrollbar {
    width: 5px;
    height:2px;
  }
  }
  .navbar{
    box-shadow:none !important;
   
    
    }