#tab-dashboard .recap-list {
	margin-top: 0px !important;
}
.ptcz-tab-pane h3 {
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}
.ptcz-tabs-layout {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 50px;
}

/* Menu – 100% šířky */
.ptcz-tabs-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 35px; /* mezera mezi skupinou tlačítek a logout */
}

.ptcz-tabs-nav .ptcz-tab-link {
  color: #1C1C2E !important; 
  text-align: center;
  padding: 20px 20px;
  border: 1px solid #6B6B6B1F;
  background: #fff;
  border-radius: 16px;
  cursor: pointer;
  transition: all .15s ease;
  font-weight: 600;
  font-size: 16px;
  width: 190px; /* fixní min. šířka */
  flex-shrink: 0; /* nezužuje se */
}

.ptcz-tabs-nav .ptcz-tab-link:hover {
  background: #58C2F4;
  color: #fff !important;
  border: 1px solid #58C2F4;
}

.ptcz-tabs-nav .ptcz-tab-link.active,
.ptcz-tabs-nav .ptcz-tab-link:focus {
  background: #58C2F4;
  color: #fff !important;
  border: 1px solid #58C2F4 !important;
}

/* Logout úplně vpravo */
#affiliate-logout {
  margin-left: auto;
}

/* Obsah – default 50 %, od tabletu níže 100 % */
.ptcz-tabs-content {
  width: 50%;
  min-width: 0;
}

.ptcz-tab-pane {
  display: none;
}

.ptcz-tab-pane.active {
  display: block;
}

/* Tablet a níže – obsah na 100 % */
@media (max-width: 1023px) {
  .ptcz-tabs-content {
    width: 100%;
  }
}

/* Mobil: 2 sloupce, všechna tlačítka stejně široká */
@media (max-width: 991px) {
  .ptcz-tabs-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ptcz-tabs-nav .ptcz-tab-link {
    width: 100%;
    text-align: center;
  }
}


@media(max-width:600px) {
.ptcz-tab-pane h3 {
	margin-top: 15px !important;
	margin-bottom: 10px !important;
}	
#affiliate-response .recap-list li {
    padding: 10px 0 !important;
    display: block !important;
}
#affiliate-response .recap-list strong {
  display: block !important;
  min-width:inherit !important;
}	
.responsive-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.responsive-table table {
  min-width: 600px;
  width: 100%;
  border-collapse: collapse;
}	
}



.copy-code-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}

.alert-warning {
	margin-top: 15px;
	background:#fef3c7;
	border:2px solid #f59e0b;
	padding:15px;
	border-radius:8px;
	margin-bottom:20px;
	font-weight: bold;	
}
.alert-danger {
	margin-top: 15px;
	background:#fef3c7;
	border:2px solid #f59e0b;
	padding:15px;
	border-radius:8px;
	margin-bottom:20px;
	font-weight: bold;	
}

.copy-code-wrap code {
  background: #f2f2f2;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 14px;
}

.copy-btn {
  border: none;
  background: none;
  font-size: 16px;
  color: #007bff;
  cursor: pointer;
  padding: 2px;
}

.copy-tooltip {
  position: absolute;
  top: -32px;
  left: 0;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 16px;;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 10;
}

.copy-code-wrap.show-tooltip .copy-tooltip {
  opacity: 1;
}


#affiliate-response, #affiliate-login-form {
	margin-top: 30px;
}
@media(max-width:991px) {
	#affiliate-response .ptcz-right {
		order:1;
	}
	#affiliate-response .ptcz-left {
		order:2;
	}	
}
.uzke {
	max-width: 600px !important;
	margin: 0 auto;
}
#affiliate-form {
	margin-top: 50px;
}
#affiliate-response p {
	margin-bottom: 0;
}
#affiliate-response table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
	margin-top: 16px;
}

#affiliate-response table thead {
  background-color: #58c2f4;
  color: #fff;
}

#affiliate-response table thead th {
  padding: 10px 16px;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

#affiliate-response table tbody td {
  padding: 14px 16px;
  border-top: 1px solid #eee;
  font-size: 15px;
  color: #333;
}

#affiliate-response table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

#affiliate-response table tbody tr:hover {
  background-color: #eefaff;
}

.payout {
    background: #1c262f;
    color: #fff;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px !important;	
}
.payout2 {
    background: #58c2f4;
    color: #fff;
    display: inline-block;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 40px !important;	
}

.notice {
    display: block;
    width: 100%;
    clear: both;
    background: #58c2f4;
    color: #fff;
    padding: 10px 15px;
    border-radius: 16px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.home .top_panel {
            position: fixed !important;
            top: 0;
            width: 100%;
            transform: translateY(0); /* Výchozí stav: viditelný */
            transition: transform 0.5s ease;
            z-index: 1000;
}

.home .top_panel.at-top {
            transform: translateY(0) !important; /* Viditelný stav */
        }

.home .top_panel:not(.visible) {
            transform: translateY(-100%); /* Skrytý stav */
        }

.home .top_panel.visible {
    transform: translateY(0);
	transition: transform 0.5s ease;
}

.home .top_panel:not(.at-top) {
      background-color: #161c23 !important;
}

label[for="samolepky"] .info-button {
	float: none !important;
}

#ride-form {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

#ride-form .form-group {
    display: flex;
    flex-direction: column;
	position: relative;
}

#ride-form input[type="text"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background-color: white;
	height: 50px;
	padding-left: 35px;
}
#submit {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    height: 50px;
    line-height: 25px;
}
#submit:hover {
	background: #263039;
	border-color: #263039;
	color: #fff;
}

.select_container:after {display: none !important;}

.dayContainer {
	display: block;
}

#ride-form .form-group:before {
    position: absolute;
    top: 10px;
    left: 15px;
	color: #263039;
	z-index: 2;
}

@media (max-width: 1000px) {
    #ride-form {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    #ride-form {
        grid-template-columns: 1fr;
    }
}

/* Skrytí šipek u select boxů */
.flatpickr select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #3147FF;
    border-color: #3147FF;
}


.scheme_default .sc_button_default:hover {
	background: none !important;
}
.widget_contacts .contacts_info .contacts_right>*+* {
    margin-top: 5px !important;
}

.page_content_wrap {
    padding-top: 6.1rem;
    padding-bottom: 6.1rem;
}

@media (max-width: 1279px) {
    .page_content_wrap {
        overflow: visible;
    }
}
header .sc_button {
    height: 40px !important;
    padding-top: 8px !important;
}
.column-1_2 {
	float: left;
}
.flatpickr-mobile{
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding-left: 35px;
    color: var(--placeholderselectcolor);
    border-color: var(--formb) !important;
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
	display: block;
	min-width: 100%;
}
input[type="datetime-local"] {
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
	display: flex;
	text-align: left;
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (hover: none) {
    input[type="datetime-local"] {
        width: 100%;
		min-width: calc(100% - 35px);
        box-sizing: border-box;
        appearance: none;
        -webkit-appearance: none;
		text-align: left;
    }
}


.borderdole .elementor-column-gap-wider .elementor-widget-wrap:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #00000017;
    width: calc(100% - 50px);
    bottom: -15px;
    position: absolute;
}
@media(max-width:767px) {
.borderdole .elementor-column-gap-wider .elementor-widget-wrap:after {
    width: 100% !important;
}
}

.boxik .elementor-column .elementor-element-populated {
    padding: 32px;
    border: 1px solid #f1f2f4;
    border-radius: 24px;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 5%);	
}


/*MAPY.CZ*/
.suggest-container {
    position: relative;
    width: 100%;
}

.suggest-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
}

.suggest-box li {
    padding: 6px 10px 0 10px;
    font-size: 15px;
    color: #333 !important;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
    border-bottom: 1px solid #f4f4f4;
    line-height: 20px;
}
.suggest-box li:last-child {
	border:none !important;
}
#from-suggestions ::marker {
	font-size: 0 !important;
}
#to-suggestions ::marker {
	font-size: 0 !important;
}

.suggest-box li:hover {
    background: #f5f5f5;
}

.suggest-box li:active {
    background: #00b1e5;
    color: white;
}


/*Hlavní rezervační formulář*/
#ride-form-res {

}
#ride-form-res h4 {
	font-size: 20px;
	line-height: 125%;
}

#ride-form-res .bottom20 {
   margin-bottom: 20px;
}

#ride-form-res input[type="text"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background-color: white;
    height: 40px;
    padding-left: 15px;
	border: 1px solid;
}
#ride-form-res input[type="password"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background-color: white;
    height: 40px;
    padding-left: 15px;
	border: 1px solid;
}
#ride-form-res input[type="email"] {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background-color: white;
    height: 40px;
    padding-left: 15px;
	border: 1px solid;
	margin-top: 10px;
}
#ride-form-res textarea {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background-color: white;
    padding-left: 15px;
	border: 1px solid;
}
#ride-form-res #total-time {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background-color: white;
    height: 40px;
    padding-left: 15px;
	border: 1px solid;
}
#ride-form-res .stop-time {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    background-color: white;
    height: 40px;
    padding-left: 15px;
	border: 1px solid;
	margin-top: 5px;
}
#affiliate-login-form h4 {
	font-size: 20px;
	line-height: 125%;
}

#affiliate-login-form .bottom20 {
   margin-bottom: 20px;
}

.already {
	display: block;
	margin-top: 20px;
}


.vehicle-item input[type="number"] {
    width: 40px;
    padding: 8px;
    box-sizing: border-box;
    background-color: white;
    height: 25px;
    padding-left: 0px;
	border: 1px solid;
}

.reservation-container {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    gap: 40px;
}

.half {
    flex: 1;
    min-width: 280px; /* Minimální šířka pro správné zalomení */
}

/* Při rozlišení pod 1000px budou divy pod sebou */
@media (max-width: 1000px) {
    .reservation-container {
        flex-direction: column;
    }
}

        .form-group {
            display: flex;
            flex-direction: column;
        }
        input {
            padding: 10px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
        }


.map-container {
    border-radius: 16px;
}

button#add-stop {
    background: transparent;
    color: #58c2f4;
    border: none !important;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 0;
}
button#add-stop:hover {
    color: #1C262F;
}
.sc_button.sc_button_size_small, .theme_button.theme_button_small {
    line-height: 1.4em !important;
}


.total {
	display: block;
	margin-top: 10px;
}
.remove-waypoint {
    position: absolute;
    right: 0;
    height: 40px !important;
    top: 10px;
    line-height: 20px !important;
    padding: 0 10px !important;
    font-size: 16px !important;
}
.remove-waypoint:hover {
	background: #1C262F !important;
	color: #fff !important;
	border-color:#1C262F !important;
}



.vehicle-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.vehicle-thumbnail img {
    width: 120px; /* Přizpůsob velikost podle potřeby */
    height: auto;
    border-radius: 5px;
}

.vehicle-info {
	color: #1C262F;	
    flex: 1; /* Zabere dostupné místo */
}
.vehicle-info h3 {
    color: #1C262F;
    font-size: 18px;
    line-height: 125%;
    margin-top: 0;
    margin-bottom: 0;
}
.vehicle-info p {
    font-size: 14px;
    margin-bottom: 0;	
}
.vehicle-info strong {
	font-size: 14px;
}
.vehicle-info ul {
	padding: 0;
	margin: 0;
}
.vehicle-info ul li {
    list-style: none;
    background: #F2F4F8;
    padding: 5px 10px;
    font-size: 14px;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
    line-height: 125%;
    width: fit-content;
    width: -moz-fit-content;
}
.vehicle-price {
    text-align: center;
    min-width: 150px;
}
.vehicle-price p {
	margin-bottom: 10px;
}

/* Na mobilech budou prvky pod sebou */
@media (max-width: 768px) {
    .vehicle-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .vehicle-price {
        text-align: left;
    }
}
.parametry {
	font-size: 14px;
    display: flex;
    gap: 10px;
    color: #878d96;	
	margin-bottom: 10px;
}

.vehicle-item:hover {
	cursor: pointer;
}
.vehicle-item.selected {
    border-color: #58c2f4;
}

.quantity-controls {
    display: none;
    align-items: center;
    margin-top: 0px;
}

.vehicle-item.selected .quantity-controls {
    display: flex;
    justify-content: center;
	flex-direction: column;
}

.quantity-controls button {
    color: #1C262F !important;
    cursor: pointer;
    width: 40px;
    padding: 0 !important;
	margin-top: -3px !important;
    height: 25px !important;
    background: none !important;
    border: none;
    line-height: 0 !important;
    border: none !important;
    outline: none !important;
}

.quantity-controls input {
    width: 20px;
    text-align: center;
    margin: 0;
}

.radio {
    display: flex;
    flex-direction: row;	
}

.radio-label {
        margin-right: 20px;
        font-size: 16px;
        cursor: pointer;
}

.radio-label input[type="radio"] {
        margin-right: 5px;
}

   .radio-label input[type="radio"]:checked + .radio-label {
        font-weight: bold;
}
.form-group p {
	font-size: 14px;
    color: #959595;
    margin-top: 5px;	
}
.vehicle-price .cena {
	color: #1C262F;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-we: 500;
}
.vehicle-price strong {
	font-size: 14px;
}

.requirement {
    background: #267497;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;	
	margin-top: 10px;
}
.payment {
    background: #1C1C2E;
    color: #fff;
    border-radius: 60px;
    font-size: 16px;
    padding: 10px 10px;
    margin-top: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.payment i {
    margin-right: 10px;
    color: #fff !important;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    padding: 0;
    min-width: 30px;
    height: 30px;
    line-height: 25px;
}
.conditional {
	margin-top: 20px;
	margin-bottom: 20px;
}
.conditional label {
	display: block;
    font-size: 14px;	
}
.cancel {
    background: #f9f9f9;
    color: #1C262F;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 10px;	
	margin-top: 0px;
	margin-bottom: 20px;
}
.cancel i {
	color: #00b000;
}
.cancel strong {
	color: #00b000;
}
.cancel span {
	display: block;
    font-size: 20px;	
}

.autoComplete_wrapper li mark {
	color:#111131 !important;
	background-color: transparent !important;
}
.form-group label {
	font-size: 16px;
}

.info {
    display: none;
}

.info {
    margin-bottom: 20px;
}
.info p { 
	color: #111131 !important;
}


span.flatpickr-day.today:not(.selected), span.flatpickr-day.prevMonthDay.today:not(.selected), span.flatpickr-day.nextMonthDay.today:not(.selected) {
    border-bottom-color: #58c2f4 !important;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: #58c2f4 !important;
    background: #58c2f4 !important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #58c2f4 !important;
    border-color: #58c2f4 !important;
}