/* COMUNNITY DETAIL  */
#templateDetail {
    margin-top: 80px;
    display: flex;
    gap: 24px;
}

.indication {
    position: absolute;
    height: 57px;
    width: 94px;
    background-image: url(/_master/_static/assets/indication.svg);
    background-repeat: no-repeat;
    right: -50px;
    top: 21px;
    z-index: 1;
}

#templateDetail>div:first-child {
    display: flex;
    width: 423px;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    flex-shrink: 0;
    max-width: 470px;
    background: var(--Text-White, #FFF);
    border-radius: 6px;
    position: relative;
}

#templateDetail>div:first-child>h1 {
    margin: 0px;
    color: var(--Text-Default, #111827);
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
}

#templateDetail>div:first-child>p {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin: 0px;
    padding: 0px;
    height: -webkit-fill-available;
    overflow: hidden;
    max-height: 336px;
    max-width: -webkit-fill-available;
}

#templateDetail>div:first-child>p.active {
    overflow-y: auto;
}

.imgBlur {
    width: -webkit-fill-available;
    margin-top: -167px;
}

.readMore,
.readMoreTags {
    color: var(--Green, #54AF73);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
    /* margin-top: -21px; */
}

#templateDetail>div:first-child>div:not(:last-child)>img {
    margin-right: auto;
    width: 32px;
}

#templateDetail>div:first-child>div:nth-child(2) {
    width: -webkit-fill-available;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-bottom: 16px; */
    /* order: 1; */
}

#templateDetail>div:first-child>div:nth-child(2)>div:first-of-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

#templateDetail>div:first-child>div:nth-child(2)>div:first-of-type>div:first-of-type {
    height: 40px;
    width: 40px;
    background: linear-gradient(0deg, #788991 0%, #788991 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
}

#templateDetail>div:first-child>div:nth-child(2)>div:first-of-type>div:last-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: nowrap;
}

#templateDetail>div:first-child>div:nth-child(2)>div:first-of-type>div:last-of-type>span:first-of-type {
    color: #000;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

#templateDetail>div:first-child>div:nth-child(2)>div:first-of-type>div:last-of-type>span:last-of-type {
    color: var(--black-50, #888B93);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

#templateDetail>div:first-child>div:nth-child(2)>div:last-of-type {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    padding-top: 5px;
}

#templateDetail>div:first-child>div:nth-child(2)>div:last-of-type>span {
    color: var(--Neutral-950, #030712);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    background-position: left;
    background-repeat: no-repeat;
}

#templateDetail>div:first-child>div:nth-child(2)>div:last-of-type>span:first-of-type {
    padding-left: 20px;
    background-image: url(/_master/_static/assets/usericon.svg);
}

#templateDetail>div:first-child>div:nth-child(2)>div:last-of-type>span:nth-child(2) {
    display: flex;
    gap: 5px;
}

#templateDetail>div:first-child>div:nth-child(2)>div:last-of-type>span:last-of-type {
    background-position: left;
    background-size: 100%;
    width: 14px;
    height: 14px;
    background-image: url(/_master/_static/assets/share.svg);
    cursor: pointer;
    position: relative;
}

#content {
    padding: 30px 30px 30px 30px;
    width: 100%;
    border-radius: 4px;
    background-color: #F7F7F7;
    height: 780px;
    border-radius: 6px;
    position: relative;
    height: auto;
}

.noProducts {
    text-align: center;
    position: absolute;
    background-color: aquamarine;
    z-index: 99999999999;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border-radius: 12px;
    border: 1px solid var(--Black-10, #E7E8E9);
    background: #FDFDFD;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.noProducts>p {
    color: var(--Black-40, #A0A3A9);
    font-weight: 700;
}

/* Botones previsualización thumbnails */
#content>.documentsPreview {
    cursor: pointer;
    width: fit-content;
    margin-bottom: 19px;
    display: flex;
    background-color: var(--black-5, #F3F3F4);
    border: 1px solid var(--Gray-200, #E4E7EC);
    border-radius: 8px;
}

#content>.documentsPreview:has(>div>.noProducts) {
    border: none;
}

#content>.documentsPreview>div:first-child {
    display: none;
}

#content>.documentsPreview>div:last-child>span {
    border-right: 1px solid var(--Gray-200, #E4E7EC);
    border-left: 1px solid var(--black-5, #F3F3F4);
    background-color: var(--black-5, #F3F3F4);
    width: fit-content;
    font-size: 12px;
    color: black;
    font-weight: 400;
    height: 20px;
    padding: 8px 19px 8px 43px;
    background-position: 14px;
    background-repeat: no-repeat;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
}

#content>.documentsPreview>div:last-child>span.selected {
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background-color: var(--Base-White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

#content>.documentsPreview>span:hover {
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background-color: var(--Base-White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

#content>#screenShotDocument {
    width: 100%;
    height: calc(100% - 103px);
    border-radius: 12px 12px 0px 0px;
    border: 1px solid var(--black-10, #E7E8E9);
    background: #FDFDFD;
    padding-top: 30PX;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    position: relative;
}

.coverThumbnail {
    width: 90%;
    text-align: center;
    margin: 0px auto;
    overflow: hidden;
    height: 100%;
}

#content>#screenShotDocument #thumbFile {
    margin: 0px auto;
    background-size: contain;
    border-radius: 6px;
    border: 1px solid var(--black-10, #E7E8E9);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 15px;
}

#content>#screenShotDocument>.products {
    border-top: 1px solid #E4E7EC;
    background: var(--Bg-gray-backoffice, #FAFAFB);
    backdrop-filter: blur(15px);
    height: 66px;
}

/* ZOOM  */
#zoom {
    display: flex;
    gap: 18px;
    border-radius: 6px;
    border: 1px solid var(--black-20, #CFD1D4);
    background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(2.5px);
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 10px;
    flex-direction: column;
    z-index: 999;
    right: 17px;
    cursor: pointer;
}

#content #zoom>span {
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
}

#zoomIn {
    background-image: url(/_master/_static/assets/zoomIn.svg);
}

#zoomOut {
    background-image: url(/_master/_static/assets/zoomOut.svg);
}

/* TAGS  */
#templateDetail>div:first-child>div:last-child {
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    gap: 20px;
    justify-content: flex-start;
    margin-top: -4px;
}

#templateDetail>div:first-child>div:last-child>h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin: 0px;
    padding: 0px;
    padding-top: 24px;
    border-top: 1px solid #E5E7EB;
}

#templateDetail>div:first-child>div:last-child>div {
    align-items: center;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    height: 77px;
    overflow-y: auto;
    width: -webkit-fill-available;
    align-content: flex-start;
}

#templateDetail>div:first-child>div:last-child>div>a {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--black-70, #585D68);
    padding: 8px 10px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: 160%;
    border-radius: 200px;
    background: var(--secondary-10, #F0F3F2);
}

/*  */
.products>div:last-child.containerBtnsDownload {
    gap: 0px;
    position: relative;
}

.containerBtnsDownload>button {
    padding: 1px 9px;
    border-radius: 0px 8px 8px 0px;
    border-radius: 0px 6px 6px 0px;
}

.containerBtnsDownload>button.button-primary {
    display: flex;
    border-radius: 0px 6px 6px 0px;
    align-items: center;
    text-decoration: none;
}

.containerBtnsDownload>button.button-primary:hover {
    border-radius: 0px 6px 6px 0px;
}

.containerBtnsDownload>button.button-primary>img.clicked {
    transform: rotate(180deg);
}

.containerBtnsDownload>button.button-primary:hover img {
    padding-top: 0px;
}

.button-download {
    border-radius: 6px 0px 0px 6px;
    padding: 0px 14px 0px 36px;
    display: flex;
    gap: 9px;
    color: var(--Primary, #54AF73);
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    border: 1px solid var(--Primary, #54AF73);
    background: #FFF;
    height: 34px;
    align-items: center;
    text-decoration: none;
    background-image: url('/_master/_static/assets/downloadIcon.svg');
    background-repeat: no-repeat;
    background-position: 9px 8px;
}

#templateDetail>div:first-child>div.containerBtnsDownload {
    display: none;
}

.button-download:hover {
    color: white;
    background: var(--Primary, #54AF73);
    background-image: url('/_master/_static/assets/downloadIcon-hover.svg');
    background-repeat: no-repeat;
    background-position: 9px 8px;
}

.button-download>img {
    height: 15px;
    width: 15px
}

#popFiles {
    display: flex;
    gap: 10px;
    position: absolute;
    top: 46px;
    z-index: 9;
    right: -8px;
    border-radius: 6px;
    border: 1px solid var(--black-10, #E7E8E9);
    background-color: #FFF;
    box-shadow: -20px 4px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
    height: fit-content;
    flex-direction: column;
    width: 200px;
}

.hidden {
    visibility: hidden;
}

.toggleArrow {
    transform: rotate(180deg);
}

#popFiles>p {
    overflow: hidden;
    color: var(--black-50, #888B93);
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    padding: 0px;
}

#popFiles>a {
    display: flex;
    overflow: hidden;
    color: var(--Text-Default, #111827);
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    gap: 9px;
    align-content: center;
    align-items: flex-end;
}

#popFiles>a:hover {
    background: var(--black-5, #F3F3F4);
}

#popFiles>a>span {
    background-repeat: no-repeat;
    border-right: 1px solid var(--Gray-200, #E4E7EC);
    background-color: var(--black-5, #F3F3F4);
    width: fit-content;
    display: inline-flex;
    color: black;
    font-weight: 400;
    height: 20px;
    width: 20px;
    padding: 2px;
    background-position: center;
    border-radius: 3px;
    flex-direction: row;
}

/* Visor html  */

.thumbHtml>ul {
    text-align: justify;
    list-style-type: disc;
    padding: 0px 30px;
}


::-webkit-scrollbar-track {
    background-color: #E7E8E9;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #D8D8D8;
}

.mermaid-code {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 10px;
    white-space: pre-wrap;
    font-family: monospace;
}

/* //Diseño apra las tables  */
table td,
table th {
    padding: 5px;
    font-size: 12px;
    text-align: left;
}

table {
    margin: 0;
    min-width: 100%;
    font-size: 13px;
    white-space: nowrap;
}


table th {
    font-weight: bold;
    white-space: nowrap;
}

/* Grafico */



#miGrafico {
    display: flex;
    height: 350px;
    margin: auto 0px;
}

/* CONTAINER FLOWS  */
#containerFiltersAndCard {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
    gap: 30px;
}


.clear-icon {
    width: 14px;
    height: 14px;
    margin-left: 5px;
}

.button-group {
    display: flex;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Gray-200, #E4E7EC);
    background: var(--Text-White, #FFF);
}

.button-active {
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Black, #111827);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}

.button-inactive {
    background: var(--Text-White, #FFF);
    color: var(--Black-40, #A0A3A9);
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    font-size: 14px;
    font-weight: 400;
}

.divider {
    border: none;
    border-top: 1px solid var(--black-20, #CFD1D4);
    margin: 20px 0;
}

.userInfoContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #E4E7EC;
    padding-top: 16px;
    position: relative;
}

.userInfoContainer .useApp {
    position: absolute;
    bottom: 45px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 10;
}

.userInfo {
    display: flex;
    align-items: center;
    gap: 6px;
}

.userIcon {
    background-image: url(/_master/_static/assets/usericon.svg);
    width: 16px;
    height: 16px;
}

.accessCount {
    margin-left: 6px;
    color: var(--Text-Default, #111827);
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
}

.userAvatar {
    border-radius: 50%;
    margin-left: 12px;
    margin-right: 5px;
}

.organizationName {
    color: var(--black-50, #888B93);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.favsIcon {
    background-image: url(/_master/_static/assets/starticon.svg);
}

#flowsContainer {
    margin: 80px auto;
}

#flowsContainer>h2 {
    margin: 0px 0px 40px 0px;
    font-size: 24px;
    font-weight: 700;
}

#listFlows {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#listFlows>a>a:hover {
    border-radius: 4px;
    background: var(--Neutral-0, #FFF);
}

#listFlows>a>a.selected {
    border-radius: 4px;
    background: var(--Neutral-0, #FFF);
    cursor: no-drop;
}

#listFlows>a>a.disabled {
    cursor: no-drop;
}

#listFlows>a>a {
    color: var(--Text-Default, #111827);
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    display: flex;
    padding: 4px 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--Color-Neutral-100, #F5F5F5);
    cursor: pointer;
}

.template-card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid var(--Neutral-200, #E5E7EB);
    background: var(--Neutral-0, #FFF);
    background-color: white;
    flex-wrap: nowrap;
    width: calc(calc(100% / 3) - 36px);
    min-width: 300px;
    box-sizing: border-box;
    padding: 20px 24px 16px 24px;
    color: #030712;
}

.template-card:hover {
    cursor: pointer;
}

.template-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.template-file {
    flex-shrink: 0;
    border-radius: var(--border-radius);
    margin-top: 5px;
    width: 61px;
    height: 61px;
    overflow: hidden;
    background-color: #F3F3F4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    box-sizing: border-box;
}


.template-content {
    flex-grow: 1;
    overflow: hidden;
}

.template-name {
    color: var(--Text-Default, #111827);
    font-family: "Space Grotesk";
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.name-text {
    flex-grow: 1;
    color: var(--Text-Default, #111827);
    font-family: "Space Grotesk";
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
    max-width: 100%;
}

.template-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 19px !important;
    margin-top: 5px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    height: 44px;
    padding: 0;
}

.template-description:hover {
    cursor: pointer;
}

.template-footer {
    display: flex;
    position: relative;
    align-items: center;
    height: 46px;
}

.template-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: -24px;
    height: 1px;
    background-color: #E5E7EB;
    width: 118%;
}

.icon-access {
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
}

.icon-access img {
    width: 16px;
    height: 16px;
}

.access-count {
    margin-left: 8px;
}

.deliverable-icons {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.deliverable-icons .icon-background {
    display: flex;
    height: 26px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.05);
    gap: 3px;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
}

.deliverable-icons .icon {
    width: 19px;
    height: 19px;
}

.thumbnail-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.products {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background-color: white;
    border-radius: 0px 0px 6px 6px;
    border-top: 1px solid #E4E7EC;
    align-items: center;
    justify-content: space-between;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.products>div:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
}

.products>div:first-child>p {
    color: var(--black-70, #585D68);
    font-size: 16px;
}

.products>div:last-child {
    display: flex;
    gap: 8px;
    padding-right: 20px;
}

.selectedFormat {
    border: 0.5px solid var(--Black-60, #70747D);
    background: rgba(0, 0, 0, 0.15) !important;
}

.infoIcon {
    background-image: url(/_master/_static/assets/info_blue.svg);
    margin-left: 0px;
    background-size: 100%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-repeat: no-repeat;
    position: relative;
}

/* ToolTip  */
.popover {
    visibility: hidden;
    position: absolute;
    top: 130%;
    left: 50%;
    transform: translateX(-50%);
    padding: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 8px;
    background: var(--Black-100, #111827);
    color: var(--Text-White, #FFF);
    font-family: "Space Grotesk";
    font-size: 12px;
    font-weight: 700;
    line-height: 160%;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

.popover-list {
    visibility: hidden;
    position: absolute;
    top: 130%;
    padding: 18px;
    border-radius: 8px;
    background: var(--Black-100, #111827);
    color: var(--Text-White, #FFF);
    font-family: "Space Grotesk";
    font-size: 12px;
    font-weight: 700;
    line-height: 160%;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
}

#listFlows .deliverable-icons .icon-background .popover-list::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #111827 transparent;
}

#listFlows .deliverable-icons .icon-background:hover .popover-list {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 600px) {

    .indication {
        display: none;
    }

    section {
        background: white;
        display: flex;
        max-width: 100vw;
        width: 100%;
    }

    #flowsContainer {
        flex-direction: column;
        background-color: var(--Background);
        width: calc(100% - 48px);
        overflow: hidden;
        margin-top: 40px;
    }

    #flowsContainer>h2 {
        font-size: 24px;
        margin: 0px auto;
        width: calc(100% - 48px);
        margin: 0px;
    }

    #templateDetail {
        flex-direction: column-reverse;
        overflow: hidden;
        border-top: 1.5px solid #E5E7EB;
        border-bottom: 1.5px solid #E5E7EB;
        gap: 0px;
        margin-top: 40px;
    }

    #templateDetail>div:first-child {
        width: calc(100% - 48px);
        padding: 0px 24px 24px 24px;
        gap: 30px;
    }

    #templateDetail>div:first-child>h1 {
        font-size: 24px;
        margin-bottom: -16px;
    }

    #content {
        background: white;
        padding: 24px;
        width: auto;
        border-radius: 4px;
        border-radius: 6px;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .noProducts {
        height: 210px;
        width: -webkit-fill-available;
        position: relative;
        z-index: 999;
        border-radius: var(--Border-md, 6px);
        border: 1px solid var(--Black-10, #E7E8E9);
        background: var(--Black-5, #F3F3F4);
    }

    .noProducts>img {
        display: flex;
        height: 40px;
        margin: 0px auto;
    }

    .noProducts>p {
        color: var(--Black-40, #A0A3A9);
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        line-height: 160%;
        text-indent: 0px;
    }

    #content>.documentsPreview {
        text-indent: -9999px;
        order: 2;
        display: flex;
        height: 65px;
        background-color: white;
        border-radius: 0px 0px 6px 6px;
        border-top: 1px solid #E4E7EC;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        width: -webkit-fill-available;
        align-content: center;
        padding: 0px 20px;
        margin-bottom: 10px;
    }

    #content>.documentsPreview>div:first-child>p {
        color: #585D68;
        text-indent: 0px;
        font-size: 12px;
        padding: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    #content>.documentsPreview>div:first-child {
        width: -webkit-fill-available;
        display: flex;
        flex-direction: row;
        gap: 5px;
        height: fit-content;
        align-items: center;
    }

    #content>.documentsPreview>div:last-child {
        display: flex;
        width: fit-content;
        height: -webkit-fill-available;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    #content:has(>.documentsPreview>div>.noProducts) {
        padding: 24px;
        width: -webkit-fill-available;
        height: 251px;
        position: relative;
    }

    #content>.documentsPreview:has(>div>.noProducts) {
        position: relative;
        height: -webkit-fill-available;
        padding: 0px;
        border: none;
    }

    #content>.documentsPreview:has(>div>.noProducts)>div:first-child {
        display: none;
    }

    #content>.documentsPreview:has(>div>.noProducts)>div:last-child {
        position: static;
        top: 0px;
        display: flex;
        height: 249px;
        width: -webkit-fill-available;
    }

    #content>.documentsPreview>div:last-child>span {
        padding: 6px 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 3px;
        border-radius: 6px;
        width: 26px;
        height: 26px;
        cursor: pointer;
        background-position: center;
    }

    #content>.documentsPreview>div>span:nth-child(n+4) {
        display: none;
    }

    #content>#screenShotDocument {
        min-height: 188px;
        display: flex;
        order: 1;
        border-radius: var(--Border-md, 6px);
        border: 1px solid var(--Black-10, #E7E8E9);
        border-bottom: none;
        background: var(--Black-5, #F3F3F4);
    }

    #content>#screenShotDocument>.products {
        display: none;
    }

    #content>#screenShotDocument #thumbFile {
        height: 157px;
        border: none;
        border-radius: 6px 6px 0px 0px;
        width: 52%;
    }

    #content>#screenShotDocument .thumbHtml {
        background: white;
    }

    #content>#screenShotDocument>.products {
        display: none;
    }

    #listFlows {
        justify-content: center;
        width: 100%;
    }

    .infoIcon {
        width: 14px;
        margin-top: 5px;
    }

    #templateDetail>div:first-child>p.descriptionApp.active {
        max-height: 1000px;
        overflow: unset;
    }

    span.readMore,
    span.readMoreTags {
        margin-top: -22px;
    }

    span.readMore.hidden {
        display: none;
    }

    .template-card {
        width: 100%;
    }

    #tags {
        max-height: 200px;
    }

    /* cambio de orden  */
    /* nombre  */
    #templateDetail>div:first-child>div:nth-child(2) {
        order: 3;
    }

    /* tags */
    #templateDetail>div:first-child>div:last-child {
        order: 4;
    }

    /* boton abrir app  */
    #templateDetail>div:first-child>a {
        width: 100%;
        display: flex;
        order: 1;
    }

    #templateDetail>div:first-child>div:last-child>div {
        max-height: 72px;
        height: auto;
        overflow-y: hidden;
    }

    /* boton descargar todo  */
    #templateDetail>div:first-child>div.containerBtnsDownload {
        display: flex;
        width: 100%;
        order: 2;
        height: 50px;
        margin-top: -14px;
    }

    #templateDetail>div:first-child>div.containerBtnsDownload.hidden {
        display: none;
    }

    #templateDetail>div:first-child>div.containerBtnsDownload:has(#popFiles>a) {
        visibility: visible;
    }

    #templateDetail>div:first-child>div.containerBtnsDownload>a.button-download {
        height: 48px;
        font-size: 18px;
        background-position: 64px 13px;
        text-align: center;
        margin: 0px auto;
        width: -webkit-fill-available;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #templateDetail>div:first-child>a>button {
        width: -webkit-fill-available;
    }

    /* fin  */
    .imgBlur {
        margin-top: -124px;
    }

    #templateDetail>div:first-child>p.descriptionApp {
        max-height: 108px;
        margin-bottom: -10px;
        transition: max-height 0.4s ease;
    }

    .thumbHtml>ul {
        font-size: 9px;
    }

    #popFiles {
        top: 120px;
        right: 24px;
    }
}