.nav-bar {
    background: transparent;
    width: fit-content;
    height: 100vh;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    border-right: 0.1px solid #ffffff2b;
    z-index: 10;
  }
  
  .nav-bar .float-container {
    border-radius: 15px;
    background: transparent;
    padding: 40px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 251px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
  }
  
  .nav-bar .float-container .flex-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
  
  .nav-bar .float-container .flex-content .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .nav-bar .float-container .flex-content .logo img {
    width: 65px;
  }
  
  .nav-bar .float-container .flex-content ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    margin-top: auto;
  }
  
  .nav-bar .float-container .flex-content ul li {
    width: 100%;
    cursor: pointer;
    position: relative;
  }
  
  .active_link {
    background: rgb(255 255 255 / 10%);
    border-radius: 5px;
  }
  
  .nav-bar .float-container .flex-content ul li ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.137);
    color: white;
    font-family: Poppins;
    list-style: none !important;
    border-radius: 10px;
    left: 50%;
    min-width: 338px;
    z-index: 10;
    backdrop-filter: blur(20px);
    border: 1px solid #ffffff17;
    display: none !important;
    height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
    gap: 0px  !important;!i;!;!;
  }
  
  .nav-bar .float-container .flex-content ul li ul::-webkit-scrollbar {
    width: 10px;
  }
  
  .nav-bar .float-container .flex-content ul li ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.26);
    border-radius: 10px;
  }
  .nav-bar .float-container .flex-content ul li ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.315);
    border-radius: 10px;
  }
  
  .nav-bar .float-container .flex-content ul li ul li {
    padding: 10px 0 10px 10px;
    border-radius: 5px;
  }
  
  .nav-bar .float-container .flex-content ul li ul.active {
    display: flex !important;
  }
  
  .nav-bar .float-container .flex-content ul li ul li:hover {
    background-color: rgba(255, 255, 255, 0.089);
  }
  
  .nav-bar .float-container .flex-content ul li svg path {
    fill: white !important;
  }
  
  .nav-bar .float-container .flex-content ul li a {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 10.027px;
    align-self: stretch;
    color: white;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
  }
  
  .nav-bar .float-container .flex-content ul li a:hover {
    color: white;
  }
  
  .nav-bar .float-container .flex-content ul li a:hover svg path {
    fill: white !important;
  }
  
  .nav-bar .float-container .flex-content .flex-bottom-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: auto;
  }
  
  .nav-bar .float-container .flex-content .flex-bottom-section .plan {
    border-radius: 8px;
    background: #fff;
    padding: 10px 20px;
  }
  
  .nav-bar
    .float-container
    .flex-content
    .flex-bottom-section
    .plan
    .flex-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  
  .nav-bar
    .float-container
    .flex-content
    .flex-bottom-section
    .plan
    .flex-content
    .title {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
  }
  
  .nav-bar .float-container .flex-content .flex-bottom-section .plan .date-plan {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }
  
  .nav-bar .float-container .flex-content .flex-bottom-section .plan .progress {
    width: 191.512px;
    height: 6.347px;
    display: flex;
    background: #5757571a;
    border-radius: 6px;
    margin-top: 25px;
  }
  
  .nav-bar
    .float-container
    .flex-content
    .flex-bottom-section
    .plan
    .progress-bar {
    width: 33%;
    height: 6.347px;
    display: flex;
    background: #654df8;
    border-radius: 6px;
  }
  
  .nav-bar .float-container .flex-content .flex-bottom-section ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-top: 0;
  }
  
  .nav-bar .float-container .flex-content .flex-bottom-section ul li a {
    font-size: 14px;
  }
  
  .nav-bar .float-container .flex-content .btn-logout {
    border-radius: 5px;
    background: #fff;
    display: flex;
    padding: 7.5px 15px;
    align-items: center;
    gap: 7px;
    border: 0;
    justify-content: center;
    margin-top: 50px;
    font-family: Poppins;
    cursor: pointer;
  }
  
  .nav-bar .float-container .trigger-btn {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 8px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: -21px;
    top: 101px;
    border-radius: 5px;
    border: 0;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.17);
    overflow: hidden;
  }
  
  .nav-bar .float-container .trigger-btn svg {
    position: relative;
    z-index: 1;
  }
  
  .nav-bar .float-container .trigger-btn .fade-circle {
    width: 46px;
    height: 46px;
    transform: rotate(105deg);
    background: rgba(100, 77, 248, 0.699);
    filter: blur(19.649999618530273px);
    position: absolute;
    right: -18px;
    top: -20px;
    z-index: 0;
  }
  
  /* Mobile Version */
  
  .collapsed {
    width: 87px !important;
    transition: all 0.3s ease !important;
    padding: 40px 0px !important;
  }
  
  .collapsed li a span {
    display: none !important;
  }
  
  .collapsed .btn-logout {
    width: 60% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  .collapsed .btn-logout span {
    display: none !important;
  }
  
  .collapsed .trigger-btn {
    transform: rotate(180deg) !important;
  }
  
  .collapsed .plan {
    opacity: 0 !important;
  }
  
  .collapsed .flex-content ul {
    align-items: center !important;
  }
  
  .nav-bar .collapsed .flex-content ul li a {
    justify-content: center !important;
  }
  
  .collapsed .flex-plan {
    opacity: 0 !important;
    width: 0 !important;
    overflow: hidden;
  }
  
  .collapsed .flex-cocial-links {
    opacity: 0 !important;
    width: 0 !important;
    overflow: hidden;
  }
  
  .collapsed ul li {
    width: unset !important;
  }
  
  .flex-plan {
    display: flex;
    width: 207px;
    padding: 13px 14px;
    align-items: center;
    gap: 14px;
    border-radius: 11px;
    border: 1px solid #181818;
    margin: 20px 0;
  }
  
  .flex-plan .flex-description .name {
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .flex-plan .flex-description .expiration {
    color: #afafaf;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
  .flex-cocial-links {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    padding: 0 14px;
  }
  
  #hover-sound {
    display: none;
  }
  
  .trigger-mobile{
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    background: #ffffff0d;
    cursor: pointer;
    display: none;
  }
  
  .mobile-open{
    height: 100vh !important;
    transition: all 0.3sease !important;
    z-index: 10 !important;
    position: fixed !important;
    background: #000000 !important;
  }
  
  .nav-bar .float-container.active{
    width: 87px !important;
    overflow: visible !important;
  }
  
  .rotate{
    transform: rotate(180deg);
  }
  
  .collapsed li ul li span{
    display: block !important;
  }
  
  @media screen and (max-width: 1100px) {
    .nav-bar .float-container .trigger-btn {
      display: none;
    }
  }
  
  @media screen and (max-width: 680px) {
    .nav-bar .float-container .trigger-btn {
      display: none;
    }

    .nav-bar{
      display: none !important;
    }
  
    .trigger-mobile{
      display: flex;
    }
  
    .nav-bar .float-container .flex-content ul li ul{
      min-width: 270px;
    }
  }
.subscription-box{
  text-decoration: none;
}