/*
Theme Name: Kinco
Theme URI: http://kinco.casethemes.net/
Author: Case-Themes
Author URI: https://themeforest.net/user/case-themes/
Description: Kinco is a Day Care & Kindergarten WordPress Theme with a modern design layout. Kinco focused on preschool and daycare institutions, children groups, playschools, kindergartens, and kids stores. It has all the needed functionality for a kindergarten or a daycare website, as well as for a children’s goods store or child care blog. Kinco is easily customizable, fully responsive, and support all modern browser and device.
Version: 1.0.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: kinco
Tags: babycare, business, childcare center, children, daycare, education, kids, kids school, kindergarten, nursery, preschool
*/

/* Common Upload Field Wrapper */
#admission-upload {
    margin-bottom: 20px;
}

/* Upload Label */
#admission-upload .upload-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1a1a1a;
}

/* File Input */
#admission-upload input[type="file"] {
    width: 100%;
    padding: 10px;
    border: 1px dashed #cccccc;
    border-radius: 6px;
    background: #fafafa;
    cursor: pointer;
    font-size: 13px;
}

/* Hover Effect */
#admission-upload input[type="file"]:hover {
    border-color: #1e73be; /* school primary color */
    background: #f0f8ff;
}

/* Required Field Asterisk */
#admission-upload input[type="file"]:required + span::after {
    content: " *";
    color: red;
}

.floating-label {
    position: relative;
}
.floating-label span {
    position: absolute;
    top: -8px;
left: 0px;
    background: #fff;
    font-size: 12px;
    padding: 0 5px;
}
.pxl-item--readmore {
    display: none !important;
}
.pxl-grid-item .item--title a {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
}
/* Mobile Friendly */
@media (max-width: 768px) {
    #admission-upload input[type="file"] {
        font-size: 12px;
        padding: 8px;
    }
}

.dob-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.dob-label p {
  font-size: 13px;
}

.dob-label {
    
    font-size: 14px;
    white-space: nowrap;
	text-align: left;
	color:#696878;
	font-family: "Salsa", sans-serif;
}

.dob-field {
    flex: 3;
}

/* Ensure CF7 date field fits */
.dob-field input[type="date"] {
    width: 100%;
}
