body {font-family:"Open-Sans, san-serif" !important;
}

.Header__headerImg {
  background-image:url("https://accountingsuite.com/wp-content/uploads/2021/09/AdobeStock_383364884-scaled.jpeg");
}
  .Header__brandName {
    font-family:"Avenir next", san-serif !important;
    font-weight:900;
}

.category_heading {
  font-family:"Open-Sans, san-serif" !important;
}

.BlurNav__blurbNavItem {
  border-radius: 15px;
}

.Header__tabsTab {
  font-family:"Arial, Open Sans, san serif" !important;
  font-weight:600 !important;
  font-size:22px !important;
  margin-left:6px;
  margin-right:6px;
}

.row {
  display:flex;
}

.col-sm-4 {
  position:relative;
}

.CustomWidgets__title {
  font-family: "Open-Sans, san-serif" !important;
  font-size: 24px;
}

.WidgetsContainer__rightWd {
  border: 1px solid;
  border-radius: 15px;
  padding: 20px;
  width: fit-content;
  background-color: white;
}
Header__headerSearch {
}

Header__headerSearchInner {
  background: "light-grey";
}

.rounded-border {
   border: 2px solid #000; /* Adjust the border color and width */
   border-radius: 15px; /* Adjust the radius for more or less rounded corners */
   padding: 20px; /* Add space inside the border */
   width: fit-content; /* Adjusts the block to fit the content */
   background-color: #f9f9f9; /* Optional background color */
  }
.Icon__white {
  color:black !important;
}

.Header__tabsLink {
  color:#1b405d !important;
  font-family:"Avenir next", sans-serif !important;
  font-style: normal;
  font-size: 1.1rem;
  font-height 1.1rem;
  width:100%;
}

.Header__tabsTab.Header__tabsTabActive {
  border-bottom-color: #fecb00;
}
  
  
