:root {
    --color-header: hsl(39, 8%, 93%);
    --color-label: #f0f0f0;
    --color-tradefor: hsl(151, 12%, 54%);
}
.all__window {
    margin: 0 auto;
    max-width: 480px;
}
.addAuctionRow {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}
.app {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), hsla(193, 20%, 10%, 0.9)), url('img/background.jpg') hsla(193, 20%, 10%, 0.9);
    margin: 0;
    padding: 0;
}
.accountItem {
    background: none transparent;
    box-sizing: border-box;
    height: 300px;
    width: 230px;
}
.accountItem.size_small {
    height: 125px;
    width: 100px;
}
.accountItem.state_canceled {
    filter: grayscale(1);
    opacity: 0.3;
}
.accountItem.style_addNew {
    align-items: center;
    border: 2px solid var(--color-tradefor);
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    outline: none;
    padding: 20px;
    text-decoration: none;
}
.accountItem.style_addNew:focus {
    box-shadow: 0 0 5px 0 var(--color-tradefor);
}
.accountItem.style_addNew:hover {
    background: hsl(193, 20%, 20%) none;
    border-color: #c0c0c0;
    cursor: pointer;
}
.accountItem.style_addNew:hover .accountItem__add {
    color: #d0d0d0;
}
.accountItem.style_addNew:hover .accountItem__icon {
    fill: #d0d0d0;
}
.accountItem.style_addNew:active .accountItem__add {
    color: #ffffff;
}
.accountItem.style_addNew:active .accountItem__icon {
    fill: #ffffff;
}
.accountItem.style_addNew:active {
    background: hsl(193, 20%, 25%) none;
}
.accountItem__add {
    color: var(--color-tradefor);
    font: normal normal normal 30px/normal Oswald, sans-serif;
    margin: 10px 10px 12px;
    text-align: center;
}
.accountItem__addFile {
    display: none;
}
.accountItem__bidCount {
    left: 0;
    padding: 0 10px;
    position: absolute;
    top: 44px;
}
.accountItem__button {
    margin: 0 10px 10px;
}
.accountItem__changeImage {
    color: var(--color-header);
    display: block;
    font: normal normal normal 14px/normal Oswald, sans-serif;
    height: 25px;
    margin: 0;
    text-align: center;
    text-decoration: underline;
}
.accountItem__changeImage:hover {
    color: hsl(23, 17%, 70%);
    cursor: pointer;
}
.accountItem__controls {
    bottom: 0px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 130px;
}
.accountItem__countIcon {
    height: 15px;
    width: 15px;
}
.accountItem__ethSymbol {
    height: 13px;
    width: 8px;
}
.accountItem__hashSymbol {
    font-weight: 300;
}
.accountItem__header {
    background: none rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font: normal normal normal 16px/normal Oswald, sans-serif;
    height: 44px;
    left: 0;
    top: 0;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.accountItem__link {
    color: #ffffff;
}
.accountItem__header.size_small {
    font-size: 15px;
    height: 26px;
    padding: 2px 5px;
}
.accountItem__header.style_wallet {
    background-color: transparent;
}
.accountItem__icon {
    fill: var(--color-tradefor);
    height: 50px;
    width: 50px;
}
.accountItem__image {
    height: 230px;
    object-fit: cover;
    width: 230px;
}
.accountItem__image.size_small {
    height: 100px;
    width: 100px;
}
.accountItem__imageArea {
    background: hsl(175, 75%, 40%) none;
    height: 230px;
    position: relative;
    width: 230px;
}
.accountItem__imageArea.bgColor_autumnmoon {
    background-color: #e7d4b4;
}
.accountItem__imageArea.bgColor_babyblue {
    background-color: #dcebfc;
}
.accountItem__imageArea.bgColor_babypuke {
    background-color: #cfd4b0;
}
.accountItem__imageArea.bgColor_bridesmaid {
    background-color: #eba3bc;
}
.accountItem__imageArea.bgColor_bubblegum {
    background-color: #eebce3;
}
.accountItem__imageArea.bgColor_chestnut {
    background-color: #d4beb3;
}
.accountItem__imageArea.bgColor_coral {
    background-color: #c5eefa;
}
.accountItem__imageArea.bgColor_coralsunrise {
    background-color: #e7c3bb;
}
.accountItem__imageArea.bgColor_cyan {
    background-color: #83cbe0;
}
.accountItem__imageArea.bgColor_dahlia {
    background-color: #bec5e7;
}
.accountItem__imageArea.bgColor_doridnudibranch {
    background-color: #e1cce1;
}
.accountItem__imageArea.bgColor_downbythebay {
    background-color: #97bc9c;
}
.accountItem__imageArea.bgColor_eclipse {
    background-color: #cdd1e0;
}
.accountItem__imageArea.bgColor_forgetmenot {
    background-color: #a7caea;
}
.accountItem__imageArea.bgColor_gold {
    background-color: #e3daa1;
}
.accountItem__imageArea.bgColor_isotope {
    background-color: #cde793;
}
.accountItem__imageArea.bgColor_limegreen {
    background-color: #b4d9a2;
}
.accountItem__imageArea.bgColor_mintgreen {
    background-color: #9ad7a5;
}
.accountItem__imageArea.bgColor_oasis {
    background-color: #bee1d4;
}
.accountItem__imageArea.bgColor_olive {
    background-color: #c8d6b4;
}
.accountItem__imageArea.bgColor_palejade {
    background-color: #c0d1ca;
}
.accountItem__imageArea.bgColor_parakeet {
    background-color: #bcd4b8;
}
.accountItem__imageArea.bgColor_pinefresh {
    background-color: #adcf9b;
}
.accountItem__imageArea.bgColor_pumpkin {
    background-color: #efc8a4;
}
.accountItem__imageArea.bgColor_sapphire {
    background-color: #a2c2eb;
}
.accountItem__imageArea.bgColor_sizzurp {
    background-color: #c1c1ea;
}
.accountItem__imageArea.bgColor_strawberry {
    background-color: #efbaba;
}
.accountItem__imageArea.bgColor_thundergrey {
    background-color: #dbccc7;
}
.accountItem__imageArea.bgColor_topaz {
    background-color: #a8d5d1;
}
.accountItem__imageArea.bgColor_twilightsparkle {
    background-color: #dcc7ec;
}
.accountItem__imageArea.bgColor_violet {
    background-color: #ede2f5;
}
.accountItem__imageArea.size_small {
    height: 100px;
    position: relative;
    width: 100px;
}
.accountItem__imageArea.style_wallet {
    background: url('../img/wallet.svg') center no-repeat transparent;
    background-size: 100px;
}
.accountItem__infoArea {
    background: #ffffff;
    border-top: 1px solid #c0c0c0;
    box-sizing: border-box;
    height: 70px;
    padding: 5px 10px;
    position: relative;
}
.accountItem__removeButton {
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    right: 10px;
    top: 10px;
}
.accountItem__removeButton::-moz-focus-inner {
    border: 0;
}
.accountItem__removeButton:hover {
    cursor: pointer;
    filter: brightness(1.1);
}
.accountItem__removeButton:focus {
    filter: brightness(1.05);
    outline: none;
}
.accountItem__removeButton:active {
    filter: brightness(1.2);
}
.accountItem__removeButton:focus .accountItem__removeIcon {
    stroke: hsl(0, 50%, 70%);
    stroke-width: 5%;
}
.accountItem__removeIcon {
    fill: #f00000;
    height: 20px;
    width: 20px;
}
.accountItem__ribbon {
    height: 150px;
    overflow: hidden;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 150px;
}
.accountItem__ribbon::after, .accountItem__ribbon::before {
    border: 5px solid transparent;
    content: '';
    position: absolute;
    z-index: -1;
}
.accountItem__ribbon.style_sold::after, .accountItem__ribbon.style_sold::before {
    border-color: hsl(0, 78%, 51%);
}
.accountItem__ribbon.style_winner::after, .accountItem__ribbon.style_winner::before {
    border-color: hsl(274, 78%, 51%);
}
.accountItem__ribbon::after {
    bottom: 30px;
    right: 0;
}
.accountItem__ribbon::before {
    top: 0;
    left: 30px;
}
.accountItem__ribbonText {
    background: none transparent;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font: normal normal bold 13px/normal Arial, sans-serif;
    left: -10px;
    letter-spacing: 1px;
    padding: 10px 0;
    position: absolute;
    top: 30px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    transform: rotate(45deg);
    width: 225px;
}
.accountItem__ribbonText.style_sold {
    background-color: hsl(0, 76%, 59%);
}
.accountItem__ribbonText.style_winner {
    background-color: hsl(274, 76%, 59%);
}
.accountItem__statusIcon {
    height: 12px;
    width: 12px;
    transform: scaleX(0.75);
}
.accountItem__text {
    color: #000000;
    font: normal normal 300 15px/normal Oswald, sans-serif;
    margin: 5px 0;
}
.accountItem__token {
    right: 10px;
    position: absolute;
    top: 10px;
}
.accountItem__value {
    font-weight: 500;
}
.auctions {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, 230px);
    justify-content: center;
    margin: 0 auto;
    max-width: 1669px;
}
.auctions__accountItem {
    position: relative;
}
.auctions__cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: -10px 0 0 0;
    width: 100%;
}
.auctions__tab {
    margin: 20px 0;
    width: 100%;
}
.auctionsFilter {
    grid-row: 1;
    grid-column: 1 / -1;
    text-align: left;
}
.auctionsFilter__select {
    min-width: 150px;
}
.button {
    background: var(--color-tradefor) none;
    border: 0;
    box-sizing: border-box;
    color: var(--color-label);
    display: inline-block;
    font: normal normal normal 18px/normal Oswald, sans-serif;
    padding: 10px 30px;
    outline: none;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.button::-moz-focus-inner {
    border: 0;
}
.button:disabled {
    opacity: 0.3;
}
.button:not(:disabled):hover {
    cursor: pointer;
    filter: brightness(1.1);
}
.button:focus {
    box-shadow: 0 0 5px 0 var(--color-tradefor);
    filter: brightness(1.05);
}
.button:not(:disabled):active {
    filter: brightness(1.2);
}
.button.bgColor_red {
    background-color: #d9150b;
}
.button.style_small {
    align-items: center;
    background-color: hsl(149, 41%, 47%);
    border: 1px solid var(--color-header);
    border-radius: 3px;
    color: var(--color-label);
    display: inline-flex;
    font: normal normal normal 14px/100% Oswald, sans-serif;
    height: 28px;
    justify-content: center;
    padding: 0;
    width: 110px;
}
.downloadMetamask {
    align-items: center;
    display: flex;
}
.downloadMetamask__link {
    margin: 0 10px;
    text-transform: uppercase;
}
.downloadMetamask__logo {
    height: 30px;
}
.ethAddress {
    color: #ffffff;
    font: normal normal 300 14px/normal Oswald, sans-serif;
    height: 25px;
    margin: 0;
    text-align: center;
}
.ethAddress__ethSymbol {
    height: 11px;
    width: 7px;
}
.formElement {
    position: relative;
}
.formElement__compoundInput {
    box-sizing: border-box;
    position: relative;
    width: 100%;
}
.formElement__conversion {
    color: var(--color-tradefor);
    font: normal normal normal 16px/normal Arial, sans-serif;
    margin: auto;
    position: absolute;
    top: 6px;
}
.formElement__conversion.toDollar {
    left: 5px;
}
.formElement__conversion.toEth {
    right: 5px;
}
.formElement__errorBar {
    box-sizing: border-box;
    color: hsl(50, 100%, 50%);
    font: normal normal normal 14px/normal Roboto, sans-serif;
    margin: 0;
    min-height: 30px;
    padding: 5px 0 0 0;
    text-align: center;
}
.formElement__errorMsg {
    box-sizing: border-box;
    color: hsl(50, 100%, 50%);
    font: normal normal normal 12px/normal Roboto, sans-serif;
    min-height: 20px;
}
.formElement__ethSymbol {
    bottom: 8px;
    height: 15px;
    position: absolute;
    right: 63px;
    width: 12px;
}
.formElement__ethValue {
    color: #ffffff;
    padding: 0 5px;
}
.formElement__input {
    background: transparent none;
    border: 1px solid #53665d;
    border-bottom: 2px solid var(--color-tradefor);
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font: normal normal normal 16px/normal Arial, sans-serif;
    height: 30px;
    margin: 5px 0;
    outline: none;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.formElement__input[type=number]::-webkit-inner-spin-button,
.formElement__input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.formElement__input[type=number] {
    -moz-appearance:textfield;
}
.formElement__input:disabled {
    opacity: 0.3;
    cursor: default;
}
.formElement__input:focus {
    box-shadow: 0 0 5px 0 var(--color-tradefor);
}
.formElement__input:focus.ng-valid {
    background-color: rgba(0, 255, 0, 0.05);
}
.formElement__input:focus.ng-invalid {
    background-color: rgba(255, 0, 0, 0.05);
}
.formElement__input:not(:disabled):hover {
    cursor: text;
}
.formElement__input.ng-not-empty.ng-invalid, .formElement__input.ng-dirty.ng-invalid {
    border-bottom-color: hsl(50, 100%, 50%);
}
.formElement__input.type_specialInput {
    padding-left: 20px;
}
.formElement__label {
    color: var(--color-tradefor);
    font: normal normal normal 16px/normal Oswald, sans-serif;
}
.formElement__select {
    border: 1px solid #283C3C;
    border-bottom-width: 2px;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #000000;
    font: normal normal normal 14px/normal Arial, sans-serif;
    height: 30px;
    outline: none;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.formElement__select:disabled {
    opacity: 0.3;
}
.formElement__select:focus {
    box-shadow: 0 0 5px 0 var(--color-tradefor);
}
.formElement__select:not(:disabled):hover {
    cursor: pointer;
}
.formElement__select.width_full {
    display: block;
    margin: 5px 0;
    width: 100%;
}
.formElement__textarea {
    background: transparent none;
    border: 1px solid #53665d;
    border-bottom: 2px solid var(--color-tradefor);
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font: normal normal normal 16px/normal Arial, sans-serif;
    height: 60px;
    margin: 5px 0;
    outline: none;
    padding: 5px;
    resize: none;
    width: 100%;
}
.formElement__textarea::-webkit-scrollbar {
    background: transparent none;
    border-radius: 0;
    height: 4px;
    width: 4px;
}
.formElement__textarea::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}
.formElement__textarea::-webkit-scrollbar-track:active {
    background: rgba(0, 0, 0, 0.1);
}
.formElement__textarea::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
}
.formElement__textarea::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.6);
}
.formElement__textarea::-webkit-scrollbar-thumb:active {
    background: rgba(255, 255, 255, 0.8);
}
.formElement__textarea::-webkit-scrollbar-corner {
    background: rgba(255, 255, 255, 0.1);
}
.formElement__textarea:disabled {
    opacity: 0.3;
    cursor: default;
}
.formElement__textarea:focus {
    box-shadow: 0 0 5px 0 var(--color-tradefor);
}
.header {
    align-items: center;
    background: #000000;
    box-sizing: border-box;
    display: flex;
    height: 50px;
    justify-content: space-between;
}
.header__icon {
    align-items: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    height: 25px;
    justify-content: center;
    margin: 0 5px 0 10px;
    width: 25px;
}
.header__image {
    height: 18px;
    transform: scaleX(0.75);
}
.header__logo {
    align-items: baseline;
    color: #ffffff;
    display: flex;
    font: normal normal bold 22px/normal Arial, sans-serif;
    text-transform: uppercase;
}
.header__small {
    font-size: 12px;
    margin-left: 3px;
}
.mainContent {
    padding: 30px 0;
}
.messageBar {
    align-items: center;
    background: transparent none;
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    min-height: 40px;
    width: 100%;
}
.messageBar__button {
    margin: 5px;
}
.paragraph {
    color: #ffffff;
    font: normal normal normal 16px/normal 'Oswald';
    margin: 0;
    text-align: left;
}
.paragraph.align_right {
    text-align: right;
}
.paragraph.size_medium {
    font-size: 18px;
}
.paragraph__caption {
    color: #c0c0c0;
}
.table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table__data {
    border: 0;
    color: #ffffff;
    font: normal normal 300 16px/normal 'Oswald', sans-serif;
    text-align: right;
}
.table__ethSymbol {
    height: 14px;
    width: 8px;
}
.table__header {
    border: 0;
    color: #c0c0c0;
    font: normal normal normal 16px/normal 'Oswald', sans-serif;
    text-align: left;
}
.table__row {
    border: 0;
}
.textLink {
    background: transparent none;
    border: 0;
    box-shadow: none;
    color: hsl(23, 17%, 70%);
    font: normal normal normal 16px/normal Oswald, sans-serif;
    outline: 0;
    padding: 0;
    text-decoration: underline;
}
.textLink::-moz-focus-inner {
    border: 0;
}
.textLink:disabled {
    opacity: 0.3;
}
.textLink:not(:active):focus {
    filter: brightness(1.4);
}
.textLink:not(:disabled):not(:active):hover {
    filter: brightness(1.2);
    cursor: pointer;
}
.textLink:active {
    filter: brightness(1.6);
}
.textLink.size_medium {
    font-size: 18px;
    text-transform: uppercase;
}
.textLink.size_small {
    font-size: 16px;
    text-transform: uppercase;
}
.tokenImage {
    align-items: center;
    background: none center no-repeat;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    height: 50px;
    overflow: hidden;
    width: 50px;
}
.tokenImage.style_coin {
    background: url('../img/ethereum-logo.svg') hsl(45, 64%, 46%) center no-repeat;
    border: 2px solid hsl(46, 44%, 76%);
}
.tokenImage.style_token {
    background: #ffd6f7 none;
}
.tokenImage.style_empty {
    background-color: transparent;
    border: 1px solid #808080;
}
.tokenImage__image {
    height: 50px;
    width: 50px;
}
.tokenImage__image.size_large {
    height: 100px;
    margin: 20px 0 0 5px;
    width: 100px;
}
.txGraphics {
    margin: 40px 0 0 0;
    position: relative;
}
.txGraphics.style_approve {
    margin: 0;
}
.txGraphics__arrow {
    fill: hsl(213, 46%, 75%);
    height: 40px;
    margin: 0 10px 0 30px;
    width: 40px;
}
.txGraphics__arrow.color_green {
    fill: #00b000;
}
.txGraphics__arrow.color_red {
    fill: #f00000;
}
.txGraphics__cancel {
    height: 120px;
    opacity: 0.5;
    position: absolute;
}
.txGraphics__center {
    height: 125px;
    width: 120px;
}
.txGraphics__curve {
    height: 50px;
    margin: 0 5px
}
.txGraphics__down {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 15px 0 0 0;
}
.txGraphics__image {
    height: 100px;
    width: 100px;
}
.txGraphics__image.size_large {
    height: 200px;
    width: 200px;
}
.txGraphics__images {
    opacity: 1;
}
.txGraphics__images.style_tokens {
    height: 200px;
    position: relative;
    text-align: center;
    width: 100%;
}
.txGraphics__message {
    color: hsl(0, 100%, 80%);
    font: normal normal 500 18px/normal Roboto, sans-serif;
}
.txGraphics__dot {
    font-size: 22px;
}
.txGraphics__dot.style_kitty {
    line-height: 14px;
}
.txGraphics__pending {
    align-items: center;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.txGraphics__state {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
}
.txGraphics__stateInfo {
    font: normal normal 500 14px/normal Roboto, sans-serif;
    margin: -30px 0 0 0;
}
.txGraphics__stateInfo.status_approved {
    color: #00ff00;
}
.txGraphics__stateInfo.status_pending {
    color: hsl(0, 100%, 80%);
}
.txGraphics__stateInfo.status_unselected {
    color: #808080;
}
.txGraphics__tokenImage {
    position: relative;
}
.txGraphics__up {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    top: 10px;
}
.warningIcon {
    height: 16px;
    width: 16px;
}
.warningMessage {
    color: hsl(50, 100%, 50%);
    font: normal normal 500 18px/normal Roboto, sans-serif;
    margin: 0;
    text-align: center;
}
.warningMessage__button {
    margin: 10px;
}
.window {
    background: hsla(175, 16%, 35%, 0.2) none;
    box-sizing: border-box;
    padding: 40px;
}
.window__buttons {
    text-align: right;
}
.window__buttonsMessage {
    margin: 40px 0 0 0;
    min-height: 50px;
}
.window__form {
    width: 100%;
}
.window__form.ng-submitted .formElement__input.ng-invalid {
    border-bottom-color: hsl(50, 100%, 50%);
}
.window__form.state_pending .txGraphics__images {
    opacity: 0.1;
}
.window__form.state_pending .txGraphics__pending {
    display: flex;
}
.window__form.state_pending .txGraphics__dot, .txGraphics__stateInfo .txGraphics__dot {
    animation: blink 0.6s ease 0s infinite alternate;
}
.window__form.state_pending .txGraphics__dot.position_2, .txGraphics__stateInfo .txGraphics__dot.position_2 {
    animation-delay: 0.2s;
}
.window__form.state_pending .txGraphics__dot.position_3, .txGraphics__stateInfo .txGraphics__dot.position_3 {
    animation-delay: 0.4s;
}
.window__formElement {
    padding: 0 0 20px 0;
}
.window__header2 {
    color: #f2ebde;
    font: normal normal normal 24px/normal Oswald, sans-serif;
    margin: 0 0 20px 0;
    text-align: left;
}
.window__image {
    border: 1px solid #808080;
    height: 340px;
    width: 340px;
}
.window__menu {
    display: flex;
    width: 100%;
}
.window__menuItem {
    color: #a1a1a1;
    background: none transparent;
    border: 1px solid #a1a1a1;
    font: normal normal normal 16px/normal 'Oswald';
    flex: 1;
    margin: 0 0 20px 0;
    outline: none;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.window__menuItem:active {
    background-color: #9e2a00;
}
.window__menuItem:disabled {
    opacity: 0.3;
}
.window__menuItem:not(.state_selected):focus {
    box-shadow: 0 0 5px 0 var(--color-tradefor);
}
.window__menuItem:not(:disabled):not(.state_selected):hover {
    color: #ffffff;
    cursor: pointer;
    border-color: #ffffff;
}
.window__menuItem.state_selected {
    background-color: hsl(151, 12%, 84%);
    color: hsl(151, 12%, 34%);
}
.window__paragraph {
    margin: 16px 0;
}
@keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes hide {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@media only screen and (max-width: 639px) {
    .accountItem.state_add {
        height: 70px;
        padding: 10px;
    }
}
