@import url('variables_v1.1.css');

.projects-list .projects-list__content {
    min-height: 130px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--light-white);
}


.gf-dropdown.--opened .gf-dropdown__wrapper {
    display: block;
}

.gf-entity-card {
    /*--gf-entity-card-description-lines: 2;*/
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bor-grey);
    border-radius: var(--border-radius-lg);
    container-type: inline-size;
    container-name: card;
}

.projects-list .projects-list__content .projects-list__list {
    display: grid;
    gap: 16px;
}

@media screen and (min-width: 768px) {
    .projects-list .projects-list__content .projects-list__list.--columns {
        grid-template-columns: repeat(2, 1fr);
    }
    .projects-list .projects-list__content .projects-list__list.--columns3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .projects-list .projects-list__content .projects-list__list.--columns4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

.gf-entity-card .gf-entity-card__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gf-entity-card .gf-entity-card__body .gf-entity-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.gf-entity-card .gf-entity-card__body .gf-entity-card__header .gf-entity-card__title {
    width: 100%;
    max-width: calc(100% - 40px);
    display: flex;
    align-items: center;
    overflow-wrap: anywhere;
    gap: 8px;
}

.gf-entity-card .gf-entity-card__body .gf-entity-card__header .gf-entity-card__title .title {
    display: flex;
    gap: 4px;
    overflow: hidden;
}

i[class^="gf-icon-"], i[class*="gf-icon-"] {
    text-align: center;
    font-size: 20px;
}

.gf-icon {
    display: inline-flex;
    align-items: center;
}

.gf-icon-folder::before {
    content: var(--gf-icon-folder);
}

.gf-entity-card .gf-entity-card__body .gf-entity-card__header .gf-entity-card__title .title > h6, .gf-entity-card .gf-entity-card__body .gf-entity-card__header .gf-entity-card__title .title > span {
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gf-entity-card .gf-entity-card__body .gf-entity-card__header .gf-entity-card__title h6 {
    color: var(--primary) !important;
    font-weight: 600 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

h6, .h6 {
    font-size: 1rem;
}

.gf-entity-card .gf-entity-card__body .gf-entity-card__header .gf-entity-card__title .labels {
    display: flex;
    gap: 4px;
}

.project-badge {
    height: fit-content;
    min-height: 22px;
    padding: 2px 8px;
    display: flex;
    align-items: center;
    /*font-size: 12px;*/
    line-height: 1.2;
    /*background-color: var(--light-grey);*/
    border-radius: 10px;
    /*white-space: nowrap;*/

}

.gf-entity-card .gf-entity-card__body .gf-entity-card__header .gf-entity-card__actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.gf-entity-card .gf-entity-card__body .gf-entity-card__header .gf-entity-card__actions .gf-entity-card__first-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gf-dropdown {
    position: relative;
    display: block !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.gf-dropdown .gf-dropdown__toggle {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
}

.gf-dropdown .gf-dropdown__toggle {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
}

button:not(:disabled), [type='button']:not(:disabled), [type='reset']:not(:disabled), [type='submit']:not(:disabled) {
    cursor: pointer;
}

:has(> .gf-icon) {
    display: flex !important;
    align-items: center !important;
}

.gf-dropdown .gf-dropdown__toggle i, .gf-dropdown .gf-dropdown__toggle img {
    pointer-events: none;
}

.gf-dropdown .gf-dropdown__toggle i, .gf-dropdown .gf-dropdown__toggle img {
    pointer-events: none;
}

i[class^="gf-icon-"], i[class*="gf-icon-"] {
    text-align: center;
    font-size: 20px;
}

.gf-icon {
    display: inline-flex;
    align-items: center;
}

i[class^="gf-icon-"]:before, i[class*="gf-icon-"]:before {
    font-family: gf-icons-font-1741707455439, serif !important;
    font-weight: normal !important;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1;
}

.gf-icon-ellipsis-vertical::before {
    content: var(--gf-icon-ellipsis-vertical);
}

.gf-dropdown .gf-dropdown__wrapper.--right {
    right: 0;
    left: auto;
    clip-path: inset(0 0 100% 100% round var(--gfd-br, .4rem));
}

.gf-dropdown .gf-dropdown__body {
    min-width: var(100px, auto);
    transform: scale(1.06);
    transition: transform .15s ease;
    /*will-change: transform;*/
}

button:not(:disabled), [type='button']:not(:disabled), [type='reset']:not(:disabled), [type='submit']:not(:disabled) {
    cursor: pointer;
}

:has(> .gf-icon) {
    display: flex !important;
    align-items: center !important;
}

.f5 {
    font-size: 14px !important;
}

.dropdown-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 3px;
    clear: both;
    font-weight: 400;
    color: var(--text);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0.4rem;
}

i[class^="gf-icon-"], i[class*="gf-icon-"] {
    text-align: center;
    font-size: 20px;
}

.gf-icon {
    display: inline-flex;
    align-items: center;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.gf-icon-alert::before {
    content: var(--gf-icon-alert);
}

.gf-entity-card .gf-entity-card__body .gf-entity-card__content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: var(--gf-entity-card-description-lines);
    line-clamp: var(--gf-entity-card-description-lines);
    -webkit-box-orient: vertical;
}

→ card

@container card (min-width: 550px) {
    .gf-entity-card .gf-entity-card__footer {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }
}

.gf-entity-card .gf-entity-card__footer {
    margin-top: auto;
    display: flex;
    gap: 12px;
}

.gf-entity-card .gf-entity-card__footer .gf-entity-card__content {
    width: 100%;
    margin-top: 14px;
}

.gf-project-card .gf-project-card__footer-content {
    display: flex;;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.lang-color-python {
    background-color: #3572a5;
}

.repo-language-color {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(27, 31, 35, 0.1);
    border-radius: 50%;
    padding: 4px;
}

.text-muted {
    color: var(--text-muted) !important;
}
.form-muted {
    color: var(--text-muted) !important;
    background-color: var(--black) !important;;
}

→ card

@media screen and (min-width: 768px) {
    @container card (min-width: 338px) {
        .gf-entity-card .gf-entity-card__footer .gf-entity-card__actions {
            display: flex;
        }
    }
}

.gf-entity-card .gf-entity-card__footer .gf-entity-card__actions {
    margin-top: 14px;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    text-wrap: nowrap;
}


.gf-project-card .gf-project-card__footer-actions {
    display: flex;
    text-wrap: nowrap;
    gap: 8px;
}

.gf-project-card .gf-project-card__footer-actions .gf-project-card__star {
    display: flex;
    align-items: center;
    gap: 2px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.gf-project-card .gf-project-card__footer-actions button {
    min-height: 22px;
    padding: 0 2px;
}

button:not(:disabled), [type='button']:not(:disabled), [type='reset']:not(:disabled), [type='submit']:not(:disabled) {
    cursor: pointer;
}

:has(> .gf-icon) {
    display: flex !important;
    align-items: center !important;
}

.gf-project-card .gf-project-card__footer-actions button > i {
    font-size: 14px !important;
}

i[class^="gf-icon-"], i[class*="gf-icon-"] {
    text-align: center;
    font-size: 20px;
}

.gf-fs-2 {
    font-size: 16px !important;
}

.gf-icon {
    display: inline-flex;
    align-items: center;
}

.mr-1, .mx-1 {
    margin-right: 0.25rem !important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.gf-project-card .gf-project-card__footer-actions button {
    min-height: 22px;
    padding: 0 2px;
}

button:not(:disabled), [type='button']:not(:disabled), [type='reset']:not(:disabled), [type='submit']:not(:disabled) {
    cursor: pointer;
}

.gf-project-card .gf-project-card__footer-actions button > i {
    font-size: 14px !important;
}

i[class^="gf-icon-"], i[class*="gf-icon-"] {
    text-align: center;
    font-size: 20px;
}

.gf-fs-2 {
    font-size: 16px !important;
}




.gf-dropdown .gf-dropdown__wrapper {
    position: absolute;
    padding: calc(var(--gfd-p, 1rem) / 2) var(--gfd-p, 1rem);
    /*background: var(--light-grey, hsla(0, 0%, 100%, .65));*/
    /*background: linear-gradient(to bottom, rgba(255,255,255,0.15), transparent);*/
    background: linear-gradient(to right, var(--grad-menu), transparent);
    border-radius: var(--gfd-br, .4rem);
    box-shadow: 0 0 2px 1px var(--gfd-br);
    opacity: 0;
    /*z-index: 33;*/
    -webkit-backdrop-filter: saturate(180%) blur(18px);
    backdrop-filter: saturate(180%) blur(18px);
    transform: translateY(-20px);
    transition: clip-path .2s cubic-bezier(0, .55, .45, 1), transform .2s linear, opacity .1s linear;
    pointer-events: none;
    will-change: transform, opacity;
}


.gf-dropdown.--opened .gf-dropdown__wrapper {
    opacity: 1;
    clip-path: inset(-30px -30px -30px -30px round var(--gfd-br, .4rem));
    transform: translateY(0);
    transition: clip-path .2s cubic-bezier(0, .55, .45, 1), transform .2s ease, opacity .1s linear;
    pointer-events: all;
}

.gf-dropdown.--opened .gf-dropdown__body {
    transform: none;
    transition: transform .3s cubic-bezier(.31, .48, .2, 1.04);
}

.name-plan-characteristic{
text-transform: uppercase;
}


