.products-modal-overlay {
    animation: fadeInModal 0.8s forwards 0.1s;
    background: rgba(37, 46, 72, 0.5);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 104;
    font-family: __GeistSans_3a0388, __GeistSans_Fallback_3a0388;
}

.customize .products-modal__logo svg {
    max-width: 70px;
    height: auto;
    width: 100%;
}

.customize .products-modal__logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.customize .products-modal__logo a span {
    font-size: 24px;
}

#productsModal-process .products-modal {
    min-height: auto;
}

.products-modal-overlay:not(.show) {
    display: none;
}

.products-modal-overlay .popup-close-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 20px;
    padding: 0;
    position: absolute;
    right: -35px;
    top: 0;
    width: 20px;
}

.products-modal-overlay .popup-close-btn>svg>path {
    transition: fill 0.2s ease;
}

@media only screen and (max-width: 1024px) {
    .products-modal-overlay .popup-close-btn {
        right: 0;
        top: -40px;
    }
}

.products-modal-overlay .products-modal {
    background-color: rgba(250, 204, 21, 0.9);
    border-radius: 30px;
    box-shadow: 0 6px 12px #5690ff4d;
    box-sizing: border-box;
    font-size: 36px;
    max-width: 92%;
    left: 50%;
    min-height: 520px;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 740px;
    z-index: 10;
}

.product__desc,
.product__tabs,
.tabs-wrap {
    max-width: 100%;
}

@media only screen and (max-width: 1440px) {
    .products-modal-overlay .products-modal {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1366px) {
    .products-modal-overlay .products-modal {
        font-size: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .products-modal-overlay .products-modal {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .products-modal-overlay .products-modal {
        padding: 10px;
        width: 380px;
    }
}

.products-modal-overlay .products-modal__content-wrap {
    background-color: #252525;
    border-radius: 25px;
    height: 100%;
    padding-bottom: 40px;
    padding-top: 60px;
    position: relative;
}

.products-modal-overlay .products-modal__content-wrap:after {
    background: url(https://static.rfstat.com/renderforest/images/v2/new-homepage/illustration_corner_pink.svg) center/contain no-repeat;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
}

.products-modal-overlay .products-modal__floating-img {
    display: none;
}

.products-modal-overlay .products-modal__title {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 700;
}

@media only screen and (max-width: 992px) {
    .products-modal-overlay .products-modal__floating-img {
        display: none;
    }

    .products-modal-overlay .products-modal__title {
        margin-bottom: 30px;
    }
}

.products-modal-overlay .products-modal__cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.products-modal-overlay .products-modal__card {
    background-color: #fff;
    border: 1px solid #eef5ff;
    border-radius: 10px;
    box-shadow: 0 3px 6px #3271e633;
    min-height: 160px;
    margin: 0 10px 20px;
    transition: all 0.24s ease;
    width: 160px;
}

@media only screen and (max-width: 767px) {
    .products-modal-overlay .products-modal__content-wrap {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .products-modal-overlay .products-modal__card {
        min-height: 140px;
        width: 140px;
    }
}

@media only screen and (max-width: 480px) {
    .products-modal-overlay .products-modal__card {
        min-height: 120px;
        width: 120px;
    }
}

.products-modal-overlay .products-modal__card_icon {
    background: #dddfe5;
    border-radius: 10px;
    height: 60px;
    line-height: 86px;
    margin: 0 auto 20px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 480px) {
    .products-modal-overlay .products-modal__card_icon {
        height: 50px;
        width: 50px;
    }
}

.products-modal-overlay .products-modal__card_icon path {
    transition: fill 0.2s ease;
}

.products-modal-overlay .products-modal__card_link {
    border-radius: 10px;
    color: #545f7e;
    display: block;
    font-size: 20px;
    font-weight: 500;
    height: 100%;
    padding: 28px 15px 15px;
    transition: box-shadow 0.2s ease;
    text-align: center;
}

@media only screen and (min-width: 1151px) {
    .products-modal-overlay .products-modal__floating-img.fade-img {
        animation: scale 3.6s 6 0.4s;
    }

    .products-modal-overlay .products-modal__card_link:hover {
        box-shadow: 0 6px 24px #3271e64d;
    }

    .products-modal-overlay .products-modal__card_link:hover .videos {
        background: linear-gradient(180deg, #47d6e2 0, #387dff 100%);
        box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), 0 3px 12px #387dff80;
    }

    .products-modal-overlay .products-modal__card_link:hover .websites {
        background: linear-gradient(180deg, #f45fe8 0, #766de8 100%);
        box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), 0 3px 12px #766de880;
    }

    .products-modal-overlay .products-modal__card_link:hover .logos {
        background: linear-gradient(180deg, #ffd200 0, #baac00 100%);
        box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), 0 3px 12px #baac0080;
    }

    .products-modal-overlay .products-modal__card_link:hover .mockups {
        background: linear-gradient(180deg, #5cf0be 0, #41ba82 100%);
        box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), 0 3px 12px #41ba8280;
    }

    .products-modal-overlay .products-modal__card_link:hover .designs {
        background: linear-gradient(180deg, #f560b6 0, #f2446c 100%);
        box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), 0 3px 12px #f2446c80;
    }

    .products-modal-overlay .products-modal__card_link:hover path {
        fill: #fff !important;
    }
}

@media only screen and (max-width: 1150px) {
    .products-modal-overlay .products-modal__card_link .videos {
        background: linear-gradient(180deg, #47d6e2 0, #387dff 100%);
        box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), 0 3px 12px #387dff80;
    }

    .products-modal-overlay .products-modal__card_link .websites {
        background: linear-gradient(180deg, #f45fe8 0, #766de8 100%);
        box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), 0 3px 12px #766de880;
    }

    .products-modal-overlay .products-modal__card_link .logos {
        background: linear-gradient(180deg, #ffd200 0, #baac00 100%);
        box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), 0 3px 12px #baac0080;
    }

    .products-modal-overlay .products-modal__card_link .mockups {
        background: linear-gradient(180deg, #5cf0be 0, #41ba82 100%);
        box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), 0 3px 12px #41ba8280;
    }

    .products-modal-overlay .products-modal__card_link .designs {
        background: linear-gradient(180deg, #f560b6 0, #f2446c 100%);
        box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.5), 0 3px 12px #f2446c80;
    }

    .products-modal-overlay .products-modal__card_link path {
        fill: #fff;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: translateZ(0) scale(1);
    }

    50% {
        transform: translateZ(0) scale(1.08);
    }
}

@keyframes spin {
    to {
        transform: translateZ(0) rotate(360deg);
        will-change: transform;
    }
}

@keyframes spin_2 {
    to {
        transform: translateY(-50%) rotate(360deg);
        will-change: transform;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDownSmall {
    from {
        transform: translate3d(0, -20px, 0);
        opacity: 0;
        visibility: hidden;
    }

    to {
        transform: translateZ(0);
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width: 768px) and (max-height: 800px) {
    .fqkcfg {
        padding: 18px 48px;
        min-height: 476px;
    }
}

.fqkcfg {
    padding: 44px 48px;
    width: 1273px;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 28px;
    background-color: #252525;
    z-index: 1;
    transition: 0.5s linear;
    box-shadow: rgba(85, 52, 182, 0.15) 0px 5px 20px 0px;
    overflow: hidden;
    height: 100%;
    min-height: 710px;
}

.fqkcfg>section {
    max-width: 936px;
}

@media screen and (min-width: 768px) and (max-height: 800px) {
    .lhzUnW {
        gap: min(28px, 5%);
        padding-top: 20px;
    }
}

.lhzUnW {
    padding: 40px 10px 0px 20px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.jILRCg {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) and (max-height: 800px) {
    .btEIvF {
        font-size: 46px;
    }
}

.btEIvF {
    position: relative;
    width: calc(100% - 90px);
    max-width: max-content;
    font-weight: 700;
    line-height: calc(150%);
    color: #fff;
    font-size: 65px;
}

.btEIvF .aiHiglightedText {}

.fTtKVl {
    height: auto;
    position: absolute;
    width: 12px;
    top: 10px;
    right: -104px;
    animation: 1.3s ease-in-out 0s infinite normal none running sparkle;
}

.ksGvjM {
    height: auto;
    position: absolute;
    width: 24px;
    top: -13px;
    right: -73px;
    animation: 2.7s ease-in-out 0s infinite normal none running sparkle;
}

.exhXjV {
    height: auto;
    position: absolute;
    width: 34px;
    top: 30px;
    right: -102px;
    animation: 3.5s ease-in-out 0s infinite normal none running sparkle;
}

.bByCJl {
    height: auto;
    position: absolute;
    width: 18px;
    top: 28px;
    right: -52px;
    animation: 2.3s ease-in-out 0s infinite normal none running sparkle;
}

.hXsVBQ {
    width: 100%;
    display: flex;
    gap: 28px;
    z-index: 1;
}

@media screen and (min-width: 768px) and (max-height: 800px) {
    .gOCGFg {
        min-height: auto;
    }
}

.gOCGFg {
    padding: 1px;
    box-sizing: border-box;
    min-height: 112px;
    width: 100%;
    border-radius: 8px;
    cursor: pointer;
    background: linear-gradient(270deg, rgb(138, 43, 226) 0%, rgb(255, 105, 180) 100%),
        linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255));
    box-shadow: rgba(85, 52, 182, 0.15) 0px 3px 10px 0px;
}

.gOCGFg>div {
    background: rgb(252, 249, 255);
}

@media screen and (min-width: 768px) and (max-height: 800px) {
    .dYKhCI {
        padding: 16px;
    }
}

.dYKhCI {
    position: relative;
    padding: 20px 24px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
}

.iVSlSB {
    flex-shrink: 0;
}

.eNqmqI {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.eNqmqI svg {
    position: absolute;
}

.jqdAIy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 8px;
}

@media only screen and (min-width: 768px) {
    .gyFaeM {
        font-size: 20px;
    }
}

.bwLvV {
    font-size: 18px;
    font-weight: 600;
    color: rgb(54, 63, 90);
    line-height: 24px;
}

.gyFaeM .idea-to-video-gradient {}

.gyFaeM span {
    font-weight: 700;
    background-clip: text;
}

@media screen and (min-width: 768px) and (max-height: 800px) {
    .diqlaN {
        display: none;
    }
}

.fPdxhS {
    font-size: 14px;
    font-weight: 500;
    color: rgb(54, 63, 90);
    line-height: 20px;
}

@media screen and (min-width: 768px) and (max-height: 800px) {
    .fjeLDX {
        min-height: auto;
    }
}

.fjeLDX {
    padding: 1px;
    box-sizing: border-box;
    min-height: 112px;
    width: 454px;
    background: rgb(221, 227, 240);
    border-radius: 8px;
    cursor: pointer;
}

@media screen and (min-width: 768px) and (max-height: 800px) {
    .dYKhCI {
        padding: 16px;
    }
}

.dYKhCI {
    position: relative;
    padding: 20px 24px;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
}

.iVSlSB {
    flex-shrink: 0;
}

.eNqmqI {
    position: relative;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.gyFaeM .script-to-video-gradient {
    background: linear-gradient(rgb(85, 160, 255) 0%, rgb(56, 125, 255) 100%) no-repeat text transparent;
}

.eFdMUj {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 16px;
}

.eBQhic {
    display: flex;
    flex-direction: column;
}

.cgrVop {
    position: relative;
    padding: 1px;
    width: 100%;
    border: none;
    border-radius: 8px;
    flex-shrink: 0;
    border: 1.5px solid #d9dde2;
    height: 63px;
    display: flex;
    align-items: center;
}

.gAqRdl {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
}

.cgrVop .Input-sc-1wjhm8y {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.cgrVop>svg {
    max-width: 23px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    z-index: 1;
    pointer-events: none;
}

.heYdkd {
    padding: 20px 80px 20px 47px;
    height: 100%;
    width: 100%;
    text-overflow: ellipsis;
    border: none;
    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    color: rgb(54, 63, 90);
    height: 61px;
}

.cgrVop .SentIconButton-sc-138vp7i {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.cdygIl {
    background: rgb(221, 227, 240);
}

.fXbGyW {
    right: 12px;
    transform: none;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0.5;
    cursor: not-allowed;
    transition: opacity 0.3s ease-in-out;
}

.gAqRdl {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
}

@media (max-height: 500px) and (min-width: 768px) {
    .fZiRzu {
        max-height: 48px;
    }
}

@media (max-height: 600px) and (min-width: 768px) {
    .fZiRzu {
        max-height: 108px;
    }
}

@media only screen and (min-width: 768px) {
    .fZiRzu {
        max-height: 168px;
    }
}

@media (max-height: 840px) and (min-width: 768px) {
    .gNdcEI {
        margin: 0px;
    }
}

.gNdcEI {
    margin: 4px 0px 28px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    overflow: hidden;
}

.fBKNZI {
    box-sizing: border-box;
    background-color: rgb(238, 245, 255);
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    padding: 12px 20px;
    border-radius: 8px;
}

.ektjHc {
    color: rgb(84, 95, 126);
}

.cdPZEg {
    font-size: 14px;
    font-weight: 500;
    color: rgb(84, 95, 126);
    line-height: 22px;
}

.blmGVy {
    min-width: fit-content;
    line-height: calc(150%);
    font-variant-numeric: tabular-nums;
}

.jATlFH {
    font-size: 14px;
    font-weight: 500;
    color: rgb(154, 166, 200);
    text-align: end;
}

#productsModal-type .products-modal {
    width: fit-content;
}

.ai-video-tag-button.active {
    background: #e4e4e4;
}

@keyframes pulsingShadow {
    0% {
        box-shadow: rgb(169, 166, 248) 0px 0px 0px 0px;
    }

    70% {
        box-shadow: rgba(169, 166, 248, 0) 0px 0px 0px 10px;
    }

    100% {
        box-shadow: rgba(169, 166, 248, 0) 0px 0px 0px 0px;
    }
}

@keyframes sparkle {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.cgrVop .SentIconButton-sc-138vp7i {
    pointer-events: none;
    font-size: 14px;
}

.cgrVop .SentIconButton-sc-138vp7i.ok {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
}

#download-file--build---success {
    background: #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
    padding: 0 30px;
    transition: all 0.3s ease 0.05s;
    display: flex;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
    color: #252525;
}

#download-file--text {
    font-size: 16px;
    margin-bottom: 30px;
    color: #fff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 768px) {
    #productsModal-type .fPdxhS {
        text-align: left;
    }

    #productsModal-type .AiVideoModeContainer-sc-1dkt8pv.fqkcfg {
        width: 100%;
        min-height: fit-content;
        padding: 10px 15px;
    }

    #productsModal-type .products-modal {
        width: 100%;
    }

    #productsModal-type .AiInitialGreetingsTitle-sc-kk6byg.btEIvF {
        font-size: 32px;
        text-align: center;
        width: fit-content;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .fqkcfg>section {
        padding: 0;
    }

    .fBKNZI {
        padding: 6px 10px;
    }

    .gNdcEI {
        gap: 5px;
    }

    .fBKNZI p {
        font-size: 12px;
    }

    #productsModal-type .AiInitialGreetingsTitle-sc-kk6byg.btEIvF {
        font-size: 24px;
    }
}

/* Transition for all properties */
.transition-all {
    transition: all 0.3s ease;
    /* Tailwind CSS sá»­ dá»¥ng thá»i gian 0.3s vÃ  kiá»ƒu chuyá»ƒn tiáº¿p ease máº·c Ä‘á»‹nh */
}

/* Placeholder truncate */
.placeholder\:truncate::placeholder {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* Padding top and right */
.py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
    /* py-[16px] Ã¡p dá»¥ng padding trÃªn vÃ  dÆ°á»›i */
}

.pr-\[16px\] {
    padding-right: 16px;
}

/* Font size */
.text-\[17px\] {
    font-size: 17px;
}

/* Outline none */
.outline-none {
    outline: none;
}

/* Width full */
.w-full {
    width: 100%;
}

/* Background transparent */
.bg-transparent {
    background-color: transparent;
}

/* Flex 1 */
.flex-1 {
    flex: 1;
}

/* Placeholder color */
.placeholder\:text-white\/45::placeholder {
    color: rgba(255, 255, 255, 0.45);
    /* MÃ u cá»§a placeholder vá»›i Ä‘á»™ trong suá»‘t 45% */
}

/* Caret color */
.caret-white {
    caret-color: white;
}

/* Text color */
.text-white\/80 {
    color: rgba(255, 255, 255, 0.8);
    /* MÃ u chá»¯ vá»›i Ä‘á»™ trong suá»‘t 80% */
}

/* Resize none */
.resize-none {
    resize: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

#input-muti *,
#input-muti ::after,
#input-muti ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

#input-muti ::after,
#input-muti ::before {
    --tw-content: "";
}

#input-muti :host,
#input-muti html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#input-muti body {
    margin: 0;
    line-height: inherit;
}

#input-muti hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

#input-muti abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

#input-muti h1,
#input-muti h2,
#input-muti h3,
#input-muti h4,
#input-muti h5,
#input-muti h6 {
    font-size: inherit;
    font-weight: inherit;
}

#input-muti a {
    color: inherit;
    text-decoration: inherit;
}

#input-muti b,
#input-muti strong {
    font-weight: bolder;
}

#input-muti code,
#input-muti kbd,
#input-muti pre,
#input-muti samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco,
        Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}

#input-muti small {
    font-size: 80%;
}

#input-muti sub,
#input-muti sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

#input-muti sub {
    bottom: -0.25em;
}

#input-muti sup {
    top: -0.5em;
}

#input-muti table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

#input-muti button,
#input-muti input,
#input-muti optgroup,
#input-muti select,
#input-muti textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

#input-muti button,
#input-muti select {
    text-transform: none;
}

#input-muti button,
#input-muti input:where([type="button"]),
#input-muti input:where([type="reset"]),
#input-muti input:where([type="submit"]) {
    -webkit-appearance: button;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

#input-muti :-moz-focusring {
    outline: auto;
}

#input-muti :-moz-ui-invalid {
    box-shadow: none;
}

#input-muti progress {
    vertical-align: baseline;
}

#input-muti ::-webkit-inner-spin-button,
#input-muti ::-webkit-outer-spin-button {
    height: auto;
}

#input-muti [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

#input-muti ::-webkit-search-decoration {
    -webkit-appearance: none;
}

#input-muti ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

#input-muti summary {
    display: list-item;
}

#input-muti blockquote,
#input-muti dd,
#input-muti dl,
#input-muti figure,
#input-muti h1,
#input-muti h2,
#input-muti h3,
#input-muti h4,
#input-muti h5,
#input-muti h6,
#input-muti hr,
#input-muti p,
#input-muti pre {
    margin: 0;
}

#input-muti fieldset {
    margin: 0;
    padding: 0;
}

#input-muti legend {
    padding: 0;
}

#input-muti menu,
#input-muti ol,
#input-muti ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#input-muti dialog {
    padding: 0;
}

#input-muti textarea {
    resize: vertical;
}

#input-muti input::-moz-placeholder,
#input-muti textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}

#input-muti input::placeholder,
#input-muti textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

#input-muti [role="button"],
#input-muti button {
    cursor: pointer;
}

#input-muti :disabled {
    cursor: default;
}

#input-muti audio,
#input-muti canvas,
#input-muti embed,
#input-muti iframe,
#input-muti img,
#input-muti object,
#input-muti svg,
#input-muti video {
    display: block;
    vertical-align: middle;
}

#input-muti img,
#input-muti video {
    max-width: 100%;
    height: auto;
}

#input-muti [hidden] {
    display: none;
}

#input-muti *,
#input-muti ::before,
#input-muti ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

#input-muti ::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

#input-muti .pointer-events-none {
    pointer-events: none;
}

#input-muti .pointer-events-auto {
    pointer-events: auto;
}

#input-muti .absolute {
    position: absolute;
}

#input-muti .relative {
    position: relative;
}

#input-muti .inset-0 {
    inset: 0px;
}

#input-muti .bottom-\[6px\] {
    bottom: 6px;
}

#input-muti .left-\[25px\] {
    left: 25px;
}

#input-muti .left-\[69px\] {
    left: 69px;
}

#input-muti .top-\[-18px\] {
    top: -18px;
}

#input-muti .top-\[-55px\] {
    top: -55px;
}

#input-muti .top-auto {
    top: auto;
}

#input-muti .right-0 {
    right: 0px;
}

#input-muti .top-0 {
    top: 0px;
}

#input-muti .m-\[7px\] {
    margin: 7px;
}

#input-muti .m-\[8px\] {
    margin: 8px;
}

#input-muti .m-auto {
    margin: auto;
}

#input-muti .m-\[2px\] {
    margin: 2px;
}

#input-muti .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

#input-muti .ml-\[8px\] {
    margin-left: 8px;
}

#input-muti .block {
    display: block;
}

#input-muti .flex {
    display: flex;
}

#input-muti .hidden {
    display: none;
}

#input-muti .aspect-square {
    aspect-ratio: 1/1;
}

#input-muti .aspect-\[1\/1\.3\] {
    aspect-ratio: 1/1.3;
}

#input-muti .size-\[24px\] {
    width: 24px;
    height: 24px;
}

#input-muti .size-full {
    width: 100%;
    height: 100%;
}

#input-muti .h-\[100px\] {
    height: 100px;
}

#input-muti .h-\[20px\] {
    height: 20px;
}

#input-muti .h-\[42px\] {
    height: 42px;
}

#input-muti .h-full {
    height: 100%;
}

#input-muti .h-\[22px\] {
    height: 22px;
}

#input-muti .w-\[180px\] {
    width: 180px;
}

#input-muti .w-\[40px\] {
    width: 40px;
}

#input-muti .w-\[42px\] {
    width: 42px;
}

#input-muti .w-full {
    width: 100%;
}

#input-muti .w-\[22px\] {
    width: 22px;
}

#input-muti .max-w-4xl {
    max-width: 56rem;
}

#input-muti .flex-1 {
    flex: 1 1 0%;
}

#input-muti .origin-center {
    transform-origin: center;
}

#input-muti .rotate-45 {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x),
            var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#input-muti .cursor-pointer {
    cursor: pointer;
}

#input-muti .resize-none {
    resize: none;
}

#input-muti .flex-col {
    flex-direction: column;
}

#input-muti .items-end {
    align-items: flex-end;
}

#input-muti .items-center {
    align-items: center;
}

#input-muti .justify-center {
    justify-content: center;
}

#input-muti .justify-between {
    justify-content: space-between;
}

#input-muti .gap-3 {
    gap: 0.75rem;
}

#input-muti .overflow-hidden {
    overflow: hidden;
}

#input-muti .rounded-\[28px\] {
    border-radius: 28px;
}

#input-muti .rounded-full {
    border-radius: 9999px;
}

#input-muti .rounded-xl {
    border-radius: 0.75rem;
}

#input-muti .bg-\[\#000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

#input-muti .bg-transparent {
    background-color: rgba(0, 0, 0, 0);
}

#input-muti .bg-white\/15 {
    background-color: #252525;
}

#input-muti .bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

#input-muti .bg-white\/20 {
    background-color: rgba(255, 255, 255, 0.2);
}

#input-muti .object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

#input-muti .p-\[4px\] {
    padding: 4px;
}

#input-muti .p-\[7px\] {
    padding: 7px;
}

#input-muti .py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
}

#input-muti .pr-\[16px\] {
    padding-right: 16px;
}

#input-muti .pt-44 {
    padding-top: 11rem;
}

#input-muti .text-\[17px\] {
    font-size: 17px;
}

#input-muti .text-\[12px\] {
    font-size: 12px;
}

#input-muti .text-\[14px\] {
    font-size: 14px;
}

#input-muti .font-medium {
    font-weight: 500;
}

#input-muti .uppercase {
    text-transform: uppercase;
}

#input-muti .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

#input-muti .text-white\/70 {
    color: rgba(255, 255, 255, 0.7);
}

#input-muti .text-white\/80 {
    color: rgba(255, 255, 255, 0.8);
}

#input-muti textarea {
    border: solid 2px transparent !important;
}

#input-muti:has(textarea:focus) {
    border: solid 2px #000 !important;
}

.cgrVop:has(input:focus) svg path,
.cgrVop:has(input:hover) svg path {
    fill: #3399ff !important;
}

#input-muti:has(textarea:hover) svg.absolute.m-auto.inset-0 path {
    fill: #0080ff !important;
}

#input-muti:has(textarea:focus) svg.absolute.m-auto.inset-0 path {
    fill: #0080ff !important;
}

#input-muti .opacity-0 {
    opacity: 0;
}

#input-muti .outline-none {
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 2px;
}

#input-muti .backdrop-blur-xl {
    --tw-backdrop-blur: blur(24px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

#input-muti .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

#input-muti .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

#input-muti .placeholder\:truncate::-moz-placeholder {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#input-muti .placeholder\:truncate::placeholder {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#input-muti .placeholder\:text-white\/45::-moz-placeholder {
    color: rgba(255, 255, 255, 0.45);
}

#input-muti .placeholder\:text-white\/45::placeholder {
    color: rgb(117, 117, 117) !important;
}

#input-muti .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

#input-muti .disabled\:text-white\/30:disabled {
    color: rgba(255, 255, 255, 0.3);
}

#input-muti .group\/card:hover .group-hover\/card\:bg-white\/25 {
    background-color: rgba(255, 255, 255, 0.25);
}

#input-muti .group\/cards:hover .group-hover\/cards\:opacity-100 {
    opacity: 1;
}

#input-muti .group\/image:hover .group-hover\/image\:opacity-100 {
    opacity: 1;
}


#input-muti #content::placeholder,
#input-muti #content {
    color: var(--pds-dark-04);
    font-size: 14px;
}

#input-muti #send .SentIcon-sc-1fax21l {
    position: static;
    margin-right: 9px;
}

#input-muti .SentIcon-sc-1fax21l {
    background: #eef1f7;
    opacity: 1;
    cursor: pointer;
    border-radius: 10px;
    min-width: 48px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

#input-muti #send.active {
    font-size: 14px;
    margin-right: 10px;
    width: 48px;
    aspect-ratio: 1/1;
    background: #dde3f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

#productsModal-download .products-modal {
    min-height: inherit;
}

.products-modal__logo .logo {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

#productsModal-download .products-modal__body {
    padding: 15px;
}

@media(max-width:767px) {
    .products-modal-overlay .products-modal__card_link {
        font-size: 14px;
    }

    .gOCGFg>div {
        background: rgb(252, 249, 255);
        padding: 10px 12px;
    }
}

.cgrVop .SentIconButton-sc-138vp7i.ok.active,
#input-muti #send.active {
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid' width='200' height='200' style='shape-rendering: auto; display: block; background: rgb(255, 255, 255);'%3E%3Cg%3E%3Ccircle stroke-dasharray='164.93361431346415 56.97787143782138' r='35' stroke-width='10' stroke='%235bbfe1' fill='none' cy='50' cx='50'%3E%3CanimateTransform keyTimes='0;1' values='0 50 50;360 50 50' dur='1s' repeatCount='indefinite' type='rotate' attributeName='transform'/%3E%3C/circle%3E%3Cg/%3E%3C/g%3E%3C!-- %5Bldio%5D generated by https://loading.io --%3E%3C/svg%3E");
    background-position: center;
    background-size: 35px;
    background-color: #fff;
    background-repeat: no-repeat;
}

.cgrVop .SentIconButton-sc-138vp7i.ok.active .IconWrapper-sc-1g7cida.eNqmqI,
#input-muti #send.active .IconWrapper-sc-1g7cida.eNqmqI {
    display: none;
}

#productsModal-process #download-file--bar .products-modal__line {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
    align-items: center;
    letter-spacing: 3px;
}

#productsModal-process #download-file--bar .line .line-process {
    width: 0%;
    background: #c0bebe;
}

#productsModal-process #download-file--bar .line {
    flex: 1;
    background: #ebebeb5e;
    border-radius: 30px;
    height: 7px;
    position: relative;
    z-index: 1;
    display: flex;
    overflow: hidden;
}