select:focus{
  outline: 0;
  box-shadow: none;
}
.main_btn, .main_btn:focus {
  border-radius: 16px;
  border: 1px solid transparent;
  line-height: 17.6px;
  font-size: 18px;
  font-weight: 600;
  height: 48px;
  font-family: 'Inter', sans-serif;
  background: #53B285;
  padding: 14px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: 0.8s;
  box-shadow: unset !important;
}

a:focus{
  color: #000;
}
:root {
    --color-primary: #FFC300;
    --color-darkprimary: #E9B200;
    --color-darkgreen: #45946E;
    --color-lightgray: #19191980;
    --color-darkgray: #191919;
    --color-lightblue: #EEF5F6;
    --color-darkblue: #B7D5DC;
    --color-lgray: #676767;
  }
  .text-green{
    color: var(--color-darkgreen) !important;
  }
  .yellohover:hover,.yellowbtn:hover,.yellowbtn:focus{
    background-color: var(--color-darkprimary) !important;
  }
  .greenhover:hover,.submit-btn:hover,.main_btn:hover{
    background-color: var(--color-darkgreen);
  }
  .social-share a:hover img,.axil-dashboard-aside .nav-link:hover img,.axil-dashboard-aside .nav-link.active img,.heart:hover img{
    filter: brightness(0) saturate(100%) invert(67%) sepia(11%) saturate(1509%) hue-rotate(99deg) brightness(90%) contrast(93%);
}
.mainmenu>li>a:hover::before,#dropdownMenuButton[aria-expanded="true"]::before {
    opacity: 1;
    width: 100%;
}

.catedropdown.show:before {
    opacity: 1;
    width: 40% !important;
  }
  
  .catedropdown{
    position: relative;
  }
  .catedropdown:before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: -6px;
    left: 0;
    opacity: 0;
    transition: .5s;
    right: 0;
      margin: 0 auto;
  }
.mainmenu>li>a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-black);
    position: absolute;
    bottom: 29px;
    left: 0;
    opacity: 0;
    transition: .5s;
}
