
/* Request Access Modal Styles */
.modal-content {
    border: none;
    border-radius: 10px;
    overflow: hidden;
	background: #fff;
    padding: 20px;
    position: relative;
    width: 100%;
    max-width: 1000px;
    max-height: -webkit-fill-available;
    height: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-lg, .modal-xl {
	max-width: 1000px;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }

    .modal-body {
        padding: 2rem;
        max-width: 800px;
        margin: 0 auto;
    }
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='%23fff' d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.modal-open .modal {
    backdrop-filter: blur(10px);
}


.modal-header {
    height: 0;
    border: none;
    padding: 0;
}

.modal-title {
    color: #2A4082;
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-close {
    background: #2A4082;
    border: 2px solid #2A4082;
    border-radius: 8px;
    padding: 0 1rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    width: 300px;
    height: 40px;
    opacity: 1;
    color: #fff;
}



.modal-main-title {
    color: #2A4082;
    font-family: 'Taviraj', serif;
    font-weight: 500;
    font-size: 3rem;
    margin-bottom: .1rem;
}

.modal-subtitle {
    color: #2A4082;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.form-label {
    color: #2A4082;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 0;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #2A4082;
    box-shadow: 0 0 0 0.2rem rgba(42, 64, 130, 0.25);
}

.client-status-group {
    display: flex;
    gap: 2rem;
}

.form-check-input {
	width: 1.4rem;
    height: 1.4rem;
    margin-top: 0.1rem;
    border-radius: 4px !important;
}

.form-check-input:checked {
    background-color: #2A4082;
    border-color: #2A4082;
}

.form-check-label {
    color: #333;
    font-size: 1rem;
    margin-left: 0.5rem;
}

.btn-submit {
    background: #2A4082;
    border: 2px solid #2A4082;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
	width: 100%;
}

.btn-submit:hover {
    background: #1a2d5a;
    border-color: #1a2d5a;
    transform: translateY(-2px);
}

/* Success Section Styles */
.success-header {
    color: #666;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.success-message {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.success-note {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.success-note a {
    color: #2A4082;
    text-decoration: none;
}

.success-note a:hover {
    text-decoration: underline;
}

.success-signature {
    color: #666;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 2rem;
}

/* Download Modal Styles */
#downloadModal .modal-content {
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    position: relative;
    width: 100%;
    max-width: 600px;
}

#downloadModal .modal-main-title {
    color: #2A4082;
    font-family: 'Taviraj', serif;
    font-weight: 500;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

#downloadModal .modal-subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.download-options-container {
    display: flex;
	flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.download-option-content {
	padding: 0;
    margin: 0;
    position: relative;
    top: 3px;
	min-width: 202px;
}

.download-option-ios,
.download-option-android {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: #fff;
    border: 3px solid #e9ecef;
    border-radius: 16px;
    padding: .5rem 2rem;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    min-height: 80px;
	text-align: left;
	justify-content: center;
}

.download-option-ios:hover,
.download-option-android:hover {
    border-color: #2A4082;
    box-shadow: 0 10px 30px rgba(42, 64, 130, 0.2);
    color: #2A4082;
}

.download-option-icon {
    flex-shrink: 0;
}

.download-option-icon img {
    width: 40px;
    height: 40px;
}

.download-option-content h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
    color: inherit;
}

.download-option-content p {
    font-size: 0.9rem;
    margin: 0;
    color: #666;
}

.download-modal-footer {
    margin-top: 1.5rem;
}

.download-release-link {
    color: #2A4082;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.download-release-link:hover {
    color: #1a2d5a;
}

/* Modal Responsive */
@media (max-width: 768px) {
    .modal-dialog {
        margin: 1rem;
    }
    
    .modal-body {
        padding: 1.5rem;
    }
    
    .modal-main-title {
        font-size: 2rem;
    }
    
    .client-status-group {
        gap: 1rem;
    }
    
    .btn-submit {
        width: 100%;
        padding: 1rem;
    }
    
    /* Download Modal Mobile */
    .download-options-container {
        flex-direction: column;
        gap: 1rem;
    }
    
    .download-option-ios,
    .download-option-android {
        min-height: 80px;
        padding: 1rem;
    }
    
    .download-option-icon img {
        width: 40px;
        height: 40px;
    }
    
    #downloadModal .modal-main-title {
        font-size: 2rem;
    }
}
