/*  Marek - pridavne styly */

.montserrat-unique {
  font-family: "Montserrat";
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

body, h1, h2, h3 {
	font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
	font-size: 16px;
}

/*  Registration form section */
.logo{
    margin-top:50px;
    background-color: white;
    width: 100%;
    max-width: 320px;
    border-radius: 0px;   
    margin-left: auto;
    margin-right: auto;    
    
    }

.registration-form{
    min-height: 100vh;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(156,217,162);
    background: linear-gradient(190deg, rgba(156,217,162,1) 10%, rgba(131,204,175,1) 45%, rgba(104,199,195,1) 81%);   background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  
 

}

.obal_registrace {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin: 50px 50px;
    padding: 50px 90px;
    background-color: white;
    /* background-image: linear-gradient(rgba(142, 203, 73, 0.85), rgba(142, 203, 73, 0.85)), url("../IMG/background_registrace.jpg"); */
    border-radius: 0px;
    max-width: 1000px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid lightgrey;


}

.registration-form h1{
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal; 
    font-size: 45px;
    margin-top: 50px;
    margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	

}

.registration-form h3{
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal; 
	font-size: 25px;
  margin-top: 40px;
    /* letter-spacing: 1px; */
    margin-bottom: 15px;
	

}

.registration-form form{
    display: flex;
    flex-direction: column;
    text-align: center;
   

}

.popis-heading{
    padding: 20px;
    margin-bottom: 25px;
    text-align: left;
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal; 


}


.first-inputs {
    display: flex;
    gap: 20px; /* Přidá mezery mezi jednotlivými inputy */
    margin-bottom:30px;
}

.input-container {
    display: flex;
    flex-direction: column;
    width: 100%; /* Zajistí, že každý input zabere dostupnou šířku */
}

.first-inputs label{
            display: block;
            margin-left: 5px;
	    font-size: 20px;
	    margin-bottom: 5px;
            font-weight: bold; /* Tučné písmo pro labely, pokud chcete */
            text-align: left; /* Zarovnání textu vlevo */

}

.obchodnik{

    outline: none;
    border: none;
    background-color: white;
    border: 2px solid rgba(131, 204, 175, 1);
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal; 
    font-size: 18px;
    padding: 15px 10px;
    margin-bottom: 10px;
    text-align: left;
    border-radius: 8px;
    width:100%;
    
	
}


.reg-input{
    outline: none;
    border: none;
    background-color: white;
    border-bottom: 1px solid black;
    font-size: 18px;
    padding: 10px 10px;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.3s linear;
    border-radius: 0px;


}
ol {
    list-style-type: none; /* Vypnutí číslování */
  
}
li {
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal; 
    text-align: left;        
    padding: 10px;
}

.otazky{
    width: 100%;
    padding: 10px 20px;
    border: 2px solid rgba(131, 204, 175, 1);
    border-radius: 8px;   
    font-size: 16px;   
    resize: vertical;
    text-align: left;
    margin-bottom: 40px;
}
.otazky:focus {
    border: 2px solid rgba(131, 204, 175, 1);
    outline: none;
}


.btn{
    width: 100%;
    margin-bottom: 30px;
    font-size: 22px;
    padding: 20px 30px;
   background: rgb(156,217,162);
background: linear-gradient(190deg, rgba(156,217,162,1) 10%, rgba(131,204,175,1) 45%, rgba(104,199,195,1) 81%);   background-repeat: no-repeat;

    border: none;
    cursor: pointer;
    border-radius: 15px;
    font-weight: bold;
	/* marek */
	max-width: 320px;
	text-transform: uppercase;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	transition: 0.4s;
           text-align: center;
            text-decoration: none;
   
    }
	
	.btn:hover{
    background: #000000;
    
	/* marek */
	max-width: 320px;
	text-transform: uppercase;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;

    
    }

    .drop-area {
 	  /*  display: flex; */
            justify-content: center; /* Horizontální zarovnání na střed */
            align-items: center;    /* Vertikální zarovnání na střed */
            width: 100%;                   
             border: 2px dashed rgba(131, 204, 175, 1);   
             border-radius: 8px;     /* Zaoblené rohy */
            text-align: center;     /* Centered text */
            padding: 20px;          /* Vnitřní odsazení */
            box-sizing: border-box; /* Zajišťuje, že padding je součástí celkové šířky */
            background-color: white; /* Barva pozadí */  
	    text-transform: uppercase;
 	    font-size:18px;
	    margin-bottom: 30px;
   	    font-family: "Montserrat";
            font-optical-sizing: auto;
            font-weight: 600;
            font-style: normal; 

		cursor: pointer;

    }



    .file-preview {
        display: flex;
        align-items: center;
        background-color: rgba(131, 204, 175, 1);
        border-radius: 5px;
        padding: 5px;
        margin-bottom: 8px;
        font-size: 15px;
    }

    .file-info {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }

    .remove-file {
        color: red;
        cursor: pointer;
        margin-left: auto;
    }

    .file-icon {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

/* Rozlišení mobil*/
@media (max-width: 500px) {
  
.registration-form h1 {
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.popis-heading{
    padding: 20px;
    margin-bottom: 25px;
    text-align: center;
    font-family: "Montserrat";
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal; 


}


.obal_registrace {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin: 0px; 
    padding: 15px 10px;
    background-color: white;
    /* background-image: linear-gradient(rgba(142, 203, 73, 0.85), rgba(142, 203, 73, 0.85)), url(../IMG/background_registrace.jpg); */
    border-radius: 0px;
    max-width: 1000px;
    margin-top: 0px; 
    margin-left: auto;
    margin-right: auto;
    border: 2px solid lightgrey;
}

.first-inputs {
    display: block; 
    gap: 20px;
    margin-bottom: 30px;
}

footer {
    background-color: black;
    color: white;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 0;
}

.btn {
    width: 100%;
    margin-bottom: 30px;
    font-size: 15px;
    padding: 20px 30px;
    background: rgb(156, 217, 162);
    background: linear-gradient(190deg, rgba(156, 217, 162, 1) 10%, rgba(131, 204, 175, 1) 45%, rgba(104, 199, 195, 1) 81%);
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    font-weight: bold;
    max-width: 320px;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    transition: 0.4s;
}

}