#quick-sale-popup {
    display: none;
}

div#quick-sale-scale-size {
    display: flex;
    height: 100%;
}

#quick-sale-popup.active {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    z-index: 100;
    padding: var(--px-12);
    /* flex-direction: column; */
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    height: calc(100% - var(--nav-height));
    background: var(--theme-mode-text-gray);
}

.tech-card_logo.techs-photo img {
    height: 100%;
    width: 100%;
    border-radius: 999px
}

.container-quicksale.services {
    display: none;
}

    .container-quicksale.services.active {
        display: flex;
        width: calc(100vw - (var(--width-recap) * 2) - var(--px-32));
        position: relative;
    }

.disable-btn {
    pointer-events: none;
    opacity: .28;
    cursor: not-allowed !important;
}

.line-field-add-custom {
    gap: 4px;
    display: flex;
    flex-direction: column;
}
