/*
Theme Name: Nokri child
Description: Responsive, Neat & Clean WP Theme.
Author: Scripts Bundle
Theme URI: https://demo.nokriwp.com/
Author URI: http://scriptsbundle.com/
Version: 1.0.0
Template:     nokri
License: Themeforest Split Licence
License URI: https://themeforest.net/user/scriptsbundle/
Text Domain: nokri
Tags: featured-images, sticky-post, translation-ready
*/


/* Tutor profile completion wrapper */
.tutor-profile-wrapper {
    width: 50%;
    margin: 0 auto;
}
.tutor-profile-wrapper 
.select2-container--default 
.select2-selection--single 
.select2-selection__rendered {
    line-height: 5px;
}
/* Card styling */
.tutor-profile-card {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    overflow: hidden;
}

/* Card header */
.tutor-profile-card .card-header {
    padding: 30px;
    background: #f9fafb;
    border-bottom: 1px solid #eee;
}

/* Nepali highlight text */
.tutor-profile-card .nepali-text {
    color: #d9534f;
    font-weight: 600;
}

.dashboard-stats-notice {
    margin-top: 40px; /* adjust as needed */
}

/* Responsive */
@media (max-width: 992px) {
    .tutor-profile-wrapper {
        width: 90%;
    }
}
