/*
Theme Name: Proposta Automática
Theme URI: https://propostaautomatica.com
Template: hello-elementor
Description: Tema proposta automática
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.17257686871
Updated: 2024-09-08 04:11:27

*/




.wrap.proposta-automatica {
            background-color: #000;
            color: white;
            text-align: center;
            padding: 40px;
        }

        .p-info-links div {
            display: inline-block;
            margin: 10px;
            color: #fff;
        }

        .informacoes-link {
            display: flex;
            justify-content: space-around;
            margin: 10px 0;
        }

        .botes-do-link button {
            margin: 0 5px;
            background: none;
            border: none;
            cursor: pointer;
            color: white;
        }

        .icone-copiar, .icone-deletar {
            width: 24px;
            height: 24px;
        }

        #configuracoesForm label {
    color: white;
    font-size: 18px;
}

.secao-token button {
    background-color: white !important;
    border: none !important;
    color: black !important;
    width: 100%;
    padding: 10px;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}

.deletar-tudo {
    background-color: white !important;
    border: none !important;
    color: black !important;
    width: 50%;
    padding: 10px;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
}

.secao-token {
    margin-bottom: 15px;
}


#linksGerados {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    column-gap: 20px !important;
    gap: 12px;
    margin-bottom: 20px;
    height: 215px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 6px;
}


.size-6 {
    width: 30px;
    height: 18px;
}
    
    
    .icone-copiar, .icone-deletar {
    color: #fff;
    cursor: pointer;
}
    
#linksGerados li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ffffff47;
    border-radius: 10px;
    padding: 10px;
}   

.informacoes-link  {
    color: white;
    width: 75%;
    text-align: left;
    font-size: 18px;
    overflow: hidden;
}

.botes-do-link {
    width: 25%;
}

.botes-do-link button {
    border: 1px solid white;
    padding: 0px;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    padding-top: 5px;
}


.botes-do-link button:hover {
    background-color: white;
}

.botes-do-link button:hover svg {
    color: black;
}


#configuracoesForm {
    text-align: center;
}



#linksGerados::-webkit-scrollbar{
    width: 0.2vw;
    background: #F9F2F4;
    border-radius: 30px;
}
#linksGerados::-webkit-scrollbar-thumb{
    background: #fbbe00;
    border-radius: 30px;
}


@media(max-width: 767px){
.botes-do-link button {
    height: 30px;
    width: 30px;
}

.deletar-tudo {
width: 80%;
}


}


.p-info-links, .informacoes-link {
    display: flex;
    flex-direction: row;
}

.p-info-links p {
    color: white;
    text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0px;
    margin-top: -5px;
    margin-bottom: 5px;
}

.p-info-links div {
    width: 42%;
    text-align: left;
}

.p-info-links svg {
    color: #fff;
}

.informacoes-link div {
    width: 55%;
}

.clicks-cliente {
    text-align: center;
}

#configuracoesForm > div.p-info-links > div:nth-child(2) {
    width: 20% !important;
    text-align: center !important;
}

#configuracoesForm > div.p-info-links > div:nth-child(3) {
    width: 10% !important;
    text-align: center !important;
}

#configuracoesForm > div.p-info-links > div:nth-child(2) > p {
    text-align: center;
}

#configuracoesForm > div.p-info-links > div:nth-child(1) > svg {
    margin-left: 10px !important;
}

.data-link {
    width: 33% !important;
}

.clicks-cliente {
width: 10% !important;
}