.ps-container {
    font-family: 'Common Pixel';
}
.ps-subtitle {
    color: #4A4A4A;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
    padding-bottom: 0.25rem;
}
.ps-margin-auto {
    margin-left: auto;
    margin-right: auto;
}
.ps-has-color-white {
    color: white;
}
.ps-has-color-orange {
    color: orange;
}
.ps-has-color-blue {
    color: cornflowerblue;
}
.ps-has-color-red {
    color: crimson;
}
.ps-has-color-purple {
    color: purple;
}
.ps-has-color-green {
    color: forestgreen;
}
.ps-has-color-grey {
    color: #B2B2B2;
}
.ps-has-color-pink {
    color: hotpink;
}
.ps-has-color-oil {
    color: #3b3131;
}
.ps-has-color-tire {
    color: #15161b;
}
.ps-has-bg-white {
    background-color: white;
}
.ps-has-bg-orange {
    background-color: orange;
}
.ps-has-bg-blue {
    background-color: cornflowerblue;
}
.ps-has-bg-red {
    background-color: crimson;
}
.ps-has-bg-purple {
    background-color: purple;
}
.ps-has-bg-green {
    background-color: forestgreen;
}
.ps-has-bg-grey {
    background-color: #B2B2B2;
}
.ps-has-bg-pink {
    background-color: hotpink;
}
.ps-has-bg-oil {
    background-color: #3b3131;
}
.ps-has-bg-tire {
    background-color: #15161b;
}
.ps-content {
    border-left: 2px solid #F2F2F2;
    border-right: 2px solid #F2F2F2;
    padding: 10px;
    margin: 3px;
}
.ps-input {
    width: 33vw;
    margin-right: auto;
    margin-left: auto;
    font-family: inherit;
}
@property --range-value {
    syntax: "<percentage>";
    initial-value: 0%;
    inherits: true;
}
  
@keyframes --range-observer {
    to { --range-value: 100% }
}
.ps-range {
    --size: 24px;
    -webkit-appearance: none;
    background: none;
    border: 1px solid #B2B2B2;
    height: 10px;
    border-radius: 30px;
}
.ps-range::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background-color: #55ABE6;
    height: 7px;
    margin-top: 0px;
}
.ps-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: white;
    border: 1px solid #B2B2B2;
    height: 40px;
    width: 18px;
    border-radius: 25px;
    margin-top: -15px;
}
.ps-centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.ps-loading {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
}
.ps-loading-icon {
    color: cornflowerblue;
    margin: 0px 20px 0px 20px;
}
.ps-menu-box {
    background-color: #55ABE6;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 7px;
}
.ps-menu-box {
    background-color: #55ABE6;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 7px;
}
.ps-menu-tile {
    color: white;
    margin-right: 10px;
    margin-left: 10px;
    padding: 3px;
    cursor: pointer;
}
.ps-menu-tile-icon {
    color: white;
    font-size: 24px;
    margin: 7px;
}
.ps-menu-icon {
    color: white;
    font-size: 28px;
    margin: 3px 15px 0 7px;
}
.ps-menu-title {
    font-size: 21px;
    color: white;
}
.ps-version {
    margin-left: 3px;
    font-size: 14px;
    color: #B2B2B2;
}
.ps-logo-box {
    margin: 10px 0px 0px 0px;
}
.ps-logo-title {
    font-size: 28px;
    margin-left: 10px;
}
.ps-logo-icon {
    color: #B2B2B2;
    font-size: 32px;
    margin-right: 15px;
}
.ps-add-icon {
    color: #B2B2B2;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.ps-plus-icon {
    color: #55ABE6;
    margin-left: 10px;
    margin-right: 10px;
}
.ps-minus-icon {
    color: #55ABE6;
    margin-left: 10px;
    margin-right: 10px;
}
.ps-switch {
    color: #55ABE6;
}
.ps-button-icon {
    color: white;
    margin-right: 15px;
}
.ps-button-infos-icon {
    color: #B2B2B2;
    margin-right: 15px;
}
.ps-button-icon-g {
    color: #B2B2B2;
    margin-right: 15px;
}
.ps-button-text {
    font-family: 'Common Pixel';
    font-size: 12px;
    font-weight: 800;
    color: white;
}
.ps-button-text-g {
    font-family: 'Common Pixel';
    font-weight: 800;
    color: #B2B2B2;
}
.ps-button-back {
    background-color: white;
    color: #B2B2B2;
    margin: 0px 5px 0px 5px;
}
.ps-button-begin {
    background-color: #55ABE6;
    margin: 0px 5px 0px 5px;
}
.ps-button-continue {
    background-color: orange;
    margin: 0px 5px 0px 5px;
}
.ps-button-infos {
    background-color: #FFFFFF;
    margin: 0px 5px 0px 5px;
    border: 0px;
}
.ps-button-infos i {
    margin: 0px;
}
.ps-button-close {
    background-color: #B2B2B2;
    margin: 0px 10px 0px 10px;
}
.ps-bigicon-puzzle {
    font-size: 90px;
    color: #55ABE6;
}
.ps-bigicon-play {
    font-size: 90px;
    color: green;
}
.ps-bigicon-pause {
    font-size: 90px;
    color: orange;
}
.ps-bigicon-finish {
    font-size: 90px;
    color: gold;
}
.ps-button-start {
    width: 250px;
    background-color: green;
    margin: 0px 10px 0px 10px;
}
.ps-button-pause {
    width: 250px;
    background-color: orange;
    margin: 0px 10px 0px 10px;
}
.ps-button-reset {
    width: 50px;
    background-color: #B2B2B2;
    margin: 0px 10px 0px 10px;
}
.ps-button-steps {
    width: 50px;
    color: #B2B2B2;
    background-color: white;
    margin: 0px 10px 0px 10px;
}
.ps-icon-reset {
    margin: 0px 10px 0px 10px;
}
.ps-icon-steps {
    color: #B2B2B2;
    margin: 0px 5px 0px 5px;
}
.ps-step-text {
    color: #B2B2B2;
    font-style: italic;
    margin-top: 5px;
}
.ps-button-finish {
    width: 150px;
    background-color: gold;
    margin: 0px 10px 0px 10px;
}
.ps-button-home {
    background-color: #55ABE6;
    margin: 0px 10px 0px 10px;
}
.ps-stats-unit {
    color: #B2B2B2;
    font-size: 8px;
}
.ps-min-clock {
    color: orange;
    font-weight: bold;
}
.ps-puzzle-box {
    margin: 0px 25px 0px 25px;
    box-shadow rgba(10, 10, 10, 0.1) 0px 6px 12px -1.5px, rgba(10, 10, 10, 0.02) 0px 0px 0px 1px;
    background-color: #F2F2F2;
    background-size: cover;
    background-position: -145px 400px;
}
.ps-puzzle-box-title {
    color: white;
    margin-bottom: 33px;
    font-size: 16px;
}
.ps-modal-name {
    font-size: 16px;
    color: #4A4A4A;
}
.ps-modal-description {
    color: #B2B2B2;
}
.ps-modal-dimension {
    color: #B2B2B2;
}
