.main{width:100%}*{font-family:monospace}.Header{background-color:#023246;display:flex;flex-direction:row;align-items:flex-start;font-size:calc(8px + 1vmin);color:#fff;font-family:Segoe UI,monospace;-webkit-user-select:none;user-select:none;text-align:left;padding-left:20px}.Header h1{cursor:pointer}.backgroundBody{background-color:#094b66;height:auto;width:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:0px solid white;box-shadow:0 0 5px gray;z-index:0;border-radius:10px}.backgroundBody:hover{box-shadow:0 0 20px gray;border-radius:10px}.mainBody:active{box-shadow:0 0 30px gray}.mainBody *{width:100%;text-align:center;cursor:pointer}.mainBody h3{-webkit-user-select:none;user-select:none;font-size:1.2rem;top:0;padding:0;margin:5px;color:#fff}.logoDiv{flex-grow:1}.logoDiv img{-webkit-user-select:none;user-select:none;width:100%;height:100%;object-fit:contain}.favoriteDiv{cursor:pointer}.heartIcon{color:#ff0909;font-size:2rem;cursor:pointer;z-index:3}.Dropdowncontainer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:20px}.Filtercontainer,.FavAndLogocontainer{display:flex;gap:20px}.FavAndLogocontainer{justify-content:right}.CardContainer{display:flex;justify-content:center}.StoreCardContainer{display:flex;flex-wrap:wrap;gap:20px;margin:5px 5px 30px;justify-content:center}.toggleTitle{display:flex;flex-direction:row;margin-left:20px}.ErrorPage{display:flex;position:absolute;justify-content:center;align-items:center;height:100vh;width:100vw;top:0;left:0;margin:0}.errorMessage{text-align:center;padding:20px;background-color:#fdd;border:1px solid #ff0000;border-radius:5px}.errorIcon{font-size:48px;margin-bottom:10px}.errorText{font-size:18px}@media screen and (max-width: 670px){.Filtercontainer,.FavAndLogocontainer{flex-direction:column;align-items:center}}@media screen and (max-width: 435px){.Dropdowncontainer{flex-direction:column;gap:20px}}.favouriteButton,.standardButton{display:inline-block;padding:10px 20px;border:none;border-radius:5px;text-align:center;font-family:Segoe UI,monospace;font-weight:700;color:#fff;font-size:18px;cursor:pointer;height:80%;background:rgb(40,112,148)}.standardButton:hover{background:rgb(21,101,192)}.favouriteButton{background-color:#032739}.favouriteButton:hover{background-color:#1565c0}.dropbtn{display:inline-block;padding:10px 20px;border:none;border-radius:5px;text-align:center;font-family:Segoe UI,monospace;font-weight:700;color:#fff;font-size:18px;cursor:pointer;margin-right:5px;background:rgb(40,112,148)}.dropdown{position:relative;display:inline-block}.dropbtn[disabled]{display:inline-block;padding:10px 20px;border:none;border-radius:5px;text-align:center;font-family:Segoe UI,monospace;font-weight:700;background-color:#d3d3d3;font-size:18px;margin-right:5px;cursor:not-allowed}.dropbtn[disabled]:hover{background-color:#d3d3d3!important}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:160px;box-shadow:0 8px 16px #0003;z-index:1}.dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block;cursor:pointer;-webkit-user-select:none;user-select:none}.dropdown-content a:hover{background-color:#d3d3d3}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropbtn{background:rgb(21,101,192)}.lds-default{display:inline-block;position:relative;width:80px;height:80px}.lds-default div{position:absolute;width:6px;height:6px;background:white;border-radius:50%;animation:lds-default 1.2s linear infinite}.lds-default div:nth-child(1){animation-delay:0s;top:37px;left:66px}.lds-default div:nth-child(2){animation-delay:-.1s;top:22px;left:62px}.lds-default div:nth-child(3){animation-delay:-.2s;top:11px;left:52px}.lds-default div:nth-child(4){animation-delay:-.3s;top:7px;left:37px}.lds-default div:nth-child(5){animation-delay:-.4s;top:11px;left:22px}.lds-default div:nth-child(6){animation-delay:-.5s;top:22px;left:11px}.lds-default div:nth-child(7){animation-delay:-.6s;top:37px;left:7px}.lds-default div:nth-child(8){animation-delay:-.7s;top:52px;left:11px}.lds-default div:nth-child(9){animation-delay:-.8s;top:62px;left:22px}.lds-default div:nth-child(10){animation-delay:-.9s;top:66px;left:37px}.lds-default div:nth-child(11){animation-delay:-1s;top:62px;left:52px}.lds-default div:nth-child(12){animation-delay:-1.1s;top:52px;left:62px}@keyframes lds-default{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}.dummyClassToFixProblemWhereToggleSwitchIsGone{width:10px}.toggle-switch{margin:13px 40px 13px 13px;width:50px;height:24px;background-color:#ccc;border-radius:12px;display:flex;justify-content:flex-start;position:relative;cursor:pointer;transition:background-color .3s ease-in-out}.toggle-switch-bottom{width:20px;height:20px;background-color:#fff;border-radius:50%;position:absolute;bottom:2px;left:2px;transition:transform .3s ease-in-out}.toggle-switch.checked{background-color:#4caf50}.toggle-switch.checked .toggle-switch-bottom{transform:translate(26px)}.container{margin-top:30px;display:flex;align-items:center;justify-content:space-between;height:auto;padding:3%}.information-container{display:flex;flex-direction:column;width:40%}.logo-name{display:flex;margin-bottom:1px}.logo-name img{width:60px;margin-right:10px}.opening-hours{margin-left:20px;font-size:12px;margin-bottom:40px}.company-info a{margin-top:60px;color:#000;display:block;max-width:100%;white-space:normal;word-wrap:break-word}.company-info a,.company-info p{font-size:1.2rem}@media screen and (max-width: 400px){.logo-name{margin-bottom:20px}.opening-hours{margin-left:0;margin-bottom:20px}.company-info a,.company-info p{font-size:1rem}}.loadingContainer{width:100vw;height:100vh;position:absolute;top:0;left:0}.lds-default2{left:50%;top:50%;transform:translate(-50%,-50%);position:absolute}body{margin:0;padding:0;background-color:#fff}
