.navbar-student-landing{
  padding: 0;
  @media (min-width: 768px) {
    .navbar-nav{
      .nav-item{
        margin: 0;
        .nav-link{
          position: relative;
          padding: 19px 0;
          &.active{
            &:before{
              position: absolute;
              bottom: 0;
              width: 100%;
              height: 1px;
              border: 1px solid #454b93;
              border-radius: 4px 4px 0 0;
              content: '';
            }
          }
        }
      }
      &.navbar-icons{
        .nav-link {
          position: relative;
          padding: 0;
          .notitication-alert{
            position: absolute;
            top: -1px;
            right: -6px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 4px;
            min-width: 14px;
            max-width: 16px;
            height: 14px;
            font-size: .625rem;
            font-weight: 700;
            background-color: #4e86fe;
            color: #fff;
            border-radius: 50px;
            aspect-ratio: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
        }
      }
    }
  }
  .user-profile{
    background: #4e86fe;
  }
  .mobile-menu {
    .navbar-nav{
      .nav-link {
        position: relative;
        padding: 0;
        .notitication-alert{
          position: absolute;
          top: -1px;
          right: -6px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 4px;
          min-width: 14px;
          max-width: 16px;
          height: 14px;
          font-size: .625rem;
          font-weight: 700;
          background-color: #4e86fe;
          color: #fff;
          border-radius: 50px;
          aspect-ratio: 1;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
      }
    }
  }
}

.navbar-nav{
  .dropdown-select.dropdown{
    .caret-icon{
      right: .438rem;
    }
    .nav-link{
      padding-right: 1.438rem;
    }
    @media(min-width: 1280px){
      .dropdown-menu{
        max-height: 26.875rem;
      }
    }
  }
}
