@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";*,*:before,*:after{box-sizing:border-box}*{margin:0}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased;background-color:var(--light-color);font-family:var(--text-font);font-weight:500;height:100%}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}ul{list-style:none;margin:0;padding:0}a{text-decoration:none;color:#000}:root{--primary-color: #9bc995;--secondary-color: #9d6381;--accent-color: #612940;--light-color: #fdecef;--dark-color: #0f110c;--title-font: "Poppins", sans-serif;--text-font: "Lato", sans-serif;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px;--breakpoint-3xl: 2560px}.container{width:100%;margin:0 auto}@media screen and (min-width: 640px){.container{max-width:var(--breakpoint-sm)}}@media screen and (min-width: 768px){.container{max-width:var(--breakpoint-md)}}@media screen and (min-width: 1024px){.container{max-width:var(--breakpoint-lg)}}@media screen and (min-width: 1280px){.container{max-width:var(--breakpoint-xl)}}@media (min-width: 1536px){.container{max-width:var(--breakpoint-2xl)}}.grid-cols-2{display:grid;height:100vh;grid-template-columns:1fr}@media screen and (min-width: 1024px){.grid-cols-2{grid-template-columns:max-content auto}}.page{display:flex;flex-direction:column;gap:2rem}.page>div{display:flex;flex-direction:column;gap:2rem}.error-page{display:flex;flex-direction:column;margin-top:50px;gap:1rem;justify-content:center;align-items:center}.error-page h1{color:var(--accent-color);font-size:3rem}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.app{height:100%}.app__main{display:flex;flex-direction:column}.app__top-bar{background-color:var(--secondary-color);color:#f5f5f5;padding:1rem;box-shadow:0 2px 4px #0003}.app__top-bar-content{display:flex;justify-content:space-between;align-items:center}.app__toggle-button{display:flex;flex-direction:column;gap:6px}@media screen and (min-width: 1024px){.app__toggle-button{display:none}}.app__toggle-button div{width:30px;border:2px solid black}.app__toggle-button:hover{cursor:pointer}.app__content{padding:1rem}.app__content>div{padding:1rem;box-shadow:0 5px 4px #0000001a;border-radius:8px}@media screen and (min-width: 768px){.app__content>div{padding:1.5rem}}@media screen and (min-width: 1024px){.app__content>div{padding:2rem}}.app__content p{line-height:1.8rem;font-size:1.1rem;text-align:justify;max-width:1024px}.navbar{position:absolute;display:flex;flex-direction:column;padding:1rem;gap:2rem;width:100%;height:100vh;color:var(--light-color);background-color:var(--secondary-color);box-shadow:0 0 5px #0003;transform:translate(-100%);transition:transform .3s ease}.navbar--show{transform:translate(0)}@media screen and (min-width: 1024px){.navbar{position:relative;transform:translate(0)}}.navbar__logo{display:flex;justify-content:center}.navbar__logo img{width:120px}@media screen and (min-width: 768px){.navbar__logo img{width:150px}}.navbar__section-title{padding-bottom:10px;border-bottom:2px solid var(--primary-color);border-radius:1px;text-transform:uppercase;color:var(--primary-color)}.navbar a{color:var(--light-color);font-weight:500}@media screen and (min-width: 768px){.navbar{max-width:35vh}}.menu{display:flex;flex-direction:column;gap:.8rem;font-size:1rem;text-transform:uppercase;padding:1rem}@media screen and (min-width: 758px){.menu{font-size:1.1rem}}.menu__item{background-color:var(--accent-color);padding:.5rem;border-radius:4px}.menu__item:hover{transform:scale(1.05)}.menu__item-active{background-color:var(--accent-color);padding:.5rem;border-radius:4px}.logo{text-align:center;padding:0 1rem;display:flex;flex-direction:column}@media screen and (min-width: 768px){.logo{text-align:right;align-items:end}}@media screen and (min-width: 1024px){.logo{text-align:left}}.logo__link{color:#fff;font-weight:600;font-size:1.2rem;text-transform:uppercase}.logo__link:hover{color:var(--accent-color)}.home,.home__sections{display:flex;flex-direction:column;gap:1rem}.page__title,.page__subtitle{color:var(--accent-color)}.destin__calculator{display:flex;flex-direction:column;align-items:center;gap:2rem}@media screen and (min-width: 1024px){.destin__calculator{flex-direction:row;align-items:start}}.destin__calendar{width:max-content;display:flex;flex-direction:column;gap:1.5rem}.destin__calendar>button{width:100%;background-color:var(--accent-color);color:var(--light-color);padding:.8rem;font-size:1.2rem;text-transform:uppercase;border:none;border-radius:8px}.destin__calendar>button:hover{cursor:pointer;transform:scale(1.02);transition:transform .3s ease}.destin__result{width:100%;display:flex;flex-direction:column;gap:1rem}.destin__result>h3{color:var(--accent-color);display:flex;align-items:center}.destin__result>h3>span{color:red;font-size:2rem;margin:0 1rem}.destin__result>div>h3{color:var(--primary-color)}.destin__result>div{display:flex;flex-direction:column;gap:1rem}.destin__result span{font-weight:600;color:var(--accent-color)}.button{text-transform:uppercase;color:var(--light-color);background-color:var(--accent-color);padding:.8rem;border:none;border-radius:8px;font-size:1.2rem;margin:.5rem 0;width:100%;max-width:100%}.button:hover{cursor:pointer;transform:scale(1.02);transition:transform .3s ease}.result-header{display:flex;flex-direction:column;gap:.5rem;color:var(--accent-color);text-align:center}@media screen and (min-width: 768px){.result-header{text-align:left;flex-direction:row;align-items:center;gap:1rem}}.result-header>span{color:red;font-size:2rem}.section-title{color:var(--accent-color)}.expresie form{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width: 1024px){.expresie form{max-width:400px}}.input-field{display:flex;gap:1rem;flex-direction:column}.input-field>input{padding:.8rem;border:none;border-radius:8px;font-size:1.2rem}.input-field>label{color:var(--accent-color);font-weight:600;font-size:1.2rem}input[type=date]::-webkit-clear-button{display:none}input[type=date]::-webkit-inner-spin-button{display:none}input[type=date]::-webkit-calendar-picker-indicator{color:var(--accent-color)}input[type=date]{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-size:18px;border:1px solid #ecf0f1;padding:1rem;display:inline-block!important;visibility:visible!important}input[type=date],focus{box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.karma-relatie form{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width: 768px){.karma-relatie form{width:max-content}}@media screen and (min-width: 1024px){.karma-relatie form>div{max-width:max-content;flex-direction:column}}.karma-relatie form>div{display:flex;flex-direction:column;gap:1rem;align-items:center}@media screen and (min-width: 1024px){.karma-relatie form>div{flex-direction:row}}.karma-relatie form>div>div{display:flex;flex-direction:column;gap:1rem}.lectie-karmica form{display:flex;flex-direction:column;gap:1rem}@media screen and (min-width: 1024px){.lectie-karmica form{max-width:400px}}#result>div{display:flex;flex-direction:column}.cnp-numerologic{display:flex;flex-direction:column;align-items:center;gap:2rem}.cnp-numerologic__form{display:flex;flex-direction:column;gap:2rem;max-width:max-content;margin-bottom:1rem}@media screen and (min-width: 1024px){.cnp-numerologic{align-items:start}.cnp-numerologic__content{display:flex;gap:2rem}}.karma-consoane>form{display:flex;flex-direction:column;max-width:400px;gap:1rem}
