.mtc-apply-container {
    min-height: 100vh;
}

.mtc-welcome-box {
    background: #1e2a4a;
    color: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.mtc-welcome-box h2 {
    color: #d4a84b;
    font-size: 36px;
    margin-bottom: 15px;
}

.mtc-welcome-box p {
    font-size: 16px;
    opacity: 0.9;
}

.mtc-program-preview {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.program-card-mini {
    background: #fafafa;
    padding: 30px;
    text-align: center;
    min-width: 200px;
}

.program-card-mini img {
    max-width: 100px;
    margin-bottom: 15px;
}

.program-card-mini h4 {
    color: #1e2a4a;
    font-size: 14px;
}

.apply-info {
    padding: 30px;
    color: #333;
    flex: 1;
}

.apply-info h3 {
    color: #333;
    margin-bottom: 15px;
}

.apply-info p {
    color: #666;
    margin-bottom: 15px;
}

.apply-info .btn-primary {
    background: #1e2a4a;
    border-color: #1e2a4a;
    padding: 12px 30px;
    border-radius: 25px;
}

.mtc-profile-form {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.profile-header {
    display: flex;
    align-items: center;
    padding: 30px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

.avatar-placeholder {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 30px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    border: 2px dashed #ccc;
}

.user-info h2 {
    color: #333;
    margin-bottom: 5px;
}

.user-info .student-number {
    color: #1e2a4a;
    font-size: 18px;
    margin-bottom: 10px;
}

.user-info .contact-icons span {
    display: inline-block;
    margin-right: 20px;
    color: #1e2a4a;
    font-size: 14px;
}

.user-info .contact-icons i {
    margin-right: 5px;
}

.profile-tabs {
    background: #fff;
    border-bottom: 2px solid #eee;
}

.profile-tabs .nav-link {
    color: #666;
    border: none;
    padding: 15px 20px;
}

.profile-tabs .nav-link.active {
    color: #1e2a4a;
    border-bottom: 3px solid #1e2a4a;
    font-weight: bold;
}

.profile-form-content {
    padding: 30px;
}

.form-section {
    margin-bottom: 30px;
}

.section-header {
    background: #1e2a4a;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.section-header .edit-link {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.form-section label {
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.form-section .form-control,
.form-section .form-select {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 15px;
}

.form-actions {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.form-actions .btn {
    padding: 12px 30px;
}

.application-summary {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.application-summary p {
    margin-bottom: 10px;
}
