.overlay-model-edit {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--numbers-gaps-xl);
    /* padding: 40px; */
    z-index: 999;
}

.overlay-model-edit-user, .overlay-model-edit-user * {
    box-sizing: border-box;
}

.overlay-model-edit-user {
    background: var(--colors-bg-primary, #ffffff);
    border-radius: var(--numbers-roundness-m, 12px);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: var(--numbers-gaps-xl, 20px);
    align-items: center;
    justify-content: flex-start;
    width: 632px;
    position: relative;
    box-shadow: var(--colors-big-box-shadow, 0px 20px 50px 0px rgba(0, 0, 0, 0.10));
}

.model-window-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

#card-form-modal .cover {
    display: flex;
    flex-direction: column;
    gap: 21px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

#card-form-modal .preview-window {
    border-radius: var(--numbers-roundness-m, 12px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    width: 552px;
    height: 310px;
    background-color: var(--colors-bg-tretiery);
}

.frame-39 {
    flex-shrink: 0;
    width: 552px;
    height: 310px;
    position: relative;
}

#card-form-modal .cover2 {
    border-radius: 12px;
    width: 552px;
    height: 310px;
    position: absolute;
    left: 0px;
    top: 0px;
    object-fit: cover;
    justify-items: center;
    background-color: var(--colors-bg-tretiery);
}

#card-form-modal .describe {
    display: flex;
    flex-direction: column;
    gap: var(--numbers-gaps-s, 10px);
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

#card-form-modal .title {
    display: flex;
    flex-direction: row;
    gap: var(--numbers-gaps-s, 10px);
    align-items: baseline;
    padding: var(--numbers-gaps-xxs) var(--numbers-gaps-m) var(--numbers-gaps-xxs) var(--numbers-gaps-m);
    background-color: var(--colors-bg-tretiery);
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    border-radius: var(--numbers-roundness-m);
}

#card-form-modal .card-title {
    color: var(--colors-text-primary, #1a1a1a);
    text-align: left;
    font-family: var(--h-h4-font-family, 'Muller-Bold', sans-serif);
    font-size: var(--h-h4-font-size, 20px);
    line-height: var(--h-h4-line-height, 130%);
    font-weight: var(--h-h4-font-weight, 700);
    position: relative;
    max-width: 90%;
    height: 35px;
    display: flex;
    align-items: center;
    /* justify-content: flex-start; */
}

.cardForm__description {
    background: var(--colors-bg-tretiery);
    border-radius: var(--numbers-roundness-m);
    border-style: solid;
    border-color: #8080801f;
    border-width: 1px;
    padding: var(--numbers-gaps-l, 16px) var(--numbers-gaps-m, 12px) var(--numbers-gaps-m, 12px) var(--numbers-gaps-m, 12px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    height: 120px;
    position: relative;
    overflow: hidden;
}

#card-form-modal .div {
    color: var(--colors-text-secondary, #808080);
    text-align: left;
    font-family: var(--p-secondary-regular-font-family, 'Muller-Regular', sans-serif);
    font-size: var(--p-secondary-regular-font-size, 12.800000190734863px);
    line-height: var(--p-secondary-regular-line-height, 130%);
    font-weight: var(--p-secondary-regular-font-weight, 400);
    position: relative;
    align-self: stretch;
    flex: 1 1 0%;
}

#card-form-modal .pathes {
    display: flex;
    flex-direction: column;
    gap: var(--numbers-gaps-s, 10px);
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

#card-form-modal .local-path {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    padding: var(--numbers-gaps-m);
    background-color: var(--colors-bg-tretiery);
    border-radius: var(--numbers-roundness-m);
}

#card-form-modal .title2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 315px;
    position: relative;
}

#card-form-modal .card-title2 {
    color: var(--colors-text-primary, #1a1a1a);
    text-align: left;
    font-family: var(--p-bold-font-family, 'Muller-Bold', sans-serif);
    font-size: var(--p-bold-font-size, 16px);
    font-weight: var(--p-bold-font-weight, 700);
    position: relative;
    align-self: stretch;
    flex: 1 1 0%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

#card-form-modal .tag-title {
    min-width:30px;
}

.card-path-vars-hover {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    width: 100%;
}

.card-path-hover {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1 1 0%;
    position: relative;
    width: 300px;
}

.card-path-default {
    background: var(--colors-button-secondary);
    border-radius: var(--numbers-roundness-m, 12px);
    padding: 0px var(--numbers-gaps-xs) 0px var(--numbers-gaps-xs);
    display: flex;
    flex-direction: row;
    /* gap: 10px; */
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 0%;
    height: 36px;
    position: relative;
    color: var(--colors-text-secondary);
    fill: var(--colors-text-secondary);
    width: 100%;
}

.card-path {
    color: var(--colors-text-secondary);
    text-align: left;
    font-family: var(--p-secondary-regular-font-family, 'Muller-Regular', sans-serif);
    font-size: var(--p-secondary-regular-font-size, 12.800000190734863px);
    line-height: var(--p-secondary-regular-line-height, 130%);
    font-weight: var(--p-secondary-regular-font-weight, 400);
    position: relative;
    flex: 1 1 0%;
    margin-bottom: -1px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.button-icon-empty-default {
    border-radius: var(--numbers-roundness-s);
    padding: 12.96px;
    flex-shrink: 0;
    width: 24px;
    height: 36px;
    position: relative;
    overflow: hidden;
}

.copy {
    width: 17.28px;
    height: 17.28px;
    position: absolute;
    left: calc(50% - 8.64px);
    top: calc(50% - 8.64px);
    overflow: visible;
}

.comp-path {
    display: flex;
    flex-direction: column;
    gap: var(--numbers-gaps-xxs, 4px);
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    border-radius: var(--numbers-gaps-m);
    background-color: var(--colors-bg-tretiery);
    padding: var(--numbers-gaps-m);
}

.card-title3 {
    color: var(--colors-text-primary, #1a1a1a);
    text-align: left;
    font-family: var(--p-secondary-bold-font-family, 'Muller-Bold', sans-serif);
    font-size: var(--p-secondary-bold-font-size, 12.800000190734863px);
    line-height: var(--p-secondary-bold-line-height, 130%);
    font-weight: var(--p-secondary-bold-font-weight, 700);
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.card-add-tag {
    display: none;
    cursor: pointer;
    color: var(--colors-text-accent-accent);
    padding: 0 5px 0 5px;
    border-radius: 3px;
    background-color: var(--colors-button-subdedube-additional-3);
}

body[data-archivist='true'] .card-add-tag {
    display: flex;
}

.frame-31 {
    display: flex;
    flex-direction: row;
    gap: var(--numbers-gaps-xxs, 4px);
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.card-path-variants {
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.card-path-default2 {
    background: var(--colors-button-secondary, #e6e6e6);
    border-radius: var(--numbers-roundness-s, 8px);
    padding: var(--numbers-gaps-xxs, 4px) var(--numbers-gaps-xs, 8px) var(--numbers-gaps-xxs, 4px) var(--numbers-gaps-xs, 8px);
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.group-4 {
    flex-shrink: 0;
    width: 46px;
    height: 12px;
    position: static;
}

.group-5 {
    width: 46px;
    height: 12px;
    position: static;
}

#card-form-modal .overlay {
    background: rgb(0, 0, 0);
    width: 828px;
    height: 828px;
    position: absolute;
    left: calc(50% - 409px);
    top: calc(50% - 414px);
}

#card-form-modal .overlay2 {
    background: rgb(0, 0, 0);
    flex-shrink: 0;
    width: 828px;
    height: 828px;
    position: absolute;
    left: calc(50% - 415px);
    top: calc(50% - 414px);
}

.group-42 {
    flex-shrink: 0;
    width: 32px;
    height: 12px;
    position: static;
}

.group-52 {
    width: 32px;
    height: 12px;
    position: static;
}

.overlay3 {
    background: rgb(0, 0, 0);
    width: 828px;
    height: 828px;
    position: absolute;
    left: calc(50% - 402px);
    top: calc(50% - 414px);
}

#card-form-modal .buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    height: 50px;
    position: relative;
}

.frame-34 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex: 1 1 0%;
    position: relative;
}

.button-text-icon-secondary {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.button-text-icon-secondary-default {
    background: var(--colors-button-secondary, #e6e6e6);
    border-radius: var(--general-roundness-xs, 8px);
    padding: 13px;
    display: flex;
    flex-direction: row;
    gap: var(--numbers-gaps-s);
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 50px;
    position: relative;
    overflow: hidden;
}

#card-form-modal .button {
    color: var(--colors-text-primary, #1a1a1a);
    text-align: left;
    font-family: var(--p-bold-font-family, 'Muller-Bold', sans-serif);
    font-size: var(--p-bold-font-size, 16px);
    font-weight: var(--p-bold-font-weight, 700);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#card-form-modal .icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
    overflow: visible;
}

#o3dv {
    position: relative;
    text-align: center;
    width: 552px;
    height: 310px;
    font-weight: 700;
    font-size: 20px;
}

    #o3dv > * {
        font-size: 19px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: var(--colors-text-accent-seconday, #66a8f6);
        font-family: var(--p-secondary-regular-font-family, 'Muller-Regular', sans-serif);
        font-size: var(--p-secondary-regular-font-size, 12.800000190734863px);
        line-height: var(--p-secondary-regular-line-height, 130%);
        font-weight: var(--p-secondary-bold-font-weight, 400);
        background-color: var(--colors-bg-tretiery);
    }

#progressBarContainer {
    width: 60%;
    background-color: var(--colors-button-subdedube-secondary);
    border-radius: 2px;
    position: absolute;
    top: 55%;
}

#progressBar {
    height: 5px;
    border-radius: 2px;
    background-color: var(--colors-bg-accent-primary);
}

#cardFormNotifyBtn {
    background-color: var(--colors-bg-statuses-error-subdedube-secondary) !important;
    height: 50px;
    width: 50px;
    display: inline-flex; /* Flexbox for proper scaling */
    justify-content: center; /* Center SVG horizontally */
    align-items: center; /* Center SVG vertically */
    padding: 10px;
}

    #cardFormNotifyBtn svg {
        width: 100%;
        height: 100%;
        display:block;
    }