@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";@import"https://fonts.googleapis.com/css2?family=Alef&family=Lora&family=Suez+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Jost&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";@font-face{font-family:Days-Regular;src:url(/fonts/Days/Days-Regular.ttf)}@font-face{font-family:Days-Bold;src:url(/fonts/Days/Days-Bold.ttf)}@font-face{font-family:Days-Nights;src:url(/fonts/Days/Days-Nights.ttf)}@font-face{font-family:Days-NightsBold;src:url(/fonts/Days/Days-NightsBold.ttf)}.flex{display:flex}.flex.flex-column{flex-direction:column}.flex.justify-center{justify-content:center}.flex.justify-between{justify-content:space-between}.flex.align-center{align-items:center}.colored-text{color:var(--clr1)}.clean-list{padding:0;margin:0;list-style-type:none}*{box-sizing:border-box;scroll-behavior:smooth}body{font-family:Days-Regular;margin:0;color:#212121;background-color:#fff;text-align:start;overflow-x:hidden;direction:rtl}.full-page{height:100vh}.eng{direction:ltr;font-family:Days-Regular}.rtl{direction:rtl}h1,h2,h3,h4,h5,h6{margin:0 0 .5em;color:#874680}h2{font-size:2.5rem;font-weight:700}h3{font-size:2rem;font-weight:700}h5{font-size:1.5rem;color:#212121}h6{font-size:1rem}p{font-size:30px;margin:0 0 1em;line-height:40px}@media (max-width: 500px){p{font-size:1rem;line-height:1.5rem;padding-inline:1rem}}a{text-decoration:none;color:unset}button{display:flex;align-items:center;justify-content:center}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#376b80;border-radius:0}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px gray;border-radius:0}img,embed,video,object{max-width:100%}.debug *{outline:1px solid gold}a.active{text-decoration:underline}button{cursor:pointer;background-color:#fff0;margin:.5em;border:0;padding:.5em .8em;border-radius:4px}button:hover{transition:.3s}input:focus{background-color:var(--clr1bg);transition:background-color 1s}.main-layout{display:grid;grid-template-columns:2fr 4fr 1fr}.main-layout>*.full{grid-column:2}@media (max-width: 500px){.main-layout{display:flex;flex-direction:column}}.container{max-width:800px;padding:1em;margin:auto}.app-header{background:linear-gradient(to right,#4b2647,#376b80);display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;position:fixed;width:100vw;top:0;z-index:1;height:80px;padding-inline:12px;box-shadow:#0003 0 2px 4px -1px,#00000024 0 4px 5px,#0000001f 0 1px 10px}.app-header .header-side{display:flex;align-items:center;gap:1rem}.app-header .nav-btn{padding:.5rem;height:48px;width:48px;display:flex;flex-direction:column;align-items:center;gap:.3rem}.app-header .nav-btn .line{background-color:#a8d7f8;width:30px;height:5px;transition:all .6s}.app-header .nav-btn.close .line:nth-child(1){transform:rotate(-45deg);width:80%;transform-origin:bottom right}.app-header .nav-btn.close .line:nth-child(2){opacity:0}.app-header .nav-btn.close .line:nth-child(3){transform:rotate(45deg);width:80%;transform-origin:top right}@media (min-width: 600px){.app-header .nav-btn{display:none}}.app-header .header-section{display:none}.app-header .header-section.opened{position:absolute;display:flex;flex-direction:column;align-items:center;gap:.75rem;width:80px;padding-block:1rem;top:76px;right:88px;background-color:#4b2647;border-radius:.25rem}@media (min-width: 600px){.app-header .header-section.opened,.app-header .header-section.closed{display:flex;flex-direction:row;gap:1rem;position:initial;background:none}}.app-header .logo{height:80px;width:80px;padding:.25rem}.app-header .logo img{width:100%;height:100%;border-radius:.25rem}.app-header .links{display:flex;align-items:center;gap:1rem}.app-header .links a{display:flex;align-items:center}.app-header .links img{width:16px;filter:invert(100%) sepia(100%) saturate(0%) hue-rotate(144deg) brightness(106%) contrast(101%)}.app-header .lang-select{display:flex;align-items:center}.app-header .lang-select button{width:60px;height:30px;color:#4b2647;background-color:#fff}.app-header .lang-select button.selected{font-weight:700;background-color:#e9c1e5}.app-header .site-logo{height:100%;display:flex;align-items:center;padding-inline-end:12px}.app-header .site-logo img{height:50px;width:250px}.app-header a.active{text-decoration:none;font-weight:700;color:#d065c6}.app-header a.active .search-img{filter:invert(51%) sepia(22%) saturate(1156%) hue-rotate(256deg) brightness(95%) contrast(89%)}@media (min-width: 500px){.app-header a{font-size:20px}}.side-bar{position:fixed;top:96px;left:0;font-family:Days-Regular;color:#fff;transition:all .6s;max-width:580px;border-radius:.25rem;z-index:10;box-shadow:#0003 0 2px 4px -1px,#00000024 0 4px 5px,#0000001f 0 1px 10px}.side-bar.heb{right:0;left:unset}.side-bar:hover{cursor:pointer}.side-bar.open{top:216px}.side-bar .img-container{background-color:#4b2647;padding:.5rem 1rem .5rem .5rem;width:56px;display:flex;align-items:center;border-radius:.25rem;margin-inline-start:-.5rem}.side-bar .menu-img{width:42px;filter:invert(89%) sepia(80%) saturate(471%) hue-rotate(211deg) brightness(100%) contrast(83%)}.side-bar .menu-img.heb{transform:rotate(180deg)}.side-bar .open-side-bar{position:relative;padding-block-end:.5rem;padding-inline-start:1rem;padding-inline-end:.5rem;margin-inline-start:-.5rem;border-radius:.25rem;background-color:#4b2647;max-height:450px;width:600px;overflow-y:auto}.side-bar .open-side-bar .title{position:fixed;display:flex;align-items:center;justify-content:space-between;gap:1rem;width:570px;background-color:#4b2647;padding-block:.5rem;z-index:5}.side-bar .open-side-bar .title span{font-size:1.5rem}.side-bar .open-side-bar img{filter:invert(89%) sepia(80%) saturate(471%) hue-rotate(211deg) brightness(100%) contrast(83%)}.side-bar .open-side-bar p{color:#e6f4e9;margin-top:1rem}.side-bar .open-side-bar .btn-close{display:flex;align-items:center;margin:0;padding:.5rem;border-radius:50%}.side-bar .open-side-bar .btn-close img{width:16px}.side-bar .open-side-bar .btn-close:hover{background-color:#c468ba}.side-bar .chapter-list{list-style:none;padding:0;margin:0;gap:0;margin-top:2.5rem}.side-bar ::-webkit-scrollbar-thumb{background:#874680;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.side-bar ::-webkit-scrollbar-track{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.show-org{position:fixed;top:152px;left:0;font-family:Days-Regular;color:#fff;transition:all .6s;max-width:580px;border-radius:.25rem;z-index:10;box-shadow:#0003 0 2px 4px -1px,#00000024 0 4px 5px,#0000001f 0 1px 10px}.show-org.heb{right:0;left:initial}.show-org:hover{cursor:pointer}.show-org.open{height:70vh;width:80vw;top:50%;left:50%;right:initial;transform:translate(-50%,-50%)}.show-org .img-container{background-color:#4b2647;padding:.5rem;width:56px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;margin-inline-start:-.5rem}.show-org .show-org-img{width:32px;filter:invert(89%) sepia(80%) saturate(471%) hue-rotate(211deg) brightness(100%) contrast(83%)}.show-org .org-modal{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;border-radius:.25rem;height:100%;width:100%;background-color:#4b2647;overflow-y:auto}.show-org .org-modal img{width:100%;height:800px;border-radius:.25rem}.show-org ::-webkit-scrollbar-thumb{background:#874680}.show-org ::-webkit-scrollbar-track{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.show-org .btn-close,.show-org .page-scroll{position:fixed;display:flex;align-items:center;margin:0;padding:.25rem;margin:.25rem;border-radius:50%}.show-org .btn-close img,.show-org .page-scroll img{filter:invert(89%) sepia(80%) saturate(471%) hue-rotate(211deg) brightness(100%) contrast(83%);width:16px;height:16px}.show-org .btn-close:hover,.show-org .page-scroll:hover{background-color:#c468ba}.show-org .btn-close{top:0;left:0}.show-org .page-scroll{top:0;right:0;margin-right:1rem}.show-org .page-scroll .up{transform:rotate(180deg)}.chapter-preview .top{display:flex;align-items:center;gap:1rem;margin-block:.5rem}.chapter-preview .top span{font-size:.9rem}.chapter-preview .top span.selected{font-weight:700;color:#c468ba}.chapter-preview .top img{width:14px}.chapter-preview .top img.heb{transform:rotate(180deg)}.chapter-preview .top img.opened{transform:rotate(90deg)}.chapter-preview .sub-chapters{padding-inline-start:.5rem;gap:0}.chapter-preview .sub-chapters li{font-size:.9rem;margin-bottom:.35rem}.chapter-preview .sub-chapters li:hover{text-decoration:underline}.chapter-preview .sub-chapters li.selected{font-weight:700;color:#c468ba}.chapter-preview .sub-chapters li span{color:#e9c1e5}.selected-options-container{position:relative;border:1px solid #874680;border-radius:.5rem;padding:.5rem .25rem .25rem;color:#4b2647;max-width:750px}.selected-options-container .btns{display:flex;align-items:center}.selected-options-container .your-search{display:flex;align-items:start;width:100%}.selected-options-container .your-search .option{display:flex;flex-wrap:wrap}.selected-options-container .your-search .option span{position:relative;text-align:start;display:flex;width:max-content;padding:.25rem;padding-inline-start:.85rem;margin:.5rem;background-color:#79c1f4;border-radius:.25rem}.selected-options-container .your-search .option span img{width:10px;position:absolute;top:2px;right:2px;border-radius:20%;filter:invert(19%) sepia(65%) saturate(1132%) hue-rotate(171deg) brightness(94%) contrast(88%)}.selected-options-container .your-search .option span img:hover{background-color:#a8d7f8}.selected-options-container .your-search .option span:hover{cursor:pointer;background-color:#4aacf0}.selected-options-container .frame-label{background-color:#a8d7f8;color:#4b2647;padding:.25rem;position:absolute;top:-16px}@media (min-width: 820px){.selected-options-container .frame-label{font-size:1.25rem;top:-22px}}@media (max-width: 490px){.selected-options-container .frame-label{top:-18px}}@media (max-width: 600px){.selected-options-container{margin:auto}}@media (min-width: 820px){.selected-options-container{margin-top:2rem}}.err-msg{position:absolute;top:10vh;right:50%;transform:translate(50%);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;width:80vw;border-radius:.5rem;color:#fff;background-color:#4b2647}.err-msg .close-msg{position:absolute;top:0;right:0;display:flex;padding:.25rem;margin:.5rem;border-radius:50%;color:#eb9595}.err-msg .close-msg:hover{background-color:#874680}.err-msg .close-msg img{width:20px;height:20px;filter:invert(91%) sepia(31%) saturate(4032%) hue-rotate(298deg) brightness(96%) contrast(91%)}.err-msg h5,.err-msg h6{color:#eb9595}.err-msg .product{display:flex;flex-direction:column;text-align:start}.update-modal{position:sticky;top:90px;margin:auto;padding:.5rem;border-radius:.5rem;color:#fff;width:95vw;background-color:#874680;z-index:3}.update-modal .btn-close-update-modal{padding:.5rem;margin:0}.update-modal .btn-close-update-modal img{width:24px;height:24px;filter:invert(43%) sepia(85%) saturate(5068%) hue-rotate(341deg) brightness(88%) contrast(113%)}.update-modal .btn-close-update-modal:hover{background-color:#a8d7f8}.update-modal h4{color:#a8d7f8;font-size:2rem}.update-modal .form-header{display:grid;grid-template-columns:3fr 3fr 2fr 2fr;align-items:center;text-align:start}.update-modal .form-header span{padding-inline-start:.25rem;border:1px solid #a8d7f8;font-size:1.25rem}.update-modal form{display:grid;grid-template-columns:repeat(2,30%) repeat(2,20%);font-size:1.25rem;align-items:center;text-align:start}.update-modal form span{padding-inline-start:.25rem;border:1px solid #a8d7f8;height:1.75rem;overflow:auto}.update-modal .btn-update{background:#a8d7f8;color:#4b2647;font-weight:700;font-size:1.25rem;margin-inline:auto;margin-top:1rem}.update-modal .btn-update:hover{background-color:#330e2f;color:#fff}.update-modal input{font-size:1.25rem}.confirm-msg{position:absolute;bottom:0;left:50%;transform:translate(-50%,-50%);padding:2rem;border-radius:.5rem;z-index:3;background-color:#874680}.confirm-msg h4{font-size:2rem;color:#a8d7f8}.confirm-msg pre{font-size:1.2rem;font-weight:700;text-align:start;color:#a8d7f8}.confirm-msg .btns{display:flex;gap:1rem}.confirm-msg .btns .btn-confirm{background-color:#a8d7f8;color:#4b2647}.confirm-msg.add{max-width:80vw}.app-footer{background:linear-gradient(to left,#4b2647,#376b80);display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;position:fixed;bottom:0;width:100vw;z-index:1;height:80px;padding-inline:12px;box-shadow:#0003 0 2px 4px -1px,#00000024 0 4px 5px,#0000001f 0 1px 10px}.app-footer .logo{height:80px;width:80px;padding:.25rem}.app-footer .logo img{width:100%;height:100%;border-radius:.25rem}.home{position:relative;display:flex;flex-direction:column;align-items:center;padding:1rem;text-align:center;direction:ltr}.home .heb{direction:rtl}.home .card{display:flex;flex-direction:column;padding:2rem;max-width:760px}.home .card img{margin-block:1rem;border-radius:.25rem}.home .card p{font-size:1rem;text-align:start;line-height:1.5rem}.home .card p .bold{font-weight:700;padding-inline-end:.5rem}.view-doc{direction:ltr;position:relative;margin-top:80px;font-family:Days-Regular}.view-doc.heb{direction:rtl}.view-doc h2,.view-doc h4,.view-doc h5{text-align:center}.view-doc .italic{font-style:italic;font-family:Days-Nights}.view-doc .sub-chap-controls,.view-doc .bottom-controls{display:flex;align-items:center;justify-content:space-evenly;width:100%;margin-block:1rem}.view-doc .sub-chap-controls h4,.view-doc .bottom-controls h4{margin:0;max-width:500px}.view-doc .sub-chap-controls span,.view-doc .bottom-controls span{text-align:center;font-size:.75rem;max-width:500px}.view-doc .sub-chap-controls button,.view-doc .bottom-controls button{padding:.25rem;border-radius:50%;width:max-content}.view-doc .sub-chap-controls button img,.view-doc .bottom-controls button img{width:12px;filter:invert(34%) sepia(10%) saturate(3348%) hue-rotate(256deg) brightness(88%) contrast(80%)}.view-doc .sub-chap-controls button:hover,.view-doc .bottom-controls button:hover{background-color:#e9c1e5}.view-doc .sub-chap-controls button.dis,.view-doc .bottom-controls button.dis{background-color:#e6f4e9}.view-doc .sub-chap-controls .prev-sub,.view-doc .sub-chap-controls .prev-chap,.view-doc .bottom-controls .prev-sub,.view-doc .bottom-controls .prev-chap{transform:rotate(180deg)}.view-doc .sub-chap-controls .prev-sub.heb,.view-doc .sub-chap-controls .prev-chap.heb,.view-doc .bottom-controls .prev-sub.heb,.view-doc .bottom-controls .prev-chap.heb{transform:rotate(0)}.view-doc .sub-chap-controls .next-chap.heb,.view-doc .sub-chap-controls .next-sub.heb,.view-doc .bottom-controls .next-chap.heb,.view-doc .bottom-controls .next-sub.heb{transform:rotate(180deg)}.view-doc .text{padding-block:1rem;padding-inline:3.5rem;max-width:900px;margin:auto}.view-doc p{font-size:1rem;line-height:1.4rem}.view-doc .trans{display:grid;grid-template-columns:1fr 1fr;text-align:justify;gap:1rem;border:1px solid #191414;border-radius:.25rem;padding:.5rem;margin-block:.5rem}.view-doc .trans p{margin:0}.view-doc .triple-trans{display:grid;grid-template-columns:repeat(3,1fr);text-align:justify;gap:1rem;border:1px solid #191414;border-radius:.25rem;padding:.5rem;margin-block:.5rem}.view-doc .triple-trans p{margin:0}.view-doc .foot-note{position:relative;display:inline;color:#c468ba;padding-inline-end:.75rem;font-size:.8rem}.view-doc .foot-note .foot-note-num{position:absolute;top:-.75rem;padding-inline:.25rem}.view-doc .foot-note .foot-note-txt{display:none;position:absolute;top:2rem;left:50%;transform:translate(-50%);border:1px solid #c468ba;border-radius:.25rem;padding:.5rem;background-color:#fff;min-width:20vw;max-width:350px;text-align:start;z-index:5;box-shadow:#0003 0 2px 4px -1px,#00000024 0 4px 5px,#0000001f 0 1px 10px}.view-doc .foot-note:hover{cursor:pointer}.view-doc .foot-note:hover .foot-note-txt{display:block}.view-doc ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.view-doc ul hr{width:100%}.view-doc .foot-notes{margin-top:2rem}.view-doc .foot-notes a{color:#c468ba}.view-doc .foot-notes li{line-height:1.5rem;align-items:start;gap:.5rem;margin-bottom:.25rem}.view-doc .foot-notes li .num{color:#c468ba;width:1rem;padding-inline-end:.5rem}.view-doc .foot-notes .br{margin-block:1rem}.search-page{display:flex;flex-direction:column;align-items:center;padding:1rem;text-align:center;direction:ltr;margin-block:1rem;margin-top:80px;font-family:Days-Regular}.search-page h2{text-align:center}.search-page form{display:flex}.search-page form .search-input{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #874680;border-radius:1rem}.search-page form .search-input img{width:16px;filter:invert(34%) sepia(10%) saturate(3348%) hue-rotate(256deg) brightness(88%) contrast(80%)}.search-page form .search-input input{border:none}.search-page form .search-input input::placeholder{color:#874680}.search-page form .search-input input:focus-within{outline:none}.search-page form .search-input.heb{flex-direction:row-reverse}.search-page form .search-input.heb input{text-align:right}.search-page .search-results{margin-top:1rem}.search-page .search-results ul{list-style:none;text-align:start;padding:0}.search-page .search-results ul .chap{font-size:1.25rem;color:#874680}.search-page .search-results ul .sub-chap{font-size:1rem}.search-page .search-results ul .chap-num{color:#4b2647}
