#lessonSelect{
    font-size: 14px;
}
@media only screen and (max-width:590px) {
    .wd50-div{
        display: inherit!important;
    }
    .w-50{
        width: 100% !important;
    }
    .mailapprovve{
        margin-bottom: 13px;
    }
}
.jcs{
    justify-content: start;
}
.jcs .spsy1-3 {
    font-size: 14px;
}
.seprightic1 h2 {
    font-weight: 400;
    font-size: 15px;
    color: var(--bs-navy);
    margin-top: 12px;
}
.profil-olustur-btn {
    width: 100%;
    display: inline-block;
    padding: 20px 12px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: var(--bs-100);
    color: var(--bs-800);
    border: none;
}
.profil-olustur-btn:hover {
    background-color: var(--bs-700);
    color: var(--bs-white);
    transition: .4s;
}
.w-95{
    width: 95%;
}
:root {
    --primary: #0521C6;
    --primary-light: #375AF8;
    --primary-dark: #081C9E;
    --primary-bg: #E1EAFE;
    --primary-bg-light: #EFF6FE;
    --success: #49A684;
    --warning: #FF9035;
    --danger: #B55B6E;
    --danger-light: #FEE1E4;
    --navy: #00124F;
    --navy-gray: #8D93A5;
    --gray-100: #F5F7FA;
    --gray-200: #E1E4EB;
    --gray-300: #D1D5DF;
    --gray-400: #B4B9C7;
    --white: #FFFFFF;
    --black: #000000;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);
    --border-radius-sm: 8px;
    --border-radius-md: 12px;
    --border-radius-lg: 16px;
    --border-radius-xl: 24px;
    --border-radius-full: 999px;
    --transition: all 0.3s ease;
}

/* Simple Header */
.simple-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    border-bottom: 1px solid rgba(5, 33, 198, 0.1);
    height: 45px;
}

.header-container {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.back-btn {
    background: none;
    border: none;
    color: #0521C6;
    padding: 8px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 500;
}

.back-btn:hover {
    background: rgba(5, 33, 198, 0.1);
}

.back-btn-text {
    display: inline;
}

.progress-container {
    flex: 1;
    height: 6px;
    background: rgba(5, 33, 198, 0.15);
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0521C6 0%, #375AF8 100%);
    border-radius: 3px;
    transition: width 0.5s ease;
}

/* Body padding for fixed header */
body {
    padding-top: 45px;
}

/* Integrated Teacher Guide Design */
.teacher-guide-integrated {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    border-radius: 20px;
    padding: 24px;
    margin-bottom: 25px;
    box-shadow: 0 6px 25px rgba(5, 33, 198, 0.12);
    border: 1px solid rgba(5, 33, 198, 0.15);
}

.integrated-teacher-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(5, 33, 198, 0.1);
}

.teacher-main-avatar {
    position: relative;
    flex-shrink: 0;
}

.teacher-main-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #0521C6;
    box-shadow: 0 4px 15px rgba(5, 33, 198, 0.2);
}

.teacher-online-status {
    position: absolute;
    top: -2px;
    left: -2px;
}

.online-indicator-large {
    width: 20px;
    height: 20px;
    background: #28a745;
    border-radius: 50%;
    border: 3px solid white;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.teacher-main-info {
    flex: 1;
}

.teacher-main-name {
    font-size: 24px;
    font-weight: 700;
    color: #00124F;
    margin: 0 0 10px 0;
}

.teacher-main-name .bi-shield-fill-check {
    color: #0521C6;
    margin-left: 5px;
}

.teacher-main-meta {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.teacher-main-price {
    display: flex;
    align-items: center;
    color: #0521C6;
    font-weight: 500;
    font-size: 16px;
    background: rgba(5, 33, 198, 0.1);
    padding: 6px 12px;
    border-radius: 8px;
}

.teacher-main-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.teacher-main-rating span {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.rating-text {
    font-weight: 500;
}

.rating-highlight {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
    animation: ratingPulse 2s infinite;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
    margin-left: 5px;
}

@keyframes ratingPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.integrated-chat-bubble {
    background: white;
    border-radius: 18px 18px 18px 6px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(5, 33, 198, 0.08);
    border-left: 4px solid #0521C6;
    position: relative;
}

.integrated-chat-bubble::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 8px 0;
    border-color: transparent white transparent transparent;
}

.chat-message {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}

/* Typing Animation */
.typing-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

.typing-cursor {
    display: inline-block;
    background-color: #0521C6;
    width: 2px;
    height: 16px;
    margin-left: 2px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.chat-message.typing-active {
    position: relative;
}

.step-guide {
    display: none;
}

.step-guide.active {
    display: block;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    body {
        padding-top: 45px;
    }

    .header-container {
        padding: 0 15px;
    }

    .back-btn-text {
        display: none;
    }

    /* Teacher Guide Mobile */
    .teacher-guide-integrated {
        padding: 16px;
        margin-bottom: 20px;
        border-radius: 16px;
    }

    .integrated-teacher-header {
        flex-direction: row;
        text-align: left;
        gap: 10px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .teacher-main-avatar img {
        width: 60px;
        height: 60px;
    }

    .online-indicator-large {
        width: 16px;
        height: 16px;
        border-width: 2px;
    }

    .teacher-main-name {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .teacher-main-meta {
        justify-content: flex-start;
        gap: 12px;
        margin-bottom: 4px;
        flex-wrap: wrap;
    }

    .teacher-main-rating {
        font-size: 12px;
        gap: 8px;
    }

    .teacher-main-price {
        font-size: 13px;
        padding: 4px 8px;
    }

    .teacher-main-avatar img {
        width: 70px;
        height: 70px;
    }
}

/* Blue Sidebar Design */
.sepright2 {
    background: linear-gradient(135deg, #0521C6 0%, #1e40af 100%);
    border-radius: 20px;
    padding: 25px;
    color: white;
    box-shadow: 0 8px 32px rgba(5, 33, 198, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

@supports (backdrop-filter: blur(10px)) {
    .sepright2 {
        background: linear-gradient(135deg, rgba(5, 33, 198, 0.8) 0%, rgba(30, 64, 175, 0.8) 100%);
        backdrop-filter: blur(15px);
    }
}

.platform-intro {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.platform-intro h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.platform-intro p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    line-height: 1.4;
}

.platform-stats {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
}

.stat-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.stat-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.stat-icon i {
    font-size: 1.1rem;
    color: #4ade80;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.stat-content {
    flex: 1;
}

.stat-text {
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
}

.stat-highlight {
    font-weight: 700;
    color: #fbbf24;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.success-message {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.success-message p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;
}

/* Responsive Design for Blue Sidebar */
@media (max-width: 1199px) {
    .sepright2 {
        padding: 20px;
    }

    .platform-intro h2 {
        font-size: 1.5rem;
    }

    .stat-item {
        padding: 12px;
    }

    .success-message {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .sepright2 {
        padding: 15px;
        margin-top: 20px;
    }

    .platform-intro {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .platform-stats {
        gap: 12px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .sepright2 {
        padding: 12px;
        border-radius: 15px;
    }

    .platform-intro h2 {
        font-size: 1.25rem;
    }

    .platform-intro p {
        font-size: 0.85rem;
    }

    .stat-item {
        padding: 10px;
    }

    .stat-text {
        font-size: 0.85rem;
    }

    .success-message {
        padding: 12px;
    }

    .success-message p {
        font-size: 1rem;
    }
}

@media (max-width: 992px) {
    .sepright2 {
        display: none; /* Mobil görünümde sağ tarafı gizle */
    }
}
.w-10{
    width: 10%;
}
.w-95{
    width: 95%;
}
