/* Estilo para as abas do plugin Vaapt */


/* Estilo global */
body {
    font-family: 'Outfit', 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

/* Cabeçalhos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    color: #111;
}

/* Parágrafos */
p {
    margin-bottom: 1em;
}

/* Links */
a {
    color: #0073e6;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* Listas */
ul, ol {
    margin: 1em 0;
    padding-left: 2em;
}

/* Botões (básico) */
button {
    font-family: inherit;
    font-size: 1em;
    padding: 0.6em 1.2em;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button:hover {
    background-color: #005bb5;
}


.motora-aba-tabs {
    display: inline-table;
}

.motora-aba-tab {
    font-size: 0.9em;
    font-weight: 600;
    color: #ffffff;
    border: none;
    border-bottom: 3px solid transparent; /* Inicialmente transparente */
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    transition: border-color 0.3s ease; /* Adiciona uma transição suave */
}


#horario_funcionamento{
	font-size:14px;
	font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;
	
}

.motora-aba-tab:hover {
    color: #ccc;
    background-color: transparent;
    border-bottom: 3px solid #218838; /* Cor da borda ao passar o mouse */
}

.motora-aba-tab:focus {
    background-color: transparent;
    border-bottom: 3px solid #218838; /* Cor da borda quando focado */
    outline: none;
}

.motora-aba-tab.active {
    border-bottom: 3px solid #218838; /* Cor da borda quando ativo */
    color: #fff; /* Cor do texto */
}



/* Repeater item */
#whatsapp-container .repeater-item,
#telefone-container .repeater-item {
    display: flex;
    padding-bottom: 10px;
}

/* Select */
#whatsapp-container .repeater-item select,
#telefone-container .repeater-item select {
    min-width: 60px;
    max-width: 60px;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: #b3b3b3;
    font-weight: 500;
}

/* Input */
#whatsapp-container .repeater-item input[type="text"],
#telefone-container .repeater-item input[type="text"] {
    min-width: 200px;
    max-width: 250px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

/* Remove button */
#whatsapp-container .repeater-item .whatsapp-remove,
#telefone-container .repeater-item .telefone-remove {
    min-width: 50px;
    max-width: 50px;
    border-style: none;
    color: #939393;
    font-weight: 700;
    cursor: pointer;
    background-color: transparent;
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* Remove button (hover & focus) */
.repeater-item .whatsapp-remove:hover,
.repeater-item .telefone-remove:hover,
.repeater-item .whatsapp-remove:focus,
.repeater-item .telefone-remove:focus {
    color: #fff; /* Vermelho escuro */
    background-color: none;
    outline: none;
}


/* Add button */
#add-whatsapp,
#add-telefone {
    margin-top: 10px;
    background-color: #2FB441; /* Verde normal */
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    transition: background-color 0.3s ease;
}

/* Hover */
#add-whatsapp:hover,
#add-telefone:hover {
    background-color: #219731; /* Verde hover */
}

/* Focus */
#add-whatsapp:focus,
#add-telefone:focus {
    background-color: #219731; /* Verde focus */
    outline: none;
}

.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 25px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4caf50;
}

input:checked + .slider:before {
    transform: translateX(25px);
}

/* Estilos gerais para o formulário */
.form-container {
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.label-secao{
    font-size: 1.4em;
    display: block;
    font-weight: 500;
    color: #666666;
}

.descricao-secao {
    font-size: 0.9em;
    font-weight: 500;
    color: #666666;
    padding-bottom: 25px;
}
    
.form-col {
    box-sizing: border-box;
    padding: 0 10px; /* Espaçamento lateral */
    margin-bottom: 10px; /* Espaçamento inferior entre os campos */
}

.form-col input[type=file]{
	background-color:#1c1c1c;
	color:#ffffff;
	
}

#form-banners .form-col input[type=file]{
	margin-top:10px;
	margin-bottom:50px;
	
}
/* Copy link */
#form-marketing div .btn-copy-link{
	background-color:#218838;
	color:#ffffff;
	font-weight:600;
}
/* Copy link */
#form-marketing div .btn-copy-link:hover{
	background-color:#17752C;
	color:#ffffff;
	font-weight:600;
}

/* Open coupon modal */
#open-coupon-modal{
	border-style:solid;
	background-color:transparent;
	border-color:#ffffff;
	border-width:2px;
	border-radius:100px;
	color:#ffffff;
}

#coupon-modal div .titulo-popup{
	text-align:center;
	color:#d6d6d6;
	font-weight:600;
	font-size:26px;
	padding-bottom:25px;
	
}

.form-col input,
.form-col textarea,
.form-col select,
.form-col button {
    width: 100%;
    padding: 10px;
    border: 0px solid #000000!important;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 0.8em;
    box-sizing: border-box;
}

.form-col label {
    font-size: 0.8em;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    color: #b3b3b3;
}

.form-col small {
    display: block;
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

/* Estado padrão */
button[type="submit"] {
    background-color: transparent;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 8px 36px;
    cursor: pointer;
    border: 2px solid #fff!important; /* Borda branca */
    border-radius: 50px;
    font-size: 0.9em;
    font-weight: 600;
    float: right;
    width: auto;
    transition: all 0.3s ease; /* Transição suave para mudanças de estado */
}

/* Estado hover */
button[type="submit"]:hover {
    background-color: transparent; /* Verde */
    color: #ccc;
    transform: translateY(-3px); /* Efeito de subir */
    border: 2px solid #fff; /* Garantir que a borda permaneça branca */
}

/* Estado focus */
button[type="submit"]:focus {
    outline: none;
    background-color: transparent;
    border: 2px solid #fff; /* Garantir borda branca no foco */
}


/*seletor de cor*/

/* Aplica a todos os campos de cor */
input[type="color"] {
    border: 0px;
    width: 50%;
    height: 45px;
    cursor: pointer;
    padding: 0px;
    background-color: transparent;
}

.form-col {
    box-sizing: border-box;
    padding: 0px 10px; /* Espaçamento lateral */
    margin-bottom: 10px; /* Espaçamento inferior entre os campos */
}

/* Colunas responsivas */
.col-1 { flex: 0 0 8.33%; max-width: 8.33%; }
.col-2 { flex: 0 0 16.66%; max-width: 16.66%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.33%; max-width: 33.33%; }
.col-5 { flex: 0 0 41.66%; max-width: 41.66%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.33%; max-width: 58.33%; }
.col-8 { flex: 0 0 66.66%; max-width: 66.66%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.33%; max-width: 83.33%; }
.col-11 { flex: 0 0 91.66%; max-width: 91.66%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

/* Responsividade */
@media (max-width: 768px) {
    .form-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}



.tooltip {
    cursor: pointer;
    color: #0073aa;
    margin-left: 5px;
    display: inline-block;
    position: relative;
}

.tooltip::after {
    content: attr(title);
    position: absolute;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    display: none;
    z-index: 1000;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
}

.tooltip:hover::after {
    display: block;
}

.tooltip-icon {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
}

/*radio de imagem*/
/* Grupo de imagens com botões de rádio */
.radio-image-group {
    display: flex;
    gap: 1rem;
    padding-top: 10px;
}

/* Cada opção de imagem */
.radio-image-label {
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

/* Estilo para as imagens */
.radio-image-label img {
    width: 100px;
    height: 100px;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}

/* Esconde os botões de rádio padrão */
.radio-image-label input[type="radio"] {
    display: none;
}

/* Estilo para a imagem selecionada */
.radio-image-label input[type="radio"]:checked + img {
    border-color: #0073aa;
    transform: scale(1.05); /* Pequeno aumento para destacar a imagem */
}

.label-select-img {
    color: #ccc;
    font-size: 0.9em;
    font-weight: 500;
    padding-top: 10px;
}


/* Breadcrump */

.breadcrumb {
    font-size: 0.9em;
    color: #ccc;
    display: flex;
    align-items: center;
}

.breadcrumb a {
    color: #ccc;
    text-decoration: none;
    margin: 0 5px;
}

.breadcrumb a:hover {
    color: #fff;
    text-decoration: none; /* Remove o sublinhado ao passar o mouse */
}

.breadcrumb span {
    color: #aaaaaa;
    margin: 0 5px;
}

.breadcrumb .elementor-icon-list-icon {
    display: inline-flex;
    align-items: center;
}

/* aba marketing */

.btn-copy-link {
    max-width: 90px;
    padding: 6px 12px;
    background-color: green;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-copy-link:hover {
    background-color: #218838;
}

input[readonly] {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 5px;
    box-sizing: border-box;
}