/* user specific stylesheets */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'SNG Sans';
    src:
        url('../fonts/SNGSans-Regular.woff2'),
        url('../fonts/SNGSans-Heavy.woff2') format('woff'),
        url('../fonts/SNGSans-Black.woff2') format('woff'),
        url('../fonts/SNGSans-Light.woff2') format('woff'),    
}

@font-face { font-family: SNG Sans; src: url("../fonts/SNGSans-Bold-964ea472.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }

.HallSeatsZoom_100.isObjectId_7283 {
	background:lime !important;
}

.main-header__logo {
  display: flex;
  align-items: center;
  margin: 0;
}

.main-header__logo  span {
  margin-left: 24px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  font-family: "SNG Sans";
}

.site-header__logo img {
  height: 30px;
  width: 30px;
}

#divSeason .icon-wrapper .fa::before {
	content: none;
}
#divSeason .icon-wrapper .fa {
	background: #000 url('../images/icon_1.svg') no-repeat center;
	width: 40px;
    height: 40px;
}

#divSchoolType .icon-wrapper .fa::before {
	content: none;
}
#divSchoolType .icon-wrapper .fa {
	background: #000 url('../images/icon_2.svg') no-repeat center;
	width: 40px;
    height: 40px;
}

#Date .icon-wrapper .fa::before {
	content: none;
}
#Date .icon-wrapper .fa {
	background: #000 url('../images/icon_3.svg') no-repeat center;
	width: 40px;
    height: 40px;
}

#ammount .icon-wrapper .fa::before {
	content: none;
}
#ammount .icon-wrapper .fa {
	background: #000 url('../images/icon_4.svg') no-repeat center;
	width: 40px;
    height: 40px;
}

#divSchoolType .icon-wrapper .fa::before {
	content: none;
}
#divSchoolType .icon-wrapper .fa {
	background: #000 url('../images/icon_5.svg') no-repeat center;
	width: 40px;
    height: 40px;
}

#invoiceContact_sngschool .icon-wrapper .fa::before {
	content: none;
}
#invoiceContact_sngschool .icon-wrapper .fa {
	background: #000 url('../images/icon_6.svg') no-repeat center;
	width: 40px;
    height: 40px;
}

#contact_sngschool .icon-wrapper .fa::before,
#contact_snggroup .icon-wrapper .fa::before,
#contact_sngindividual .icon-wrapper .fa::before {
	content: none;
}
#contact_sngschool .icon-wrapper .fa,
#contact_snggroup .icon-wrapper .fa,
#contact_sngindividual .icon-wrapper .fa{
	background: #000 url('../images/icon_8.svg') no-repeat center;
	width: 40px;
    height: 40px;
}

#divPayment_sngschool .icon-wrapper .fa::before,
#divPayment_snggroup .icon-wrapper .fa::before,
#divPayment_sngindividual .icon-wrapper .fa::before{
	content: none;
}
#divPayment_sngschool .icon-wrapper .fa,
#divPayment_snggroup .icon-wrapper .fa,
#divPayment_sngindividual .icon-wrapper .fa{
	background: #000 url('../images/icon_9.svg') no-repeat center;
	width: 40px;
    height: 40px;
}

#note_sngschool .icon-wrapper .fa::before,
#note_snggroup .icon-wrapper .fa::before,
#note_sngindividual .icon-wrapper .fa::before{
	content: none;
}
#note_sngschool .icon-wrapper .fa,
#note_snggroup .icon-wrapper .fa,
#note_sngindividual .icon-wrapper .fa {
	background: #000 url('../images/icon_10.svg') no-repeat center;
	width: 40px;
    height: 40px;
}

.steps-vertical .steps-vertical-row .steps-vertical-step {
	margin: 20px 0;
}

.steps-vertical .steps-vertical-row .steps-vertical-step .icon-wrapper {
  border-bottom: 7px solid #fff;
  border-top: 7px solid #fff;
}

.steps-vertical h3 {
	font-weight: 700;
	font-size: 24px;
}

.paymentContent {
	display: flex;
}

.paymentContent .radio {
	margin: 0;
	padding-left: 0 !important;
	padding-right: 20px !important;
}

.paymentContent .radio input[type="radio"] {
    display: none; 
}

.paymentContent .radio label {
	background: #F5F5F5;
    display: flex;
    align-items: center;
    width: 348px; 
    border: 2px solid #F5F5F5;
    border-radius: 20px;
    padding: 10px 15px 10px 20px;
    height: 60px;
    cursor: pointer; 
    transition: border-color 0.3s; 
    font-size: 20px;
    font-weight: 400;
}

.paymentContent .radio input[type="radio"]:checked + label {
    border-color: #000;
}

.paymentContent .radio {
    position: relative;
}

.paymentContent .radio label::after {
  position: absolute;
  content: "";
  border: 2px solid #000;
  width: 24px;
  height: 24px;
  background: transparent;
  right: 15px !important;
  left: inherit !important;
  opacity: 1 !important;
  z-index: 1 !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important; 
}

.paymentContent .radio input[type="radio"]:checked + label::after {
	background: url('../images/icon_check.svg') no-repeat center #31FF00 !important;
}

.paymentContent .radio input[type="radio"],
.paymentContent .radio label::before,
.paymentContent .radio label::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
}

.vouchers-quantity textarea {
	border-radius: 6px !important;
}

.form-control {
	border: 1px solid #B7B7B7 !important;
	border-radius: 6px !important;
	padding-left: 10px !important;
}

#aresFormGroup_sngschool .default-btn {
	background: #fff;
	border: 1px solid #000;
	border-radius: 70px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000 !important;
	height: 42px;
	font-weight: 500 !important;
}

#aresFormGroup_sngschool .default-btn[disabled] {
	opacity: 1 !important;
}

.form-control::placeholder {
    color: #000000; 
}

#main-header #main-menu {
  text-align: right;
}

.alert {
  border-radius: 20px;
}

.alert .close {
	line-height: 20px;
}

.alert.alert-warning {
	background: linear-gradient(90.02deg, #FBEDBB 70.56%, rgba(251, 237, 187, 0) 103%);
	border-radius: 40px;
}

.alert.alert-success {
    background: linear-gradient(90.02deg, #DBFFD3 70.56%, rgba(219, 255, 211, 0) 103%);
    border-radius: 40px;
}

.button-forward.pull-right {
  margin-left: 55px !important;
  float: left !important;
}


.fa-chevron-right::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjY2NjggNy4wMDA5MUw4LjA3MzA5IDAuMzMzMzc0TDcuMzM4MjEgMC45NDg5NDVMMTIuMDE1NSA2LjUyMTk0SDAuMzMzNDk2VjcuNDc5ODhIMTIuMDE1NUw3LjMzODIxIDEzLjA1MjlMOC4wNzMwOSAxMy42NjY3TDEzLjY2NjggNy4wMDA5MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 20px;
  top: 13px;
}

.bstn {
	border-radius: 50px !important;
}

#Date #scheduledTourDate {
	background: #F5F5F5;
	border: 1px solid #F5F5F5 !important;
	border-radius: 20px !important;
	padding: 10px 20px !important;
	width: 170px !important;
}

.booking-data-in__text {
	background: #F5F5F5;
	border-radius: 20px !important;
	padding: 10px 20px !important;
}

.bg-content {
	background: #F5F5F5;
	padding: 10px 20px;
	border-radius: 20px;
}

.form-group {

}

.input-group input {
  width: auto !important;
  margin: 0 15px;
}

.input-group .input-group-btn .btn {
	border-radius: 50px !important;
}

.input-group .input-group-btn .btn:hover {
	background: #fff !important;
	color: #000 !important;
}

.input-group input {

}


body {
	padding-top: 70px;
}

#main-header {
	background: #fff;
	padding: 15px 0;
    min-height: 50px;
	position: fixed;
	width: 100%;
	z-index: 99;
	position: fixed;
	top: 0;
}

.btn {
	border-radius: 50px !important;
	border: 1px solid #000;
}

.btn.default:not(.btn-icon-right) {
	border-radius: 50px !important;
    font-family: SNG Sans;
    padding: 8px 25px 8px 45px !important;
    text-transform: uppercase;
}

.btn-icon-right {
	border-radius: 50px !important;
    font-family: SNG Sans;
    padding: 8px 45px 8px 25px !important;
    text-transform: uppercase;
}

.btn-icon-right:hover {
	background: #31ff00 !important;
    border-color: #31ff00 !important;
    color: #000 !important;
}

.btn-icon-right::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjY2NjggNy4wMDA5MUw4LjA3MzA5IDAuMzMzMzc0TDcuMzM4MjEgMC45NDg5NDVMMTIuMDE1NSA2LjUyMTk0SDAuMzMzNDk2VjcuNDc5ODhIMTIuMDE1NUw3LjMzODIxIDEzLjA1MjlMOC4wNzMwOSAxMy42NjY3TDEzLjY2NjggNy4wMDA5MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  right: 20px;
  top: 13px;
}

.btn-icon-right:hover::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMy42NjY4IDcuMDAwOTFMOC4wNzMwOSAwLjMzMzM3NEw3LjMzODIxIDAuOTQ4OTQ1TDEyLjAxNTUgNi41MjE5NEgwLjMzMzQ5NlY3LjQ3OTg4SDEyLjAxNTVMNy4zMzgyMSAxMy4wNTI5TDguMDczMDkgMTMuNjY2N0wxMy42NjY4IDcuMDAwOTFaIiBmaWxsPSIjMDAwIi8+DQo8L3N2Zz4NCg==);
}

.btn-icon-right span {
	display: none;
}

#main-header .navbar-toggle:hover .icon-bar {
  background: #000;
}

.site-header__lang a {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	margin: 0 5px;
}

.site-header__lang a:hover {
	text-decoration: underline;
}

.site-header__lang span {

}

.sngFormNameHeading,
.titleHeading,
.sngEventNameHeading {
	background: #F5F5F5;
	margin: 0;
}

.sngEventNameHeading {
	padding: 0px 0 7px 25px;
}

.sngFormNameHeading{
	font-size: 32px;
	font-weight: 700;
	padding: 20px 0 5px 25px;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.titleHeading {
	padding: 5px 0 20px 25px;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media (max-width: 991px) {
	.paymentContent {
		flex-direction: column;
	}

	.paymentContent .radio {
		margin-bottom: 15px;
	}
}

@media (min-width: 992px) {

	.alert {
	  width: 768px;
	}

	.noteForNote {
		width: 712px;
	}

	.booking-data textarea {
		width: 712px !important;
	}

	.sngFormNameHeading,
	.titleHeading,
	.sngEventNameHeading {
		width: 768px;
	}

	.booking-data-in .alert {
		width: 712px !important;
	}

}

.has-error .form-control {
  border-color: #f50500;
}

.required-field {
	position: relative;
}

.required-field::after {
	position: absolute;
	content: "*";
	color: #f50500;
	right: -17px;
	top: 10px;
}

.noteForNote {
	color: #5C5C5C;
	margin-bottom: 15px;
}

.help-block.with-errors {
	color: #f50500;
	font-weight: 500;
}

#msgValidationFailed_sngschool {
	color: #f50500;
	font-weight: 500;
}

.form-group.bg {
	background: #F5F5F5;
	padding: 10px 20px !important;
	border-radius: 20px;
}

.form-group.bg .input-group {
	margin-bottom: 0;
}

.form-group.bg .input-group .bootstrapNumberButton { 
	border: 1px solid transparent;
}

.form-group.bg .input-group .bootstrapNumberButton .fa { 
	color: #B7B7B7 !important;
}

.form-group.bg .input-group .bootstrapNumberButton:hover {
   border: 1px solid transparent !important;
}

.form-group.bg .input-group .bootstrapNumberButton:hover .fa { 
	color: #000 !important;
}

.form-group.bg .input-group .quantity-selector {
	border: 1px solid #B7B7B7 !important;
	width: 66px !important;
}

.steps-vertical-step.cart-date-time .form-group.bg {
	background: transparent !important;
	padding: 0 !important;
}

.customer-count .input-group.vouchers-quantity {
	width: 210px;
}

.steps-vertical-step h3 {
  width: auto;
}

select.form-control {
  box-shadow: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  padding: 7px 25px 7px 7px;
  border: 1px solid #cccccc;
  background-color: #fff;
  background-image: url("../images/websale_images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: calc(100% - 10px) calc(0em + 50%), calc(100% - 13px) calc(1em + 2px), 100% center;
  appearance: none;
  width: 100%;
}

.alert {
	
}

.alert .icon {
	margin-left: 15px;
}

.alert:has(.icon) {
	padding-left: 67px !important;
}

.danger-alert,
.info-alert,
.success-alert,
.warning-alert {
	
}

.danger-alert .icon {
	background-image: url("../images/websale_images/danger.svg"); 
}

.info-alert .icon {
	background-image: url("../images/websale_images/info.svg"); 
}

.success-alert .icon {
	background-image: url("../images/websale_images/success.svg"); 
}

.warning-alert .icon {
    background-image: url("../images/websale_images/warning.svg"); 
}

.eventNote {
	margin: 15px 0;
}