/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.no-scroll{
    overflow: hidden;
}

 .form-control {
  display: block;
  width: 100%;
  padding: 10px !important;
}
#raceTypeError{
	display: none;
}
#parentName{
	display: block;
}
.dh-signup-btn, .deleteStableItem, .addStableItemBtn{
  color: #FFFFFF !important;
  border-width: 0px !important;
  border-radius: 0px;
  letter-spacing: 1px;
  font-size: 14px !important;
  font-family: 'Archivo',Helvetica,Arial,Lucida,sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: #FD8C33 !important;
  padding-top: 16px !important;
  padding-right: 40px !important;
  padding-bottom: 16px !important;
  padding-left: 40px !important;
  cursor: pointer;
  margin-top: 23px;
}

.dhSignupForm{
	margin-bottom: 90px;
}

#signupFeeTotalWrapper{
	display: none;
	font-size: 24px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.signup-fee-total {
  color: #fd8c33;
  font-weight: 600;
  padding-left: 12px;
}

.dhSignupForm label{
	cursor: pointer;
}

#dhSignupResponseError{
	display: none;
}

#dhSignupResponseError{
	margin-top: 30px;
}
.hide-edit-options .tm-cart-edit-options{
	display: none !important;
}
.signup-meta-item, .wc-block-components-product-details li, .wc-item-meta-label{
  font-size: 11px;
  display: flex;
  align-items: flex-start;
  margin: 5px 0px;
}
.signup-meta-item-value, .wc-block-components-product-details li span:last-child, .wc-item-meta p {
	padding-left: 5px;
	color: #FD8C33;
	font-weight: 600;
	text-align: left;
	flex: 70%;
}
.wc-item-meta p{
	font-size: 12px;
}
.signup-meta-item-label, .wc-block-components-product-details li span:first-child, .wc-item-meta-label {
  font-weight: 400;
  flex: 30%;
}
.wc-item-meta-label{
	flex: 5% !important;
}
.woocommerce-table__product-name .wc-item-meta{
	padding: 0 !important;
}

.woocommerce-table__product-name .wc-item-meta li{
	display: flex;
	flex-direction: row;
}
.race-price, .race-price-onsite{
	display: none;
}
.signup-meta-item-value ul{
	padding-bottom: 0 !important;
}
.hide-extra-quantity span{
	display: none !important;
}

.race-entries-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.race-type-entry {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 8px 0 rgba(22, 22, 26, 0.18);
  border-radius: 16px;
}
.race-type-heading {
  margin: 10px 0px;
  font-size: 18px;
  font-weight: 400;
}
.deleteStableItem {
  margin: 0;
  padding: 6px !important;
  font-size: 12px !important;
  background: red !important;
  letter-spacing: 0px;
}
.race-type-entry-actions{
  display: flex;
  justify-content: flex-end;
}
#stableSection{
	display: none;
}
@media(max-width: 991px){
	.race-entries-header {
	  display: block;
	}
}

.price-amount {
  color: #fd8c33;
  font-weight: 600;
}


.race-type-group-event-details{
  display: none;
}

.event-checked .race-type-group-event-details {
  display: block;
  padding: 0px 25px;
  padding-bottom: 16px;
  padding-top: 8px;
}

.race-type-wrapper{
  border: 2px solid #eee;
  margin-top: 5px;
}
.race-type-wrapper > label{
  display: block;
}
.race-type-wrapper > label{
  padding: 5px;
}

.race-type-wrapper.event-checked{
  border: 2px solid #fd8c33;
}
.race-type-group-event-details .dh-partner-name{
	margin-bottom: 10px;
}

.race-event-buttons a {
  margin-right: 20px;
  margin-bottom: 20px;
}
.race-event-buttons{
	margin-bottom: 60px;
}
.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
  background: #e09900;
  padding: 10px;
  margin: 10px 0px !important;
  display: block;
  color: #fff !important;
  font-weight: 400;
}
.tribe-events-c-subscribe-dropdown{
	display: none !important;
}

.fb-notice {
  padding: 10px;
  background: #e09900;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 600;
}
.admin-bar .et_pb_section_0_tb_header {
  top: 32px;
}

@media(max-width: 991px){
	.race-event-buttons .dh-signup-btn {
	  width: 100%;
	  display: block;
	  text-align: center;
	}
}


.registrations-closed-notice {
  margin-bottom: 30px;
  background: #e09900;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.dh-calendar-content{
	padding-bottom: 30px;
}

.dh-calendar-content h2, .dh-calendar-content p:not(:last-child){
	padding-bottom: 20px;
}

.wc-block-components-order-summary-item__individual-prices{
	display: none !important;
}

@media(max-width: 991px){
	.signup-meta-item, .wc-block-components-product-details li, .wc-block-components-product-details li span, .wc-item-meta-label{
	  display: block;
	}
	.signup-meta-item-value, .wc-block-components-product-details li span:last-child, .wc-item-meta p{
		padding-left: 0;
		padding-top: 5px;
	}
}
.dhSignupForm label {
  cursor: pointer;
  width: 100%;
}
#raceEntries {
  margin-bottom: 30px;
}

.add-new-horse{
	display: none;
}

option{
	color: #000 !important;
}
.dh-race-center .navbar-nav{
	background: transparent !important;
	max-height: 650px;
	overflow: auto;
}
.dh-race-center .race-type-switcher {
  padding: 10px 15px;
  background: #f8f9fa;
  margin: 5px 0px;
}

.dh-race-center .race-type-switcher.active{
	background: #4682b4 !important;
	color: #fff !important;
}

.race-manager-racetype-section{
	margin-bottom: 20px;
}

.race-manager-racetype-name{
	font-size: 18px;
    font-weight: 600;
}

.race-manager-racetype-horse{
	font-size: 18px;
    color: blue;
    font-weight: 600;
}

.race-manager-racetype-trophy-wrapper{
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

.race-manager-racetype-trophy-circle{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #444;
	border-radius: 100%;
}

.race-manager-racetype-trophy{
	width: 50px;
}

.race-manager-racetype-not-closed{
	min-height: 100px;
	display: flex;
	align-items: center;
}

.race-manager-racetype-trophy-text{
	font-weight: 600;
	color: #444;
	margin-top: 5px;
}

.race-manager-racetype-label{
	font-weight: 600;
	padding-right: 10px;
}

@media (min-width: 992px) {
	.dh-race-center .navbar-toggler {
		display: none;
	}
	.dh-race-center .navbar-collapse {
		display: block !important;
	}
	.dh-race-center .toggle-menu-btn {
		display: inline-block;
	}
	.dh-race-center .col-lg-9.full-width {
		width: 100% !important;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.modal-window{
    position: fixed;
    z-index: 9999;
    background-color: rgba(20, 20, 20, 0.8);
    width: 100vw;
    left: 0;
    height: 100vh;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.race-modal{
    background: white;
    max-width: 800px;
    width: 90%;
    padding: 20px;
    border-radius: 8px;
}

.modal-title{
    font-size: 36px;
    margin-bottom: 24px !important;
}

.race-center-modal-step-1-userlist{
    margin-top: 24px;
}

.race-center-modal-step-1-userlist-user{
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}

.race-center-modal-step-1-userlist-user:hover{
    background-color: blue;
    cursor: pointer;
}

.race-center-modal-step-1-userlist-user:hover div{
    color: white;
}

.race-center-modal-step-3-race{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}

.race-center-modal-step-3-race-partner{
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 30px;
    margin-top: -20px;
}

.race-center-modal-step-3-race-partner-name{
    margin-right: 10px;
    width: 60% !important;
    position: relative;
}

.race-center-modal-step-3-race-name-wrapper{
    display: flex;
}

.race-center-modal-step-3-race-name{
    padding-left: 10px;
}

.nice-select.modal-race-horse-name{
    margin: 0;
    width: 150px;
}

.race-center-modal-step-3-racelist{
    max-height: 50vh;
    overflow: auto;
    padding: 0 10px;
}

.toggleDiv{
    display: none;
}

.race-center-modal-step-3-race-partner-name-results{
    position: absolute;
    top: 40px;
    background: white;
    width: 100%;
    display: none;
}

.race-center-modal-steps{
    display: none;
}
.race-center-modal-steps.active{
    display: block;
}

.race-center-modal-step-reg-userfield-wrapper{
	display: flex;
	align-items: center;
}

.modal-reg-submit-button{
	margin-top: 0;
	margin-left: 10px;
}

.modal-header{
	display: flex;
	justify-content: space-between;
	align-items: flex-start !important;
}

.modal-close-icon{
	width: 40px;
}

.margin-left-items-sm>*:not(:first-child) {
    margin-left: 5px !important;
}

.modal-close-button, .modal-close-button-edit-horses{
	cursor: pointer;
}

.modal-step-3-footer{
	display: flex;
	justify-content: space-between;
	align-items: flex-end !important;
}

.modal-step-3-footer-price-wrapper{
	display: flex;	
	align-items: center;
}

.modal-price-to-pay{
	padding: 0 5px;
}

.dataTables_wrapper {
    overflow-x: auto; /* Engedélyezi a görgetést */
    width: 100%; /* Biztosítja, hogy a táblázat igazodik a konténerhez */
}

input[type="date"]{
	background-color: rgba(114, 159, 193, 0.07);
	color: #7d7586 !important;
	border: 1px solid #00000010 !important;
}

.margin-items-bottom-sm>*:not(:last-child){
	margin-bottom: 10px;
}

.editHorseModalHorsesWrapper{
	margin-bottom: 20px;
}

@media (max-width: 991.98px) {
	.dh-race-center .toggle-menu-btn {
		/* display: none; */
	}
	.dh-race-center .navbar-collapse {
		/* display: none; */
	}
	.dh-race-center .navbar-collapse.show {
		display: block;
	}
}

/* ACCORDION STYLING */

.accordion>div{
	border: 1px solid black;
}

.accordion-button {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: background-color 0.4s ease;
    font-size: 18px;
}

.accordion-button:hover {
    background-color: #ddd;
}

.accordion-button.active {
    background-color: #ccc;
}

.accordion-content{
	display: none;
	overflow: hidden;
}

.accordion-content>div{
    background-color: #f1f1f1;
	margin-top: 10px;
    margin-left: 30px;
	margin-right: 30px;
    align-items: center;
    padding: 15px;
}

.accordion-content.show {
    display: flex;
}

.race-center-modal-step-2-race-partner-name-results {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
.race-center-modal-step-2-horse-name-results {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}
.partner-search-result {
    padding: 5px 10px;
    cursor: pointer;
}
.partner-search-result:hover {
    background: #f0f0f0;
}
.horse-search-result {
    padding: 5px 10px;
    cursor: pointer;
}
.horse-search-result:hover {
    background: #f0f0f0;
}

/*------------------------------*/