/* resources/sass/www.ipuzzle.pl/layout.scss */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
body {
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: 100px;
}
a,
.anch {
  background-color: transparent;
  color: #1D5B91;
  text-decoration: none;
}
a:active,
a:hover,
.anch:active,
.anch:hover {
  outline: 0;
}
a:focus,
a:hover,
.anch:focus,
.anch:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus,
.anch:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.anch {
  appearance: none;
  border: none;
  background: none;
  font-size: inherit;
}
.ucfirst {
  display: inline-block;
}
.ucfirst:first-letter {
  text-transform: uppercase;
}
h2 span + span,
h3 span + span {
  font-size: 12px;
  margin-left: 10px;
  color: #565756;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
button,
.btn {
  outline: none;
  cursor: pointer;
  font-family: inherit;
}
button[disabled],
.btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-std {
  color: #fff;
  background-color: #276233;
}
.btn-std:hover,
.btn-std:active,
.btn-std:focus {
  color: #fff;
  background-color: #80a937;
}
.btn-primary {
  background-color: transparent;
  color: #276233;
  border-color: #276233;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #80a937;
  background-color: #f7fcff;
  border-color: #80a937;
}
.btn-gold {
  color: #fff;
  font-size: 16px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background:
    #FDA100 linear-gradient(
      151deg,
      #FDA100 0%,
      #FDBF00 30%,
      #FFD72C 50%,
      #FDBF00 70%,
      #FDA100 100%);
  border-color: #FDA100;
}
.btn-gold:hover,
.btn-gold:active,
.btn-gold:focus {
  color: #fff;
  background:
    #964b00 linear-gradient(
      151deg,
      #fdbf00 0,
      #ffda2d 50%,
      #fdbf00 100%);
}
.btn-new {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 8px 12px;
  border-radius: 1.5em;
  font-weight: 400;
  background: rgb(245, 248, 251);
  text-decoration: none;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #0b4c75;
  background:
    linear-gradient(
      to bottom,
      #f5f8fe 0%,
      #e6f2fd 100%);
  border: 1px solid #c9defa;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.65),
    inset 0 -1px 0 rgba(0, 0, 0, 0.04),
    0 1px 2px rgba(0, 0, 0, 0.12);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}
.btn-new svg-icon {
  font-size: 16px;
  filter: drop-shadow(rgba(0, 0, 0, 0.15) 0 1px);
  opacity: 0.8;
}
.btn-new span {
  white-space: nowrap;
}
.btn-new:hover {
  box-shadow:
    rgba(255, 255, 255, 0.7019607843) 0 1px 0 inset,
    rgba(0, 0, 0, 0.0509803922) 0px -1px 0px inset,
    rgba(0, 0, 0, 0.1607843137) 0px 2px 4px;
  color: #0A3F61;
  background: linear-gradient(#EAF1FC 0%, #D8E9FB 100%);
}
.btn-new.btn-mobile-icon-only span {
  display: none;
}
.btn-new.btn-primary {
  border: 0;
  color: white;
  background:
    linear-gradient(
      180deg,
      #2ab0ff 0%,
      #0a74d6 100%);
  box-shadow: inset 0 2px 0 #8fd9ff, 0 8px 16px rgba(47, 137, 223, 0.2392156863);
  text-shadow: 0 1px 2px rgba(6, 61, 117, 0.32);
}
.btn-new.btn-primary:hover {
  color: white;
  background:
    linear-gradient(
      180deg,
      #39b8ff 0%,
      #096ec9 100%);
}
.btn-new.btn-primary svg-icon {
  filter: drop-shadow(0 1px 2px rgba(6, 61, 117, 0.28));
}
.btn-new.btn-ghost {
  background: transparent;
  box-shadow: none;
  border: 0 none;
}
@media (min-width: 900px) {
  .btn-new.btn-mobile-icon-only span {
    display: inline;
  }
}
html.locked body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
}
#hamburger-under-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
}
#hamburger {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 380px;
  background-color: white;
  border: 1px solid #e8e8e8;
  z-index: 1000001;
  overflow: hidden;
  transition: transform 0.26s ease-out;
  transform: translate3d(-100%, 0, 0);
}
#hamburger.open {
  transform: translate3d(0, 0, 0);
}
#hamburger header ul {
  flex: 0 0 58px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  padding: 0 5px;
}
#hamburger header ul .close {
  margin-left: auto;
}
#hamburger header ul .close a {
  padding: 10px;
  font-size: 20px;
}
#hamburger > div {
  display: block;
  flex: 1;
  width: 100%;
  overflow: hidden;
}
#hamburger > footer {
  display: block;
  flex: 0 0 130px;
}
#hamburger > footer slider-pagination {
  text-align: center;
  margin-top: 10px;
  display: block;
}
#hamburger > footer slider-pagination span {
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 0.2;
  margin: 0 3px;
}
#hamburger > footer slider-pagination span.selected {
  background-color: #2B6EE3;
  opacity: 1;
}
#hamburger gf-slider {
  height: 100%;
  grid-auto-columns: 100%;
}
#hamburger gf-slider > * {
  padding: var(--gap);
  overflow-y: auto;
}
#hamburger gf-slider > div {
  display: grid;
  grid-gap: var(--gap);
}
#hamburger .footer-categories nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  row-gap: 20px;
}
#hamburger .footer-categories li:first-child {
  display: none;
}
#hamburger .footer-categories a {
  display: block;
  color: #565756;
  text-align: center;
  font-size: 12px;
}
#hamburger .footer-categories a img {
  display: block;
  margin: auto;
}
#hamburger .footer-about-us {
  grid-template-areas: "h2" "subtitle" "text" "social-links";
}
#hamburger .footer-about-us img {
  display: none;
}
#hamburger .footer-about-us .social-media-list {
  margin-bottom: 1em;
  text-align: center;
}
#hamburger .footer-form {
  height: 100%;
}
@media (min-width: 1200px) {
  #hamburger {
    display: none;
  }
}
body > nav {
  transition: transform 0.52s ease-out;
  background-color: #fff;
  z-index: 1000000;
  position: sticky;
  top: 0;
}
body > nav.hidden {
  transform: translateY(-100%);
  display: block !important;
}
body > nav a:hover {
  text-decoration: none;
}
@media (min-width: 560px) {
  body > nav #navCat {
    transition: max-height 0.26s ease-out;
  }
  body > nav #navCat li a:hover,
  body > nav #navCat li a.active {
    transform: translateY(-2px);
    background:
      linear-gradient(
        180deg,
        #fff,
        #f6f9fe);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.12);
    outline: none;
  }
  body > nav #navSrch form:has(input:focus, input:hover) {
    max-width: 400px !important;
  }
}
@media (min-width: 900px) {
  body > nav #navMnu {
    display: none;
  }
}
.puzzle-item {
  border-radius: 10px;
}
.puzzle-item.no-image {
  pointer-events: none;
}
.puzzle-item.no-image svg-icon[icon=image] {
  width: 100%;
  height: 100%;
  top: 0;
  color: #ddd;
}
.puzzle-item .solve-puzzle {
  z-index: 10;
  transition: transform 0.26s ease-in-out 0.1s;
  transform-origin: left top;
  text-align: center;
  left: 50%;
  top: calc(50% - 1.38em);
  color: white;
}
.puzzle-item:hover a {
  text-decoration: none;
}
.puzzle-item:hover .solve-puzzle {
  transform: scale(1) translate(-50%, -50%);
  color: white;
}
puzzle-game:hover a:before,
saved-puzzle:hover a:before,
multiplayer-game:hover a:before,
daily-puzzle:hover a:before,
notsolved-game:hover a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/images/www.ipuzzle.pl/layout/puzzle-grid.svg);
  width: 100%;
  aspect-ratio: 1.3333333333;
  top: 0;
  z-index: 1;
  background-size: 100% 100%;
}
puzzle-collection.puzzle-item a {
  padding: 0.6em 0.3em 0;
}
puzzle-collection.puzzle-item a:hover {
  text-decoration: underline;
}
puzzle-collection.puzzle-item picture {
  z-index: 10;
  position: relative;
  --angle-before: 4deg;
  --angle-after: 5deg;
}
puzzle-collection.puzzle-item picture img {
  border: 8px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
puzzle-collection.puzzle-item picture:before,
puzzle-collection.puzzle-item picture:after {
  content: "";
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 8px solid #fff;
  left: 0;
  top: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
puzzle-collection.puzzle-item picture:before {
  z-index: -10;
  transform: rotate(var(--angle-before));
}
puzzle-collection.puzzle-item picture:after {
  z-index: -20;
  transform: rotate(var(--angle-after));
}
puzzle-collection.puzzle-item figcaption {
  padding: 1em 0 0.2em;
  height: auto;
}
puzzle-collection.puzzle-item figcaption .title {
  color: #276233;
}
puzzle-collection.puzzle-item figcaption .title:hover {
  color: #80a937;
}
affiliate-shop-item.puzzle-item figcaption {
  background-color: var(--affiliate-color, #b8701a);
}
affiliate-shop-item.puzzle-item figcaption > svg-icon {
  opacity: 0.95;
  font-size: 1.6em;
  rotate: 0deg;
  left: 0.25em;
  top: 0.35em;
}
affiliate-shop-item.puzzle-item .solve-puzzle {
  background-color: var(--affiliate-color, #b8701a);
}
.difficulty-color-1 {
  color: #00bbe7;
}
.difficulty-1 {
  background-color: #00bbe7;
}
.btn-difficulty-1:hover {
  background-color: #00bbe7;
}
.difficulty-color-2 {
  color: #4bbf4b;
}
.difficulty-2 {
  background-color: #4bbf4b;
}
.btn-difficulty-2:hover {
  background-color: #4bbf4b;
}
.difficulty-color-3 {
  color: orange;
}
.difficulty-3 {
  background-color: orange;
}
.btn-difficulty-3:hover {
  background-color: orange;
}
.difficulty-color-4 {
  color: #d43f3a;
}
.difficulty-4 {
  background-color: #d43f3a;
}
.btn-difficulty-4:hover {
  background-color: #d43f3a;
}
.difficulty-color-5 {
  color: #9a3298;
}
.difficulty-5 {
  background-color: #9a3298;
}
.btn-difficulty-5:hover {
  background-color: #9a3298;
}
.difficulty-color-6 {
  color: #655365;
}
.difficulty-6 {
  background-color: #655365;
}
.btn-difficulty-6:hover {
  background-color: #655365;
}
form {
  position: relative;
  display: inline-block;
  width: 100%;
}
form button {
  height: 48px;
}
label.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
input,
textarea,
select {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
  font-family: sans-serif;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #2B6EE3;
  outline: none;
}
input,
select {
  height: 48px;
}
textarea {
  resize: vertical;
}
input[type=checkbox],
input[type=radio] {
  display: inline-block;
  margin-left: 0;
  width: 1em;
  height: 1em;
  line-height: normal;
}
input[type=checkbox]:focus,
input[type=file]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-alert {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  max-height: 25vh;
  overflow: hidden;
}
.form-alert.error {
  padding: 15px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.form-alert.success {
  padding: 15px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    opacity: 0.7;
    transform: scale(0.7) translate(-50%, -50%);
  }
  to {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}
content-loader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 100;
}
content-loader svg-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 50px;
  transform-origin: 0 0;
  animation: pulse 1s linear infinite;
  z-index: 101;
}
.loading {
  position: relative;
  min-height: 100px;
}
@media (min-width: 900px) {
  input,
  select {
    height: 34px;
  }
  form button {
    height: 34px;
  }
}
.show-more-buttons {
  text-align: center;
  margin: 20px auto 0;
}
#footer {
  display: none;
}
.footer-about-us {
  display: grid;
  grid-gap: var(--gap);
}
.footer-about-us h2 {
  grid-area: h2;
  margin: 0;
}
.footer-about-us > img {
  grid-area: logo;
}
.footer-about-us p {
  color: #575757;
  line-height: 1.5em;
  margin: 0;
}
.footer-about-us p.subtitle {
  font-weight: bold;
  grid-area: subtitle;
}
.footer-about-us p.text {
  grid-area: text;
}
.footer-about-us .social-media-list {
  grid-area: social-links;
}
.footer-about-us .social-media-list li {
  display: inline-block;
  margin: 0 15px;
}
.footer-about-us .social-media-list li a svg-icon {
  font-size: 27px;
  color: #575757;
  margin-right: 6px;
}
.footer-form {
  display: flex;
  flex-direction: column;
}
.footer-form button {
  margin-left: auto;
}
.footer-form form {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.footer-form form > * {
  flex: 0 0 auto;
}
.footer-form form textarea {
  flex: 1;
}
.footer-games .links,
.footer-services .links {
  display: flex;
  flex-direction: column;
  grid-gap: var(--gap);
}
.footer-games .links div,
.footer-services .links div {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media (min-width: 900px) {
  #footer {
    display: block;
    font-size: 14px;
    background: #f4f4f4;
    padding: 20px 0;
  }
  #footer .container {
    display: grid;
    grid-gap: var(--gap);
    grid-template-areas: "about-us about-us form" "games services categories";
    grid-template-columns: 1fr 1fr 1fr;
  }
  #footer .footer-about-us {
    grid-area: about-us;
    grid-template-areas: "h2 h2" "logo social-links" "subtitle subtitle" "text text";
  }
  #footer .footer-about-us .social-media-list {
    text-align: right;
  }
  #footer .footer-games {
    grid-area: games;
  }
  #footer .footer-services {
    grid-area: services;
  }
  #footer .footer-categories {
    grid-area: categories;
    display: grid;
    grid-template-rows: max-content 1fr;
  }
  #footer .footer-categories .category-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #footer .footer-categories .category-list ul a {
    color: #575757;
    display: inline-block;
    text-decoration: none;
  }
  #footer .footer-categories .category-list ul a img {
    display: none;
  }
  #footer .footer-categories .category-list ul a:hover {
    text-decoration: underline;
  }
  #footer .footer-form {
    grid-area: form;
  }
  #footer .footer-form input,
  #footer .footer-form textarea {
    background: #f0f0f0;
    border: 1px solid #e1e1e1;
    color: #575757;
  }
}
body > footer {
  display: flex;
  flex-direction: column;
  grid-gap: var(--gap);
  padding: 20px 0;
  background: #2B6EE3;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
body > footer copyright {
  display: block;
}
body > footer select {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 auto;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
}
body > footer div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
}
body > footer div > * {
  display: block;
  color: #fff;
  font-size: 1em;
}
body > footer div > *:hover {
  text-decoration: underline;
  color: #fff;
  outline: none;
}
@media (min-width: 900px) {
  body > footer div {
    flex-direction: row;
    align-items: center;
    font-size: 0.8em;
  }
  body > footer div > * {
    padding: 0 10px;
  }
  body > footer div select {
    margin: 0;
  }
  body > footer div a {
    border-right: 1px solid #fff;
  }
}
#top-users {
  font-size: 16px;
}
#top-users h3 {
  text-align: center;
  margin: 10px 0 5px;
}
#top-users svg-icon {
  font-size: 80%;
  vertical-align: baseline;
}
#top-users ol {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}
#top-users ol span {
  float: right;
}
#top-users ol li {
  margin-left: 10px;
  margin-bottom: 8px;
}
#top-users ol li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  #top-users {
    font-size: 14px;
  }
  #top-users .btn {
    font-size: 12px;
  }
}
form[is=search-form] {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 2px;
}
form[is=search-form] svg-icon {
  position: absolute;
  left: 12px;
  font-size: 16px;
  pointer-events: none;
  color: #ddd;
}
form[is=search-form] input {
  width: 100%;
  height: auto;
  display: inline-block;
  flex: 1;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 8px 12px 8px 38px;
  margin: 0;
}
form[is=search-form] input:hover,
form[is=search-form] input:focus {
  border: 1px solid #c9dffa;
  box-shadow: 0 0 0 2px rgba(201, 223, 250, 0.8);
}
tags {
  display: block;
}
tags a {
  padding: 2px 5px;
  margin: 4px;
  font-size: 12px;
  color: #565756;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #e8e8e8;
}
tags a:hover {
  text-decoration: none;
  background: #80a937;
  color: #fff;
}
tags a:hover[disabled] {
  background: #e8e8e8;
  color: #565756;
}
@media (min-width: 1200px) {
  tags a {
    margin: 0 2px 2px 0;
  }
}
modal-pop-in {
  position: absolute;
  left: 50%;
  top: 40%;
  max-height: 90%;
  width: 95%;
  transform: translate(-50%, -40%);
  background-color: white;
  border: solid 4px #c2d8ee;
  border-radius: 20px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
}
modal-pop-in modal-header {
  display: block;
  flex: min-content;
  order: 0;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
modal-pop-in modal-header h3 {
  font-weight: normal;
  font-size: 20px;
}
modal-pop-in modal-body {
  padding: 10px 0;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  flex: 1;
  order: 1;
}
modal-pop-in modal-footer {
  display: grid;
  grid-auto-flow: row;
  grid-gap: var(--gap);
  flex: min-content;
  order: 2;
  text-align: right;
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
  margin-top: 10px;
}
.modal-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(204, 204, 204, 0.4);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}
body > modal-pop-in {
  position: fixed;
}
body > .modal-overlay {
  position: fixed;
}
@media (min-width: 560px) {
  modal-pop-in {
    width: auto;
    padding: 10px;
  }
  modal-pop-in modal-footer {
    grid-auto-flow: column;
    justify-content: right;
  }
  modal-pop-in modal-footer:has(> :last-child:nth-child(1)) {
    justify-content: center;
  }
}
@media (min-width: 900px) {
  modal-pop-in {
    width: auto;
    padding: 20px;
  }
}
#top-bar {
  background-color: #dbeaf0;
  padding: 12px calc(var(--gap) + 10px) 12px var(--gap);
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.25);
}
#top-bar > * {
  vertical-align: middle;
}
#top-bar span.attention {
  background-color: #F49A12;
  font-weight: bold;
  padding: 3px 5px;
  border-radius: 8px;
  color: white;
}
@media (min-width: 900px) {
  #top-bar span.attention {
    padding: 5px 10px;
    margin-right: 1em;
  }
}
#top-bar x {
  display: block;
  cursor: pointer;
  position: absolute;
  color: color(srgb 0.3363 0.3413 0.337);
  right: 8px;
  top: 13px;
}
#top-bar x:hover {
  color: color(srgb 0 0.4146 0.58);
}
#sidebar li {
  border-bottom: 0 !important;
}
#sidebar-menu {
  padding-bottom: 10px;
}
#sidebar-menu a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  padding: 5px 15px;
  border: 1px solid transparent;
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  font-weight: bold;
  margin: 0 20px 10px;
  text-align: center;
}
#sidebar-menu .red {
  background-color: #E33A58;
  text-shadow:
    -1px -1px 0 #7f0014,
    1px -1px 0 #7f0014,
    -1px 1px 0 #7f0014,
    1px 1px 0 #7f0014;
}
#sidebar-menu .blue {
  background-color: #4061F5;
  text-shadow:
    -1px -1px 0 #02187e,
    1px -1px 0 #02187e,
    -1px 1px 0 #02187e,
    1px 1px 0 #02187e;
}
#sidebar-menu .pink {
  background-color: #FF4AA9;
  text-shadow:
    -1px -1px 0 #ad055f,
    1px -1px 0 #ad055f,
    -1px 1px 0 #ad055f,
    1px 1px 0 #ad055f;
}
#sidebar-menu .green {
  background-color: #91D04A;
  text-shadow:
    -1px -1px 0 #447a07,
    1px -1px 0 #447a07,
    -1px 1px 0 #447a07,
    1px 1px 0 #447a07;
}
#sidebar-menu .sea {
  background-color: #17DEB5;
  text-shadow:
    -1px -1px 0 #1b7459,
    1px -1px 0 #1b7459,
    -1px 1px 0 #1b7459,
    1px 1px 0 #1b7459;
}
#sidebar-menu .yellow {
  background-color: #FFC107;
  text-shadow:
    -1px -1px 0 #b28303,
    1px -1px 0 #b28303,
    -1px 1px 0 #b28303,
    1px 1px 0 #b28303;
}
