

/* Global Colors */
:root {
  --background-color: #ffffff;
  --background-color-rgb: 255, 255, 255;
  --default-color: #212529;
  --default-color-rgb: 33, 37, 41;
  --accent-color: #e84545;
  --accent-color-rgb: 232, 69, 69;
  --heading-color: #32353a;
  --heading-color-rgb: 50, 53, 58;
  --contrast-color: #ffffff;
  --contrast-color-rgb: 255, 255, 255;
}

/*bootstrap Navigation*/
nav.navbar {
    background-image: url("../images/bg_lista.png");
	background-repeat: repeat-x;
	background-position: bottom; 
	border-bottom-right-radius: .0rem !important;
    border-bottom-left-radius: 0rem !important;
	height:100px;
}

.navbar-light .navbar-nav .nav-link{
	color:white;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    background-color: rgba(150, 50, 50, 0.2);
	
}

.navbar-collapse {
	/*background-color: #cf0000;*/
	padding-top:13px;
	z-index:1000;
}
.navbar-nav {
		padding-left: 10px;
		padding-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .navbar-collapse {
	background-color: #cf0000;
	padding-bottom:13px;
	padding-left:13px;
	padding-right:13px;
	z-index:1000;
}
}

.cust-log{
	font-size:16px;
}

.btn-inzerat{
	margin-bottom:10px;
}

/*tpl_modules_create_account.php*/
.btn1 {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}		

/*tpl_bazar_novy_inzerat_frm_unreg.php*/


.btn-link1 {
    font-weight: 400;
    color: #3e4247;
    text-decoration: none;
}

#cena::placeholder {
    color: red;
    font-size: 20px;  /* Velikost písma můžeš přizpůsobit */
}

 .typeahead {
	width: 80%;
}

/* Styl pro aktivní položku */
.dropdown-item:hover{
	background-color: #80bbff !important; /* Modré pozadí */
    color: #fff !important; /* Bílý text */
}

.preview {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.preview img {
	max-width: 120px;
	max-height: 120px;
	object-fit: cover;
}
.preview .image-container {
	position: relative;
}
.preview .remove-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background: red;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
}

#prefix {
    padding: 0.33em;
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 4px 0 0 4px;
}

#phoneInput {
    padding: 0.3em;
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    width: 130px;
}

#phoneError {
    color: red;
    font-size: 12px;
    display: none;
}

#emailInput {
    padding: 0.3em;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 400px;
}

#user_name_Input {
    padding: 0.3em;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 400px;
}

#emailError {
    color: red;
    font-size: 18px;
    display: none;
}

p #emailError1 {
    color: black;
    font-size: 18px;
    /*display: none;*/
}

#cena {
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 200px;
}

/* cenik tarifu*/
/* Pricing Section - Home Page
------------------------------*/
.pricing {
  padding: 60px 0 120px 0;
}

.pricing .section-title {
  margin-bottom: 40px;
}

.pricing .pricing-item {
  box-shadow: 0 3px 20px -2px rgba(var(--default-color-rgb), 0.1);
  padding: 60px 40px;
  height: 100%;
  position: relative;
  border-radius: 15px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}

.pricing .icon {
  margin: 30px auto 20px auto;
  width: 70px;
  height: 70px;
  background: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  transform-style: preserve-3d;
}

.pricing .icon i {
  color: var(--background-color);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  line-height: 0;
}

.pricing .icon::before {
  position: absolute;
  content: "";
  height: 86px;
  width: 86px;
  border-radius: 50%;
  background: rgba(var(--accent-color-rgb), 0.2);
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}

.pricing .icon::after {
  position: absolute;
  content: "";
  height: 102px;
  width: 102px;
  border-radius: 50%;
  background: rgba(var(--accent-color-rgb), 0.1);
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-2px);
}

.pricing h4 {
  font-size: 26px;
  color: var(--accent-color);
  font-weight: 700;
  font-family: var(--heading-font);
  margin-bottom: 25px;
  text-align: center;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(var(--default-color-rgb), 0.5);
  font-size: 18px;
  font-weight: 400;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: rgba(var(--default-color-rgb), 0.8);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: rgba(var(--default-color-rgb), 0.3);
}

.pricing ul .na i {
  color: rgba(var(--default-color-rgb), 0.3);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  color: rgba(var(--default-color-rgb), 0.8);
  background-color: var(--contrast-color);
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  border: 1px solid rgba(var(--default-color-rgb), 0.2);
  transition: none;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--heading-font);
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .featured {
  z-index: 10;
  border: 3px solid var(--accent-color);
}

.pricing .featured .buy-btn {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .featured .buy-btn:hover {
  background-color: rgba(var(--accent-color-rgb), 0.9);
}

@media (min-width: 992px) {
  .pricing .featured {
    transform: scale(1.15);
  }
}

/*multiple uploaders*/



.multiple-uploader {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 15px;
    border: 2px dashed #858585;
    min-height: 150px;
    margin: 20px auto;
    cursor: pointer;
    width: 80%;
}

.mup-msg {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mup-msg span {
    margin-bottom: 10px;
}

.mup-msg .mup-main-msg {
    color: #606060;
    font-size: 1.2rem;
    font-weight: 700;
}

.mup-msg .mup-msg {
    color: #737373;
}

.image-container{
    margin: 1rem;
    width: 120px;
    height: 120px;
    position: relative;
    cursor: auto;
    pointer-events: unset;
}

.image-container:before {
    z-index: 3;
    content: "\2716";
    align-content: center;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    color: white;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e50000;
    pointer-events: all;
    cursor: pointer;
}

.image-preview {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 12px;
}

.image-size {
    position: absolute;
    z-index: 1;
    height: 120px;
    width: 120px;
    backdrop-filter: blur(4px);
    font-weight: bolder;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    opacity: 0;
    pointer-events: unset;
}

.image-size:hover {
    opacity: 1;
}

.exceeded-size
{
    position: absolute;
    z-index: 2;
    height: 120px;
    width: 120px;
    display: flex;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: white;
    background: rgba(255, 0, 0, 0.6);
    pointer-events: unset;
}


