@import url(https://fonts.googleapis.com/css?family=Rubik:400, 500&display=swap);
/* https://flatuicolors.com/palette/defo */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html, body{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #1c263d;
/*  transition: 0.3s;
  transition-property: all;*/
}

div {
    transition-property: all;
    outline: none;
}


textarea:focus, input:focus{
    outline: none;
}

main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    color: inherit;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:active {
  text-decoration: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden], template {
    display: none;
}
* {
    box-sizing: border-box;
}
body {
    color: #66625c;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    line-height: 1.25;
}
b, strong {
    font-weight: 500;
}
a, button, input[type=button] {
    cursor: pointer;
}
img {
    display: block;
    max-width: 100%}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    margin-top: 0;
}
p {
    margin-bottom: 10px;
    margin-top: 0;
}
#content-container {
    display: flex;
    top: 40px;
    overflow: auto;
    width: 100%;
    height: 100vh;
}
.btn {
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-family: Rubik, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 1.25;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

/*div  {
     -webkit-transition-property: background-color, color, all;
    transition-property: background-color, color, all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}*/
.btn:focus {
    outline: none;
}
@media (any-pointer:coarse) {
    .btn: hover {
    background-color: inherit!important;
    color: inherit!important;
}
}.btn.-primary {
    background-color: #33aeaf;
    color: #fff;
}
.btn.-primary:hover {
    background-color: rgba(51, 174, 175, .7);
}
.btn.-default {
    background-color: #f8f7f7;
    color: #66625c;
}
.btn.-default:hover {
    background-color: #44475a;
}
.btn.-default.-active {
    background-color: #a39f99;
}
.btn.-bug {
    color: #9cb820;
}
.btn.-bug:hover {
    background-color: rgba(156, 184, 32, .6);
}
.btn.-bug.-active {
    background-color: #9cb820;
}
.btn.-dragon {
    color: #7038f8;
}
.btn.-dragon:hover {
    background-color: rgba(112, 56, 248, .6);
}
.btn.-dragon.-active {
    background-color: #7038f8;
}
.btn.-fairy {
    color: #f09ad9;
}
.btn.-fairy:hover {
    background-color: rgba(240, 154, 217, .6);
}
.btn.-fairy.-active {
    background-color: #f09ad9;
}
.btn.-fire {
    color: #f08030;
}
.btn.-fire:hover {
    background-color: rgba(240, 128, 48, .6);
}
.btn.-fire.-active {
    background-color: #f08030;
}
.btn.-ghost {
    color: #705898;
}
.btn.-ghost:hover {
    background-color: rgba(112, 88, 152, .6);
}
.btn.-ghost.-active {
    background-color: #705898;
}
.btn.-ground {
    color: #e0b668;
}
.btn.-ground:hover {
    background-color: rgba(224, 182, 104, .6);
}
.btn.-ground.-active {
    background-color: #e0b668;
}
.btn.-normal {
    color: #a8a8a8;
}
.btn.-normal:hover {
    background-color: hsla(0, 0%, 65.9%, .6);
}
.btn.-normal.-active {
    background-color: #a8a8a8;
}
.btn.-psychic {
    color: #eb2d77;
}
.btn.-psychic:hover {
    background-color: rgba(235, 45, 119, .6);
}
.btn.-psychic.-active {
    background-color: #eb2d77;
}
.btn.-steel {
    color: #6d8f9c;
}
.btn.-steel:hover {
    background-color: rgba(109, 143, 156, .6);
}
.btn.-steel.-active {
    background-color: #6d8f9c;
}
.btn.-dark {
    color: #504843;
}
.btn.-dark:hover {
    background-color: rgba(80, 72, 67, .6);
}
.btn.-dark.-active {
    background-color: #504843;
}
.btn.-electric {
    color: #fc3;
}
.btn.-electric:hover {
    background-color: rgba(192, 150, 67, .6);
}
.btn.-electric.-active {
    background-color: #fc3;
}
.btn.-fighting {
    color: #c03028;
}
.btn.-fighting:hover {
    background-color: rgba(192, 48, 40, .6);
}
.btn.-fighting.-active {
    background-color: #c03028;
}
.btn.-flying {
    color: #9096f0;
}
.btn.-flying:hover {
    background-color: rgba(144, 150, 240, .6);
}
.btn.-flying.-active {
    background-color: #9096f0;
}
.btn.-grass {
    color: #22c02a;
}
.btn.-grass:hover {
    background-color: rgba(34, 192, 42, .6);
}
.btn.-grass.-active {
    background-color: #22c02a;
}
.btn.-ice {
    color: #98d8d8;
}
.btn.-ice:hover {
    background-color: rgba(152, 216, 216, .6);
}
.btn.-ice.-active {
    background-color: #98d8d8;
}
.btn.-poison {
    color: #a040a0;
}
.btn.-poison:hover {
    background-color: rgba(160, 64, 160, .6);
}
.btn.-poison.-active {
    background-color: #a040a0;
}
.btn.-rock {
    color: #b8a038;
}
.btn.-rock:hover {
    background-color: rgba(184, 160, 56, .6);
}
.btn.-rock.-active {
    background-color: #b8a038;
}
.btn.-water {
    color: #6890f0;
}
.btn.-water:hover {
    background-color: rgba(104, 144, 240, .6);
}
.btn.-water.-active {
    background-color: #6890f0;
}
.btn.-active {
    color: #fff;
}

.pokemon-card {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 20px 40px;
    position: relative;
    justify-content: space-between;
}
.pokemon-card:nth-of-type(2n) {
    background-color: #f8f7f7;
}
.pokemon-card__img {
    align-items: center;
    display: flex;
    -webkit-filter: drop-shadow(4px 4px 4px rgba(4, 8, 12, .6));
    filter: drop-shadow(4px 4px 4px rgba(4, 8, 12, .6));
    flex: 0 0 128px;
    justify-content: center;
    min-height: 96px;
    min-width: 96px;
}

.pokemon-card__img img {
    width: 100%;
}
.pokemon-card__info {
    border-radius: 20px;
    flex: 0 0 20vw;
    margin-left: 20px;

    position: relative;
    text-align: center;
}
.pokemon-card__header {
    position: relative;
    height: 120px;
}
.pokemon-card__header .pokemon-card__img {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pokemon-card__id {
    color: #6272a4;
    font-size: 100px;
    font-weight: 500;
}
.pokemon-card__name {
    font-size: 20px;
    font-weight: 500;
    margin-top: -10px;
}
.pokemon-card__genus {
    font-size: 13px;
}
.pokemon-card__abilities {
    margin-bottom: 20px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pokemon-card__ability {
    font-size: 20px;
    font-weight: 500;
}
.pokemon-card__ability+.pokemon-card__ability {

}
.pokemon-card__table {
    font-size: 20px;
}
.pokemon-card__table td {
    text-align: right;
}
.pokemon-card__table td:first-child {
    color: #f2f2f2;
}
.pokemon-card__table td:nth-child(2) {
    width: 50px;
}
.pokemon-card__graph-wrapper {
    background-color: #44475a;
    border-radius: 3px;
    overflow: hidden;
    width: 200px;
}
.pokemon-card__graph {
    background-color: #33aeaf;
    height: 10px;
    position: relative;
}
.pokemon-card__graph:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: -webkit-linear-gradient(20deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(70deg, hsla(0, 0%, 100%, .6), hsla(0, 0%, 100%, 0));
}
.pokemon-card__graph.-low {
    background-color: #de4141;
}
.pokemon-card__graph.-medium {
    background-color: #f59700;
}
.pokemon-card__graph.-high {
    background-color: #f5c400;
}
.pokemon-card__graph.-epic {
    background-color: #5a9c39;
}
.pokemon-card__details {
    align-items: center;
    display: flex;
}
.pokemon-stat {
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 10px 10px 60px #44475a;
    font-size: 13px;
    font-weight: 500;
    line-height: 60px;
    position: absolute;
    top: -10px;
    width: 60px;
}
.pokemon-stat.-height {
    left: -10px;
}
.pokemon-stat.-weight {
    right: -10px;
}

.site-cm-box {
    width: auto;
    z-index: 1000;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f2f2f2;
    transition-duration: 0s
}

.site-cm-box ul.site-cm-group li {
    height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow: hidden;
    cursor: default;
}

.site-cm-box .site-cm-separ{
    height:0;
    border-top:1px solid #d2d2d2;
}

.site-cm-box ul.site-cm-group li:hover,
.site-cm-box ul.site-cm-group li.hover {
    color: #f2f2f2;
    background-color: #bd93f9;
}

.site-cm-box ul.site-cm-group li > .site-cm-box {
    left: 185px;
    margin-top: -36px;
}

.site-cm-box ul.site-cm-group li:hover > .site-cm-box,
.site-cm-box ul.site-cm-group li.hover > .site-cm-box {
    color: #000;
}

.site-cm-icon {
    color: #666;
    width: 20px;
}