.tehilim-text {
    font-weight: normal;
    font-family: "Cardo", serif !important;
    font-style: normal;
    font-size: 1.5rem;
}
.tehilim-text.m-4 {
    margin-right: 0 !important;
}
.col-md-8 h3{
    color: #768f9a !important;
    font-size: 1.25rem;
    font-weight: inherit !important;
}
.col-md-8 h4 {
    color: #738f9b;
	font-size: 1.75rem;
	font-weight: normal;
	font-family: "Cardo", serif;
    font-style: normal;
}
.col-md-8 h4:after {
    content: "";
    display: block;
    width: 20%;
    height: 2px;
    background-color: #1d7472;
    margin-top: 10px;
}
@font-face {
  font-family: 'EzraSILW';
  src: url(content/EzraSIL-2.51-web/web/SILEOT.woff);
}
@font-face {
  font-family: 'EzraSILSRW';
  src: url(content/EzraSIL-2.51-web/web/SILEOTSR.woff);
}
.tehilim-text * {
	font-family: 'EzraSILW', sans-serif !important;
}
.tehilim-text .sentence-num {
    font-size: 1rem;
    white-space: nowrap;
    opacity: .8;
}
.tehilim-text h2 {
    display: inline-block;
    padding: 0;
    margin: 0;
    background: #a3ddf1;
    color: #1d7472;
    font-size: 4.5rem;
    width: 90px;
    text-align: center;
}
.ot{
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #1d7472;
    font-size: 3rem;
    width: 90px;
    text-align: center;
    font-weight: bold;
}
.neshama .row {
	  display: flex;
	  flex-wrap: wrap;
	  gap: 20px;
	  text-align: center;
	  justify-content: space-between;
	  align-items: center;
	  margin: 20px 0;
	  margin-top: 0;
	  width: 100%;
}
.neshama .position-relative label {
	top: -10px;
	right: 5px;
	background: white;
	padding: 0 5px;
	position: absolute;
}
.input-group-text {
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #96abb2;
    display: flex;
    align-items: center;
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    box-sizing: border-box;
}
.neshama .row > .input-group-text:first-child {
  margin-right: 0;
}
.neshama .row > .input-group-text:last-child {
  margin-left: 0;
}
.form-control {
    padding: 1.75rem 1rem;
    color: #000000;
    border: 1px solid #96abb2;
	border-radius: .5rem
}
.form-control::placeholder {
    color: #000000;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-right: -0.25rem;
    margin-top: -1.25rem!important;
}

.form-check-input {
  appearance: none;
  -webkit-appearance: none;
  background-color: #1d7472;
  border: 6px solid #ffffff;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  border-radius:50%;

}

.form-check-input:checked::before {
  content: "✔";
  position: absolute;
  top: -2px;
  left: 3px;
  font-size: 14px;
  color: #ffffff;
}

.text-muted {
    color: #96abb2 !important;
}
.position-relative {
    margin: 10px 0 30px 0px;
}
.btn-show{
	background-color: #127678e6;
    border-color: #127678e6;
	border-radius: 7px;
    padding: 0.75rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	direction: ltr; 
}
.btn-text {
     color: #fff;
    font-size: 1.75rem;
    font-weight: bold;
}
.btn-image {
    width: 35px;
    height: auto;
    border-radius: 0 4px 4px 0;
}


@media print {
	.col-lg-3 {
		display: none;
	}
	.page-content-head {
		display: none;
	}
	h2 {
		display: none;
	}
	p {
		display: none;
	}
	.neshama {
		display: none;
	}
	#print-btn-div {
		display: none;
	}
	.banner, .sideB, .mob, .ims-tools {
		display: none !important;
	}
}