/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1750187353
Updated: 2025-06-17 19:09:13

*/

/* Toggle Switch para acompanhantes */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
    vertical-align: middle;
}

.toggle-switch input {
    display: none;
}

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

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

input:checked + .slider {
    background-color: #2271b1;
}

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

.toggle-label {
    margin-left: 10px;
    vertical-align: middle;
}

/* Layout 2 colunas lado a lado */
.input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.input-group input[type="text"],
.input-group input[type="email"] {
    width: 100%;
    max-width: 100%;
    flex: 1;
    padding: 6px 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Botão X estilizado */
.remove-acompanhante {
    background: #dc3545;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    transition: background 0.3s ease;
}

.remove-acompanhante:hover {
    background: #a72833;
}

/* Botão adicionar */
.btn-adicionar {
    background: #2271b1;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
}

.btn-adicionar:hover {
    background: #1a5d90;
}
/* TABELA - LISTA DE CONVIDADOS - PRIVADO */
.table{
	border: none;
}
.table-thead .table-tr{
	background-color: #B9A144;
	color: #fff;
}
.table-th{
	border: 1px solid rgba(0,0,0,.08)!important;
}
.total-confirmation{
	background-color: red;
}
