.nubevent-register-now-button {
	width: 100%;
	height: 150px;
	font-size: 22px;
	margin-bottom: 15px;
	background-color: var(--s-nubevent-primary-color);
	color: var(--s-nubevent-primary-text-color);
}

.nubevent-register-now-button>.svg-inline--fa {
	font-size: 36px;
	width: 100%;
}

.nubevent-skip-step {
	background: none !important;
	color: #999;
	font-size: 20px;
	padding: 10px 15px;
	margin-top: -30px;
	border: 1px dotted #999;
	border-radius: 2px;
	float: right;
}

.nubevent-skip-step:hover {
	color: #777;
	border-color: #777;
	text-decoration: underline solid;
}

.nubevent-introduction-text {
	margin: 30px 0;
	padding-top: 30px;
	border-top: 2px dotted #ddd;
}

.nubevent-shop-rates {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px dotted #ddd;
}

.nubevent-accommodations-search-box {
	padding: 15px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	border-radius: 3px;
}

.nubevent-accommodations-details-box {
	margin-bottom: 15px;
}

.nubevent-accommodations-search-box button,
.nubevent-accommodations-details-box button {
	width: 100%;
	padding: 7px;
	background-color: var(--s-nubevent-primary-color);
	color: var(--s-nubevent-primary-text-color);
	border: none;
}

.nubevent-accommodations-search-box input,
.nubevent-accommodations-details-box input {
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
}

.nubevent-hotel-location-body {
	height: 150px;
	padding: 0 !important;
}

.nubevent-hotel-location {
	border: none;
	width: 100%;
	margin: 0;
}

.nubevent-room-type-price {
	float: right;
	font-weight: bold;
	font-size: 18px;
}

.nubevent-room-type-box {
	padding: 15px;
	border-bottom: 1px solid #ddd;
}

.nubevent-room-type-box-button {
	float: right;
	width: 50px;
	height: 36px;
	padding: 0;
	font-size: 20px;
	text-align: center;
	border-radius: 3px;
	margin: -4px -10px -4px 15px;
	background-color: var(--s-nubevent-primary-color);
	color: var(--s-nubevent-primary-text-color);
	border: none;
}

.nubevent-supplements-collapse {
	display: inline-block;
	cursor: pointer;
}

.nubevent-num-guests-table {
	max-width: 600px;
}

.nubevent-num-guests-table,
.nubevent-num-guests-table thead,
.nubevent-num-guests-table tbody,
.nubevent-num-guests-table th,
.nubevent-num-guests-table td {
	border: none;
}

.nubevent-num-guests-table thead {
	border-bottom: 2px solid #ddd;
}

.nubevent-num-guests-table tbody tr {
	border-bottom: 1px solid #ddd;
}

.nubevent-product-box {
	border-bottom: 1px solid #ccc;
}

.nubevent-product-box-image {
	padding: 15px;
	text-align: center;
}

@media (min-width: 576px) {
	.nubevent-product-box-image {
		width: 180px;
		display: inline-block;
		vertical-align: top;
	}

	.nubevent-product-box-content {
		width: calc(100% - 185px);
		display: inline-block;
	}
}

@media (max-width: 575px) {

	.nubevent-product-box-image,
	.nubevent-product-box-content {
		width: 100%;
	}
}

.nubevent-product-box-image img {
	max-width: 100%;
	max-height: 150px;
}

.nubevent-product-title {
	display: inline;
	font-size: 24px;
	margin-right: 15px;
}

.nubevent-product-hotel-category {
	color: orange;
	display: inline-block;
	font-size: smaller;
}

.nubevent-product-accommodation-address {
	display: inline-block;
	color: #888;
	font-size: 16px;
}

.nubevent-product-box-content {
	padding: 15px;
}

.nubevent-product-box-description {
	font-size: 14px;
	margin: 10px 0;
	width: 100%;
	display: inline-block !important;
}

.nubevent-product-price-div {
	float: right;
	text-align: right;
}

.nubevent-product-price {
	margin: 0;
	font-size: 24px;
	color: #343a40;
}

.nubevent-product-price-included {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}

.nubevent-product-next-price {
	margin: 0;
	font-size: 14px;
}

.nubevent-product-vat {
	margin: 0;
	font-size: 16px;
}

.nubevent-product-box-button-div {
	width: 100%;
	height: 40px;
}

.nubevent-product-box-button {
	float: right;
	width: 200px;
	height: 40px;
	padding: 0;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	background-color: var(--s-nubevent-primary-color);
	color: var(--s-nubevent-primary-text-color);
	border: none;
}

.nubevent-product-box-button.btn.btn-primary {
	width: 150px;
	height: 35px;
}

.input-group .nubevent-input {
	margin-top: 1px;
}

.nubevent-input-group-button {
	width: 40px;
}

.nubevent-input-group-button-preview {
	padding: 0 !important;
	width: 25px;
}

.nubevent-input,
.nubevent-donation-input {
	background: transparent !important;
	border: 1px solid #ddd !important;
}

.nubevent-alerts {
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-radius: .25rem;
	margin-bottom: 20px;
}

.nubevent-alerts:empty {
	display: none !important;
	/* It's not working. Why?? */
}

.nubevent-alerts p {
	font-size: 16px;
	margin: 5px 0;
	color: #006290;
}

.nubevent-alerts p.nubevent-ko-alert {
	color: orangered;
}

.nubevent-alerts p.nubevent-ok-alert {
	color: green;
}

.nubevent-workshop-slot-label {
	color: #555;
}

.workshops-slots-input:disabled+span {
	color: #bbb;
}

.nubevent-extra-button {
	float: right;
	width: 150px;
}

.nubevent-extra-quantity,
.nubevent-product-quantity {
	max-width: 150px;
	float: right;
	margin-left: 5px;
}

.nubevent-extras-needed-multiple {
	text-align: right;
	margin: 5px 0 0 0;
	font-size: 16px;
}

.nubevent-shop-next-step-button,
.nubevent-button-checkout {
	float: right;
	margin: 30px 0 0 !important;
	padding: 10px 30px;
	min-width: 200px;
	min-height: 50px;
	font-size: 20px;
	border-radius: 3px;
	background-color: var(--s-nubevent-primary-color);
	color: var(--s-nubevent-primary-text-color);
	border: none;
}

.nubevent-shop-group-accommodation-buttons {
	margin: 30px 0 !important;
}

.nubevent-shop-group-accommodation-buttons .nubevent-shop-next-step-button {
	margin: 5px 0 10px 0 !important;
	width: 100%;
}

.nubevent-shop-next-step-button:disabled,
.nubevent-button-checkout:disabled {
	cursor: not-allowed;
}

.nubevent-clean-form-button {
	float: left;
	margin: 30px 0;
	padding: 10px 30px;
	min-width: 200px;
	min-height: 50px;
	font-size: 20px;
	background-color: #eee;
	border-radius: 3px;
	color: #555;
	font-weight: normal;
	border: 1px solid #ccc;
}

.nubevent-clean-form-button:hover,
.nubevent-clean-form-button:focus {
	background-color: #ddd;
	font-weight: bold;
}

.nubevent-fields-product-box {
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.nubevent-fields-product-box:not(.alert-secondary) h4 {
	color: #155724;
}

.nubevent-fields-product-box p {
	margin-bottom: 5px;
}

.nubevent-fields-title {
	font-size: 18px;
}

.nubevent-field-row {
	margin-bottom: 15px;
	font-size: 16px;
}

.nubevent-product-field-subtitle {
	margin: 0;
	font-size: 13px;
}

.nubevent-product-field-required {
	color: red;
}

.nubevent-field-input-div {
	font-size: 14px;
}

.nubevent-field-input {
	width: 100%;
	border: 1px solid #aaa !important;
	border-radius: 4px !important;
	background-color: #fff !important;
	color: #444;
}

.nubevent-field-input[readonly="readonly"],
.nubevent-field-input[disabled],
.nubevent-field-input[readonly],
.nubevent-input[readonly="readonly"],
.nubevent-input[readonly],
.nubevent-donation-input[disabled],
.nubevent-donation-input[disabled="disabled"] {
	background-color: #eee !important;
	color: #888;
}

.nubevent-small-input {
	max-width: 200px;
}

@media (min-width:768px) {
	.nubevent-field-name {
		text-align: right;
	}
}

.nubevent-fields-outer-div:not(.assign-attendant) {
	border-bottom: 1px dotted #aaa;
}

.nubevent-fields-div {
	max-width: 1000px;
	margin: 0 auto 25px;
}

.nubevent-fields-footer {
	font-size: 18px;
}

.nubevent-cart-details .card {
	height: 100%;
}

.nubevent-cart-details .card-header h6 {
	margin-bottom: 0;
}

.dropdown a {
	box-shadow: none;
}

.nubevent-cart-details .card-header h6 span.float-right {
	margin: -6px -13px;
}

.nubevent-cart-details-data {
	font-size: 0.7rem;
	line-height: 1.75;
	margin-bottom: 0;
}

.nubevent-cart-supplements-div {
	display: block;
	margin-left: 20px;
	line-height: 1.2;
	margin-bottom: 4px;
}

.nubevent-cart-details-table {
	line-height: 1.3;
}

#cancelSetAttendant {
	float: left;
	width: 48%;
}

#setAttendantFields {
	float: right;
	width: 48%;
}

@media (max-width: 499px) {
	.nubevent-cart-fields-labels-col {
		width: 100px;
	}
}

@media (min-width: 500px) {
	.nubevent-cart-fields-labels-col {
		width: 26%;
	}
}

@media (min-width: 768px) {
	.nubevent-cart-fields-labels-col {
		width: 32%;
	}
}

@media (min-width: 992px) {
	.nubevent-cart-fields-labels-col {
		width: 25%;
	}
}

button.nubevent-row-hover-display {
	background: none;
	padding: 0;
}

td .nubevent-row-hover-display,
.nubevent-material-switch .nubevent-row-hover-display {
	display: none;
}

td:hover .nubevent-row-hover-display,
.nubevent-material-switch:hover .nubevent-row-hover-display {
	display: inline;
}

.nubevent-totals-row {
	font-size: large;
}

#priceResumeTable th,
#priceResumeTable td {
	padding: 7px 15px !important;
}

.nubevent-payment-method-div {
	width: 100%;
}

.payment-method-description {
	background: #f8f8f8;
	border: 1px solid #ddd;
	padding: 10px 15px;
	border-radius: 5px;
	margin: -3px 0 10px 15px;
}

.nubevent-dashboard-item-card {
	height: 100%;
	max-width: 235px;
}

.nubevent-dashboard-item-card img {
	width: 100%;
}

.nubevent-indented-paragraph {
	margin-left: 25px
}

.nubevent-indented-paragraph b,
.nubevent-indented-paragraph span {
	margin-left: -25px;
}

.nubevent-navbar .navbar-nav .nav-item a {
	box-shadow: none;
	color: inherit;
}

.nubevent-navbar .navbar-nav {
	list-style: none;
	z-index: 1;
}

.nubevent-navbar .navbar-nav .nav-item.active a,
.navbar .navbar-nav .nav-item a:hover {
	font-weight: bold;
	border-bottom: 4px solid var(--s-nubevent-primary-color);
}

.nubevent-tab:not(.nubevent-tab-active) {
	display: none;
}

#myOrdersDiv .table td {
	padding: .5rem .75rem;
}

#myOrdersDiv .table .dropdown {
	margin: -7px;
}

.nubevent-download-items-voucher-button {
	width: 100%;
	max-width: 220px;
	margin-left: 8px;
	font-size: medium !important;
	text-align: center;
}

@media (min-width: 576px) {
	#myItemsDiv .nubevent-mt-sm-negative .col-sm-6 {
		float: right;
	}

	.nubevent-mt-sm-negative {
		margin-top: -45px;
		display: flow-root;
	}

	.nubevent-my-items-div {
		margin-top: 20px;
	}

	.nubevent-download-items-voucher-button {
		margin-left: 15px;
	}
}

.box {
	height: 100%;
}

.box>.icon {
	text-align: center;
	position: relative;
	height: 100%;
}

.box>.icon>.image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: var(--s-nubevent-primary-color);
	display: flex;
	align-items: center;
	justify-content: center;
}

.box>.icon:hover>.image {
	background: #333;
}

.box>.icon>.image>svg {
	font-size: 36px !important;
	color: var(--s-nubevent-primary-text-color) !important;
}

.box>.icon>.info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
	height: calc(100% - 60px);
}

.box>.icon:hover>.info {
	background: rgba(0, 0, 0, 0.04);
	border-color: #e0e0e0;
	color: white;
}

.box>.icon>.info>h3.title {
	font-family: "Robot", sans-serif !important;
	font-size: 16px;
	color: #222;
	font-weight: 700;
	margin-top: 16px;
}

.box>.icon>.info>p {
	font-family: "Robot", sans-serif !important;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}

.box>.icon:hover>.info>h3.title,
.box>.icon:hover>.info>p,
.box>.icon:hover>.info>.more>a,
.box>.icon:hover>.info>.more>button {
	color: #222;
}

.box>.icon>.info>.more a,
.box>.icon>.info>.more button {
	font-family: "Robot", sans-serif !important;
	font-size: 12px;
	color: #222;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	border: none;
	padding: 6px 8px;
	transition: all 0.3s
}

.box>.icon>.info>.more {
	position: absolute;
	bottom: 15px;
	width: 100%;
}

.box>.icon:hover>.info>.more>a,
.box>.icon:hover>.info>.more>button {
	color: var(--s-nubevent-primary-text-color);
	background-color: var(--s-nubevent-primary-color);
}

.box .space {
	height: 30px;
}

.btn-link {
	border: none;
}

/*
.nubevent-groupal-order-details .card-header.collapsed .fa-chevron-circle-down {
	display:none;
}
.nubevent-groupal-order-details .card-header:not(.collapsed) .fa-chevron-circle-up {
	display:none;
}*/
.nubevent-groupal-order-details .card-header .dropdown {
	margin: -9px -10px -9px 0;
}

.nubevent-material-switch>input[type="checkbox"],
.nubevent-material-switch>input[type="radio"] {
	display: none;
}

.nubevent-material-switch {
	cursor: pointer;
	position: relative;
}

.nubevent-material-switch>p {
	margin-left: 50px;
}

.nubevent-material-switch>p>.nubevent-cart-details-data {
	display: block;
}

.nubevent-material-switch>p::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: 4px;
	position: absolute;
	left: 14px;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 40px;
}

.nubevent-material-switch>p::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 18px;
	position: absolute;
	left: 14px;
	top: 18px;
	transition: all 0.3s ease-in-out;
	width: 18px;
}

.nubevent-material-switch>input[type="checkbox"]:checked+p::before,
.nubevent-material-switch>input[type="radio"]:checked+p::before {
	background: #007bff;
	opacity: 0.8;
	left: 14px;
}

.nubevent-material-switch>input[type="checkbox"]:checked+p::after,
.nubevent-material-switch>input[type="radio"]:checked+p::after {
	left: 36px;
}

.nubevent-material-switch>p>span.float-right {
	line-height: initial;
}

.nubevent-material-switch .nubevent-product-quantity {
	float: unset;
}

.nubevent-groupal-order-details #registrationsDetails div.border-top p span.float-right,
.nubevent-groupal-order-details #extrasDetails div.border-top p span.float-right {
	margin-top: -4px;
}

.nubevent-accommodations-details .svg-inline--fa {
	font-size: medium;
}

.nubevent-indent-title {
	text-indent: -20px;
	padding-left: 20px;
}

.nubevent-indent-title span {
	text-indent: 0;
}

#nubeventLoadingDiv {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 80px;
}

#nubeventLoadingDiv .fa-spinner {
	color: #444;
	position: fixed;
	top: 50vh;
	left: calc(50% - 40px);
}

.nubevent-extras-own-fields:not(.assign-attendant) {
	margin-top: -18px;
	margin-bottom: 25px;
	padding: 20px 20px 0;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}

.nubevent-extras-own-fields:not(.assign-attendant) hr {
	margin: 1rem -20px;
}

small .select2-container .select2-selection--single {
	padding: .25rem 0;
	height: 35px !important;
}

.edit-workshop-box,
.add-extra-box {
	min-height: 100px;
	border-radius: 10px;
	background: var(--s-nubevent-primary-color);
	color: var(--s-nubevent-primary-text-color);
	position: relative;
}

.edit-workshop-box p,
.add-extra-box p {
	width: 100%;
	text-align: center;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.payerCard:hover {
	border-color: var(--bs-primary)
}

#selectProductsForm {
	display: inline-block;
	width: 100%;
}

.subcategory-card {
	border-color: var(--s-nubevent-primary-color, #444);
}

.subcategory-card .nubevent-product-box {
	border-bottom: 0px solid #ccc;
}

.nubevent-subcategory-products .nubevent-product-box:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.subcategory-card .card-header {
	color: var(--s-nubevent-primary-text-color, #fff);
	background-color: var(--s-nubevent-primary-color, #444);
}

div.links-required a.highlight:not(.clicked) {
	font-weight: bold;
	color: var(--danger);
}

div.links-required .links-required-message {
	color: var(--danger);
}

.chevron-toggle {
	transition: transform 0.3s ease;
}

.chevron-toggle.rotated {
	transform: rotate(180deg);
}
.text-bold {
	font-weight: bold;
}
div.card.subcategory-card > div.card-header {
	padding-top: 20px;
	padding-bottom: 20px;
	
}
