html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.bg-dangerlight{
    background:#e4840e
}

.bg-successlight {
    background: #29ed33
}
:root {
    --primary-color: #1a5276;
    --secondary-color: #2980b9;
    --accent-color: #e74c3c;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --success-color: #27ae60;
}

body {
    font-family: 'Noto Sans', sans-serif;
    background-color: #f5f5f5;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

/* Header Styles */
.gec-main-header {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
}

.gec-header-top {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.gec-header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.gec-logo-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gec-gov-logo,
.gec-eci-logo {
    height: 60px;
    width: auto;
}

.gec-logo-text {
    display: flex;
    flex-direction: column;
}

.gec-logo-title {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.gec-logo-subtitle {
    color: var(--dark-color);
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0;
}

.gec-header-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.gec-user-greeting {
    color: var(--dark-color);
    font-weight: 500;
}

.gec-header-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .gec-header-link:hover {
        color: var(--accent-color);
    }

/* Navigation Styles */
.gec-main-nav {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    padding: 0;
}

.gec-navbar-nav {
    width: 100%;
    justify-content: center;
    gap: 10px;
}

.gec-nav-item {
    margin: 0 5px;
}

.gec-nav-link {
    color: white !important;
    font-weight: 500;
    padding: 12px 20px !important;
    border-radius: 4px;
    transition: all 0.3s;
    position: relative;
}

    .gec-nav-link.active,
    .gec-nav-link:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

        .gec-nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 20px;
            right: 20px;
            height: 3px;
            background-color: white;
            border-radius: 3px 3px 0 0;
        }

.gec-dropdown-menu {
    background-color: white;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 4px 4px;
    margin-top: 0;
    padding: 0;
}

.gec-dropdown-item {
    color: var(--dark-color);
    padding: 10px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s;
}

    .gec-dropdown-item:hover {
        background-color: var(--light-color);
        color: var(--primary-color);
    }

/* Main Content */
.gec-main-content {
    flex: 1;
    padding: 30px 0;
    background-color: #fff;
}

.container {
    max-width: 1200px;
}

/* Footer Styles */
.gec-new-footer {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 20px 0;
    text-align: center;
    font-size: 1rem;
    margin-top: auto;
}

.gec-footer-content p {
    margin: 0;
    padding: 5px 0;
}

.gec-header-decoration {
    height: 5px;
    background: linear-gradient(90deg, #1a5276, #2980b9, #e74c3c, #27ae60);
    margin-bottom: -1px;
}

.form-control.is-valid {
    border-color: #28a745;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%2328a745" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M13.485 1.929l-7.07 7.071-3.536-3.535-1.414 1.414 4.95 4.95 8.485-8.485z"/></svg>');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: 1rem 1rem;
    padding-right: 2rem;
}

.form-control.is-invalid {
    border-color: #dc3545;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23dc3545" height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1zm0 1a6 6 0 1 0 0 12A6 6 0 0 0 8 2zm-.707 3.293l1.414 1.414L8.414 8l1.293 1.293-1.414 1.414L7 9.414l-1.293 1.293-1.414-1.414L5.586 8 4.293 6.707l1.414-1.414L7 6.586l1.293-1.293z"/></svg>');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: 1rem 1rem;
    padding-right: 2rem;
}

.step-list {
    list-style: none;
    padding: 0;
    counter-reset: step;
}

    .step-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 1.5rem;
        position: relative;
    }

.step-circle {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e0e0e0;
    color: #000;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1rem;
    position: relative;
}

.step-content {
    flex-grow: 1;
}

.badge {
    margin-left: 0.3rem;
    font-size: 0.8rem;
    padding: 0.3em 0.5em;
}