/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 22 2026 | 15:44:49 */
/* Form Container */
.custom-form {
    display: flex;
    flex-wrap: wrap;
/*     margin: -10px;
    padding: 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); */
}

/* Columns */
.custom-form > div {
    padding: 10px;
    box-sizing: border-box;
}

/* Desktop */
@media (min-width: 768px) {
    .col-md-6 { width: 50%; }
    .col-md-12 { width: 100%; }
	.col-md-4 {
        width: 33.3333%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .col-md-4, .col-md-6,
    .col-md-12 { width: 100%; }
}

/* Labels */
.custom-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

/* Inputs + Select */
.custom-form input,
.custom-form select,
.custom-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd !important;
    border-radius: 8px;
    background: #f9f9f9;
    font-size: 14px;
    transition: 0.3s;
}

/* Focus */
.custom-form input:focus,
.custom-form select:focus {
    border-color: #4CAF50;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(76,175,80,0.15);
    outline: none;
}

/* Checkbox Group */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Checkbox Label */
.checkbox-group .wpcf7-list-item {
    margin: 0;
}

.checkbox-group label {
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* Checkbox Input */
.checkbox-group input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #4CAF50;
}

/* Submit Button */
.wpcf7-submit {
    width: auto !important;
    background: var( --e-global-color-vamtam_accent_1 ) !important;
    color: #fff !important;
    padding: 14px !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
	text-decoration:none !important;
}

/* Hover */
.wpcf7-submit:hover {
    transform: translateY(-2px);
    background: var( --e-global-color-vamtam_accent_2 ) !important;
}

/* Submit wrapper spacing */
.submit-wrap {
    margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7-checkbox{
	    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}
.wpcf7-list-item{
	margin-left: 0 !important;
}
.wpcf7-list-item label {
	display: flex;
	align-items: center;
	gap: 6px;
}
.wpcf7-list-item label input{
	height: 20px;
    width: 20px;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
	 -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 10px;
    border: 1px solid #ddd;
}

/* Header */
.table thead {
    background: #222;
}
.table th{
	color: #fff;
}
/* Zebra */
.table-striped tbody tr:nth-child(odd) {
    background: #f9f9f9;
}
.text-center td{
	text-align: center;
}

.table-secondary {
	    background-color: #e3e3e3 !important;
}

.cm_seating_exam{}
.seating_table tr th{
	background-color: #000;
}
.elementor-tab-title{
	text-align: center;
}