.small{ font-size:13px; color:#ff0000;}
.noSidebar .textMain {
    padding-top: 20px;
}
.form-container{
	margin: 25px auto 60px auto;
}
#openPhoto,#openCV{
	background: #0167a4;
    padding: 5px 8px;
    border-radius: 5px;
    color: #fff; 
	text-decoration: none;
}
.form-container {
	max-width: 100%;
}
.page4.student, .page4.provider {
    display: none;
}
.error{
	font-size:14px;
    color:#d30c0c;
}
.payment-summary {
    border: 1px solid #ccc;
    background: #f9fafc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    max-width: 600px;
}

.summary-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 14px;
    color: #003366;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 6px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-label {
    color: #444;
    font-weight: 500;
}

.summary-value {
    color: #111;
    font-weight: 500;
    text-align: right;
}

.summary-row.total {
    margin-top: 5px;    
    padding: 10px 0;
}

.summary-row.total .summary-label {
    font-weight: 600;
    color: #003366;
}

.summary-row.total .summary-value {
    font-weight: 700;
    color: #003366;
}
.reset-link {
    margin-left: 15px;
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
}
.reset-link:hover {
    color: #0056b3;
}
.form-dots .dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

.form-dots .dot.active {
    background: #007bff;
}

.form-dots .dot.completed {
    background: #00649f;
}

.form-dots .dot:not(.completed):not(.active) {
    cursor: not-allowed;
    pointer-events: none; /* blocks click */
}
.w50{
	width:50%;
}
/* ajax image upload*/
.fileinput {
    margin-bottom: 0px;
    display: table;
    width: 100%;
    margin: 0 auto;
	margin-left:0;
}
.fileinput .thumbnail[data-trigger="fileinput"] {
    cursor: pointer;
}
.fileinput .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    text-align: center;
    margin-top: 0px;
}

.select-img{
cursor:pointer;
}
#preview{
 display: inline-block;	width:200px;
}
#btndelete {
  display: inline-block !important;
  margin-top: 0px;
  position: relative;
  z-index: 10;
}

#btndelete .delete {
  display: inline-block !important;
  position: relative;
  z-index: 999;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 16px;
}
.no-border{
	border:0;
}

/* end */


/* badge */
.access-card-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  max-width:100%;
}

.access-card {
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  transition: 0.2s ease;
  position: relative;
}

.access-card input {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: scale(1.3);
}

.access-card.selected {
  border-color: #0056b3;
  background: #f2f7ff;
}

.access-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.access-price {
  font-size: 22px;
  font-weight: 700;
  color: #0056b3;
  margin-bottom: 10px;
}

.access-features {
  font-size: 14px;
  line-height: 1.7;
}

.badge {
  background: #28a745;
  color: white;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 10px;
}

/* end */
.form-container a.txt-color-white{color:#ffffff;}
.reset_btn{
	vertical-align:bottom;cursor:pointer;
}
#cvFileName{margin-left:10px; color:green;}
#cvError{margin-left:10px; color:red;}
.hidden-input {
    position: absolute;
    left: -9999px;
}
#event_amount_other{width:200px; margin-left:6px;}
.position-relative{position:relative;}
#event_photo{visibility: hidden; position: absolute;}
.display-none{display:none;}
.w9{width:9%;}
#otherDevice{width:200px; margin-left:6px;}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Remove fieldset border */
fieldset {
    border: none !important;
    padding: 0;
    margin: 0 0 15px 0;
}

fieldset legend {
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: inherit; 
    font-size: inherit;
}

fieldset legend + * {
    margin-top: 0;
}