* {
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #fff;
    margin: 30px;
}
.overview-item {
    background-color: #f8f9fa;
    border-radius: 8px;
}
.overview-value {
    color: #1a47b8;
    font-size: 1.5rem;
}
.payment-method {
    border: 1px solid #dee2e6;
    border-radius: 8px;
}
.btn-submit {
    font-weight: 500;
    background: linear-gradient(to right, #2553FC, #0D1A48);
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    width: 200px;
    transition: opacity 0.3s;
    font-family: 'Poppins', sans-serif;
}
 .login-wrapper {
            display: flex;
            height: 100vh;
            width: 100%;
            overflow: hidden;
        }
        .login-content {
            width: 40%;
            max-width: 500px;
            padding: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: white;
            overflow-y: auto;
        }
        .login-background {
            width: 100%;
            background-image: url('./images/bannerlogin.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .logo {
            max-width: 200px;
            margin-bottom: 30px;
            align-self: center;
        }
        .btn-submit {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 5px;
        }
        .btn-submit:hover {
            background-color: #0056b3;
        }

        /* Responsive Adjustments */
        @media (max-width: 1024px) {
            .login-wrapper {
                flex-direction: column;
            }
            .login-content, .login-background {
                width: 100%;
                height: 50%;
            }
            .login-content {
                order: 2;
                padding: 20px;
                justify-content: flex-start;
            }
            .login-background {
                order: 1;
            }
        }

        @media (max-width: 768px) {
            .login-background {
                display: none; /* Hide background on mobile */
            }
            .login-content {
                width: 100%;
                max-width: 100%;
                height: 100%;
                padding: 20px 30px;
                justify-content: center;
            }
        }

        @media (max-height: 600px) {
            .login-wrapper {
                overflow-y: auto;
            }
            .login-content {
                height: auto;
                min-height: 100%;
            }
        }
.btn-submit:hover {
    background-color: #153a94;
}

#changeCard {
    display: none;
    margin-top: 1rem;
}

.form-control:disabled {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.social-login {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 8px 16px;
    text-decoration: none;
    color: #333;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.login-container {
    max-width: 400px;
    margin: 40px auto;
    padding: 20px;
}
.divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}
.divider::before,
.divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background-color: #dee2e6;
}
.divider::before {
    left: 0;
}
.divider::after {
    right: 0;
}

.service-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s;
}
.service-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.service-icon {
    height: 48px;
    margin-bottom: 10px;
}
.vinculo-tag {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 8px;
}
.ad-preview {
    width: 400px;
    background: white;
    border-radius: 12px;
    padding: 20px;
}
.account-row {
    background: white;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.account-row:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.brand-button {
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
}
.tag {
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 14px;
    margin-right: 8px;
}
.box-personalizado{
    box-shadow: 0 0px 16px rgba(0,0,0,0.05);
    border-radius: 12px;
}

/*CSS para página google-ads-dashboards */

.header {
    padding: 1rem 0;
    border-bottom: 1px solid #e0e0e0;
}
.graph-container {
    height: 300px;
    background: #fff;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
}
.metrics-legend {
    display: flex;
    gap: 1rem;
    margin: 1rem 0;
}
.metric-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.metric-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.table th {
    font-weight: 500;
    color: #666;
}
.status-toggle {
    width: 48px;
    height: 24px;
}
.filter-select {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0.5rem;
    background: white;
}

/*relatórios google ads*/

.performance-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.metric-card {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.metric-value {
    font-size: 24px;
    font-weight: 600;
    margin: 8px 0;
}
.metric-description {
    color: #666;
    font-size: 14px;
}
.graph-container {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    height: 300px;
}
.suggestion-card {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-left: 4px solid #3f51b5;
}
.metric-icon {
    color: #6366f1;
    transform: rotate(-45deg);
    margin-right: 8px;
}

.plan-selector {
    max-width: 350px;
    margin: 2rem auto;
    padding: 2rem;
}
.plan-price {
    font-size: 24px;
    font-weight: bold;
    color: #0d6efd;
    margin: 1rem 0;
}
.plan-details {
    color: #6c757d;
    font-size: 14px;
}

        /* Custom styles to match the image */
        .navbar {
            padding: 15px 20px;
            background-color: white;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }
        .navbar-brand {
            font-weight: bold;
            color: #0d47a1 !important;
            font-size: 22px;
        }
        .sign-out-link {
            color: #333;
            text-decoration: none;
        }
   