@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lalezar&display=swap');

html {
	margin: 0;
}

body {
	margin: 0;
    font-family: 'Roboto', sans-serif !important;
}

.page-content {
    max-width: 1050px;
}

.header-content {
    background-image: linear-gradient(
		to bottom,
		#004dd1,
		#004dd1
	);
    width: 100%;
    padding: 13px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer-divider {
    width: 100%;
    height: 1px;
    background-color: #d1d5db;
}

.modal-overlay {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}

.modal-overlay.show {
    opacity: 1;
    visibility: visible;
    display: flex;
}

.modal-content {
    background: white;
    padding: 30px 30px;
    border-radius: 8px;
    text-align: center;
    width: 90% !important;
    max-width: 950px !important;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.5s;
}

.modal-overlay.show .modal-content {
    transform: scale(1);
}

.close-icon {
    position: absolute;
    top: 8px;
    right: 20px;
    font-size: 1.8rem;
    cursor: pointer;
}

.faq-question {
    border: 2px solid rgb(212, 212, 212);
    border-radius: 5px;
    padding: 10px;
}

.faq-description {
    transition: height 0.3s ease;
}

.faq-modal-icon {
    color: #a8bcff;
}

.faq-modal-icon:hover {
    color: white !important;
}

.faq {
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
    font-weight: bold;
}

.page {
    max-width: 620px;
    width: 90%;
    text-align: justify;
}

.page-title {
    line-height: 35px;
	font-family: "Lalezar", system-ui;
	font-weight: 400;
	font-style: normal;
    color: #000000;
    text-align: left;
    font-size: 2rem;
}

.page-text-small {
    font-size: 0.9rem;
}

.small-intro-text {
    color: rgb(145, 145, 145);
    font-size: 0.75rem;
    margin-left: 15px;
    margin-top: 20px;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24
}

@media (max-width: 768px) {
    .participant-title {
        font-size: 1.8rem !important;
    }
    .material-symbols-outlined {
        font-size: 2.4rem !important;
    }
    .instruction-text {
        font-size: 1.15rem !important;
    }
    .name-input,
    .email-input,
    .custom-dropdown {
        width: 100% !important;
        max-width: none !important;
    }
}

.form-error {
    font-weight: bold; 
    font-size: 0.95rem; 
    color: rgb(206, 8, 8); 
    padding-top: 12px;
}

.custom-dropdown.active .dropdown-options {
    display: block; 
}

.selected.selected-state {
    color: black; 
}

.option {
    padding: 10px;
    font-size: 1.05rem;
    cursor: pointer;
    color: #333;
}

.option:hover {
    background-color: #f1f1f1;
}

.dropdown-options {
    margin-top: 5px;
    display: none; 
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    max-height: 200px; 
    overflow-y: auto; 
    z-index: 1;
}

.selected {
    text-align: left;
    max-width: 500px;
    border: 2px solid #ac8101;
    border-radius: 10px;
    outline: none;
    color: gray;
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 12px;
    cursor: pointer;
}

.name-input {
    width: 80%;
    max-width: 500px;
    border: 2px solid #ac8101;
    border-radius: 10px;
    outline: none;
    color: black;
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 12px;
    cursor: pointer;
}

.state-input {
    width: 80%;
    max-width: 500px;
    border: 2px solid #ac8101;
    border-radius: 10px;
    outline: none;
    color: black;
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 8px;
}

input[type="radio"] {
    accent-color: #ac8101; 
    cursor: pointer;
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 80%;
}

.email-input {
    width: 80%;
    max-width: 500px;
    border: 2px solid #ac8101;
    border-radius: 10px;
    outline: none;
    color: black;
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 12px;
    cursor: pointer;
}

.confirm-button {
    width: 100%;
    max-width: 500px;
    background: linear-gradient(45deg, #0043b6, #0d66ff);
    border: 2px solid white;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.45);
    cursor: pointer;
}

.confirm-button:hover {
    background: #0043b6;
    color: white;
}

.footer-page-link {
    color: rgb(49, 49, 49);
    font-weight: bold !important;
    text-decoration: none !important;
}

.footer-page-link:hover {
    color: black;
}

.footer-content {
    font-size: 0.85rem;
}

.footer {
    width: 100%;
}

.links-image {
    width: 10%;
    max-width: 35px;
    height: auto;
}

.links-image-text {
    font-size: 1rem;
    font-weight: bold;
    color: #595959;
}

.links {
    font-size: 0.9rem;
    color: inherit !important;
    text-decoration: none !important;
}

.links:hover {
    font-weight: bold;
}

.trade-names {
    font-size: 0.75rem;
    color: rgb(151, 151, 151);
    width: 95%;
    max-width: 500px;
}