@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Noto+Sans+Hebrew:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --color-primary: #8bc5ed;
    --color-secondry: #07435D;
    --color-canvas: #ffffffe5;
    --color-backround: #EBF8FF;
    --color-error: #ff0000;
    --color-border: #E4E7E9;
    --color-border-hover: #D7D9DB;
    --color-border-disabled: #E5E7E9;
    --color-hover: #89cbee;
    --color-active: #a9d8f1;
    --color-disabled: #e6e6e6;
    --text-color: #000000;
    --text-disabled-color: #9c9c9c;
    --text-placeholder-color: #9e9d9d;
    --text-subtitle-color: #5e5e5e;
    --text-font: Assistant, sans-serif !important;
    --text-font-size-1: 14px;
    --text-font-size-2: 16px;
    --text-font-size-3: 18px;
    --text-line-height: 25px;
    --size-max-width: 750px;
}

* {
    box-sizing: border-box;
}
.btnAtz .textDate input{
width: auto;
}
.btnAtz{
display: flex !important;
justify-content:center;
}
@media screen and (min-width: 1366px) {
    body {
        background-image: url(https://mushlam-frontend.wiz.digital.idf.il/getFile.aspx?profile=10123&fname=israel-flag.jpeg
);
    }
}

@media screen and (max-width: 1366px) {
    body {
        background-image: url(https://mushlam-frontend.wiz.digital.idf.il/getFile.aspx?profile=10123&fname=israel-flag.jpeg
);
    }
}

@media screen and (max-width: 640px) {
    body {
        background-image: url(https://mushlam-frontend.wiz.digital.idf.il/getFile.aspx?profile=10123&fname=israel-flag.jpeg

);
    }

    .halfInputFieldWrapper
    {	
    	width: 69%;
    }
    
    .footerContainer {
    width: auto !important;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    }
}

body {
    display: block;
    padding: 0;
    margin: 0;
    line-height: var(--text-line-height);
    font-family: var(--text-font);
    font-size: var(--text-font-size);
    direction: rtl;
    text-align: -webkit-center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-sizing: content-box;
}



.mainDiv {
    height: fit-content;
    background-color: var(--color-canvas);
    max-width: var(--size-max-width);
    margin: 10px;
    border-radius: 10px;
    box-shadow: 1px 5px 15px -3px rgba(0, 0, 0, 0.30);
    backdrop-filter:blur(5px);
    -webkit-backdrop-filter:blur(5px);
}

.textMsg {
    text-align: center !important;
    font-size: 18px;
}


.formHeader {
    text-align: -webkit-center;
    background-color: var(--color-primary);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
	align-items:center;
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.5);
}

#elemID3850 {
    text-align: -webkit-center;
    background-color: #216aaf20;
    padding: 15px 25px;
    display: flex;
}

.formLogo {
    flex: 1;
}

.logo{
	height:57px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.headerContainer{
	display: flex;
	justify-content: space-between;
	width:95%;
}

.innerHeaderContainer{
	display:flex;
	gap:5px;

}

#sh_formLogo1 {
    background-image: url(https://mushlam-frontend.wiz.digital.idf.il/getFile.aspx?profile=10049&fname=./getFile.aspx?profile=10054&fname=form_logo1.png);
        background-size: contain;
    background-repeat: no-repeat;.
    background-position: right;
    height: 60px;
    flex: 1;
    order: 1;
}

#sh_formLogo2 {
    background-image: url(https://mushlam-frontend.wiz.digital.idf.il/getFile.aspx?profile=10049&fname=./getFile.aspx?profile=10054&fname=form_logo2.png);
        background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    height: 60px;
    flex: 1;
    order: 3;
}

.multiupload {
    height: 21px;
}

fieldset {
    margin: 0px;
    padding: 0px;
}


/* Inputs/Selects */

.spacing,
div[fieldid="upFile"],
.pagesBtns,
.btnsDiv {
    width: 100%;
    text-align: right;
    padding: 15px 21px;
}


/* big header */

div[fieldid="bigTitle"] {
    background-color: #216aaf20;
}


/* small headers */

div[fieldid="title"] {
    background-color: #216aaf20;
}

.textBox,
.textSelect,
.textDate {
    height: 40px;
}

.headlineTitle,
.headlineTitleBig {
    color: var(--text-subtitle-color);
    font-size: var(--text-font-size-3);
    font-weight: bold;
    text-align: center;
    margin-top: 20;
    margin-bottom: 20;
}

.headlineTitleBig:first-child {
	font-size: 24px;
	font-weight: bold;
}

.textSubTitle,
.dateSubTitle,
.dropBoxSubTitle,
.textAreaSubTitle,
.radioSubTitle,
.timeSubTitle,
.signatureTextTitle,
.checkBoxtitle,
div[fieldid="upFile"]>.textTitle,
div[fieldid="upFiles"]>.textTitle {
    color: var(--text-subtitle-color);
    font-size: var(--text-font-size-1);
    font-weight: bold;
    text-align: right;
}

.validError {
    color: var(--color-error);
    font-size: var(--text-font-size-1);
}


/* blanket */

.blanket {
    position: absolute;
    top: 0;
    height: calc(100% - 20px) !important;
    width: 100%;
    display: none;
    padding: 0;
    z-index: 2;
    place-self: anchor-center;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 5px 15px -3px rgba(0, 0, 0, 0.62);
    max-width: 750px;
    margin: 10px;
}

.blanket_sheet {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: calc(30%) !important;
    width: calc(100% - 20px);
    margin: 10px;
    max-width: 750px;
    
    line-height: var(--text-line-height);
}

#blanket_text {
    width: 80%;
    height: 100%;
    text-align: center;
    margin: auto;
    font-size: 22px;
    padding-top: 100px;
    background-image: url(https://mushlam-frontend.wiz.digital.idf.il/getFile.aspx?profile=10049&fname=./getFile.aspx?profile=10054&fname=checkmark.png);
    background-size: 80px 80px;
    background-repeat: no-repeat;
    background-position-x: center;
    box-sizing: content-box;
}

#sh_blanket_container {
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}

#sh_blanket_text {
    display: block;
    box-sizing: border-box;
    direction: rtl;
    padding: 25px 50px 25px 50px;
}

#sh_blanket_img {
    width: 100%;
    height: 150px;
    margin: 0;
    background-image: url(https://wiz-beta.medone.idf.il/mu/getFile.aspx?profile=10029&fname=./getFile.aspx?profile=10054&fname=checkmark.png);
    background-size: 150px 150px;
    background-repeat: no-repeat;
    background-position-x: center;
}

/* elements*/

.radio {
    margin: 16px 0;
    display: block;
    cursor: pointer;
}

.radio input {
    display: none;
}

.radio input span {
    line-height: 20px;
    height: 20px;
    display: block;
    position: relative;
    font-size: var(--text-font-size-1);
}

.radio input span:not(:empty) {
    padding-right: 30px;
}

.radio input span:before,
.radio input span:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    right: 0;
    top: 0;
    position: absolute;
}

.radio input span:before {
    background: var(--color-border);
    transition: background-color 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.radio input span:after {
    background: #fff;
    transform: scale(0.78);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.radio input:checked span:before {
    transform: scale(1.04);
    background: var(--color-primary);
}

.radio input:checked span:after {
    transform: scale(0.4);
    transition: transform 0.3s ease;
}

.radio:hover input span:before {
    transform: scale(0.92);
}

.radio:hover input span:after {
    transform: scale(0.74);
}

.radio:hover input:checked span:after {
    transform: scale(0.4);
}

canvas {
   background-color: white;
   border: 2px solid var(--color-border);
   border-radius: 5px;
}

input[type="text"],
input[type="tel"],
input[type="file"],
input[type="number"],
select,
textarea {
    position: relative;
    font-family: inherit;
    width: -webkit-fill-available;
    height: 40px;
    border: 2px solid var(--color-border);
    border-radius: 5px;
    outline: 0;
    font-size: var(--text-font-size-1);
	text-align:right;
    padding: 7px 4px;
	background:white;
    transition: border-color 0.2s;
    line-height: 24px;
    -moz-apearance: textfield;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="file"]::placeholder,
textarea::placeholder {
    color: var(--text-placeholder-color);
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="file"]:hover,
select:hover,
textarea:hover {
    border-color: var(--color-border-hover);
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
    border-color: var(--color-primary);
}

input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="file"]:disabled,
select:disabled,
textarea:disabled {
    border-color: var(--color-border-disabled);
    background-color: var(--color-disabled);
    color: var(--text-disabled-color);
    cursor: auto
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(https://cdn4.iconfinder.com/data/icons/basic-user-interface-elements/700/down-bottom-arrow-./getFile.aspx?profile=10054&fname=512.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position-x: 12px;
    background-position-y: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin:0;
}

textarea {
    outline: none;
    height: 120px;
    resize: none;
}

input[type=button],
.nextBTN,
.backBTN,
.sendBTN,
#blanket_btn {
    width: 120px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: var(--color-primary);
    font-size: var(--text-font-size-3);
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    background-position: center;
    transition: background 0.8s;
    -webkit-user-select: none;
    user-select: none;
}

#blanket_btn {
   margin-top: 50px;
}

input[type=button]:hover,
.nextBTN:hover,
.backBTN:hover,
.sendBTN:hover,
.mu_attachedfile>input:not() {
    background: var(--color-hover) radial-gradient(circle, transparent 1%, var(--color-hover) 1%) center/15000%;
}

input[type=button]:active,
.nextBTN:active,
.backBTN:active,
.sendBTN:active,
.mu_attachedfile>input:not() {
    background-color: var(--color-active);
    background-size: 100%;
    transition: background 0s;
}

input[type=file] {
    cursor: pointer;
}

input[type=file]::after {
    background-color: var(--color-primary);
    height: 22px;
    width: 60px;
    content: 'הוסף';
    color: white;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    direction: ltr;
    text-align: center;
    line-height: 24px;
    left: 0;
    top: 0;
    padding: 7px 4px;
}

.nextBTN {
    float: left;
}

.backBTN {
    float: right;
}

.sendBTN {
    float: left;
    margin-bottom: 20px;
}

.mu_attachedfile {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    border: 2px dotted var(--color-border);
    border-radius: 5px;
    margin: 10px 0px 0px 0px;
    outline: 0;
    line-height: 40px;
}

.mu_img_icon {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    background-image: url(https://cdn3.iconfinder.com/data/icons/essential-pack-2/48/1-Document-./getFile.aspx?profile=10054&fname=512.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
}

.mu_file {
    display: inline-block;
    position: absolute;
    left: 60px;
    font-size: var(--text-font-size-1);
}

.mu_attachedfile>input {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background-image: url(https://cdn4.iconfinder.com/data/icons/basic-user-interface-elements/700/exit-delete-remove-close-x-./getFile.aspx?profile=10054&fname=512.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border-radius: 0;
    transition: none;
}


/* Cleanup */

div[style*="clear: both"] {
    display: none;
}

#pdfPreview {
    display: none;
}

input::-webkit-file-upload-button {
    display: none;
}

#btnTitle {
    display: none;
}

#formTitle {
    display: none;
}

.textTitle {
    text-align: center;
}

.previewBtn {
    display: none;
}

.mu_wrap_upload>span {
    display: none;
}

.mu_wrap_upload {
    all: revert;
}

.mu_upload {
   height: 21px !important;
   width: 97% !important;
    all: revert;
}

[fieldid='reportForm'] > .textDate input {
	width: 100%;
}

.title{
	font-size:23px;
	text-align: center;
	font-weight: bold;
}

.hidden{
	display: none !important;
}
.footerContainer {
	width: 100%;
	background-color: #ffffffa8;
	border-radius: 10px;
	padding: 1%;
	box-shadow: 1px 5px 15px -3px rgba(0, 0, 0, 0.30);
	display: flex;
	justify-content: center;
	max-width: 755px;
	height: auto;	
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
}
.sacharLogo {
position: absolute;
right: 0%;
}

.sacharLogo > .imgContainer {
display: flex;
justify-content: center;
}

.sacharLogo > .imgContainer > img {
width: 230px;
}

.footerLogo
{
	width: 225px;
}

#elemID4375 {
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: baseline;
}

.red {
	color: #910000;
}

#elemID4411{
background-color: #8bc5ed47;
width: 88%;
border-radius:10px;
box-shadow: 0px 0px 18px #8b8b8b;
margin: 0px;
padding: 14px;
margin-top:25px;
}

.UploadInformation> .textTitle{
text-align: right;
font-weight:bold;
text-decoration: underline;
}

.UploadInformation{
background-color: #8bc5ed47;
width: 88%;
border-radius:10px;
box-shadow: 0px 0px 18px #8b8b8b;
margin-bottom: 5%;
}

ul{
padding-inline-start:0px;
padding-right:12px;
padding-top:0px;
}

.RedFile> .textTitle{
text-align: right;
font-weight:bold;
text-decoration: underline;
}

.RedFile{
background-color: #ff00008c;
width: 88%;
border-radius:10px;
box-shadow: 0px 0px 18px #8b8b8b;
}

#elemID4423 {
	display: flex !important;
	justify-content: flex-end;
	align-items: baseline;
}
#elemID6936 {
	justify-content: flex-end;
	align-items: baseline;
}
#elemID6936 .checkBoxtitle {
	width: fit-content;
	display: inline-block;
}
#elemID7208 .checkBoxtitle {
	width: fit-content;
	display: inline-block;
}
#elemID4468 {
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
}

.greenBg {
	background-color: #55ff368c;
	width: 88%;
	border-radius:10px;
	box-shadow: 0px 0px 18px #8b8b8b;
}

.greenBg > .textTitle {
	text-align: right;
	font-weight:bold;
	text-decoration: underline;
}
.overlay{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.popup{
	display: flex;
	position: fixed;
	background-color: white;
	padding: 4%;
	border-radius: 10px;
	z-index: 2;
	top: 20%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-evenly;
}
.popUpButton{
	background-color: #216BAF;
	padding: 8px;
	border-radius:9px;
	text-decoration:none;
	box-shadow: 0 2px 4px -1px rgba(168, 168, 168, 0.4),
    0 6px 39px -16px rgba(26, 83, 164, 0.52);
	color: white;
	width: 32%;
	margin-top: 5%;
	margin-left: 2%;
	margin-right: 2%
}

.smallTextForMultiUpload{
font-size: 8px;
}

.popUpButtonsDiv{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-evenly;
}
.linkSize18{
font-size:small;
}


/* Babysitter Design */
#babysitter_div{
	width:95%;
}

.entry-form{
	text-align: right;
    margin-top: 15px;
    padding:20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom:20px;
}

.form-group{
    margin-bottom: 15px;
}

.form-group label{
    display:block;
    margin-bottom:5px;
}

.form-group select, .form-group input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.error{
    color:red;
    font-size: 14px;
    margin-top: -10px;
    display:none;
    margin-bottom: 10px;
}

.entries-list{
    width: 100%;
    border-collapse: separate;
    margin-top: 20px;
    margin-bottom: 20px;
	border-spacing: 0;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.entries-list thead tr{
	background:var(--color-backround);
}

.entries-list th, .entries-list td{
    border: 1px solid #ddd;
    padding: 8px;
    text-align:center;
}

/*.entries-list th{
   background-color: #f5f5f5; 
}/*

/*Table Design elements*/
/*.entries-list th:first-child{
	border-top-left-radius: 8px;
}*/

/*.entries-list th:last-child{
	border-top-right-radius: 8px;
}*/

/*.entries-list tr:last-child td:first-child{
	border-bottom-left-radius: 8px;
}*/
/*.entries-list tr:last-child td:last-child{
	border-bottom-left-radius: 8px;
}/*

/*Finish Table Design Elements*/

.remove-btn{
    background-color: #ff4444;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    width: 80%;
    font-family: 'Assistant';
}

.remove-btn:hover{
    background-color: #CC0000;
}

.add-btn{
    background-color: #34aaff;
    color: #fff;
    border:none;
    padding: 10px 20px;
    border-radius:4px;
    cursor:pointer;
    width: 100%;
    font-family: 'Assistant';
}

.add-btn:hover{
    background-color: #199fff;
    color: #fff;
}

.summary-row{
    text-align: center;
    margin-top:-10px;
    padding:10px;
    background-color: var(--color-backround);
    color: #216aaf;
	border-radius:8px;
}


@media (max-width: 600px) {
  .wrapper {
    display: flex;
    /* flex-direction: column; */
    /* width: 100% !important; */
    min-width: 250px;

  }

  .wrapper .option {
    font-size: 0.7em;
    margin: 0px;
  }

}

/* Radio Buttons For Selection */

.wrapper {
  display: inline-flex;
  width: 95%;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
}

.wrapper .option {
  height: 5em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 3px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}

.wrapper > input[type="checkbox"] {
  display: none;
}

#option-1:checked:checked~.option-1,
#option-2:checked:checked~.option-2
 {
  border-color: var(--color-primary);
  background: var(--color-primary);
}



#option-1:checked:checked~.option-1 span,
#option-2:checked:checked~.option-2 span
 {
  color: #fff;
}

/* End Radio Buttons */