@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";html,body,#root{height:100%}body{margin:0}*{box-sizing:border-box;color:#333;margin:0;font-family:Quicksand}.App{flex-direction:column;height:100%;display:flex}.content{flex:auto;min-height:0}.navbar{border-bottom:1px solid #f2f2f2;align-items:center;max-width:600px;margin:0 auto;padding:20px;display:flex}.navbar h1{color:#f1356d}.navbar .links{margin-left:auto}.navbar a{margin-left:16px;padding:6px;text-decoration:none}.navbar a:hover{color:#f1356d}.content{flex:auto;width:100%;max-width:700px;min-height:0;margin:0 auto;padding:20px}button{border:none;border-radius:10px;margin:5px;padding:8px;text-decoration:none}button a{text-decoration:none}button:hover{color:#fff;background-color:#f1356d}button:hover a{color:#fff}.home-tabs{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.home .country-tab{color:inherit;box-sizing:border-box;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;min-width:100px;margin:5px;padding:8px;text-decoration:none;display:inline-flex}.home .country-tab:hover,.home .country-tab.active{color:#fff;background-color:#f1356d;border-color:#f1356d;text-decoration:none}.country-holiday-group{height:98%;overflow:auto}.country-holiday-group-h2{margin-top:0}.country-holiday-group .holiday-item{border-bottom:1px solid #f0f0f0;padding:.6rem 0}.country-holiday-group .holiday-item p:last-child{color:#555;margin:0}::-webkit-scrollbar-thumb{background-color:#efefef;border-radius:100px;box-shadow:inset 0 0 6px #9762624d}.holidays{min-width:350px}button:hover{cursor:pointer}.Search{width:300px;margin:0 auto;display:flex;position:relative}.SearchSpan{text-align:center;color:#fff;background:#f1356d;border:1px solid #f1356d;border-radius:5px 0 0 5px;width:15%;padding-top:4px;font-size:20px}.SearchInput{border:3px solid #f1356d;border-left:none;border-radius:0 5px 5px 0;outline:none;width:75%;padding:5px}.App{text-align:center}.App-logo{pointer-events:none;height:40vmin}@media (prefers-reduced-motion:no-preference){.App-logo{animation:20s linear infinite App-logo-spin}}.App-header{color:#fff;background-color:#282c34;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-size:calc(10px + 2vmin);display:flex}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.all-holidays{padding:1rem 0}.all-holidays .loading{padding:1rem;font-weight:600}.all-holidays .allCountriesContainer{box-sizing:border-box;flex-wrap:nowrap;align-items:stretch;gap:1.5rem;width:100%;height:calc(100vh - 390px);display:flex;position:relative}.all-holidays .allCountriesList{box-sizing:border-box;background:#f7f7f7;border-radius:12px;flex-direction:column;flex:0 0 360px;min-width:280px;height:100%;max-height:calc(100vh - 220px);padding:1rem;display:flex;overflow:visible;box-shadow:0 2px 8px #00000014}.all-holidays .allCountriesList h2{margin-top:0;margin-bottom:.75rem}.all-holidays .allCountriesList p{color:#555;margin-top:0;margin-bottom:.75rem}.all-holidays .allCountriesList .no-country-message{color:#666;margin-top:.5rem}.all-holidays .allCountriesList .countries-scroll{flex-direction:column;flex:1;gap:.6rem;margin-top:1rem;padding-right:.25rem;display:flex;overflow-y:auto}.all-holidays .allCountriesList .hint{color:#666}.all-holidays .allCountriesList .country-button{cursor:pointer;text-align:left;background:#fff;border:1px solid #d0d7de;border-radius:8px;padding:.75rem}.all-holidays .allCountriesList .country-button.selected{color:#fff;background:#f1356d;border-color:#f1356d}.all-holidays .allCountriesList .country-button .name{font-weight:600}.all-holidays .holidays{box-sizing:border-box;background:#fff;border-radius:12px;flex-direction:column;flex:520px;min-width:300px;height:100%;min-height:320px;max-height:calc(100vh - 220px);padding:1rem;display:flex;overflow:visible;box-shadow:0 2px 8px #00000014}.all-holidays .holidays-content{flex-direction:column;gap:.75rem;height:100%;display:flex}.all-holidays .holidays .holidays-title{margin:0}.all-holidays .holidays .holiday-list{flex-direction:column;flex:auto;gap:.6rem;padding-right:.25rem;display:flex;overflow-y:auto}.all-holidays .holidays .holiday-item{border-bottom:1px solid #f0f0f0;padding:.6rem 0}.all-holidays .holidays .holiday-name{font-weight:600}.all-holidays .holidays .holiday-date{color:#555}.all-holidays .holidays .no-selection{color:#666;padding-top:2rem}@media (width<=860px){.all-holidays .allCountriesContainer{flex-wrap:wrap}.all-holidays .allCountriesList,.all-holidays .holidays{flex:100%;min-width:0;height:auto}}
