* {
	box-sizing: border-box;
}

body, h1,h2, h3, h4, h5, h6, p, div {
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6  {
	font-weight: 900;
	color: #333;
}

body {
	position: relative;
	background-image: url('images/back1.webp');
	background-size: cover;
	background-repeat: no-repeat; 
    background-attachment: fixed;
	margin: 0;
    padding: 0;
}

/* Стилове за input полета */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="date"],
select {
    font-size: 12px;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #81af83;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* При фокусиране на input поле */
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
select:focus {
    border-color: #4CAF50;
    outline: none;
	
	border: 1px dashed #777;
}
#download-pdf {
    display: block;	
}

.id {
    display: none;		
}

label {
    color: #072c09;	
}

/* Стилове за бутон */
.button,
.ts-button,
button {
    background-color: #1f4a21;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    transition: background-color 0.3s ease;
}

/* При задържане на курсора върху бутона */
.button:hover,
.ts-button:hover,
button:hover {
    background-color: #45a049;
}

/* Стилове за селект елемент */
select {
    background-color: #fff; 
    font-size: 12px; 
    padding: 8px  6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* При фокусиране на селект */
select:focus {
    border-color: #777;
    box-shadow: 0 0 5px rgba(0, 128, 0, 0.2);
}

a:hover {
	cursor: pointer;
}

video {
	text-align: left;
	display: block;
	width: fit-content;
	margin: 10px 0 0 36px;
	height: 600px;
}

.total-today {
    display: none;
}
#content {
    display: block;
    width: 100%;
	max-width: 1200px;
    margin: 0 auto;
    text-align: center;
	padding-bottom: 80px;
	min-height: 900px;
}

.tot {
    text-align: right;	
}

.show-total {
	text-align: right;
	width: 100%;
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
}


#desc-shadow {
	position: fixed;
	z-index: 1;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}

.age {
	position: absolute; 
	left: -9999px; 
	overflow:hidden;	
}

#edit-form {
	position: fixed;
	background-image: url(images/back-form.webp);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
	text-align: left;
	height: 460px;
	z-index: 1000;
	padding: 15px 40px;
	border: 2px solid #324c15;
	border-radius: 10px;
}

#edit-form form {
	text-align: left;
}

#edit-form button {
	background: #0b1a0b;
	margin: 20px 0;
	padding: 10px 20px;
	font-size: 16px;
	border: 1px solid #4c644d;		
}

#edit-form button:hover {
	background: #43a948;
	margin: 20px 0;
	padding: 10px 20px;
	font-size: 16px;
}

#edit-form label {
	display: block;
	font-weight: 600;
	font-size: 13px;
	color: #f7fff8;
	padding: 10px 0 3px 0;
	text-align: left;
}

#edit-form span {
	font-weight: 900;
}


#edit-form input,
#edit-form select {
	background: #07260b;
	color: #f7fff8;
	border: 1px solid #4c644d;	
}

#form-errors {
	padding: 20px 30px;
	color: #cc0033;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-shadow: 1px 1px rgba(250,250,250,.3);
	text-align: center;
	width: fit-content;
	margin: 0 auto;
    margin-bottom: 0px;
	margin-bottom: 20px;
}

.form-errors {
	background-color: #fce4e4;
	border: 1px solid #fcc2c3;
	padding: 20px 30px;
	color: #cc0033;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-shadow: 1px 1px rgba(250,250,250,.3);
	text-align: center;
	width: fit-content;
	margin: 0 auto;
    margin-bottom: 0px;
	margin-bottom: 20px;
}

#hide-edit-form {
	position: absolute;
	left: -10px;
	top: -10px;
	background: red;
	color: #f7fff8;
	font-weight: 900;
	padding: 5px 12px 5px 10px;
	border-radius: 50%;
	text-align: center;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	opacity: 0.9;
	cursor: pointer;
}

#uni-url1,
#uni-url {
	color: #f7fff8;
	padding: 5px;
}

#uni-url1:hover,
#uni-url:hover {
	color: #42aa47;
	padding: 5px;
}

#hide-edit-form:hover {
	opacity: 1;
}

#lang-wrap {
	position: relative;
	left: 40px;
}

#lang-wrap:hover {
	cursor: pointer;
}

.admin-lang-icon {
	height: 14px;
}

#chooseLanguage {
	margin: 0;
	border: 1px solid #538a3a;
	padding: 1px;
}
#chooseLanguage:hover {
	opacity: 0.8;
	border: 1px solid #13200d;	
}


#chooseLanguage img {
	height: 20px;
	vertical-align: middle;
}

#languageList {
	position: absolute;
	z-index: 99;
	top: 30px;
	padding: 10px;
	list-style: none;
	width: fit-content;
	border: 1px solid #86d263;
	background: #b3e6b5;
	height: 300px;
	overflow-y: scroll;
}

#languageList li {
	background: #b3e6b5;
	padding: 2px;
	font-size: 14px;
	width: 160px;
}

#languageList li:hover {
	background: #1f4a21;
	color: #fff;
	cursor: pointer;
}

#languageList a {
	color: #333;
	text-decoration: none;
}
#languageList li:hover a {
	color: #fff;
	
}

#gdpr-banner {
	width: 100%;
	right: 0;
	background-color: rgb(44, 126, 49);
	padding: 10px;
	position: fixed;
	bottom: 0;
	color: #f7fff8;
	text-align: center;
	box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
	border-radius: 5px;
	border: 5px solid #396e39;
	z-index: 2;
}

#gdpr-banner a {
	color: #f7fff8;	
}

#gdpr-banner a:hover {
	color: #fff;	
}

#no-accept-gdpr {
	background: #2d8b2d;	
}

#no-accept-gdpr:hover {
	background: #1f4a21;
}


#accept-gdpr{
	background: #1f4a21;
}


#accept-gdpr:hover {
	background: #2d8b2d;	
}

#languageList button {
	padding: 2px 8px;
	background: none;
	color: #333;
	font-size: 14px;
	width: 100px;
	text-align: left;
}

#languageList button:hover {
	color: #fff;	
}

#languageList img {
	height: 20px;
	margin-right: 5px;
}
/* Стилове за скрол бара (само за WebKit браузъри) */
#languageList::-webkit-scrollbar {
	width: 16px; /* Ширина на скрол бара */
}

#languageList::-webkit-scrollbar-thumb {
	background-color: #86d263; /* Цвят на палеца */
	border-radius: 4px; /* Закръглени ъгли */
	border: 1px solid #b3e6b5; /* Рамка около палеца */
}

#languageList::-webkit-scrollbar-thumb:hover {
	background-color: #1f4a21; /* Цвят на палеца при задържане */
}

#languageList::-webkit-scrollbar-track {
	background-color: #e0f3e0; /* Цвят на фона на скрол бара */
	border-radius: 4px; /* Закръглени ъгли */
}

/* Стилове за Firefox */
#languageList {
	scrollbar-color: #86d263 #e0f3e0; /* Цвят на палеца и пистата */
	scrollbar-width: 16px; /* Тънък скрол бар */
}

#cont-right {
	display: inline-block;
	vertical-align: top;
}

.dashboard #cont-right{
	width: 70%;	
}

.dashboard #detiles-form{
    display: block;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #1f4a21;
    width: 93.7%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
}
.dashboard #detiles-form b {
	display: inline-block;	
	font-size: 13px;
}

#detiles-form .checkbox-askiw {
	display: inline-block;
	background: #07260b;
	bottom: 2px;	margin-right: 10px;
}

#detiles-form select,
#detiles-form .input{
	margin-right: 10px;
	display: inline-block;
	width:  fit-content;
	background: #07260b;
    color: #f7fff8;
    border: 1px solid #546654;
}

detiles-form .field-submit {
    padding: 10px;
	width: fit-content;
}

#detiles-form .submit_detiles {
	font-size: 14px;
	line-height: 10px;
}

#detiles-form .cur-glob {
    color: #f7fff8;
}


#detiles-form .submit_detiles:hover {
    background-color: #45a049;
}

#check-availability {
	
}

.embedding {
	width: 100%;
	height: 140px;
	resize: none;
	background: #3e6243;
	color: #f7fff8;
	border: 1px solid #6c8f6d;
	box-shadow: none;
	overflow: hidden;
    padding: 10px;
}
.embedding:focus {
	box-shadow: none;
	
	outline: none;
}

.clock {
	font-size: 1.4rem;
	font-weight: 500;
	font-family: "Bebas Neue", serif;
	color: #333;
	width: 100%;
	text-align: center;
	margin: 40px 0;
	line-height: 40px;
	height:40px;
	letter-spacing: 1px;
}

.hours-clock,
.minutes-clock,
.seconds-clock {
	background: #1f4a21;
	color: #f7fff8;
	padding: 8px;
}

.day-clock {
	background: #1f4a21;
	color: #f7fff8;
	padding: 8px 10px;
}

.email-admin {
	display: inline;
}

#wp {
    font-weight: 600;
    color: #f7fff8;	
}

#wp-integration {
	display: block;
    font-size: 13px;
    margin: 10px 0 3px 0;
    font-weight: 600;
    color: #f7fff8;
}

#wp-integration a {
    color: #85b18a;
}

#wp-integration a:hover {
    color: #aad1af;
}

.wp-integrate {
	background: rgba(0,0,0,0.7);
	padding: 10px;
	margin-top: 10px;
}

#reservations-users,
#url-users {
	padding: 20px 10px;
	margin-top: 10px;
	background: rgba(0,0,0,0.7);
}


#copy-url-btn1,
#url-users #copy-url-btn {
	padding: 3px 8px;
	font-size: 13px;
}

#readme .readme-page {
	text-align: left;	
}

table {
	width: 100%;
	border-collapse: collapse; 
	background-color: #fafafa; 
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); 
	margin: 12px 0; 
}

.single-cort .reservation-table {
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 94%;
}

.single-cort .reservation-table td {
	padding:0 0 0 20px;
	text-align: left;
}

.single-cort .reservation-table .phone,
.single-cort .reservation-table .name {
	width: 130px;
	max-width: 130px;
	word-wrap: break-word;
	overflow: hidden;
}

.single-cort button {
	padding: 10px 20px;
	margin: 5px;
	font-size: 13px;
}

.reservations .date-info {
	width: 100%;
	text-align: center;
	background-color: #a04545;
	padding: 10px;
	color: #f7fff8;
	font-size: 15px;
}

.reservations .tennis-court {
    pointer-events: none;
}

/* Стилове за заглавията на таблицата */
th {
	padding: 12px 20px;
	text-align: left;
	background-color: #1f4a21;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
}

/* Стилове за клетките в таблицата */
td {
	padding: 0;
	border-bottom: 1px solid #6a896b;
	color: #f7fff8;
	border-top: 1px solid #1f3620;
	background: #3e6243;
	font-size: 13px;
}

/* Стилове при задържане на курсора върху реда */
tr:hover {
	background-color: #f9f9f9;
}

/* Стилове за първия ред на таблицата (за да изглежда различно) */
tr:first-child {
	background-color: #f8f8f8;
}

/* Стилове за четни редове */
tr:nth-child(even) {
	background-color: #f9f9f9;
}

/* Стилове за нечетни редове */
tr:nth-child(odd) {
	background-color: #ffffff;
}

/* Стилове за клетки с препоръчителен текст */
td.no-border {
	border: none;
	padding: 0;
}

/* Стилове за таблица при мобилни устройства */
@media (max-width: 768px) {
	table {
		font-size: 14px;
	}
	
	th, td {
		padding: 8px 10px;
	}
}

#admin-form {
	position: relative;
	width: 300px;
	height: 100%;
}

#admin-form .admin_section{
	position: relative;
	
}

#admin-form .toggle_buts {
	position: relative;
	width: 100%;
	margin-top:1px;
	padding: 5px;
	font-size: 13px;
	font-weight: 600;
	background: #3e6243;
	color: #f7fff8;
	border: 1px solid #6c8f6d;
	cursor: pointer;
	height: 100%;
	line-height: 17px;
	transition: background-color 0.3s;
}

#admin-form .toggle_buts.clicked,
#admin-form .toggle_buts:hover {
	background-color: #45804d;
}

#admin-form .toggle_buts i {
	position: absolute;
	right: 10px;
	line-height: 17px;
}

#admin-form .left-detiles {
	position: absolute;
	border: 1px solid #304831;
	left: 248px;
	top: 0;
	z-index: 222;
	width: 250px;
	background: #072208;
	padding: 10px;
}

form b,
#admin-form b {
	
	display: block;
	font-size: 13px;
	margin: 10px 0 3px 0;
	font-weight: 600;
	color: #fff;
}

form {
	display: inline-block;
	margin: 0 auto;
	text-align:center;
	
}

.readonly {
	border: none !important;
	outline: 0;
	box-shadow: none;
	color: #f7fff8;
	background: none !important;
	padding: 8px 0 !important;
	font-size: 16px;
	font-weight: bold;
}


.new-reservation {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 46%;
}

.one-hour {
	display: block;
}

/* Кортове Съотношение за мащабиране */
.corts, .menu-left {
	display: block;
}

.menu-cort {
	width: 100%;
	margin: 0 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background: #3e6243;
}
.menu-cort b {
	color: #f7fff8;
}

.form-player {
	padding: 0 20px 20px 20px;
	height: 400px;
}

.corts h2 {
	padding: 12px;
	color: #f7fff8;
	font-weight: 500;
	font-size: 17px;
	background-color: #1f4a21;
	
	margin: 0;
	text-align: center;
}


.corts .top-h2 {
	margin: 0;
	background: none;
	color: #333;
	font-size: 40px;
	font-weight: 900;	
}

.all-corts h3 {
	padding: 20px 12px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	text-decoration: none;
	margin: 0;
	border: 0;
	letter-spacing: 1px;
	width: 100%;
	z-index: 99999999999999;
	position: relative;
	text-align: center;
}

.all-corts img{
    position: absolute;
    z-index: 19;
    width: 80px;
    left: 40px;
    top: 5px;
}

.all-corts .field_detiles {	display: none;
	position: absolute;
	z-index: 22;
	top: 0;
	width: 100%;
	height: 100%;
	color: #f7fff8;
	padding: 60px 30px;
	font-size: 13px;
	text-align: left;
	background-color: rgba(3, 17, 1, 0.86);
}

.all-corts .corts_fields {
	display: block;
	position: relative;
	z-index: 19;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	
}
.all-corts i {
	position: absolute;
	z-index:30;
	color: #f7fff8;
	font-size: 22px;
	margin: 5px;
	background: #405741;
	cursor: pointer;
	border-radius: 50%;
	width: 30px;
	height: 30px;
    line-height: 30px;
	border: 1px solid #333;
}

.all-corts i:hover {
	background-color: #75a877;	
}

.menu-left {
	padding: 0 20px 20px 20px;
	margin: 0 10px 0 20px;
	background: #072208;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.3);
	text-align: left;
	color: #333;
	border: 1px solid #81af83;
}

.menu-left #public-key {
	display: block;
	color: #f7fff8;
	background: #3e6243;
	padding: 5px;
	margin-top: 5px;
}

.menu-left select,
.menu-left input {
	background: #3e6243;
	color: #f7fff8;
	border: 1px solid #6c8f6d;
}



.new-reservation select,
.new-reservation input {
	background: #07260b;
	color: #f7fff8;
	border: 1px solid #6c8f6d;
}

.menu-left h2 {
	color: #f7fff8;
	background: #3e6243;
	padding: 10px;
}

.menu-left .ts-button {
	width: 100%;
	line-height: 20px;
	font-size: 11px;
	background: #428a4c;
	border: 1px solid #2b482c;
}
.menu-left .ts-button:hover {
	background: #4ab54d;
}

.user-page h2,
.user-page .page-title {
	border-bottom: 1px dashed #1d3514;
	padding: 0 0 25px 0;
	color: #072208;
	margin: 20px 0 0 0;
}
.user-page .user-phone {
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
	background: #072208;
	border-radius: 4px;
	width: fit-content;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
}

.user-page .tennis-court:hover {
	background-color: #3e6243;	
}

.user-page .tennis-court:hover .center-line,
.user-page .tennis-court:hover .service-line,
.user-page .tennis-court:hover .baseline,
.user-page .tennis-court:hover .singles-sideline,
.user-page .tennis-court:hover .doubles-sideline,
.user-page .tennis-court:hover .net-line {
	background-color: #628164;	
}

.all-fields {
	font-weight: 900;
	text-decoration: none;
}

.page-title {
	font-weight: 900;
	font-size: 50px;
	color: #333;
}

:root {
	--scale: 11; /* Намален мащаб */
}

/* Основен стил за тенис корта */
.tennis-court {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(10.97* var(--scale)* 1px);
	height: calc(23.77* var(--scale)* 1px);
	background-color: #3e6243;
	text-decoration: none;
	box-sizing: unset;
	margin-left: 0;
	z-index: 2;
}

.tennis-court:hover {
	background-color: #368539;
	color: #FFFFFF;
}

.tennis-court:hover .center-line,
.tennis-court:hover .service-line,
.tennis-court:hover .baseline,
.tennis-court:hover .singles-sideline,
.tennis-court:hover .doubles-sideline,
.tennis-court:hover .net-line {
	background-color: #f7fff8;	
}

.tot-show {
	width: 100%;
	line-height: 40px;
	font-size: 14px;
}

.working-hours {
	font-size: 18px;
	font-weight: bold;
	color: #314a28;
	text-align: center;
	padding: 10px 20px;
}

.working-hours span {
	font-size: 22px;
}

.net-line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #628164;
	transform: translateY(-50%);
}

.singles-sideline, .doubles-sideline {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #628164;
}

.singles-sideline.left { left: calc(1.37 * var(--scale) * 1px); }
.singles-sideline.right { right: calc(1.37 * var(--scale) * 1px); }
.doubles-sideline.left { left: 0; }
.doubles-sideline.right { right: 0; }

.baseline {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #628164;
}

.baseline.top { top: 0; }
.baseline.bottom { bottom: 0; }

.service-line {
	position: absolute;
	width: calc(8.23 * var(--scale) * 1px);
	height: 2px;
	background-color: #628164;
	left: 50%;
	transform: translateX(-50%);
}

.service-line.top { top: calc(5.49 * var(--scale) * 1px); }
.service-line.bottom { bottom: calc(5.49 * var(--scale) * 1px); }

.center-line {
	position: absolute;
	top: calc(5.49 * var(--scale) * 1px);
	bottom: calc(5.49 * var(--scale) * 1px);
	left: 50%;
	width: 2px;
	background-color: #628164;
	transform: translateX(-50%);
}


.ball {
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #c4c441;
	border-radius: 50%;
	top: 50%;
	left: 0;
	animation: moveBall 6s ease-in-out infinite;
}

@keyframes moveBall {
	0% {
		left: 0;
		top: 10%;
	}
	25% {
		left: 70%;
		top: 70%;
	}
	50% {
		left: 60%;
		top: 10%;
	}
	75% {
		left: 50%;
		top: 70%;
	}
	100% {
		left: 0;
		top: 10%;
	}
}


.time-slot {
	display: inline-block;
	padding: 4px;
	background-color: #1f4a21;
	font-family: Open Sans, sans-serif;
	font-size: 13px;
	text-align: center;
	width: 80px;
}

.time-container {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-top: 40px;
}

.single-cort {
	margin: 20px 0 40px 0;
	padding-bottom: 40px;
	text-align: center;
}

.date-cell {
	border: 1px dashed #888;
	margin: 1px;
}

/* calendar */
.calendar {
	position: relative;
	right: 9px;
	display: inline-block;
	vertical-align: top;
	width: 46%;
	background: #3e6243;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	height: 444px;
}

.calendar-dashboard {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

.calendar-users  .disabled {
	background: #74866e;
	pointer-events: none;
}

.calendar-users {
	margin: 0 auto;
	margin-bottom: 20px;	
}

#show-calendar, .check-date {
	display: block;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 20px;
	font-size: 16px;
}

.calendar-rp {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
    width: fit-content;
    height: 330px;
    z-index: 9;
	background: #1a291c;
}
.calendar-rp .header {
	background-color: #1a291c;
}

.cal-cont {
	position: relative;
	display: inline-block;
	height: 12px;
}

.calendar-rp .days {
	padding: 0;
}

#cal-rp {
    display: inline-block;
    position: relative;
    width: 130px;
    cursor: pointer;
    text-align: right;
    border: 1px solid #437744;
    padding: 8px;
    border-radius: 5px;
    vertical-align: middle;
	background: #3e6243;
	font-size: 14px;
}

#cal-rp:hover {
	background: #45a049;	
}

.cal-cont .fa-angle-down {
	position: absolute;
    z-index: 2;
    top: 2px;
    left: 12px;
    font-size: 13px;pointer-events: none;
}

#cal-rp .fa-calendar {
	padding-right: 5px;
}

.del-but {
	background: #a04545;
}

.rp-table .first-el {
	width: 160px;
}
.rp-table .sec-el {
	width: 80px;
	font-size: 20px;
}


.rp-table .green {
	background-color: #45a049;
}
.rp-table .red {
	width: 60px;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4px;
	background-color: #1f4a21;
	color: #fff;
	font-weight: 500;
}

.terms,
.privacy {
	padding: 20px;
}

.terms h1,
.terms h2,
.privacy h1,
.privacy h2 {
	text-align: left;
	padding: 10px 0 0 0;
}

body .terms p,
body .privacy p {
	line-height: 22px;
	font-size: 16px;
	text-align: left;
}

.calendar button {
	font-weight: 500;
	color: #fff;
}
.header button {
	background: none;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.header button:hover {
	text-shadow: 0 0 5px white;
}

#monthYear {
	font-weight: bold;
}

.years {
	font-weight: 900;
	padding: 10px 20px;
	background-color: #0a280b;
	color: #f7fff8;
	width: fit-content;
	margin: 0 auto;
	border-radius: 5px;
}

.years i {
	position: absolute;
	left: -25px;
	top: -25px;
	color: #477145;
	font-size: 120px;
}
.days, .dates {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	
	padding: 0 0 47px;
}

.days div {
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0;
	background-color: #a04545;
	color: #f7fff8;
}

.dates div {
	padding: 10px;
	cursor: pointer;
	color: #f7fff8;
}

.dates div:hover {
	background-color: #4CAF50;
	color: white;
}

.dates .today {
	background-color: #4CAF50;
	color: white;
	font-weight: bold;
}

.all-corts{
	position: relative;
	display: inline-block;
	min-height: 300px;
	vertical-align: top;
	margin: 0 auto;
	padding: 0;
	margin: 2px 0;
	background: #072208;
	border: 1px solid #81af83;
}

.today-courts {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	margin-left: 130px;
	width: 250px;
}

.today-courts table {
	min-height: 261px;
	margin: 19px 0 20px 10px;
	width: 216px;
}

.today-courts td {
	padding: 4px 15px;
}
/****************************************
	* Checkbox  
*****************************************/

.checkbox-askiw input[type=checkbox] {
	visibility: hidden;
}

.checkbox-askiw {
	position: relative;
	width: 80px;
	height: 26px;
	background: #3e6243;
	border-radius: 50px;
}

.checkbox-askiw:after {
	position: absolute;
	right: 10px;
	z-index: 0;
	content: 'OFF';
	font: 12px/26px Arial, sans-serif;
	color: #f7fff8;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.checkbox-askiw:before {
	position: absolute;
	left: 10px;
	z-index: 0;
	content: 'ON';
	font: 12px/26px Arial, sans-serif;
	color: #67d16b;
	font-weight: bold;
}

.checkbox-askiw label {
	position: absolute;
	top: 3px;
	left: 3px;
	display: block;
	width: 34px;
	height: 20px;
	border-radius: 50px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	z-index: 1;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #AFAFAF;
	background: rgb(235,234,234);
	background: linear-gradient(0deg, rgba(235,234,234,1) 45%, rgba(189,193,195,1) 85%);
}

.checkbox-askiw input[type=checkbox]:checked + label {
	left: 43px;
}


#rp-form {
	width: 100%;
	display: inline-block;
    margin: 0 auto;
    text-align: center;
}

#rp-form .button {
	background: #45a049;
	position: relative;
    left: 5px;
    padding: 8px;
    vertical-align: middle;
}

#rp-form .button:hover {
	background: #229f33a1;
}

#rp-form h2 {
    text-align: center;
    color: #eee;
    margin: 0;
    background: #07260e;
    font-size: 16px;
    padding: 5px 0 8px 0;
	margin-bottom: 5px;
}

.th-reservation {
	padding: 0 0 5px 0;	
}

#rp-form b,
#rp-form p {
	margin: 0;
	font-size: 13px;
	line-height: 18px;
}

.rp-table {
    display: inline-block;
    margin: 0;
    text-align: center;
	width: 19.7%;
	vertical-align: top;
	border: 1px solid #437744;
}

.rp-table td {
    line-height: 30px;
	padding: 5px;
}

.rp-table th {
    text-align: center;
}

.rp-table th,
.rp-table td {
	border: 0;
}

.rp-table .askiw-checkbox-1 {
	margin: 0 auto;
}

#user-rf {
    margin: 0;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

#user-rf .user-phone {
	font-weight: 900;
    background: #122e13;
    font-size: 18px;
    text-align: center;
}

#user-rf input {
    width: 150px;
}

#user-rf th {
	
}

#members .reservation-table {
	text-align: left;
}

#members .reservation-table td {
	padding: 5px 10px;
	font-size: 13px;
}
#members .reservation-table th {
	padding:  5px 10px;
	font-size: 14px;
}

/* Основни стилове за навигацията */
nav {
	background: linear-gradient(45deg, rgb(9 58 11), rgb(105 183 108 / 86%));
	padding: 30px; /* Вътрешни отстояния */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Малка сянка */
}

nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: fit-content;
}

#top-navigation ul .menu {
	text-decoration: none; /* Премахване на подчертаването */
	color: #fff; /* Бял текст */
	font-weight: bold; /* Удебелен текст */
	padding: 10px 20px; /* Вътрешни отстояния */
	border-radius: 5px; /* Заоблени ъгли */
	transition: background-color 0.3s ease, color 0.3s ease; /* Гладък преход */
}

nav ul .menu:hover {
	background-color: #0c360e; /* Сив фон при задържане */
	color: #96db99; /* Златист текст при задържане */
}

nav ul a li {
	display: inline; /* Уверете се, че всеки <li> е в линия */
}

#top-navigation {
	position: relative;
}

header {
	position: relative;
	margin: 0;
	padding: 0;
}

#invoice {
	padding: 20px;
	width: 100%;
	margin: 0 auto;
	max-width: 740px;
	font-family: sans-serif;
	background-color: white;
	color: black;
	position: static !important;
	box-shadow: none;
}

.page-info {
	display: block;
	margin: 20px 40px 0 0px;
}

.page-info button {
	margin: 5px 5px 5px 2px;
	border-radius: 0;
}

.page-info div {
	display: inline-block;
	text-align: left;
	width: 94%;
}

.h2-actions {
	font-size: 22px;
	font-weight: 900;
}

.h1-message {
	margin-top: 10%;
	font-size: 3vw;
	font-weight: 900;
	text-align: center;
}

.err {
	text-align: center;
	width: 100%;
	padding: 20px;
	color: red;
}

#downloadPdf {
	display: block;	
	margin: 20px 0 0 0;
}

#register-form {
	background: rgb(109 155 112 / 51%);
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 400px;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	margin-top: 20px;
}

.site-form {
	background: rgb(109 155 112 / 51%);
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 400px;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	margin-top: 20px;	
}

.site-form a,
#register-form a {
	display: block;
	padding: 8px 0;
	font-size: 14px;
	color: #0a200a;
}

.site-form h2,
#register-form h2 {
	margin: 0 0 20px;
	font-size: 24px;
	color: #333;
	text-align: center;
}

.site-form, label
#register-form label {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	color: #072c09;
}

.site-form select,
.site-form textarea,
.site-form input,
#register-form textarea,
#register-form input {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 13px;
	background: #f3fff3;
}

.site-form select:focus,
.site-form textarea:focus,
.site-form input:focus,
#register-form textarea:focus,
#register-form input:focus {
	border: 1px solid #4CAF50;
	outline: none;
	box-shadow: 0 0 4px rgb(37 98 40 / 72%);
}

.site-form button,
#register-form button {
	width: 100%;
	padding: 10px;
	background-color: #007bff;
	border: none;
	border-radius: 4px;
	color: white;
	font-size: 16px;
	cursor: pointer;
	background: linear-gradient(45deg, rgb(9 58 11), rgb(75 122 77 / 86%));
}

.site-form button:hover,
#register-form button:hover {
	background-color: #0056b3;
}


#site-form .note,
#register-form .note {
	font-size: 12px;
	color: #777;
	text-align: center;
}

.user-message {
	width: 100%;
	text-align: center;
	font-size: 2vw;
	font-weight: bold;
	margin-top: 20%;
}

.send-p .user-message {
	margin-top: 20%;
}

.animated-text {
	display: flex;
	justify-content: left;
	align-items: center;
	color: #333;
}

.animated-text span {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeIn 0.5s forwards;
}

.animated-icon {
	opacity: 0;
	transform: scale(0);
	margin-left: 10px;
	color: #28a745;
	font-size: 1.5rem;
	animation: iconFadeIn 0.5s forwards;
	animation-delay: 2s;
}

@keyframes fadeIn {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes iconFadeIn {
	to {
		opacity: 1;
		transform: scale(1);
	}
}

.statistic-page {
	background: #abdda7;
	padding: 15px 40px 40px 40px;
	margin: 20px;
	border-radius: 10PX;
}

.statistic-page #st-form {
	display: block;
	padding-left: 60px;
	background: rgb(109 155 112 / 51%);
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 400px;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	margin: 10px 0 20px 0;
}

.statistic-page #st-form button {
	display: none;
	margin: 20px 0;
}

.statistic-page #st-form label {
	display: block;
	padding: 10px 0 2px 0;
	font-size: 14px;
	color: #333;
}

.home-text {
	display: block;
	margin-bottom: 30px;
	
}

.home .home-video {
	display: flex;
	justify-content: left;
	align-items: center;
	color: #333;
	font-weight: 900;
	font-size: 50px;
	padding: 0 0 0px 40px; 
	margin: 0;
}

.home-text h1 {
	font-weight: 900;
	font-size: 50px;
	padding: 40px 0 0px 40px;
}

.home-checks {
	display: inline-block;
	text-align: left;
	padding: 0 40px;
	margin: 0 auto;
	width: 100%;
	
}

.home-checks p {
	display: none;
	position: absolute;
	z-index: 2;
	background: rgba(13, 30, 17, 0.9);
	color: #fff;
	top: 20px;
	left: 100%;
	width: 250px;
	border-radius: 5px;
	padding: 10px 16px;
	line-height: 17px;
	font-size: 14px;
}

.home-checks i:hover {
	cursor: pointer;
}

.home-checks i {
	font-weight: 900;
	color: #15a515;
	font-size: 18px;
}
.home-checks .fa-circle-question {
	color: #213822;
}

.home-checks h2 {
	display: inline-block;
	position: relative;
	font-size: 18px;
	margin: 10px 0;
	color: #333;
	font-weight: 300;
}

.home-checks-img {
	display: inline-block;
	vertical-align: sub;
	width: 25px;
	margin-right: 10px;
}

.home-soft-img {
	display: block;
	width: 100%;
}

.home iframe {
	display: inline-block;
	text-align: left;
}

.h2 {
	position: relative;
	width: fit-content;
}

.home-checks .h2 i:hover + p {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.try-free {
	display: block;
	margin:  40px;
	width: fit-content;
	padding: 20px;
	font-size: 20px;
	font-weight: 900;
}

.section-pricing {
	color: #7a90ff;
	padding: 2em 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pl-title {
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: 900;
}

.pricing-item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}
.pricing-action {
	color: inherit;
	border: none;
	background: none;
}
.pricing-action:focus {
	outline: none;
}

.pricing-feature-list {
	text-align: left;
}

.pricing-palden .pricing-item {
	font-family: "Open Sans", sans-serif;
	cursor: default;
	color: #84697c;
	background: #fff;
	box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
	border-radius: 20px 20px 10px 10px;
	margin: 1em;
	transform: scale(1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;  
}
.pricing-palden .pricing-item:hover {
	transform: scale(1.1);  
}

@media screen and (min-width: 66.25em) {
	
	.pricing-palden .pricing__item--featured {
		margin: 0;
		z-index: 10;
		box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
	}
}
.pricing-palden .pricing-deco {
	border-radius: 10px 10px 0 0;
	background: #1f4a21;
	padding: 4em 0 9em;
	position: relative;
}
.pricing-palden .pricing-deco-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
}
.pricing-palden .pricing-title {
	font-size: 1em;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
	padding: 10px 10px 30px 10px;
}
.pricing-palden .deco-layer {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
	-webkit-transform: translate3d(15px, 0, 0);
	transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
	-webkit-transform: translate3d(-15px, 0, 0);
	transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
	font-size: 2.5em;
}
.pricing-palden .pricing-price {
	font-size: 50px;
	font-weight: bold;
	padding: 0;
	color: #fff;
	margin: 0 0 0.25em 0;
	line-height: 0.75;
}
.pricing-palden .pricing-currency {
	font-size: 30px;
	vertical-align: top;
}
.pricing-palden .pricing-period {
	font-size: 13px;
	padding: 0 0 0 0.5em;
	font-style: italic;
}
.pricing-palden .pricing__sentence {
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: center;
	bottom: 30px;
	position: relative;
	z-index: 99999999999999999;
	background: #fff;
}
.pricing-palden .pricing-feature {
	padding: 10px 50px;
	text-align: left;
	font-size: 15px;
}

.pricing-palden .pricing-feature i {
	color: #ea7171;
}

.pricing-palden .pricing-action {
	font-weight: bold;
	margin: auto 3em 2em 3em;
	padding: 1em 2em;
	color: #fff;
	border-radius: 4px;
	background: #1f4a21;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
	background-color: #45a049;
}

.pricing-palden .pricing-item--featured .pricing-deco {
	padding: 5em 0 8.885em 0;
}

footer {
	width: 100%;
	text-align: center;
	color: #fff;
	text-align: center;
	position: relative;
	bottom: 0;
}

#footer {
	position: relative;
	background: linear-gradient(45deg, rgb(6, 26, 7), rgba(48, 83, 41, 0.86));
	color: white;
	text-align: center;
	padding: 120px 20px 0 20px;
	position: relative;
	z-index: 1;
	clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
	border: 0;
	border-bottom: 1px solid #213317;
	z-index: 2;
}

.transperant-image {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('images/transparent.webp');
	width: 100%;
	height: 100%;
	z-index: 1;
}

.all-rights {
	background: linear-gradient(45deg, rgb(39, 70, 40), rgba(2, 24, 2, 0.86));	
	padding: 40px 20px;
	margin: 0;
	border-top: 1px solid #486637;
	font-size: 15px;
}

.footer {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 20px;
	color: #f7fff8;
	vertical-align: top;
	height: 300px;
	width: 300px;
	margin: 0 20px 20px 20px;
	text-align: center;
	border-right: 1px solid #698064;
}

.footer h2,
.footer p,
.footer a {
	display: block;
	text-align: left;
	color: #f7fff8;
	text-decoration:none;
	line-height: 20px;
}


.footer p,
.footer a {
	font-size: 15px;
}
.footer a {
	position: relative;
	text-decoration: none;
	color: #f7fff8;
	width: fit-content;
	padding-bottom: 5px; /* Добавяме малка празнина под текста за чертата */
}

/* Черта, която се появява при ховър */
.footer a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #99d776;
	transition: width 0.3s ease-in-out; /* Плавен преход */
}

/* Когато линкът е на ховър, чертата се разширява */
.footer a:hover::before {
	width: 100%;
}
.pay-message {
	background: #a04545;
	padding: 20px;
	text-align: left;
	color: #f7fff8;
	font-weight: 500;
	border-radius: 6px;
	line-height: 20px;
}

.pay-message i {
	font-size: 20px;
	font-weight: 900;	
}

.pay-message a:visited {
	color: #f7fff8;
}

.message-ok{
	background-color: #51ae4d7a;
	border: 1px solid #5b9745;
	padding: 20px 30px;
	color: #124a30;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-shadow: 1px 1px rgba(250,250,250,.3);
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	margin-top: 200px;
}


.free {
	background: green;
}

.busy {
	background: red;
}

/****************************************
	* Checkbox Checkbox https://askiw.com/how-to-style-a-checkbox-using-css/
*****************************************/

.askiw-checkbox-1 input[type=checkbox] {
	visibility: hidden;
}

.askiw-checkbox-1 {
	width: 28px;
	height: 28px;
	background: #fcfff4;
	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin: 8px 0 20px 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	position: relative;
}

.askiw-checkbox-1 label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 4px;
	top: 4px;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.askiw-checkbox-1 label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: #DFFF00;
	background: -webkit-linear-gradient(top, #DFFF00 0%, #008282 100%);
	background: -moz-linear-gradient(top, #DFFF00 0%, #008282 100%);
	background: -o-linear-gradient(top, #DFFF00 0%, #008282 100%);
	background: -ms-linear-gradient(top, #DFFF00 0%, #008282 100%);
	background: linear-gradient(top, #DFFF00 0%, #008282 100%);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: 2px;
	left: 2px;
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.askiw-checkbox-1 label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.askiw-checkbox-1 input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.agreen-label {
	display: block;
	margin-bottom: 4px;
	font-size: 14px;
	color: #072c09;	
}

#register-form .agreen-label a {
	display: inline;
}

#antispam {
	position: fixed;
	background-image: url(images/back-form.webp);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 415px;
	text-align: left;
	height: 440px;
	z-index: 1000;
	padding: 5px;
	border: 2px solid #324c15;
	border-radius: 10px;
}

.grid-img {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0px;
}
.grid-img img {
	width: 100px;
	height: 100px;
	border: 2px solid transparent;
	cursor: pointer;
}
.grid-img input[type="checkbox"] {
	display: none;
}
.grid-img input[type="checkbox"]:checked + img {
	border: 2px solid green;
	opacity: 0.2;
}
#antispam b {
	display: block;
	color: #f7fff8;
	padding: 10px;
	width: 100%;
	text-align: center;
}
.antispam-but {
	background: #247527;
	margin-top: 6px;
	font-weight: 900;
}
.antispam-but:hover {
	background: #45a049;
}
/* Стил за модалния прозорец */
.modal {
	display: none; /* Скрито по подразбиране */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Прозрачен фон */
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

/* Стил за съдържанието на модалния прозорец */
.modal-content {
	background-color: white;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	font-size: 18px;
}

/* Стил за бутона на модалния прозорец */
.modal button {
	padding: 10px 20px;
	background-color: #1f4a21;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.modal button:hover {
	background-color: #468c49;
}

.suggestions-box {
	display: none;
	border: 1px solid #041e08;
	max-height: fit-content;
	overflow-y: auto;
	position: absolute;
	background: #26542c;
	z-index: 10;
	padding: 5px;
	color: #f7fff8;
	font-size: 12px;
	line-height: 10px;
}
.suggestions-box div {
	padding: 5px;
	cursor: pointer;
}
.suggestions-box div:hover {
	background-color: #3e8f49;
}

#backToTop {
	position: fixed;
	bottom: 15px;
	right: 20px;
	padding: 12px;
	background-color: #0a320c;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	display: none;
	font-size: 16px;
	z-index: 9999;
}

#backToTop i {
	font-size: 20px;
}

#backToTop:hover {
	background-color: #072208;
	cursor: pointer;
}

@media (max-width: 968px) {
	.new-reservation, #admin-form, .menu-left, #cont-right  {
		width: 100% !important;
		display: inline-block !important;
		margin: 0 auto !important;
		height: auto !important;
		margin-bottom: 10px !important;
		box-sizing: border-box;
	}
	.calendar{
		width: 100% !important;
		margin: 0 auto !important;
		height: auto !important;
		margin-bottom: 10px !important;
		box-sizing: border-box;
	}
	
	.all-corts{
		display: inline-block !important;
		height: auto !important;
		box-sizing: border-box;	
	}
	
	#content {
		padding: 10px;
	}
	
	.menu-cort {
		margin: 0;
	}
	
	nav ul {
		display: block;
		text-align: left;
		margin: 0;
	}
	
	nav ul li {
		height: 30px;
	}
	
	.reservation-table {
		width: 100%;
		overflow-x: auto;
		display: block;
	}
	
	#edit-form {
		width: 400px;
	}
	
	.page-title {
		font-size: 25px;
		text-align: center;
		padding: 5px;
	}
	
	#lang-wrap {
		left: 20px;
	}
	
	#chooseLanguage {
		border: none;	
	}
	
	#chooseLanguage:hover,
	#chooseLanguage:focus {
		border: none;	
	}
	
	.home-text h1 {
		font-size: 6vw;
		padding: 0;
		text-align: left;
	}
	
	.h2 h2 {
		font-size: 13px;
	}
	
	.home-checks i {
		display:none;
		padding: 0;
	}
	
	.home-checks {
		padding: 0;
	}
	
	.try-free {
		margin: 20px 0 0 0;
	}
	
	#top-navigation {
		padding: 20px 10px;
	}
	
	video {
		width: 320px;
		height: 200px;
		margin: 0;
	}
	
	.home .home-video {
		display: block;
		font-size: 30px;
		padding: 0;
		margin: 0;
		text-align: left;
	}
	
	.rp-table {
	    width: 150px;
	}
	
	.cal-cont .calendar{
	    width: fit-content !important;
		margin-top: 20px !important;
	}
	
	#user-rf input,
	#user-rf #cal-rp,
	#user-rf .button {
	position: static;
	    display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
		text-align: center;
	}
 
	#user-rf .fa-angle-down{
	    display: none;
	}
}














/* Основен стил за скриване на алерта */
.hidden {
    display: none !important;
}

/* Фон на алерта (заден слой) */
#alert-reservation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Полупрозрачен фон */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Поставя се над всички елементи */
}

/* Контейнер за съдържанието на алерта */
.alert-reservation-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease; /* Анимация за плавна поява */
}

/* Анимация за плавна поява */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
	}
    to {
        opacity: 1;
        transform: scale(1);
	}
}

/* Стил за бутона */
#alert-reservation-close {
    margin-top: 10px;
    padding: 10px 20px;
    background: #45a049; /* Зелен цвят */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

#alert-reservation-close:hover {
    background: #39793a;
}
