li {
 white-space: initial;
}

.rel_wrp_del > * {
  position: absolute;
}
.del_form_div {
  width: 100%;
/*  height: 100%;*/
/*  margin: 0 auto;*/
  background-color: #E5F6FF;
  color: #757575;
/*  overflow-y: auto;*/
}

.del_form_div .info {
  width: 90%;
  margin: 4% auto;
  white-space: pre-wrap;
  font-family: Overpass;
  font-size: 1.25em;
  font-weight: bolder;
  line-height: 1.2;
}

.del_opis_fst {
	display: flex;
	flex-direction: column;
  width: 90%;
/*  height: 10em;*/
  margin: -6% auto;
  font-weight: bold;
  color: #555;
}

.del_opis_fst > label {
  position: relative;
  display: grid;
  width: 100%;
  height: 4rem;
  margin: 0.25rem 0;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 3fr 2fr 0;
	grid-template-areas: "name age" "price age" "opis opis";
  transition: height 0.2s ease-out;
  border-radius: 0.5rem;
  box-shadow: 0.5rem 0.5rem 1rem rgba(191,191,191,0.4);
  cursor: pointer;
}

/*.del_opis_fst label * {
  position: absolute;
}*/

.opis_div {
	grid-area: opis;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.opis_div div {
 position: relative;
}
.opis_img_div {
 width: 30%;
}
.opis_txt_div {
	margin-left: -50%;
 width: 70%;
 padding: 0.5rem;
 white-space: pre-wrap;
/* display: flex;
 justify-content: center;
 align-items: center;*/
 font-size: calc( var( --K_font_scale, 1 ) * 3.5vw );
 background-color: rgba( 255, 255,255,0.85);
 line-height: 1.25;
}

.del_6_lbl {
  background-color: #D9D7E5;
  overflow: hidden;
}
.del_6_lbl .opis_div {
  background-color: #F2F2F2;
}
.del_8_lbl {
  background-color: #C4F89F;
  overflow: hidden;
}
.del_8_lbl .opis_div {
  background-color: #D9FFBF;
}
.del_9_lbl {
  background-color: #A4DEFC;
  overflow: hidden;
}
.del_9_lbl .opis_div {
  background-color: #BFE9FF;
}
.del_12_lbl {
  background-color: #FFCCA5;
  overflow: hidden;
}
.del_12_lbl .opis_div {
 background-color: #FFDABF;
}
.del_opis_fst h2 {
	padding-left: 1rem;
	align-self: center;
	font-family: PopOT;
	font-size: 1.8em;
}
.del_opis_fst h3 {
	grid-area: age;
	justify-self: center;
	align-self: center;
  font-size: 1.4em;
}
.del_opis_fst h4 {
	padding-left: 1rem;
	height: min-content;
}

.del_6_lbl .opis_img_div {
  background-image: url("/img/od_6.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.del_8_lbl .opis_img_div {
  background-image: url("/img/od_8.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.del_9_lbl .opis_img_div {
  background-image: url("/img/od_9.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}
.del_12_lbl .opis_img_div {
  background-image: url("/img/od_12.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

.del_opis_fst > input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  float: right;
}

#del_6_id:checked + label {
  height: max-content;
  grid-template-rows: 3fr 2fr 13fr;
  cursor: auto;
}
#del_8_id:checked + label {
  height: max-content;
  grid-template-rows: 3fr 2fr 13fr;
  cursor: auto;
}
#del_9_id:checked + label {
  height: max-content;
  grid-template-rows: 3fr 2fr 13fr;
  cursor: auto;
}
#del_12_id:checked + label {
  height: max-content;
  grid-template-rows: 3fr 2fr 13fr;
  cursor: auto;
}

.del_opis_fst .del_form_lbl {
	display: grid;
	align-items: end;
	grid-template-columns: 2fr 3fr;
	grid-template-rows: 1fr auto;
	grid-template-areas: "name age" "form form";
	height: min-content;
	background-color: white;
/*  overflow: hidden;*/
}
#del_form_id:checked + label {
/*  padding-bottom: 40%;*/
  cursor: auto;
}

.del_form_lbl h2 {
	grid-area: name;
	padding-top: 0.5rem;
	color: #7FD4FF;
}

.pr_form_div label {

}
.del_form_lbl h4 {
	position: initial;
  	grid-area: age;
	font-weight: 900;
}
.kidsold_p_del_div {
  top: 5%;
  left: 7%;
  font-size: 2em;
}
.del_kidsold {
	place-self: flex-end;
	margin-top: -1.5rem;
	margin-right: 1rem;
  width: 4rem;
  font-size: 1.5rem;
  text-align: center;
  background-color: #D9D7E5;
}

.del_opis_fst .send_div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.p_05_01_days_p {
  top: 45%;
}
.p_05_01_ure_p {
  top: 55%;
}
.p_05_01_enaslov_div {
  left: 4.5%;
  top: 25em;
  width: 50%;
  height: 1.8em;
  background-color: white;
}

.del_p_enaslov_in {
	flex-basis: 100%;
	margin: 0 1rem 1rem;
	padding: 0.5rem;
	color: #555;
	font-size: 1.25rem;
    font-weight: 900;
	background-color: white;
	border-radius: 0.2rem;
	border: 1px solid #FFCCA5;
	box-shadow: 0.25rem 0.25rem 0.5rem rgba(255,204,165,0.4);
}

.del_p_enaslov_in:valid { /* + label.e_mail*/
	border: 1px solid #C4F89F;
	box-shadow: 0.25rem 0.25rem 0.5rem rgba(196,248,159,0.4);
}

.del_p_enaslov_in:valid ~ .del_p_send_btn {
	background-color: #C4F89F;
	color: #555;
	font-weight: 900;
	box-shadow: 0.25rem 0.25rem 0.5rem rgba(196,248,159,0.75);
	cursor: pointer;
	transition: background-color 5s;
}

.del_p_enaslov_in:valid ~ .del_p_send_btn.sended {
	background-color: white;
	box-shadow: none;
	transition: background-color 0s;
}

.del_p_text {
	flex-basis: 100%;
	margin: 0 1rem 1rem;
	padding: 0.25rem;
	background-color: white;
	border-radius: 0.2rem;
	border: 1px solid #B2E5FF;
	box-shadow: 0.25rem 0.25rem 0.5rem rgba(178,229,255,0.4);
}

.del_p_text_div {
	margin: 0.5rem 0 0.25rem 1rem;
	font-size: 0.6em;
}
.del_p_text::placeholder {
  font-style: italic;
}
#del_p_e_mail_id::placeholder {
  font-style: italic;
}
.del_p_reset_btn {
	width: 2.5rem;
	height: 2.5rem;
	margin: 1rem;
	color: lightgrey;
	background-color: #ededed;
	border-radius: 1.25rem;
}
.del_p_send_btn {
	align-self: center;
	width: 10rem;
	height: 3.5rem;
	margin: 0.5rem 1rem 1rem;
	color: grey;
	font-size: 1.5rem;
	background-color: #ededed;
	border-radius: 1.75em;
}

.btn_hover {
	color: #555;
	font-weight: 900;
/*	box-shadow: 0.25rem 0.25rem 1rem lightgray;
	cursor: pointer;*/
}

.del_ted {
  left: 1em;
  top: 4.5em;
  width: 91%;
}
.del_ted * {
  position: relative;
}
.del_ted input[type="checkbox"] {
  top: 1.75em;
  width: 1em;
  height: 1em;
}

.del_ted legend {
	width: 100%;
	text-align: center;
}
.del_tedx2_in {
  left: 60%;
}
.del_tedx2_lbl {
  left: 60%;
}
.del_tedx4_in {
  left: 0;
}
.del_tedx4_lbl {
  left: 0;
}
.del_tedx1_lbl {
  left: 54%;
}
.del_tedx1_in {
  left: 54%;
}
p.f {
  left: 1.5em;
}
p.s {
  font-size: 0.9em;
  padding-top: 0.3em;
}
.del_ted_div {
  top: 1.75em;
  padding: 0.5em 0;
  width: 120%;
  height: 2.5em;
  font-size: 0.7em;
  white-space: pre-wrap;
  text-align: center;
  background-color: #B2E5FF;
  border-radius: 0.25em;
}
.del_ted_div.tedx2{
  right: -0.5em;
}
.del_ted_div.tedx1{
line-height: 1.25;
}
.del_ted_div.tedx4 {
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
}
.del_ted_div * {
  position: relative;
}
.del_ted_div label {
  width: 100%;
  height: 1em;
  left: 3em;
  margin-top: 0.05em;
  font-size: 1.1em;
}
.del_ted_div input {
  left: 1em;
}
.del_ted_div b {
	left: 0;
	top: 0.5em;
	width: 100%;
}
.tedx2 input[type="checkbox"]{
  width: 1.5em;
  height: 1.5em;
}
.tedx2_ps_div * {
  top: 0.25em;
}
.tedx2_tc_div * {
  top: 1.15em;
}
.tedx2_all_div * {
  top: 2em;
}
.tedx2 input {
  display: none;
}
.tedx2 label {
  pointer-events: none;
}
.del_tedx2_in:checked + label div div label {
  pointer-events: auto;
  cursor: auto;
}
.del_tedx2_in:checked + label div div input {
  display: block;
  cursor: auto;
}

fieldset > .selection {
	flex-flow: row wrap;
}

.ure_header {
	padding-left: 1rem;
	padding-top: 1rem;
}
.del_ure_div {
	display: flex;
	margin-top: 0.25rem;
	justify-content: space-evenly;
}
.del_ure label {
  font-size: 0.9em;
}
.del_ure label p {
  position: absolute;
  right: 0;
  top: 0.6em;
  font-size: 0.75em;
}
.ure_all_in {
	width: min-content;
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}

.selection > div:first-child {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0.5em;
	background-color: #E5F6FF;
	border-radius: 0.2em;
}

.selection input {
  width: 1em;
  height: 1em;
  margin: 0.5rem;
}

.selection > div:first-child div {
	display: flex;
	flex-direction: column;
}

.selection > div:first-child label {
	text-align: center;
}


.del_pop_in {
  top: 4.0em;
}
.del_pop_in + label {
  top: 4.45em;
}



.sel_header {
	align-self: center;
	padding: 1.25rem 0 0.25rem 0;
	font-size: 1.25em;
	font-weight: 900;
}

.del_ure label div {
/*  top: 1em;*/
}
.del_ure label div label {
  left: 1.5em;
  top: 0.15em;
  font-size: 0.9em;

}

.del_ure label div div:nth-child(1){
  left: 1.5em;
}
.del_ure label div div:nth-child(2){
  left: 8.5em;
}
.del_ure label div div:nth-child(3){
  left: 16em;
}


.disabled {
 color: grey;
}

.del_p_op_div {
	font-size: 0.8em;
	flex-basis: 100%;
	margin: 0.5rem 1rem;
}

#dan_all_label_id {
	left: 1.5em;
	top: 4.8em;
	font-size: 0.9em;
}

form.pr_form_div > fieldset {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0.5vh 1rem;
}

#del_p_id {
	grid-area: form;
	display: flex;
	flex-direction: column;
}

.del_mesec > label {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1vh;
	height: inherit;
	padding: 1vh 0;
	justify-content: flex-start;
	background-color: aliceblue;
	border-radius: 0.5rem;
}

.del_mesec > label > b {
	padding-left: 0.5rem;
}

.del_mesec_div {
/*	position: relative;*/
	display: flex;
	padding: 0.5vh 0;
	justify-content: space-evenly;
	width: 100%;
}
.del_mesec_div > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.del_mesec_div input {
	margin: 0.5rem 0 0.25rem;
}

.del_mesec_div b {
	font-size: 0.75rem;
}

.del_mesec > label > p {
  position: relative;
  padding-left: 2vw;
  font-size: 0.75rem;
}
.err_info {
	flex-basis: 100%;
	margin: 0 1rem 1rem;
	padding: 0.5rem;
	white-space: break-spaces;
}
.ura_div {
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

form input[type="checkbox"] {
	width: 1rem;
	height: 1rem;
}