@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  direction: rtl;
  text-align: right;
  background-color: #c9c8c8;
  font-family: "Assistant", sans-serif;
}
@media print {
    input[type="checkbox"]:not(:checked),
    input[type="checkbox"]:not(:checked) + label {
        display: none;
    }

}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1370px;
  }
}
section .container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 50px;
}
section .container, nav .container {
  background-color: #ffffff;
}
nav .container {
  position: relative;
  z-index: 99999;
}
nav .col-12 {
  box-shadow: 0px 3px 6px #00000029;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
}
.logo {
  /*height: 100px;*/
  margin: 0 auto;
  display: block;
    max-height: 150px;
}
.form-title {
  font-weight: bold;
  text-align: center;
  font-size: 54px;
  color: #131313;
}
.form-group label, .form-subtitles {
  font-weight: bold;
  font-size: 18px;
}
.col-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
label.error {
  color: red;
  font-size: 16px;
  font-weight: normal;
}
.m-signature-pad--body {
  position: relative;
}
/*
.m-signature-pad--body canvas {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  border: 1px solid #707070;
  border-radius: 0.25rem;
  padding-top: 70px;
  padding-bottom: 30px;
}
*/

.m-signature-pad--body canvas, .sig-bg{
    margin: auto;
    display: block;
    z-index: 10;
    position: relative;
    background-color: #c0c0c059;    
    box-shadow: 0 0 10px 4px #00000038;
    background-image: url("../images/sig-texture.webp");
    background-size: cover;
    background-position: top center;
}


.clear-signature {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0px;
  margin: 0px;
  padding: 0px;
    outline: none!important;
}
.clear-signature i b{
    font-size: 200%;
    line-height: normal;
    position: absolute;
    left: 5px;
    top: -32px;
}    

.custom-file-input-label {
  padding-right: 50px;
}
.col-item .custom-file-input-label {
  border-style: dashed !important;
  padding-right: 50px;
}
.file-upload-container {
  position: absolute;
  right: 5px;
  bottom: 0px;
  z-index: 99;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-upload-container button {
  color: transparent;
  background-color: transparent;
  border: 0px;
}
.delete-container {
  left: 5px;
  right: auto;
}
select, input.form-control {
  height: 70px !important;
  border: 1px solid #707070 !important;
  border-radius: 4px !important;
  font-size: 1.6rem;
	
}
textarea.form-control {
  border: 1px solid #707070 !important;
  border-radius: 4px !important;
  font-size: 1.2rem;
  height: auto!important;
  background: #e9ecef!important;  
}

input:required, select:required {
  background-image: linear-gradient(0, #49505c, #49505c);
  background-size: 0;
  transition: background-size .8s;
  background-repeat: no-repeat;
}
label.is_required {
  width: 100%;
  position: relative;
}
label.is_required:after {
  content: 'שדה חובה';
  font-size: 14px;
  position: absolute;
  left: 0;
  font-weight: 100;
  color: red;
  margin-top: 17px;
}
label span {
  font-weight: 100;
  font-size: 60%;
  color: gray;
  margin-top: 4px;
}
.form-control:disabled, .form-control[readonly] {
  background-color: white;
}
.delete-file-upload {
  background-color: #c0392b !important;
  color: white !important;
}
.underline {
  text-decoration: underline;
}
.opacity-0 {
  opacity: 0;
}
.is_required.opacity-0{
	opacity: 1;
}

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: transparent !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position-x: 0% !important;
  background-position-y: 22px !important;
}
.containercheckbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.containercheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.containercheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.containercheckbox input:checked ~ .checkmark {
  background-color: #2196f3;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containercheckbox input:checked ~ .checkmark:after {
  display: block;
}
.containercheckbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom-control-label::after, .custom-control-label::before {
  right: -1.5rem;
  left: auto;
}
.custom-control-input {
  right: 0 !important;
  left: auto !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #515151;
  background-color: #515151;
}
.date-dropdowns, .time-dropdowns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.date-dropdowns select, .time-dropdowns select {
  width: 100%;
}
.date-dropdowns .month {
  /* margin-left: 20px; */
  /* margin-right: 20px; */
}
.delete-file-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.max-width-50 {
  max-width: calc(50% - 15px);
}
.send-btn:hover, .send-btn {
  background-color: #ec007c;
  border-radius: 4px;
  height: 70px;
  color: white;
  font-size: 32px;
  border: 0px;
  margin-top: 27px;
}
.sig-label label {
  /*font-size: 28px;*/
}
.sig-label {
  text-align: center;
}
/*
  width: 100%;
  z-index: 9;
  position: absolute;
  top: 35px;
}


.sig-base {
  z-index: 9;
  position: absolute;
  bottom: 35px;
  width: 100%;
}
*/
.sig-line {
  margin: 0 auto;
  width: 300px;
  height: 1px;
  background-color: #707070;
}
::-webkit-calendar-picker-indicator {
  background-image: url("../images/calendar.svg");
}
.subtitle {
  color: #515151;
  font-size: 28px;
}
.circle {
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #131313;
  border-radius: 50%;
  margin-top: 23px;
}
.circle span {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  font-size: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle i {
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  font-size: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-label {
  color: #131313;
  font-size: 16px;
  padding-left: 10px;
}
.add-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 0px;
  /*float: left;*/
}
.add-button .circle {
  margin-top: 0px;
}
.slash {
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-left: 10px;
  margin-right: 10px;
}
.date-dropdowns select, .time-dropdowns select {
  padding-right: 5px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.footer {
  background-color: #ececec;
  height: 57px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
}
.powered-by {
  color: #131313;
  font-size: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.ul-container {
  color: #131313;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.ul-container li {
  margin-bottom: 20px;
  padding-right: 15px;
}
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.children-container .row .eraser {
  display: none;
}
.children-container .row:last-child .eraser {
  display: block;
  cursor: pointer;
}
.children-container .row:first-child .eraser {
  display: none;
}
input.swipe {
  background-size: 100% !important;
}
input.swipe::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #f00;
  opacity: 1; /* Firefox */
}
input.swipe:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #f00;
}
input.swipe::-ms-input-placeholder { /* Microsoft Edge */
  color: #f00;
}
.m-signature-pad--input {
  position: absolute;
  right: 50%;
  width: 1px;
  padding: 0;
  border-color: transparent;
  opacity: 0;
}
.form-submited .custom-select:invalid, .form-submited .form-control:invalid, .custom-control-required {
  box-shadow: 0 0 0 0.2rem rgb(255 0 0 / 64%);
}
.ui-state-active, .ui-widget-content .ui-state-active {
  background: #c0c0c0ab;
  font-weight: bold;
  border: none;
}
.input-notes {
  font-size: 75%;
  display: block;
}
.kayak-gallery .card-text {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.kayak-gallery .pb-5, .kayak-gallery .py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.kayak-gallery .bg-light {
  background-color: #f8f9fa !important;
}
.kayak-gallery .btn-group {
  width: 100%;
}
.kayak-gallery .btn-primary {
  padding: 10px 40px;
}
.kayak-gallery .btn-outline-secondary:hover {
  background-color: #95BC3B;
}
.kayak_share .row {
  background-color: white;
  display: flex;
  justify-content: space-around;
  padding: 10px;
}
.kayak_share .icons a {
  color: black;
}
.kayak_share {
  margin-bottom: 20px;
  top: -29px;
}

form[data-form-id="65F313D4-3BA5-434E-BD27-F941F3FD92C2"] .form-group label{
	font-size: 14px;
}
form[data-form-id="65F313D4-3BA5-434E-BD27-F941F3FD92C2"] label.is_required:after {
    margin-top: 29px;
    background: #fff;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    padding-left: 4px;
    border-top-left-radius: 4px;
}
