@keyframes domainItemAnimation{0%{opacity:1}50%{opacity:.2}to{opacity:1}}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box}body{background-color:#000;margin:0;color:#fff;font-family:Inter,sans-serif}.container{width:100%;margin:0 auto;max-width:506px;padding-left:20px;padding-right:20px}.header{padding-top:20px}.header .container{display:flex;align-items:end;justify-content:space-between}.header-btn{height:30px;width:100%;max-width:198px;font-weight:400;font-size:12px;font-family:Inter,sans-serif;color:#fff;background-color:#45ae31;border:none;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.section{padding-top:50px}.section-title{font-size:25px;margin-bottom:30px}.domains-list-section-content{display:flex;flex-direction:column;gap:30px}.domains-list-section-content__item{background-color:#fff;color:#000;cursor:pointer;display:flex;border-radius:20px;padding:11px;min-height:70px}.domains-list-section-content__item img{-webkit-user-select:none;user-select:none}.domains-list-section-content__item-row{width:50%;display:flex;height:auto;align-items:center;justify-content:space-between}.domains-list-section-content__item-text:nth-child(odd){margin-bottom:5px}.domains-list-section-content__item.animate{animation:domainItemAnimation 1s ease 0s 1 reverse backwards}.domains-list-section-content__item.animate .domains-list-section-content__item-reload{animation:spin .5s ease 0s 2}
