/**
 * Main CSS TEMPLATE
 */



#nr_ka_meta_adding textarea {
	width: 500px;
	height: 160px;
	text-align: left;
}

#nr_ka_meta_adding{

	width: 500px;
}

#nr_ka_meta_adding input[type="text"],
#nr_ka_meta_adding input[type="number"] {
	width: 100%;
}

#nr_ka_add_schedule{
	padding: 5px 20px;
	cursor: pointer;
}

.nr_ka_ds{
	padding: 5px 20px;
	cursor: pointer;
	background: red;
	color: white;
	border-color: red;
}

.nr_ka_heading{
	font-size: 24px;
	text-align: center;
	border: 2px solid;
	padding: 5px;
	border-style: dashed;
	margin: 30px 0px;
}

.nr_ka_flexdiv{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nr_ka_childdiv{
	width: 99%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 30px;
	margin: 20px auto;
}

.nr_ka_info_div{

}

.nr_ka_info_div p{
	margin: 5px;
}

.nr_ka_plink{
	background:none;
	padding:15px;
}

/*.nr_ka_plink{
	background: black;
	color: white;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	cursor: pointer;
}

.nr_ka_plink:hover{

	background: black;
	color: white;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	cursor: pointer;

}

.nr_ka_plinka{
	color: white;
}*/

.nr_ka_none{
	display: none;
}
.nr_ka_none textarea{
	height: 180px;
}


.nr_ka_flexsdiv{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;
	align-items: center;*/
}

.nr_ka_childs_div{
	width: 45%;
	margin: 10px;
}

a.video-overlay:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.1);
}

.nr_ka_view_lesson{
	background: black;
	color: white;
	text-decoration: none;
	padding: 8px;
	width: 100% !important;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.nr_ka_flexsdiv p{
	margin: 1px;
}
.video-click-overlay {
	background: transparent;
	transition: opacity 0.3s ease;
}


/* Make table full-width and styled nicely */
.wp-list-table.widefat {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ccd0d4;
}

/* Header styling */
.wp-list-table thead th {
    background-color: #f1f1f1;
    color: #333;
    font-weight: bold;
    padding: 12px 10px;
    text-align: left;
    border-bottom: 1px solid #ccd0d4;
}

/* Row styling */
.wp-list-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #e1e1e1;
}

/* Zebra striping from .striped class */
.wp-list-table.striped tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Status colors */
.wp-list-table td {
    color: #333;
}

.wp-list-table td:contains("Not Submitted!") {
    color: red;
}

.wp-list-table td:contains("accept"),
.wp-list-table td:contains("publish") {
    color: green;
    font-weight: bold;
}


/* Custom Contact Form Styles */
.nr-contact-form {
    max-width: 600px;
    margin: 40px auto!important;
    padding: 25px 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nr-form-group {
    margin-bottom: 20px;
}

.nr-form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}

.nr-form-group input,
.nr-form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-size: 15px;
    transition: all 0.3s ease;
}

.nr-form-group input:focus,
.nr-form-group textarea:focus {
    outline: none;
    border-color: #0073aa;
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.1);
}

.nr-form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.nr-form-group button {
    padding: 12px 24px!important;
    font-size: 16px;
    background-color: #0073aa!important;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 1px;
}

.nr-form-group button:hover {
    background-color: #005f8d;
}

.nr-error-message {
    margin-top: 8px;
    font-size: 14px;
    color: #e60000;
}




@media screen and (max-width: 768px) {
	.nr_ka_childs_div{
		width: 100%;
		margin: 2px;
	}
	.nr_ka_flexsdiv p{
		font-size: 13px;
	}
}



