.repo-max-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.max-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.2em;
    min-height: 6em;
    -webkit-line-clamp: 5; /* number of lines to show */
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.cursor-pointer {
    cursor: pointer;
}

.main-content {
    overflow: visible;
}

.avatar-rounded-circle {
  border-radius: 50%;
  margin-right: 2em;
  overflow: hidden;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #556ee6;
    color: #fff;
    border-radius: 4px;
    border: none;
    text-align: center;
    margin-right: 10px;
  }
  
  .custom-file-upload:hover {
    background-color: #0062cc;
  }
  
  .custom-file-upload i {
    margin-right: 5px;
  }

/*.projectcard {*/
/*    background: linear-gradient(to top, #FCFCFE, #EAEAF8);*/
/*}*/

.mindmotiv-background {
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/4853433.jpg");
}

.hint-card {
    border: 1px solid #e9ecef;
    border-radius: 4px;
    background-color: #f8f9fa;
    padding: 16px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.hint-content {
    display: flex;
    align-items: center;
}

.hint-icon {
    font-size: 24px;
    color: #f44336;
    margin-right: 8px;
}

.hint-title {
    font-size: 16px;
    font-weight: 500;
    color: #212529;
}

.custom-dropdown-toggle {
    background-color: transparent;
    border: none;
}

.custom-dropdown-toggle:hover,
.custom-dropdown-toggle:active,
.custom-dropdown-toggle:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}
