.secondary-button__small {
    font-size: 8px;
}

.edit__project-folder {
    cursor: pointer;
    /*color: #151515;*/
    opacity: 70%;
    margin-right: 20px;
    margin-top: 5px;
}
.edit__project-folder:hover {
    /*text-decoration: underline;*/
    color: black;
    opacity: 100%;

}

.lato__medium,
.lato__medium--faded {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}

.lato__medium--faded {
    color: rgba(21, 21, 21, 0.6);
}

.list-item__collaborator {
    padding: 12px 8px;
}

.list--title__collaborator {
    padding: 12px 0px;
}

.border__bottom--lightgrey {
    border-bottom: 1px solid rgba(21, 21, 21, 0.1);
}

.owner-grey {
    color: rgba(21, 21, 21, 0.6);
}
.warning-red {
    opacity: 0.5;
    color: #B91E08;
}

.container__list-items {
    /*overflow: auto;*/
    /*max-height:175px;*/
    height:110px;
    /*overflow:scroll;*/
    overflow-x: hidden;
    overflow:scroll;

}

.container__list-items::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;

}

.container__list-items::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.modal-width__medium {
    min-width: 700px;
}

.button__medium {
    min-width: 140px;
    padding-right: 12px;
}

.button__medium-sf {
    min-width: 132px;
    padding-right: 18px;
    margin-left: 8px;
    height: 45px;
    font-size: 14px;
}

.hover-button {
    cursor: pointer;
}

.hover-button:hover {
    color: black;

}


.icon__small {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
}

.input__project-search {
    width: 100%;
    min-width: 205px;
}

.title {
    font-family: "IBM Plex Sans";
    font-size: 22px;
    font-weight: 600;
    color: #151515;
}

.padding--material {
    padding: 24px 24px;
}

.modal-header__material {
    padding: 24px 24px 15px 24px;
}

.modal-body__material {
    padding: 0px 24px 24px 24px;
}

.modal-footer__material {
    border-top: 1px solid #ddd;
    padding: 14px 24px 15px 24px;

}

.modal-body__pf {
    padding-bottom: 8px;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.full-width {
    width: 100%;
}

.modal__title {
    font-family: 'Lato', sans-serif;
    margin: 0px;
}

.margin__clear {
    margin: 0px;
}

.section__title {
    display: flex;
    gap: 60px;
    justify-content: flex-start;
    align-items: center;"
}


/* breadcrumbs material */
.breadcrumb__icon {
    height: 16px;
    width: 20px;
}

.breadcrumb__item--previous {
    color: rgba(21, 21, 21, 0.6);
}

.breadcrumb__chevron {
    height: 10px;
    width: 6px;
    margin-right: 25px;
    /*padding-top: 20px;*/
}

.breadcrumbs__material {
    display: flex;
    margin: 0px 24px 20px 8px
}

.breadcrumb__item {
    align-items: flex-start;
}

.breadcrumb__text {
    margin-right: 4px;
    margin-left: 12px;
    margin-top: 3px;
}

.notifyjs-corner {
    z-index: 999999 !important;
}