.bucket-logo {
	max-width: 300px;
margin: 0 auto;
padding: 20px;
}
.ibox-wrapper {
	padding: 30px 30px 15px 30px;
	margin-top: 30px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	margin-bottom: 50px;
}

.ibox {
	margin-bottom: 30px;
}

.ibox h3 {
	color: #1A474C !important;
	text-transform: uppercase;
	font-size: 24px !important;
	position: relative;
	margin: 0 0 10px 0;
}
.ibox hr{
	border: 2px solid #1A474C !important;
	margin-top: 10px;
}

.select_label {
	color: #000;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 8px;
	display: block;
}

.select-control {
	border: 1px solid #d2d2d2;
	border-top-color: rgb(210, 210, 210);
	border-top-width: 1px;
	border-right-color: rgb(210, 210, 210);
	border-right-width: 1px;
	border-bottom-color: rgb(210, 210, 210);
	border-bottom-width: 1px;
	border-left-color: rgb(210, 210, 210);
	border-left-width: 1px;
	font-size: 13px;
	height: 40px;
	color: #747474;
	padding: 8px 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 1%;
	width: 100%;
	box-sizing: border-box;
}

.events_checkmark {
	display: inline-block;
	color: #333;
	border-radius: 4px;
	margin: 0 5px 15px;
}

.event_name {
	color: #000;
	font-weight: 700;
	font-size: 15px;
	transition: 0.4s;
}

.single-event {
	background: rgba(176, 160, 120, 0.2);
	padding: 15px;
	margin-bottom: 30px;
}

.event-date, .handicap {
	color: #000;
	font-size: 15px;
	transition: 0.4s;
}

.player-info-ttl,
.event_ttl {
	color: #1A474C !important;
	font-size: 22px;
	line-height: 29px;
	margin-bottom: 8px;
	font-weight: 700;
}

.number-of-4ball>label {
	color: #1A474C !important;
	margin-bottom: 8px;
	display: block;
}

.payment {
	max-width: 600px;
	margin: 0 auto;
	color: #000;
}

.payment .table {
	margin: 0;
}

.payment .table>tbody>tr>td {
	padding: 5px 10px !important;
	vertical-align: middle !important;
	border: none !important;
}

.payment .table>tbody>tr {
	border-bottom: 1px solid #B0A078;
}

.payment .table>tbody>tr:last-child {
	border-bottom: none;
}

.payment .table>tbody>tr>td.total_ttl,
.payment .table>tbody>tr>td.sub-total {
	font-size: 20px;
}

.payment .table>tbody>tr>td.total {
	font-size: 24px;
}

.update_btn,
.pay_now_btn {
	border: 1px solid #B0A078;
	background: transparent;
	color: #B0A078;
	padding: 10px 30px;
	font-size: 20px;
	cursor: pointer;
	margin: 30px 0;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	transition: 0.4s;
}

.update_btn {
	margin-top: 0;
}

.update_btn:hover,
.pay_now_btn:hover {
	background: #B0A078;
	color: #fff;
	letter-spacing: 5px;
}

td.text-right {
	text-align: right;
}

td.text-center {
	text-align: center;
}
.my-sqr-check-btn input[type="checkbox"]{
	display: none;
}
.my-sqr-check-btn.events_checkmark label {
	min-width: 200px;
	position: relative;
	border-radius: 4px;
	z-index: 1;
	border: 1px solid #B0A078;
	padding: 8px;
	display: block;
	width: 100%;
	margin: 0;
	height: 100%;
	transition: 0.4s;
}

.my-sqr-check-btn.events_checkmark input[type="checkbox"]+label::after {
	display: none;
}

.my-sqr-check-btn.events_checkmark input[type="checkbox"]+label::before {
	width: 100%;
	height: 100%;
	background: #B0A078;
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: -1;
	transition: 0.4s;
	border: none;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
}

.my-sqr-check-btn input[type="checkbox"]:checked+label::before {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

/*.my-sqr-check-btn input[type="checkbox"]:checked+label {
	color: #fff !important;
}*/

.my-sqr-check-btn input[type="checkbox"]:checked+label .handicap,
.my-sqr-check-btn input[type="checkbox"]:checked+label .event_name,
.my-sqr-check-btn input[type="checkbox"]:checked+label .event-date {
	color: #fff;
}

.player_info_group {
	background: #fff;
	padding: 15px 15px 0 15px;
	border-radius: 4px;
	margin-bottom: 15px;
}

.my-sqr-radio-btn input[type="radio"]{
	display: none;
}
.my-sqr-radio-btn.events_checkmark label {
	min-width: 200px;
	position: relative;
	border-radius: 4px;
	z-index: 1;
	border: 1px solid #B0A078;
	padding: 8px;
	display: block;
	width: 100%;
	margin: 0;
	height: 100%;
	transition: 0.4s;
}

.my-sqr-radio-btn.events_checkmark input[type="radio"]+label::after {
	display: none;
}

.my-sqr-radio-btn.events_checkmark input[type="radio"]+label::before {
	width: 100%;
	height: 100%;
	background: #B0A078;
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	cursor: pointer;
	z-index: -1;
	transition: 0.4s;
	border: none;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
}

.my-sqr-radio-btn input[type="radio"]:checked+label::before {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

/*.my-sqr-radio-btn input[type="radio"]:checked+label {
	color: #fff !important;
}*/

.my-sqr-radio-btn input[type="radio"]:checked+label .handicap,
.my-sqr-radio-btn input[type="radio"]:checked+label .event_name,
.my-sqr-radio-btn input[type="radio"]:checked+label .event-date {
	color: #fff;
}
.coupon_wrapper {
	max-width: 380px;
	margin: 50px auto 80px;
}
@media only screen and (max-width: 767px) {

	.ibox-wrapper {
		padding: 0;
		margin-top: 0;
		box-shadow: none;
	}

	.player-info-ttl,
	.event_ttl {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 0;
	}

	.ibox h3 {
		font-size: 20px !important;
		margin: 0 0 10px 0;
		line-height: 30px !important;
	}

	.events_checkmark {
		display: block;
	}

	.my-sqr-check-btn.events_checkmark label {
		min-width: 100%;
	}

	.payment .table > tbody > tr >td {
		padding: 5px !important;
		font-size: 13px;
		line-height: 16px;
		border-bottom:1px solid #ddd;
	}

	.payment .table > tbody > tr > td.total_ttl,
	.payment .table > tbody > tr > td.sub-total {
		font-size: 14px;
	}

	.payment .table>tbody>tr>td.total {
		font-size: 16px;
	}

	.single-player-info {
		border-bottom: 2px solid #B0A078;
		margin-bottom: 15px;
	}

	.single-player-info:last-child {
		border: none;
		margin-bottom: 0;
	}

}

#payment-form label {
	text-align: center !important;
	display: block !important;
	font-weight: 700;
	margin-bottom: 10px;
}

.StripeElement {
	box-sizing: border-box;
	height: 40px;
	padding: 10px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}
.ElementsApp .InputElement::placeholder {
	color: #aab7c4 !important;
}
.custom_width {
	margin: 0 auto;
}
.payment_submint_btn{
	font-weight: 400;
}
#card-errors {
	color: red;
	margin-top: 10px;
	text-align: center;
}

.btn-coupon{
	background: #B0A078;
	color:#fff;
}
.btn-coupon:hover{
	color:#fff !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	.custome_container{ width: 100% !important;}
	.national-events-wrapper h2,
	.bucket-list-series-wrapper h2 {
		font-size: 40px !important;
		line-height: 40px !important;
	}

}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
	.custome_container{ width: 100% !important;}
	.national-events-wrapper h2,
	.bucket-list-series-wrapper h2 {
		font-size: 30px !important;
		line-height: 34px !important;
		margin-bottom: 30px !important;
	}
	.ball_player_bucket_list_wrapper h3{
		font-size: 30px !important;
		line-height: 34px !important;
		margin-bottom: 30px !important;
	}
	.btn-coupon {
		display: block !important;
	}
}