@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
    font-family: 'Inter', sans-serif;
}

:root {
    --widthForm: 920px;
}

@supports (font-variation-settings: normal) {
    html {
        font-family: 'Inter var', sans-serif;
    }
}

svg:not(.not-wl) * {
    fill: var(--colorPrimary);
}

body,
html {
    overflow-x: hidden;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.center-rel {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-rel-hor {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.center-rel-ver {
    position: relative;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.center-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-abs-hor {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.center-abs-ver {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.center-fix {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-fix-hor {
    position: fixed;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.center-fix-ver {
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.whitelabel {
    background-color: #F0F0F0 !important;
    width: calc(100% - var(--widthForm));
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 48px;
}

.whitelabel .logo {
    position: fixed;
    left: 52px;
    top: 52px;
}

body.whitelabel-access .whitelabel .logo {
    display: none;
}

.whitelabel-image {
    width: 100%;
    max-width: 954px;
    margin: 0 auto;
    padding: 0 120px;
}

.whitelabel-integrations {
    padding-bottom: 16px;
    margin: 0 auto;
}

.whitelabel-integrations>p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    color: #4D4D4D;
    margin-top: 8px;
    margin-bottom: 12px;
}

.whitelabel-integrations>div {
    display: flex;
    align-items: center;
    gap: 16px;
}

.whitelabel-hint {
    width: fit-content;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FCFCFC;
    height: 24px;
    border-radius: 24px;
    padding: 0 12px;
    background: #0962BA;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto;
    box-shadow: 0px 0px 1px 0px #00000026 inset;
}

.whitelabel-subtitle {
    width: 100%;
    max-width: 544px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #1D1D1F;
    margin: 0 auto;
}

.whitelabel-subtitle:not(.min) {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #4D4D4D;
}

.whitelabel-subtitle.description::after {
    content: "Venda sem taxas, automatize suas vendas, imprima pedidos e fidelize seus clientes.";
}

.whitelabel-svg {
    margin: 8px auto 0;
    display: none;
}

.list-plans {
    margin: 44px auto 8px;
    display: flex;
    gap: 12px;
}

.list-plans-item {
    width: 100%;
    max-width: 228.67px;
    border-radius: 12px;
    padding: 12px;
    border: 0.25px solid #DDDDDD;
    box-shadow: 0px 6px 10px -8px #00000040;
    background: #FFFFFF;
}

.list-plans-item p {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #1D1D1F;
    margin: 0;
}

.list-plans-item div {
    display: flex;
    align-items: center;
}

.list-plans-item>div {
    place-content: space-between;
    margin-bottom: 8px;
}

.list-plans-item>div p {
    font-weight: 600;
}

.list-plans-item>div>div p {
    font-size: 12px;
    white-space: nowrap;
}

.monitor-area {
    position: absolute;
    right: 0;
    bottom: 0;
    zoom: 80%;
    transition: 0.50s;
}

.form {
    min-width: var(--widthForm);
    max-width: var(--widthForm);
    height: 100%;
    background-color: #FCFCFC;
    z-index: 1;
    padding: 80px 72px 112px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    right: 0;
    top: 0;
}

.area-main {
    margin: 0 auto;
    width: 640px;
    width: 100%;
    position: relative;
}

.form-title {
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #4D4D4D;
}

.form-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0962BA;
    margin-top: 16px;
    margin-bottom: 16px;
    /* border: 1px solid #0962BA; */
    background: #EBF5FF;
    border-radius: 8px;
    padding: 8px 8px;
    width: 100%;
    text-align: center;
}

.form-subtitle p {
    margin-bottom: 0;
}

.form-benefits {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.form-benefits div {
    flex: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-benefits div p {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #4D4D4D;
    margin: 0;
}

.form-insert-image {
    width: 100%;
    background: #F5F5F5;
    border-radius: 8px;
    margin-bottom: 32px;
    cursor: pointer;
    align-items: center;
    position: relative;
    padding: 24px 16px;
}

.form-adress-pill {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    margin-top: -8px;
    margin-bottom: 24px;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 8px 8px;
    width: 100%;
    text-align: center;
}

input,
textarea {
    border: 2px solid transparent !important;
    border-radius: 8px !important;
    box-shadow: inset 0 0 0 1px #ddd;
    transition: box-shadow 0.25s ease, border-color 0.25s ease !important;
    outline: none !important;
}

input:focus,
textarea:focus {
    box-shadow: inset 0 0 0 2px rgba(31, 134, 237, 0.364) !important;
}


.with-image {
    display: none;
}

.form-insert-image.selected {
    background: transparent;
    padding: 0;
}

.form-insert-image.selected .without-image {
    display: none;
}

.form-insert-image.selected .with-image {
    display: flex;
}

.insert-image-preview {
    border: 1px solid #dddddd;
    border-radius: 50px;
    height: 96px;
    width: 96px;
    object-fit: cover;
}

.form-insert-image .insert-image-title {
    width: 195px;
    height: 24px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--colorPrimary);
    margin-bottom: 8px;
    align-items: center;
}

.form-insert-image .insert-image-subtitle,
.form-insert-image .insert-image-alert {
    height: 16px;
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
    margin-bottom: 0px;
    align-items: center;
}

.form-insert-image .insert-image-alert {
    color: #B00020;
    display: none;
    margin-right: 4px;
}

.form-insert-image svg {
    position: absolute;
    right: 16px;
    top: calc(50% - 20px);
}

.title-form {
    /* width: 100%; */
    height: 24px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    margin-bottom: 8px;
}

.subtitle-form {
    height: 24px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D;
    margin-bottom: 0;
    margin-top: 4px;
    margin-bottom: 32px;
}

.title-extra {
    margin: 8px 0 16px 0;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #4D4D4D;
}

.form-input {
    align-items: center;
    padding: 4px 8px;
    width: 100%;
    height: 32px;
    background: #FCFCFC;
    /* border: 0.5px solid #DDDDDD !important; */
    box-sizing: border-box;
    border-radius: 8px !important;
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    outline: none;
    margin-bottom: 24px;
}

.form-input::placeholder {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

.form-button {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    height: 48px;
    background: var(--colorPrimary);
    border-radius: 8px;
    cursor: pointer;
    margin-top: 8px;
    transition: 0.15s;
    border: none;
}

.form-button::after {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FCFCFC;
    content: "Criar loja";
}

.form-button.disabled {
    background: #E4002B;
}


.form-button.disabled::after {
    content: "Preencha os dados para cadastrar";
}

.form-button:not(.form-button.disabled):hover {
    opacity: 0.8;
}

.cnpj-category {
    display: flex;
}

.cnpj-area {
    width: 100%;
    margin-right: 32px;
}

.zipcode-area {
    width: 248px;
}

.two-fields {
    display: flex;
    justify-content: space-between;
}

.two-fields>div {
    width: 100%;
}

.two-fields>div:first-child {
    margin-right: 32px;
}

.three-fields {
    display: flex;
    align-content: center;
}

.three-fields>div {
    width: 100%;
}

.three-fields>div:first-child {
    margin-right: 20px;
    min-width: 104px;
    max-width: 104px;
}

.three-fields>div:nth-child(2) {
    margin-right: 20px;
}

.type-area {
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.type-area .type-area-title {
    height: 24px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    margin-right: 16px;
    margin-bottom: 8px;
}

.type-area .type-area-title.alerted {
    color: #B00020;
}

.type-area .type-group {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    background: var(--colorPrimaryTen);
    border-radius: 8px;
    margin-top: 4px;
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: var(--colorPrimary);
    width: 100%;
    transition: 0.2s;
    text-align: left;
    padding: 1px 7px 0 7px;
}

.type-area .type-group:hover {
    color: var(--colorPrimary);
}

.type-area .type-group:focus,
.type-area .type-group:active {
    box-shadow: 0px 0px 2px 5px var(--colorPrimaryEffects);
}

.type-area .type-group option {
    background-color: #FFFFFF;
    color: #4D4D4D;
    border: var(--colorPrimary);
}

.type-area .type-group option:hover {
    background-color: var(--colorPrimary) !important;
}

.termos-uso {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: absolute;
    right: 0;
    margin-top: 6px;
    text-decoration: none;
}

.termos-uso p {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--colorPrimary);
    margin-bottom: 0;
    margin-left: 4px;
}

.with-image-buttons {
    margin-left: 14px;
    margin-top: -14px;
}

.with-image-buttons p:nth-child(1) {
    height: 24px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    margin-bottom: 8px;
}

.with-image-buttons p:nth-child(2) {
    height: 16px;
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: var(--colorPrimary);
    margin-bottom: 8px;
}

.with-image-buttons p:nth-child(3) {
    height: 24px;
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    margin-bottom: 8px;
}

.palette-colors {
    display: flex;
    padding: 8px 4px;
    height: 48px;
    background: #F5F5F5;
    border-radius: 8px;
}

.palette-colors .color-area {
    padding: 0 4px;
}

.palette-colors .color-circle {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    transition: 0.10s;
    margin: 0 auto;
}

.palette-colors .color-circle.selected {
    width: 32px;
    height: 32px;
    border: 4px solid #DDDDDD;
    border-radius: 32px;
    transition: 0.10s;
}

.form-error {
    display: flex;
    position: absolute;
    align-items: center;
    background: #fcfcfc;
    z-index: 5;
    margin-top: -24px;
}

.form-error span {
    min-width: 120px;
    height: 16px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #B00020;
}

.moveto-bottom {
    display: none;
    animation: MoveUpDown 1s linear infinite;
}

/* Whitelabel Color Selector */

.whitelabel-color-selector {
    background-color: var(--colorPrimary);
    position: fixed;
    bottom: 0;
    height: 0;
    /* max-height: 640px; */
    width: 100%;
    z-index: 2;
    border-radius: 24px 24px 0 0;
    margin-top: 32px;
    touch-action: none;
}

.whitelabel-color-selector .palette-colors,
.blur-color-div {
    width: 352px;
    height: 264px;
    background: rgba(245, 245, 245, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 24px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-bottom: 24px;
    padding: 16px 16px 24px 16px;
    align-content: space-between;
    opacity: 0;
}

.whitelabel-color-selector .palette-colors {
    z-index: 5;
}

.blur-color-div {
    background: var(--colorPrimary);
}

.color-selector-close {
    height: 16px;
}

.color-selector-title {
    width: 100%;
    height: 32px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #FCFCFC;
    text-align: center;
    margin-bottom: unset;
}

.color-selector-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    position: static;
    width: 100%;
    height: 48px;
    background: #FFF2EB;
    border-radius: 8px;
    margin-bottom: unset;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--colorPrimary);
}

/*Change Slige*/

.change-slide {
    bottom: 0;
    top: unset;
    margin-bottom: 32px;
    cursor: pointer;
}

.change-slide.one circle:nth-child(3),
.change-slide.two circle:nth-child(2) {
    fill: #F0F0F0;
}

.change-slide.one circle:nth-child(2),
.change-slide.two circle:nth-child(3) {
    fill: var(--colorPrimary);
}

/*Creating Project*/

.creating-project {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FCFCFC;
    z-index: 10;
}

.creating-project.gif {
    z-index: 15;
}

.creating-project div {
    text-align: center;
    justify-content: center;
}

.creating-project img {
    width: 128px;
    margin-bottom: 24px;
}

.creating-project p {
    height: 32px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #4D4D4D;
    margin-top: 24px;
    margin-right: 6px;
    white-space: nowrap;
}

.creating-project.finish p {
    margin-right: 0;
}

.creating-project p.finished {
    color: #25A65B;
    margin: unset;
    margin-bottom: 4px;
}

.creating-project p.text {
    height: unset;
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #4D4D4D;
    margin: unset;
}

.creating-project p.mail {
    font-weight: bold;
}

.creating-project span {
    height: 32px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 80px;
    color: #4D4D4D;
    opacity: 0;
}

.creating-project span:nth-child(2) {
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.1s;
    animation: dot 1.3s infinite;
    animation-delay: 0.1s;
}

.creating-project span:nth-child(3) {
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.2s;
    animation: dot 1.3s infinite;
    animation-delay: 0.2s;
}

.creating-project span:nth-child(4) {
    -webkit-animation: dot 1.3s infinite;
    -webkit-animation-delay: 0.3s;
    animation: dot 1.3s infinite;
    animation-delay: 0.3s;
}

.creating-project.finish span {
    display: none;
}

.creating-project input[type="submit"] {
    background: #E4002B;
    border-radius: 8px !important;
    align-items: center;
    display: flex;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FCFCFC;
    justify-content: center;
    height: 40px;
    cursor: pointer;
    border: none !important;
    box-shadow: none !important;
    padding: 0 16px;
}

@-webkit-keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes dot {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*Alert*/

/********** ALERT MESSAGE **********/

.alert-error {
    display: flex;
    align-items: center;
    padding: 16px;
    position: relative;
    width: 100%;
    height: 56px;
    background: #FFF0F2;
    border: 2px solid #B00020;
    box-sizing: border-box;
    border-radius: 8px;
    display: none;
    margin: 8px 0 32px 0;
}

.alert-error svg {
    margin-right: 12px;
}

.alert-error p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.alert-error p form {
    position: absolute;
    right: 0;
}

.alert-error p button {
    color: #0d6efd !important;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    cursor: pointer;
    border: none;
    background: none;
    border-radius: 4px;
}

.alert-error p button::after {
    content: "Redefinir a senha";
}

/********** SMALL ALERT MESSAGE **********/

.small-alert {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    height: 48px;
    position: fixed;
    top: 118px;
    right: 16px;
    border-radius: 8px;
    cursor: pointer;
    z-index: 1000000;
    animation: expandWidth 0.75s linear;
    overflow: hidden;
    max-width: fit-content;
    white-space: nowrap;
    background: #f5e1e1;
    border: 1px solid #a62525;
}

@keyframes expandWidth {
    0% {
        width: 0;
        opacity: 0.2;
    }

    50% {
        width: 50%;
        opacity: 1;
    }

    to {
        width: fit-content;
    }
}

.small-alert p {
    height: 24px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-right: 20px;
    color: #a62525;
    margin-bottom: 0;
}

.small-alert svg * {
    fill: #a62525;
}

/*Footer Info*/

.footer-info {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #4D4D4D;
    margin-top: 104px;
    width: 100%;
    text-align: center;
}

.footer-info a {
    color: #4D4D4D;
    text-decoration: none;
}

.footer-info a:hover {
    color: #4D4D4D;
}

/*Password Field*/

.password-field {
    position: relative;
}

.password-field svg {
    position: absolute;
    right: 12px;
    top: 40px;
    cursor: pointer;
}

.password-field svg.opened path {
    d: path('M10.5 8C10.5 8.66304 10.2366 9.29893 9.76777 9.76777C9.29893 10.2366 8.66304 10.5 8 10.5C7.33696 10.5 6.70107 10.2366 6.23223 9.76777C5.76339 9.29893 5.5 8.66304 5.5 8C5.5 7.33696 5.76339 6.70107 6.23223 6.23223C6.70107 5.76339 7.33696 5.5 8 5.5C8.66304 5.5 9.29893 5.76339 9.76777 6.23223C10.2366 6.70107 10.5 7.33696 10.5 8Z M0 8C0 8 3 2.5 8 2.5C13 2.5 16 8 16 8C16 8 13 13.5 8 13.5C3 13.5 0 8 0 8ZM8 11.5C8.92826 11.5 9.8185 11.1313 10.4749 10.4749C11.1313 9.8185 11.5 8.92826 11.5 8C11.5 7.07174 11.1313 6.1815 10.4749 5.52513C9.8185 4.86875 8.92826 4.5 8 4.5C7.07174 4.5 6.1815 4.86875 5.52513 5.52513C4.86875 6.1815 4.5 7.07174 4.5 8C4.5 8.92826 4.86875 9.8185 5.52513 10.4749C6.1815 11.1313 7.07174 11.5 8 11.5Z');
}

.password-field .subtitle-form {
    /* margin-top: -24px; */
}

/*Dropdown*/

.dropdown-cdp {
    width: 100%;
    cursor: pointer;
    position: relative;
    user-select: none;
    margin-top: 4px;
}

.dropdown-cdp-button {
    display: flex;
    height: 32px;
    align-items: center;
    place-content: space-between;
    border-radius: 8px;
    background: #FFF0F3;
    padding: 0 8px 0 16px;
    transition: 0.2s;
    position: relative;
    flex-direction: unset !important;
}

.dropdown-cdp-button:not(.clicked):not(.selected) {
    animation: category 1.75s infinite;
}

@keyframes category {
    0% {
        box-shadow: 0 0 0 0 rgba(228, 0, 43, 0.25);
    }

    70% {
        box-shadow: 0 0 0 5px rgba(228, 0, 43, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(228, 0, 43, 0);
    }
}

.dropdown-cdp-button:hover {
    box-shadow: 0px 0px 4px 0px rgba(228, 0, 43, 0.25);
}

.dropdown-cdp-button.selected:hover {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
}

.dropdown-cdp-button.clicked {
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid#DDD;
}

.dropdown-cdp-button.clicked,
.dropdown-cdp-button.selected {
    background: #FCFCFC;
    border: 1px solid#DDD;
}

.dropdown-cdp-button span {
    color: #E4002B;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown-cdp-button.clicked span,
.dropdown-cdp-button.selected span {
    color: #4D4D4D;
}

.dropdown-cdp-button.selected span {
    font-weight: 500;
}

.dropdown-cdp-button svg {
    min-width: 24px;
    height: 24px;
    align-self: center;
    margin-left: 8px;
}

.dropdown-cdp-button.clicked svg {
    transform: rotate(180deg);
}

.dropdown-cdp-button.clicked svg path,
.dropdown-cdp-button.selected svg path {
    fill: #4D4D4D !important;
}

.dropdown-cdp-button.error {
    animation: pulse-error 1.5s infinite;
}

@keyframes pulse-error {
    0% {
        box-shadow: 0 0 0 0 rgba(176, 0, 32, 0.4);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(176, 0, 32, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(176, 0, 32, 0);
    }
}

.dropdown-cdp-button.error::after {
    content: "Selecione o segmento";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    color: #c52727;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    background: #f8e8e8;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding-left: 16px;
}

.dropdown-cdp-content {
    display: none;
    position: absolute;
    max-height: 280px;
    border-radius: 12px;
    border: 1px solid#DDD;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    background: #FCFCFC;
    padding: 8px;
    margin-top: 8px;
    z-index: 1000;
    top: 28px;
    width: 100%;
}

.dropdown-cdp-content.show {
    display: block !important;
}

.dropdown-cdp-noresults {
    display: none;
    padding: 40px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    color: #4D4D4D;
    text-align: center;
}

.dropdown-cdp-content .option-cdp {
    display: flex;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #FCFCFC;
    color: #4D4D4D !important;
    font-size: 16px;
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    color: #4D4D4D;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.option-cdp-name {
    display: flex;
}

.dropdown-cdp-content .option-cdp:hover {
    color: #E4002B !important;
    align-self: stretch;
    border-radius: 8px;
    box-shadow: 0px 0px 8px -4px rgba(0, 0, 0, 0.30), 0px 0px 2px 0px rgba(0, 0, 0, 0.25) inset;
}

.dropdown-cdp-content .option-cdp.selected {
    color: #E4002B !important;
    font-weight: 500 !important;
}

.dropdown-cdp-content .option-cdp.selected .svg-cdp-yes {
    display: flex;
}

.dropdown-cdp-content .option-cdp.selected:hover {
    color: #4D4D4D !important;
    border-radius: 8px;
    border: 1px solid #4D4D4D;
    background: #F5F5F5;
    padding: 7px;
}

.dropdown-cdp-content .option-cdp.selected:hover .svg-cdp-no {
    display: block;
}

.dropdown-cdp-content .option-cdp.selected:hover .svg-cdp-yes {
    display: none !important;
}

.dropdown-cdp-content .dropdown-cdp-list {
    display: flex;
    flex-direction: column;
    max-height: 216px;
    align-items: flex-start;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 8px;
}

.dropdown-cdp-content .dropdown-cdp-list::-webkit-scrollbar {
    width: 0;
}

.dropdown-cdp-content .dropdown-cdp-list::-webkit-scrollbar-track {
    background: transparent;
}

.option-cdp-name>div {
    display: flex;
    margin: 0 !important;
    justify-content: center;
}

.svg-cdp-yes,
.svg-cdp-no {
    display: none;
    margin-left: -4px;
}

.dropdown-cdp-search {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    margin-right: 0 !important;
}

.dropdown-cdp-search svg {
    position: absolute;
    right: 8px;
}

.dropdown-cdp-search input[type="text"] {
    display: flex;
    width: 100%;
    height: 48px;
    padding: 0px 8px;
    border: none;
    border-bottom: 1px solid #DDD;
    background: #FCFCFC;
    color: #4D4D4D;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    transition: 0.2s;
}

.dropdown-cdp-search input[type="text"]:focus {
    outline: none;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    .dropdown-cdp-button {
        flex-direction: row !important;
    }

    .dropdown-cdp-content {
        width: 100%;
        max-width: 352px;
        max-height: unset;
    }

    .dropdown-cdp-search {
        align-items: flex-start;
    }

    .dropdown-cdp-search input[type="text"] {
        width: -webkit-fill-available;
    }

    .dropdown-cdp-search svg {
        right: 12px;
        top: 12px;
    }

    .option-cdp-name {
        flex-direction: row !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 800px) and (max-width: 1024px) {
    .dropdown-cdp-button {
        flex-direction: row !important;
    }

    .dropdown-cdp-content {
        width: -webkit-fill-available;
        max-height: unset;
    }

    .dropdown-cdp-search {
        align-items: flex-start;
        margin-bottom: 0 !important;
    }

    .dropdown-cdp-search input[type="text"] {
        width: -webkit-fill-available;
    }

    .dropdown-cdp-search svg {
        right: 0;
        top: 8px;
    }

    .option-cdp-name {
        flex-direction: row !important;
        margin-bottom: 0 !important;
    }
}

/*Responsive*/

@keyframes MoveUpDown {

    0%,
    100% {
        bottom: 0;
    }

    50% {
        bottom: 30px;
    }
}

@media only screen and (max-height: 730px) {
    .whitelabel-subtitle:not(.min) {
        font-size: 16px;
        line-height: 24px;
    }

    .list-plans {
        margin: 12px auto 8px;
    }
}

@media only screen and (max-width: 1680px) {
    :root {
        --widthForm: 800px;
    }

    .whitelabel {
        padding: 0 32px;
    }
}

@media only screen and (max-width: 1550px) {
    :root {
        --widthForm: 720px;
    }

    .whitelabel {
        padding: 0 28px;
    }
}

@media only screen and (max-width: 1480px) {
    .form {
        padding: 64px 55px 72px;
        min-width: 768px;
        max-width: 768px;
    }

    .whitelabel {
        width: calc(100% - 768px);
    }
}

@media only screen and (max-width: 1200px) {
    .whitelabel {
        position: unset;
        height: unset;
        width: 100%;
        align-items: baseline;
        padding-bottom: 40px;
    }

    .whitelabel .logo {
        position: unset;
        margin: 64px auto 32px auto;
    }

    .form {
        position: unset;
        min-width: unset;
        max-width: unset;
        overflow: unset;
        background: #F0F0F0;
        padding: unset;
    }

    .whitelabel-image {
        max-width: 428px;
        padding: 0;
    }

    .area-main {
        background: #FCFCFC;
        padding: 48px 48px 72px;
        max-width: 640px;
        width: 100%;
        border-radius: 24px 24px 0px 0px;
    }

    body.whitelabel-access .whitelabel-image {
        margin-top: 64px;
    }

    .whitelabel-svg {
        display: block;
    }

    .whitelabel-subtitle:not(.min) {
        font-family: 'Inter';
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        color: #1D1D1F;
    }

    .whitelabel-subtitle.description::after {
        content: "Tenha seu site próprio sem taxas, automatize suas vendas, imprima pedidos e fidelize seus clientes.";
    }

    .whitelabel-subtitle.min {
        width: 225px;
    }

    .list-plans {
        margin-top: 16px;
        margin-bottom: 16px;
        flex-direction: column;
    }

    .list-plans-item {
        max-width: 544px;
    }
}

@media only screen and (max-width: 640px) {
    .area-main {
        padding: 32px 32px 80px;
    }

    .whitelabel {
        padding-left: 44px;
        padding-right: 44px;
    }

    .whitelabel .logo {
        margin: 32px auto 56px auto;
        width: 176px;
    }

    .whitelabel-image {
        max-width: 290px;
    }

    .two-fields {
        display: block;
    }

    .three-fields {
        display: block;
    }

    .three-fields>div,
    .zipcode-area {
        width: 100%;
        min-width: unset !important;
        max-width: unset !important;
    }

    .form-button {
        width: 100%;
    }

    .title-extra {
        margin: 32px 0 16px 0;
    }

    .alert-error {
        height: unset;
        min-height: 56px;
    }

    .alert-error p {
        flex-wrap: wrap;
    }

    .alert-error p form {
        position: unset;
    }

    .alert-error p button {
        padding: 0;
    }

    .form-benefits div {
        flex: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .form-subtitle p {
        max-width: 270px;
        margin: 0 auto;
    }

    .whitelabel-integrations {
        overflow: hidden;
        width: 100%;
    }

    .whitelabel-integrations>div {
        display: flex;
        gap: 16px;
        width: max-content;
        animation: none;
    }

    .whitelabel-integrations>div img,
    .whitelabel-integrations>div svg {
        flex-shrink: 0;
    }
}

.form-adress-pill p {
    /* max-width: 320px; */
    margin: 0 auto;
}

/* Container flex */

.form-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* ou 'flex-start' se não quiser espaçar */
    gap: 12px;
    /* espaçamento entre título e subtítulo */
}

.form-title-container .subtitle-form {
    margin: 0;
}