:root{
    --bg:#141110;
    --color-primary: #ede275;
    --color-secondary: #232323;
    --border-color: #fff;
    --border-line: 3px solid;
}

.quickAccess {
    background: rgb(14 18 28 /0.7);
    border-top: 3px solid #ecc526;
    border-left: 3px solid #ecc526;
    border-right: 3px solid #ecc526;
    border-radius: 30px 30px 0 0;
    height: 55px;
    width: 100%;
    margin: 0 auto;
  }
  
  .quickAccess .a {
    position: absolute;
    border-radius: 100%;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #ecc526;
  }
  
  .quickAccess .a i {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 25px;
  }
  
  .quickAccess .a span {
    position: absolute;
    bottom: -30px;
    color: var(--border-color);
    width: 115px;
    font-size: 15px;
    text-align: center;
  }

  .dropdown-menu{
/*    background: var(--color-primary);*/
    color: #fff;
  }

  .dropdown-menu i{
    text-shadow: none !important;
    color: #fff !important;
  }

  .dropstart .dropdown-menu[data-bs-popper].end-show{
    top: 100% !important;
  }