@import url("https://cdn.jsdelivr.net/npm/purecss@3.0.0/build/pure-min.css");
@import url("https://cdn.jsdelivr.net/npm/purecss@3.0.0/build/grids-responsive-min.css");

@font-face {
  font-family: shlomo;
  src: url(/font/Shlomo.ttf);
}
@font-face {
  font-family: ashkenaz;
  src: url(/font/TaameyAshkenaz-Medium.ttf);
}
@font-face {
  font-family: shofar;
  src: url(/font/ShofarRegular.ttf);
}
@font-face {
  font-family: davidclm;
  src: url(/font/TaameyDavidCLM-Medium.ttf);
}
@font-face {
  font-family: frankclm;
  src: url(/font/TaameyFrankCLM-Medium.ttf);
}
@font-face {
  font-family: keter;
  src: url(/font/KeterYG-Medium.ttf);
}

html {
  width: 90%;
  margin: auto; 
  line-height: 120%;
  color:#000; background-color: #fdf5e6; 
  padding: 1em;
  font-size: 1em;
  font-weight: normal; 
  font-family: 'Open Sans'; 
}

.tfont {
  line-height: 250%;
}

.shlomo {
  direction: rtl;
  font-family: 'shlomo';
  font-size: 150%;
}
.ashkenaz {
  direction: rtl;
  font-family: 'ashkenaz';
  font-size: 180%;
}
.shofar {
  font-family: 'shofar';
  direction: rtl;
  font-size: 180%;
}
.davidclm {
  font-family: 'davidclm';
  font-size: 190%;
  direction: rtl;
}
.davidlibre {
  font-family: 'David Libre';
  font-size: 190%;
  direction: rtl;
}
.frankclm {
  font-family: 'frankclm';
  font-size: 190%;
  direction: rtl;
}
.keter {
  font-family: 'keter';
  font-size: 200%;
  direction: rtl;
}

.h2 {
  font-family: 'shlomo'; 
  font-weight: normal; 
  direction: rtl;
  font-size: 100%;
}
.q {
  font-family: 'shlomo'; 
  font-weight: normal; 
  direction: rtl;
  font-size: 120%;
  line-height: 1.5em;
}

.h {
  font-family: 'David Libre'; 
  font-size: 150%;
  line-height: 110%;
  font-weight: normal; 
  direction: rtl;
}

.hkbd {
  font-family: 'David Libre'; 
  font-size: 100%;
  font-weight: normal; 
  direction: ltr;
}
.e {
  font-family: 'Open Sans'; 
  font-weight: normal; 
  font-size: 100%;
  direction: ltr;
}
.e2 {
  font-family: 'Open Sans'; 
  font-weight: normal; 
  font-size: 120%;
  direction: ltr;
  width: 20em;
}
h1 {text-align:center;font-size:160%;}
h2 {text-align:center;font-size:140%;}
h3 {text-align:center;font-size:120%;}
.big2 {font-size:140%; font-weight: bold; }
.big {font-size:120%;}
.bigger {font-size:110%;}
.normal {font-size:100%;}
.small {font-size:80%;}
TD {vertical-align:top;direction:ltr;unicode-bidi:embed;text-align:left;font-size:120%;}
TD.h {
  vertical-align:top;
  direction:rtl;
  unicode-bidi:embed;
  text-align:right;
  font-size:150%;
  line-height: 140%;
  font-family:'shlomo';
  width: 50%;
  padding-right: 0.5em;
}
TD.m {
  vertical-align:middle;
  direction:ltr;
  unicode-bidi:embed;
  text-align:left;
  font-size:120%;
  width: 50%;
}

a:hover {
  background-color: #888;
  color: #FFF !important;
}
.curix {
  color: #F00;
  font-weight: bold;
  width: 1.8em;
  display: inline-block;
  text-align: center;
  margin-right: 0.2em;
}
.ix {
  margin-right: 0.2em;
}
.ixnext {
  margin-right: 0.2em;
  margin-left: 0.2em;
}
.ix a {
  color: #000;
  text-decoration: none;
  width: 1.8em;
  display: inline-block;
  text-align: center;
}
.ix:hover {
  background-color: #888;
  color: #FFF;
}

.toptable {
  background-color: #ffdead !important;
  margin: auto;
  padding: 1em;
  text-align: center;
  vertical-align: baseline;
}
.toptable a {
	text-decoration: none;
  vertical-align: baseline;
	color: #000;
}
.toptable span {
  vertical-align: baseline;
}
.updated {
  margin: auto;
  padding: 0.7em;
  text-align: center;
  font-size: 80%;
}

.question {
  border-top: 1px solid black;
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 1em;
  text-align: center;
  margin: auto;
}

.inp  {
  font-size: 110%;
}
.chapters {
  background-color: #ffdead !important;
  vertical-align: baseline !important;
  text-align: center;
  padding: 0.5em;
}
.chapters a {
	text-decoration: none;
  vertical-align: baseline !important;
  padding: 0;
  text-align: start;
  margin: 0;
  white-space: nowrap;
}
.copyright {
  font-size: 80%;
  margin-top: 2em;
  padding: 0.5em;
  background-color: #ffdead !important;
  text-align: center;
  margin: auto;
}
.chapters + .copyright {
  margin-top: 0px !important;
}

noscript p {
  padding: 2em;
  background-color: #F00 !important;
  color: #FFF !important;
  text-align: center;
}

.warning {
  padding: 2em;
  background-color: #FF7F00 !important;
  color: #000 !important;
  text-align: center;
}

.center {
  text-align: center;
}

.big {
  font-size: 120%;
}
.small {
  font-size: 80%;
}

.dropdown {
  position: absolute;
  display: inline-block;
  width: 100%;
  vertical-align: baseline;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 180px;
  padding: 4px 4px;
  vertical-align: baseline;
  z-index: 1;
}

.dropdown:hover {
    background-color: #BBB; 
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content hr {
  background-color: #BBB; 
  color: #000; 
  margin: 0;
}
.dropdown-content a {
	width: 100%;
	display:block;
	text-decoration: none;
  color:#000; 
  background-color: #BBB; 
  line-height: 200% !important;
}



span>.fit{
  vertical-align: baseline;
}
.fit {
  max-height: 1em;
  max-width: 1em;
  object-fit: scale-down;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: baseline;
}
.fit2 {
  max-height: 1em;
  max-width: 1em;
  object-fit: scale-down;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  vertical-align: baseline;
}
.vb {
  background: white;
  color: black;
  padding: 0.05em;
}
.vb:hover {
  background: pink;
}

.dd {
  position: relative;
  display: inline-block;
  vertical-align: baseline !important;
  top: 100%;
  padding: 0;
  margin: 0;
}

.dd:hover{
  background: #999 !important;
}

.dd2 {
  display: none;
  position: absolute;
  background-color: #CCC !important;
  padding: 8px;
  top: 100%;
  left: 50% !important;
  right: auto !important;
  text-align: start !important;
  transform: translate(-50%, 0) !important;
}

.dd2 span a {
  display: table-cell;
  padding: 8px;
  min-height: 20px;
  min-width: 20px;
  max-width: 90vw;
  width: 2em;
  height: 1.2em;
}

.mp3 {
  font-size: 90%;
}

.chap {
  display: table;
  padding: 1em;
  min-height: 20px;
  min-width: 20px;
}
.chap a {
    display: inline-block;
}

.s a {
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.ct {
  font-family:'shlomo';
  line-height: 170%;
}
.ct b {
  font-family: 'David Libre'; 
}

.targ {
  font-family:'shlomo';
  font-size: 100%;
  line-height: 190%;
  direction: rtl !important;
}
.targ h1{
  font-family:'David Libre';
}
.targ table tbody {
  direction: rtl !important;
  align: right;
}
.targ table tr {
  direction: rtl !important;
}
.targ table td {
  direction: rtl !important;
  text-align: right;
}
.targ td + td {
  font-family:'David Libre' !important;
  font-size: 150% !important;
}

.h table td {
  direction: rtl !important;
  text-align: right;
}

.pe {
	width: 40%;
	float: left;
}
.ph {
	width: 40%;
	float: right;
}
.h3 {
  font-family: 'David Libre' !important; 
  font-size: 110%;
  font-weight: normal; 
  direction: rtl;
}

.ll1 {
  height: 64px !important;
}
.p-1 {
	padding: 1em !important;
}
.p-1-2 {
	padding: 0.5em !important;
}
.p-1-4 {
	padding: 0.25em !important;
}
.mt-1 {
	margin-top: 1em !important;
}
.mt-2 {
	margin-top: 2em !important;
}
.mt-3 {
	margin-top: 3em !important;
}

.mb-1 {
	margin-bottom: 1em !important;
}
.me-1 {
	margin-end: 1em !important;
}
.mb-2 {
	margin-bottom: 2em !important;
}
.mb-3 {
	margin-bottom: 3em !important;
}
.city {
  text-align: left;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
table.zemanim  td+td+td {
  font-family: 'David Libre'; 
  text-align: left;
  width: 40%;
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  direction: rtl;
}
table.zemanim  td+td {
  text-align: center;
  /* width: 15%; */
  min-width: 10em;
  max-width: 20%;
  white-space: nowrap;
  
  padding-top: 4px;
  padding-bottom: 4px;
}
table.zemanim  td {
  text-align: right;
  padding: 0px;
  width: 40%;
  padding-top: 4px;
  padding-bottom: 4px;
  /* width: 40%; */
}
table.zemanim {
  border: none;
  border-spacing: 0px;
}

.znow {
  background-color: #ffdead !important;
}
.new {
  background-color: yellow !important;
}

.zdiv {
  width: 50%;
  margin: 0 auto;
}

p.s {
  line-height: 150% !important;
}

.qri {
  color:#fff; background-color: #999999; 
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.hhh {
  font-family: 'shlomo'!important; 
  font-weight: normal; 
  direction: rtl;
  font-size: 90% !important;
  line-height: 150% !important;
}

.card {
   padding: 1em;
   margin-top: 1em;
}
.card-head {
  text-align: center;
  padding: 0.25em;
  background-color: wheat;
	margin-bottom: 1em !important;
}

.card-head ~ div {
  padding: 0.3em;
}

      .custom-wrapper {
          background-color: #ffd390;
          margin-bottom: 1em;
          -webkit-font-smoothing: antialiased;
          height: 2.1em;
          overflow: hidden;
          -webkit-transition: height 0.5s;
          -moz-transition: height 0.5s;
          -ms-transition: height 0.5s;
          transition: height 0.5s;
      }

      .custom-wrapper.open {
          height: 14em;
      }

      .custom-menu-3 {
          text-align: right;
      }

      .custom-toggle {
          width: 34px;
          height: 34px;
          position: absolute;
          top: 0;
          right: 0;
          display: none;
      }

      .custom-toggle .bar {
          background-color: #777;
          display: block;
          width: 20px;
          height: 2px;
          border-radius: 100px;
          position: absolute;
          top: 18px;
          right: 7px;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s;
      }

      .custom-toggle .bar:first-child {
          -webkit-transform: translateY(-6px);
          -moz-transform: translateY(-6px);
          -ms-transform: translateY(-6px);
          transform: translateY(-6px);
      }

      .custom-toggle.x .bar {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      }

      .custom-toggle.x .bar:first-child {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      }

      @media (max-width: 47.999em) {

          .custom-menu-3 {
              text-align: left;
          }

          .custom-toggle {
              display: block;
          }

      }

      .pure-menu-link:hover {
        color: red !important;
      }
      /*
      .pure-menu-link:focus {
        background-color: #ffdead ;
      }
      */
      .pure-menu-children {
        border: 1px ;
        border-style: solid;
      }
.fwide {
  width: 100%;
}
.msg_fail {
    background: #F7BBBB !important;
    color: black !important;
	text-align: center;
}
.msg_ok {
	text-align: center;
    background: #C8F4A8 !important;
    color: black !important;
}
[x-cloak] {
    display: none !important;
}
dialog::backdrop {
  background: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 1px,
    rgba(0, 0, 0, 0.3) 1px,
    rgba(0, 0, 0, 0.3) 20px
  );
  backdrop-filter: blur(3px);
}

.pop {
  /* z-index: 2147483647 !important; */
  /* position: absolute !important; */
  /* display: table-cell; */
  background: beige !important;
}
.pop:hover {
  background: pink !important;
}
.half {
  z-index:4;
  position: fixed;
  left: 0 !important;
  overflow-y: scroll;
  /* position: relative; */
  /* left: 1em; */
  top: 2em;
  bottom: 0;
  margin-left:1em;
  margin-right:1em;
  width: 100% !important;
}
.custom-restricted-width {
  /* To limit the menu width to the content of the menu: */
  display: inline-block;
  /* Or set the width explicitly: */
  /* width: 10em; */
}
.ham {
  text-align: start;
}

.menu-item {
  display: block;
  padding: 0.4em;
  margin: 0.2em;
}
.menu-link {
  display: inline-block;
  padding: 0.4em;
  margin: 0.4em;
}
.menu-link:hover {
  background: black !important;
  color: white !imporant;
  text-decoration: bold;
}
.l1 {
  background: bisque !important;
  opacity: 1 !important;
  z-index: 999;
}
.l2 {
  background: antiquewhite !important;
  opacity: 1 !important;
  z-index: 999;
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.l3 {
  background: bisque !important;
  opacity: 1 !important;
  z-index: 999;
  padding-left: 1em !important;
  padding-right: 1em !important;
}
.topmost {
  z-index: 99999 !important;
}
.l4 {
  background: beige !important;
  opacity: 1 !important;
  z-index: 999;
}

.seen {
  background: palegrey !important;
}
.notseen {
  background: palegreen !important;
}
