#toast-container>div {
    opacity: 1 !important;
}

.logo-img {
    /* width: 30%; */
    width: 50%;
}

@media (max-width: 991px) {
    .logo-img {
        width: 50%;
    }
}
@media (max-width: 700px) {
    .logo-img {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .logo-img {
        width: 100%;
    }
}

.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0; /* optional: remove the small gap */
    }

.main-menu .auth-dropdown ul li a {
     padding: 2px 20px !important;
}

.select2-selection {
  text-align: left;
  min-height: 50px!important;
  border-color: #d2d6da!important;
}
.select2-container {
  width: 100% !important;
  z-index: 9999;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px!important;
  color: #838383!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px!important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 50px!important;
}
.select2-container--default .select2-selection--single {
  border-radius: 10px !important;
  padding-left: 15px;
}

.filterForm .select2-selection {
  min-height: 42px!important;
}
.filterForm .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px!important;
}
.filterForm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px!important;
}
.filterForm .select2-container--default .select2-selection--single .select2-selection__clear {
  height: 42px!important;
}

#menu .nav-item .nav-link.active {
  color: #E5146E;
  /* border-bottom: 1px solid #e5146e7a; */
}

.mentor-name:hover {
  color: #E5146E;
}

.catNames small{
  background-color: #E5146E;
  color: #fff;;
  font-size: 11px;
  transition: all 0.3s ease-in-out;
}

.catNames small:hover{
  background-color: #5c5c5b;
  color: #fff;  
}

.categoryName{
  background-color: #E5146E;
  color: #fff;
  margin-bottom: 3px;
}


.read-more-btn{
  color: #E5146E;
  /* font-size: .875em; */
}

.read-more-btn:hover{
  color: #f13a8a;
}

.mentorSkills{
  background-color: #E5146E;
  color: #fff;
  transition: all 0.4s ease-in-out;
}

.mentorSkills:hover{
  background-color: #5c5c5b;
  color: #fff;  
}

.catSection::-webkit-scrollbar {
    height: 4px; /* scrollbar height */
}
.catSection::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 10px;
}
.catSection::-webkit-scrollbar-track {
    background: transparent;
}
@media (max-width: 768px) {
    .team-image img {
        height: 100%;
    }
}



