table.ccl-family-transactions {
	border: 1px solid black;
    border-collapse: collapse;
    font-size: 100%;
}

/* table.ccl-family-transactions tr:nth-child(even){background-color: #f2f2f2;} */

table.ccl-family-transactions tr.total-due {
  background-color: #f1f1f1;
}

table.ccl-family-transactions td {
	border: 1px solid black;
	padding: 1px 4px;
 }
 
 table.ccl-family-transactions td.ccl-amount {
	align: "right";
 }

 td.account.transaction-title {
	font-size: smaller;
 }
 .custom-select {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px 12px;
	font-size: 18px;
	cursor: pointer;
	appearance: none; /* To hide default arrow */
  }
  
  .custom-select option {
	background-color: #f5f5f5;
	padding: 8px;
	color: #333;
  }
  
  .custom-select option:hover {
	background-color: #eee;
  }
  
  .custom-select::after { /* Custom arrow styling */
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	border: 5px solid #ccc;
	border-width: 0 5px 5px 0;
  }

  .course-student {
	margin: 20px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
  }

.student-extra-info {
    color: #999999;
    font-size: 70%;
}

.student-name-col {
	min-width: 300px;
}

.add-student {
	vertical-align: bottom;
}

/**
 * responsive form
 */

 /* Style inputs, select elements and textareas */
 input[type=text], input[type=number], select, textarea{
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
  }
  
 /* Style inputs, select elements and textareas */
 input[type=date], input[type=number], select, textarea{
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	resize: vertical;
  }
 
  /* Style the label to display next to the inputs */
  label {
	padding: 6px 12px 12px 0;
	display: inline-block;
  }
  
  /* Style the submit button */
  input[type=submit] {
	background-color: #04AA6D;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	float: right;
  }
  
  /* Style the container */
  .container {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
  }
  
  .course-registration.container {
	padding: 10px 20px;
  }
  /* Floating column for labels: 25% width */
  .col-25 {
	float: left;
	width: 25%;
	margin-top: 6px;
  }
  
  /* Floating column for inputs: 75% width */
  .col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  .row.course-student {
	margin-top: 3px;
  }

  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
	.col-25, .col-75, input[type=submit] {
	  width: 100%;
	  margin-top: 0;
	}
  } 

  ul.account-students li.student {
	margin: 10px 2em 5px;
  }

  .pod-date {
	/* font-size: 60%; */
	font-weight: bold;
  }

  a.pod-register {
	color: #0000ff;
  }

  li.pod-date-past {
	color: #cccccc !important;
  }

/* Styling each class item (date, time, location, etc.) */
.course-extra-info {
    margin-bottom: 5px;
    font-size: 16px;
}

/* Bold the labels (Date, Time, etc.) */
.course-extra-info strong {
    font-weight: bold;
    color: #555;
}

/* Style for the actual class data */
.course-extra-info span {
    display: block;
    font-size: 14px;
    color: #444;
    margin-top: 2px;
}

div.registrations-cart {
	background-color: #04AA6D;
	margin: 10px 3px;
}

div.checkout.transaction-title {
	font-size: 120%;
	font-weight: bold;
}
div.checkout span {
	margin: 10px 20px;
}

span.course-close {
	background-color: #ff0000;
}

/*
 */

 input.wp-element-button {
    background-color: aqua;
 }

 .primary-btn {
    background-color: #007bff;
    color: white;
    padding: 6px 12px;
    border: 1px solid #007bff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
}

.primary-btn:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.primary-btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
    outline: none;
}

button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor: not-allowed;
}


/** my account */

/*
 Theme Name: Twenty Twenty-Four Child
 Template: twentytwentyfour
 Version: 1.0
*/

/*
 Theme Name: Twenty Twenty-Four Child
 Template: twentytwentyfour
 Version: 1.0
*/

.custom-account-container {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1600px;
    width: 100%;
    margin: 20px auto;
    gap: 30px;
    box-sizing: border-box;
}

.custom-account-menu {
    flex: 0 0 300px;
    background: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
}

.custom-account-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-account-menu li {
    margin-bottom: 10px;
}

.custom-account-menu a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px;
    border-radius: 4px;
}

.custom-account-menu li.active a {
    background: #0073aa;
    color: white;
}

.custom-account-content {
    flex: 1;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
}


/* Form Styling */
.profile-form p {
    margin-bottom: 15px;
}

.profile-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.profile-form input[type="text"] {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.profile-form input[type="submit"] {
    background: #0073aa;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.profile-form input[type="submit"]:hover {
    background: #005d8a;
}

.success {
    color: #155724;
    background: #d4edda;
    padding: 10px;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
}


div.ccl_checkout.ccl_registration_item {
  border: 1px solid #555;
  margin: 12px 0px;
  padding: 10px;
}

div.ccl-pod.ccl-pod-status-OK {
  border: 1px solid #04AA6D;
  margin-top: 5px;
  padding: 5px;
  font-size: 80%;
  border-radius: 14px;
}

div.ccl-pod.ccl-pod-status-Absent {
  border: 1px solid #aa040a;
  padding: 5px;
  margin-top: 5px;
  font-size: 80%;
  border-radius: 14px;
}

.ccl-pod-absent {
	color: #d63638;
	font-weight: 600;
}

div.ccl-pod.ccl-pod-status-Expired {
  border: 1px solid #ddd;
  padding: 5px;
  margin-top: 5px;
  font-size: 80%;
  border-radius: 14px;
}

div.course-info {
  margin-top: 8px;
}

textarea.terms-conditions {
  margin-top: 10px;
  overflow-y: scroll;
}

div.registration-notes {
  color:#555;
  font-size: 80%;
}

div.error {
  color:#ff0000;
  font-size: 130%;
  font-weight: bold;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

.badge-warning[href] {
  background-color: #c67605;
}

#ccl-cart-count {
  font-size: 10px;
  background: #00ff00;
  color: #000;
  vertical-align: top;
  margin-left: -10px;
}

span.transaction-title {
  font-size: 120% !important;
}
div.transaction-info {
  color: #aaa;
}

div.balances div.transaction {
  margin: 14px 0px;
}

div.total-due {
  font-weight: bold;
  padding-top: 15px;
  color: #e00;
}

span.total-due {
  font-weight: bold;
  color: #e00;
}

span.course-title {
  font-weight: bold;
  color: green;
}

button.course-withdraw-btn {
  margin-left: 10px;
}

div.ccl-ur-custom-dashboard-box {
  text-align: left;
}

a.ccl-faq {
  font-weight: bold;
  color: #e00;
}

div.pod-list-item {
  margin-top: 1ex;
}
/* form modal for POD submit */
#form-popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-content {
  background: white;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
  font-family: sans-serif;
}

/* Spinner */
.spinner {
  margin: 20px auto 0;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #0073aa;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

li.registration.status-withdraw { color: #444;   text-decoration: line-through; }