#root{display:flex;justify-content:center;width:100%}.map{transform:scale(1.1)}svg{fill:#000;transition:fill .3s ease}.title{position:absolute;display:flex;top:20px;left:200px;background:rgba(0,0,0,.5);color:#fff;padding:5px 20px 10px;margin:0;border-radius:10px;text-shadow:0 0 5px #000;box-shadow:0 0 1px #000;text-align:center;font-size:25px;-webkit-user-select:none;user-select:none}.countriesList{position:absolute;display:flex;flex-direction:column;align-items:center;background:linear-gradient(to right,rgb(2 2 2 / 80%),rgb(73 73 73 / 80%));top:0;left:0;height:100%;width:180px;overflow:auto}.title_countriesList{-webkit-user-select:none;user-select:none;margin:15px 0}.countrie{display:flex;justify-content:center;align-items:center;width:140px;background:#000;color:#fff;font-size:14px;font-weight:500;padding:3px;margin:3px;border-radius:5px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.3s ease}.countrie:last-child{margin-bottom:12px}.countrie img{width:22px;height:22px;margin-left:10px}.countrie:hover{box-shadow:0 0 3px #9eefaa;transition:0s}.countryInfo{position:absolute;display:flex;flex-direction:column;align-items:center;bottom:20px;left:200px;background:linear-gradient(270deg,#e5ffe9,#f3f3f3);color:#000;padding:5px 20px 20px;border-radius:10px;box-shadow:0 0 1px #000;width:100px;text-align:center}.title_countryInfo{background:#9eefaa;padding:5px 12px;border:1px solid #bae7c0;border-radius:10px;margin:7px 0 10px;text-align:center;text-shadow:0 0 5px #fff}.countryInfo p{margin:10px}.selected{background:#9eefaa;color:#000}@media screen and (max-width: 1600px){.map{transform:scale(.9)}}@media screen and (max-width: 1300px){.map{transform:scale(.7)}}@media screen and (max-width: 1100px){.map{transform:scale(.5)}}@media screen and (max-width: 850px){body{flex-wrap:wrap;align-content:flex-start}.map{transform:scale(.7)}.title{top:50px;left:250px;right:250px;justify-content:center;font-size:20px;background:none;box-shadow:none}.title_countriesList{width:100%;text-align:center;font-size:18px}.countriesList{position:absolute;display:flex;flex-direction:row;align-items:center;top:unset;bottom:0;left:0;flex-wrap:wrap;justify-content:center;width:100%;height:-webkit-fill-available;top:600px;background:#444;padding-bottom:20px}.countrie:last-child{margin-bottom:unset}.countryInfo{flex-direction:row;justify-content:center;width:100%;height:32px;padding:0;top:0;left:0;right:0;border-radius:unset}.countryInfo p{margin:5px}.title_countryInfo{margin:0;height:20px;display:flex;align-items:center;border-radius:0}}@media screen and (max-width: 750px){.map{transform:scale(.6)}.title{font-size:18px;top:75px}.countriesList{top:575px}.title_countriesList{font-size:16px}.countryInfo{font-size:14px}}@media screen and (max-width: 650px){body{min-height:unset}.map{transform:scale(.5);position:relative;bottom:80px}.title{font-size:14px;left:80px;right:80px;top:40px}.countriesList{top:450px}.title_countriesList{font-size:14px;margin:10px 0 5px}.countryInfo{font-size:12px;height:30px}.title_countryInfo{height:18px}}@media screen and (max-width: 550px){.map{transform:scale(.4);bottom:115px}.countriesList{top:370px}}@media screen and (max-width: 500px){.map{transform:scale(.4)}.countryInfo{font-size:11px}.title_countriesList{margin:15px 0}}@media screen and (max-width: 430px){.countryInfo{font-size:10px}.title_countryInfo{height:18px}}@media screen and (max-width: 415px){.map{transform:scale(.38);bottom:140px}.title{top:30px}.countriesList{top:335px}}@media screen and (max-width: 390px){.map{transform:scale(.36)}.countryInfo{font-size:9px}}@media screen and (max-width: 370px){.map{transform:scale(.34)}.countryInfo{font-size:8px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-height:100vh;background:linear-gradient(180deg,#9b3eed,#81c2e1);overflow:hidden}
