	/* DASHOBARD_V3.php File styles*/
            .edvdo-dashboard-set-goal-card{
                display: flex;
                align-items: flex-start;
                gap: 16px;
                padding: 16px 20px;
                border-radius: 14px;
                flex-direction: column;
            }

            .edvdo-dashboard-set-goal-image{
                width: 42px;
                height: 42px;
            }

            .edvdo-dashboard-set-goal-text{
                flex: 1;
            }

            .edvdo-set-goal-btn{
                padding: 10px 22px;
                border-radius: 10px;
                border: none;
                font-size: 14px;
                font-weight: 600;
                background: #4F46E5;
                color: #ffffff;
                cursor: pointer;
            }


		/* DASHOBARD_V3.php File styles*/









    /* SHI Mood Tracking Popup Styles */
    .edvdo_shi_checkin_popup{
        background:#fff;
        border-radius:14px;
        padding:20px;
        display:flex;
        justify-content:space-around;
        align-items:center;
        box-shadow:0 4px 14px rgba(0,0,0,.06);
        min-height:35vh;   
    }

    .edvdo_shi_checkin_popup .left{display:flex;gap:20px;align-items:center;}
    .edvdo_shi_checkin_popup .center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}
    .edvdo_shi_checkin_popup .num{font-size:28px;font-weight:700}
    .edvdo_shi_checkin_popup a{color:#3f4dcb;font-size:13px;font-weight:500;cursor:pointer}
    .edvdo_shi_checkin_popup .mascot img{width:160px;display:block;transform:scaleX(-1)}
    .edvdo_shi_checkin_popup h3{font-weight:700;font-size:25px;line-height:26px;margin:0}
    .edvdo_shi_checkin_popup p{font-size:16px;line-height:25.5px;margin:4px 0 0;color:#374151}


    #edvdo_shi_mood_tracking_popup_wrap{text-align:center;color:#111827;}
    #edvdo_shi_mood_tracking_popup_inner{max-width:640px;margin:0 auto;}
    .edvdo_shi_mood_tracking_popup_row{display:flex;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap;}
    .edvdo_shi_mood_tracking_popup_card{width:112px;height:118px;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px solid transparent;cursor:pointer;}
    #edvdo_shi_mood_tracking_popup_text{width:100%;min-height:96px;border-radius:14px;padding:14px 16px;border:none;background:#f9fafb;font-size:14px;resize:none;outline:none;}
    #edvdo_shi_mood_tracking_popup_submit{width:75%;height:50px;margin-top:26px;border-radius:14px;border:none;background:#a5abeb;color:#fff;cursor:not-allowed;}
    .edvdo_shi_mood_tracking_popup_done{width:75%;height:50px;margin-top:26px;border-radius:14px;border:none;background:#3f4dcb;color:#fff;cursor:pointer;}
    #edvdo_shi_mood_tracking_popup_helper{margin-top:12px;font-size:13px;color:#6b7280;}
    #edvdo_shi_mood_tracking_popup_thank{display:none;max-width:640px;margin:0 auto;}

    #edvdo_shi_checkin_popup_overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9998;}
    #edvdo_shi_checkin_popup_popup{display:none;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;border-radius:18px;min-width:60%;z-index:9999;padding:2vh 1vw 5vh 1vw;overflow:auto;}
    #edvdo_shi_checkin_popup_close{border:none;background:none;font-size:18px;font-weight:600;cursor:pointer;position:absolute;right:10px;top:10px;}
    








    /* Achievements & Reflection Section */
    .edvdo-ach-wrapper.centered { 
        width: 100%; 
      }
      
      
      .edvdo-ach-heading {
        margin: 0;
        font-family: 'EDH3', 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #243246;
      }
      
      
      .edvdo-ach-card.centered-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
      }
      
      
      .edvdo-icon-box {
        width: 72px;
        height: 72px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFF6E3;
        margin-bottom: 12px;
      }
      
      .edvdo-icon-img {
        width: 40px;
        height: 40px;
      }
      
      .edvdo-card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      
      
      .edvdo-badge-label {
        font-family: 'EDP3', 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;      
        color: #6b7280;        
        margin-bottom: 6px;
      }
      
      
      .edvdo-badge-count {
        font-family: 'EDP3', 'Roboto', sans-serif;
        font-size: 34px;
        font-weight: 700;
        line-height: 1.1;
        color: #1f2a44;
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 6px;
      }
      
      .edvdo-earned,
      .edvdo-slash,
      .edvdo-total {
        font-size: 34px;
        font-weight: 700;
      }
      
      
      .edvdo-subtext {
        font-family: 'EDP3', 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #6b7280;
        margin-bottom: 14px;
      }
      
      
      .edvdo-view-btn {
        padding: 8px 22px;
        border-radius: 20px;
        border: 1px solid #5b63ff;
        text-decoration: none;
        font-family: 'EDP3', 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #5b63ff;
        background: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
      }
      
      .edvdo-view-btn:hover,
      .edvdo-view-btn:focus {
        text-decoration: none;
        outline: none;
      }











      .edvdo-weeks-wrapper {
        width: 100%;
    }
       
    .edvdo-weeks-card {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .edvdo-weeks-icon-box {
        width: 72px;
        height: 72px;
        margin: 0 auto 12px;
        border-radius: 14px;
        background: #fde6ef;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .edvdo-weeks-icon-box img {
        width: 38px;
        height: 38px;
    }
    .edvdo-weeks-title {
        font-size: 14px;
        font-weight: 400;
        color: #6b7280;
        margin-bottom: 8px;
    }
    .edvdo-weeks-count {
        font-size: 34px;
        font-weight: 700;
        color: #1f2a44;
        margin-bottom: 8px;
    }
    .edvdo-weeks-subtitle {
        font-size: 14px;
        color: #6b7280;
        margin-bottom: 14px;
    }
    .edvdo-weeks-btn {
        padding: 8px 22px;
        border-radius: 20px;
        border: 1px solid #5b63ff;
        color: #5b63ff;
        font-size: 14px;
        text-decoration: none;
    }









    /* BADGES section in Dashboard */
    .edvdo-badge-strip {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        background: #fff;
        border-radius: 14px;
        padding: 12px 16px;
        box-shadow: 0 1px 4px rgba(0,0,0,.06);
    }

    .edvdo-dashboard-hero-badges {
        display: flex;
        gap: 10px;
        width: 50%;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }

    .edvdo-dashboard-hero-badge {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #f2f4f7;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .edvdo-dashboard-hero-badge img {
        width: 28px;
        height: 28px;
    }

    .edvdo-dashboard-hero-badge.locked img {
        filter: grayscale(100%) opacity(.35);
    }

    .edvdo-dashboard-hero-badge-count {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 25%;
        color: #ff7a00;
    }

    .edvdo-dashboard-hero-user {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 25%;
        justify-content: flex-end;
    }

    .edvdo-dashboard-hero-avatar {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #e8f0ff;
        color: #2563eb;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .edvdo-dashboard-hero-username {
        font-size: 13px;
        font-weight: 600;
        color: #111827;
    }


    .edvdo_shi_checkin_popup .meter-mobile{display: none !important;}


/*///////////////////////////////////////Tab screen starts///////////////////////////////////////*/
    @media screen and (min-width: 481px) and (max-width:1024px){
         

        .edvdo-dashboard-hero-badges {
            width: 100%;
            margin-bottom: 20px;
        }

        .edvdo-dashboard-hero-badge-count {
            width: 50%;
            justify-content: flex-start;
        }
    
        .edvdo-dashboard-hero-user {
            width: 50%;
        }

        .edvdo_shi_checkin_popup{
            flex-wrap: wrap;
            min-height:0;   
            justify-content: center;
        }




        /* Popup Styles */
        #edvdo_shi_mood_tracking_popup_wrap {
            max-width: 90%;
            padding: 24px 20px;
            margin: 0 auto;
        }
        
        #edvdo_shi_mood_tracking_popup_wrap h2 {
            font-size: 20px;
        }
        
        .edvdo_shi_mood_tracking_popup_row {
            display: flex;
            flex-wrap: nowrap;
            gap: 8px;
            margin-bottom: 24px;
            overflow-x: auto;
        }
        
        .edvdo_shi_mood_tracking_popup_card {
            flex: 1;
            min-width: 70px;
            max-width: 90px;
            padding: 12px 8px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-radius: 12px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }
        
        .edvdo_shi_mood_tracking_popup_card img {
            width: 36px !important;
            margin-bottom: 4px !important;
        }
        
        .edvdo_shi_mood_tracking_popup_card span {
            font-size: 12px !important;
        }
        
        #edvdo_shi_mood_tracking_popup_text {
            width: 100%;
            min-height: 80px;
            padding: 12px;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            font-size: 14px;
            resize: vertical;
        }
        
        #edvdo_shi_mood_tracking_popup_submit {
            width: 100%;
            padding: 12px;
            margin-top: 16px;
            border: none;
            border-radius: 8px;
            background: #d1d5db;
            color: white;
            font-size: 15px;
            font-weight: 600;
            cursor: not-allowed;
        }
    }






/*///////////////////////////////////////Mobile screen starts///////////////////////////////////////*/
@media screen and (min-width: 320px) and (max-width:480px){

    .edvdo-dashboard-hero-badges {
        width: 100%;
        margin-bottom: 20px;
    }

    .edvdo-dashboard-hero-badge-count {
        width: 50%;
        justify-content: flex-start;
    }

    .edvdo-dashboard-hero-user {
        width: 50%;
    }

    .edvdo_shi_checkin_popup{
        flex-wrap: wrap;
        min-height: 0;
        overflow: visible;
        justify-content: flex-start;
    }

   
    .edvdo_shi_checkin_popup .meter-desktop{
        display: flex !important;
    }

    
    .edvdo_shi_checkin_popup .meter-mobile{
        display: none !important;
    }

    .edvdo_shi_checkin_popup .left{
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
        
    }







    #edvdo_shi_mood_tracking_popup_wrap {
        max-width: 95%;
        padding: 20px 16px;
        margin: 0 auto;
    }
    
    #edvdo_shi_mood_tracking_popup_wrap h2 {
        font-size: 18px;
        margin-bottom: 4px !important;
    }
    
    #edvdo_shi_mood_tracking_popup_wrap > div:first-of-type {
        font-size: 13px !important;
        margin-bottom: 24px !important;
    }
    
    .edvdo_shi_mood_tracking_popup_row {
        display: flex;
        flex-wrap: nowrap;
        gap: 6px;
        margin-bottom: 20px;
        overflow-x: auto;
        padding-bottom: 4px;
    }
    
    .edvdo_shi_mood_tracking_popup_card {
        flex: 1;
        min-width: 58px;
        max-width: 70px;
        padding: 10px 6px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }
    
    .edvdo_shi_mood_tracking_popup_card img {
        width: 32px !important;
        margin-bottom: 4px !important;
    }
    
    .edvdo_shi_mood_tracking_popup_card span {
        font-size: 11px !important;
        text-align: center;
    }
    
    #edvdo_shi_mood_tracking_popup_text {
        width: 100%;
        min-height: 70px;
        padding: 10px;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        font-size: 13px;
        resize: vertical;
        box-sizing: border-box;
    }
    
    #edvdo_shi_mood_tracking_popup_submit {
        width: 100%;
        padding: 12px;
        margin-top: 14px;
        border: none;
        border-radius: 8px;
        background: #d1d5db;
        color: white;
        font-size: 14px;
        font-weight: 600;
        cursor: not-allowed;
    }
    
    #edvdo_shi_mood_tracking_popup_helper {
        font-size: 12px !important;
        margin-top: 8px;
    }
    
    #edvdo_shi_mood_tracking_popup_thank {
        text-align: center;
    }
    
    #edvdo_shi_mood_tracking_popup_thank h2 {
        font-size: 18px !important;
    }
    
    #edvdo_shi_mood_tracking_popup_thank .edp3 {
        font-size: 13px !important;
    }
    
    .edvdo_shi_mood_tracking_popup_done {
        width: 100%;
        padding: 12px;
        border: none;
        border-radius: 8px;
        background: #6366f1;
        color: white;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
    }

}
