.elementor-2496 .elementor-element.elementor-element-d4e2c6a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2496 .elementor-element.elementor-element-0ff7060{text-align:left;}.elementor-2496 .elementor-element.elementor-element-0ff7060 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:600;color:var( --e-global-color-text );}.elementor-2496 .elementor-element.elementor-element-71f1ffc{--grid-side-margin:12px;--grid-column-gap:12px;--grid-row-gap:10px;--grid-bottom-margin:10px;}.elementor-2496 .elementor-element.elementor-element-71f1ffc .elementor-share-btn{font-size:calc(1.1px * 10);}.elementor-2496 .elementor-element.elementor-element-c8f0529{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}#elementor-popup-modal-2496{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2496 .dialog-message{width:520px;height:210px;align-items:flex-start;}#elementor-popup-modal-2496 .dialog-close-button{display:flex;top:4%;font-size:20px;}#elementor-popup-modal-2496 .dialog-widget-content{border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}body:not(.rtl) #elementor-popup-modal-2496 .dialog-close-button{right:3%;}body.rtl #elementor-popup-modal-2496 .dialog-close-button{left:3%;}@media(min-width:2400px){#elementor-popup-modal-2496 .dialog-message{width:1000px;height:252px;}}@media(max-width:754px){ .elementor-2496 .elementor-element.elementor-element-71f1ffc{--grid-side-margin:12px;--grid-column-gap:12px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:750px){ .elementor-2496 .elementor-element.elementor-element-71f1ffc{--grid-side-margin:12px;--grid-column-gap:12px;--grid-row-gap:10px;--grid-bottom-margin:10px;}#elementor-popup-modal-2496 .dialog-message{width:390px;}}/* Start custom CSS */.copy-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 350px;
    height: 50px;
    padding: 5px; /* Ajuste para espaço interno */
    box-sizing: border-box; /* Inclui padding e borda na largura total */
}

input {
    flex: 1;
    height: 100%;
    padding: 10px;
    font-size: 16px;
    margin-right: 10px; /* Espaço entre o campo e o botão */
    box-sizing: border-box; /* Inclui padding e borda na largura total */
}

button {
    height: 100%;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white; /* Fundo branco para o botão */
    border: 1px solid #ccc; /* Borda para o botão */
    color: black; /* Cor do texto e do ícone */
}

button:hover {
    background-color: #f0f0f0; /* Cor de fundo ao passar o mouse */
}

button:active, button:focus {
    background-color: white !important; /* Mantenha a cor de fundo branca */
    border: 1px solid #ccc;  /* Mantenha a borda original */
    color: black;            /* Mantenha a cor do texto */
    outline: none;           /* Remove o contorno de foco */
}

button i {
    color: black; /* Ícone preto */
}

.success-message {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(173, 216, 230, 1);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 1000;
    display: none;
    color: black; /* Alteração para preto e branco */
}/* End custom CSS */