.fileUploadMessage{
	display:block;
	font-weight:bold;
}

#file-upload-fields{
    margin: 10px 0 20px 0;
    display:none;
}

#upload-text{
	display:none;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px 6px 40px;
  cursor: pointer;
  border-radius: 5px;
  width : 275px;
  transition: width 0.2s ease;
  position:relative;
  text-align: left;
    background-image: url('https://superstany.sk/wp-content/uploads/2024/06/pdf.png?lm=69A25093');
    background-repeat: no-repeat;
    background-position: 10px center;
	background-size: 24px 24px;
}

.custom-file-upload:hover {
  background-color: #eee;
}

#message {
	font-weight: 700;
	color: #CC0C11;
	font-size: 17px;
padding-bottom:25px;
}


#cena-produktu{
	margin-top: 15px;
}

#customFee label{
    border: 2px solid red;
    padding: 3px !important;
    font-weight: 800;
}

#toggleGrafika{
    font-size: 120%;
    font-weight: bold;
    display:none;
    color: #CC0C11;
    margin-bottom: 10px;
}

#toggleGrafika:hover{
    cursor: pointer;
}

.custom-file-upload span{
    transition: width 0.2s ease;
    transition: background-color 0.3s ease;

}

#useOwnGraphics {
	width: 275px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}


