.attack-country-popup{padding:20px}.attack-country-popup-countries-selection{display:flex;margin-top:10px;position:relative;height:40px}.button.attack-country-popup-go{margin-left:10px;height:100%}.button.attack-country-popup-cancel{background-repeat:no-repeat;background-position:15px 50%;padding-left:40px;margin-top:10px}#attack-country-popup-dropdown{border:1px solid #0072bc;width:100%;height:100%;overflow:hidden;-moz-transition:height .5s;-webkit-transition:height .5s;-ms-transition:height .5s;-o-transition:height .5s;transition:height .5s;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background:#fff;position:absolute;top:0;left:0;z-index:102}#attack-country-popup-dropdown.active{height:auto;-moz-transition:height .5s;-webkit-transition:height .5s;-ms-transition:height .5s;-o-transition:height .5s;transition:height .5s}#attack-country-popup-dropdown input{position:absolute;top:0;left:0;opacity:0}#attack-country-popup-dropdown label{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;display:none;margin:2px;height:35px;line-height:35px;background-repeat:no-repeat;background-position-x:10px;background-position-y:10px;padding-left:30px;cursor:pointer;color:#000}#attack-country-popup-dropdown input:checked+label,#attack-country-popup-dropdown.active label{display:block}#attack-country-popup-dropdown.active{position:relative;top:-250px}#attack-country-popup-dropdown label:hover{background-color:rgba(0,0,0,.1)}#trace{margin:0 0 20px}@media only screen and (max-width:600px){.attack-country-popup{width:100%}}