@charset "UTF-8";@-webkit-keyframes nprogress-spinner {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes nprogress-spinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: "Sahel VF";
    src: url(../assets/fonts/Sahel/Sahel-VF.ttf) format("truetype"),url(../assets/fonts/Sahel/Sahel-VF.woff2) format("woff2")
}

@font-face {
    font-family: "Hack";
    src: url(../assets/fonts/Hack/hack-regular-subset.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

#container-gradients li #information #from,#container-gradients li #information #to,.font-hack {
    font-family: "Hack",serif!important
}

.light {
    font-variation-settings: "wght" 400
}

.normal {
    font-variation-settings: "wght" 500
}

.medium {
    font-variation-settings: "wght" 600
}

.bold {
    font-variation-settings: "wght" 700
}

.semi-black {
    font-variation-settings: "wght" 800
}

.black {
    font-variation-settings: "wght" 900
}

@font-face {
    font-family: "Ronio";
    src: url(../assets/fonts/Ronio/Ronio6f28.eot?jj8mkp);
    src: url(../assets/fonts/Ronio/Ronio6f28.eot?jj8mkp#iefix) format("embedded-opentype"),url(../assets/fonts/Ronio/Ronio6f28.ttf?jj8mkp) format("truetype"),url(../assets/fonts/Ronio/Ronio6f28.woff?jj8mkp) format("woff"),url(../assets/fonts/Ronio/Ronio6f28.svg?jj8mkp#Ronio) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" ronio-"],[class^=ronio-] {
    font-family: "Ronio"!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ronio-arrow-right:before {
    content: ""
}

.ronio-earth:before,.ronio-globe:before,.ronio-internet:before,.ronio-language:before,.ronio-planet:before,.ronio-sphere:before,.ronio-web:before {
    content: ""
}

.ronio-android:before,.ronio-brand:before,.ronio-mobile:before,.ronio-os:before {
    content: ""
}

#card-level label.selected i:before,.ronio-check-circle:before {
    content: ""
}

.ronio-circle:before {
    content: ""
}

.ronio-code:before {
    content: ""
}

.ronio-home:before {
    content: ""
}

.ronio-maximize:before {
    content: ""
}

.ronio-minimize:before {
    content: ""
}

.ronio-moon:before {
    content: ""
}

.ronio-rotate-cw:before {
    content: ""
}

.ronio-sun:before {
    content: ""
}

.mdtoast {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 24px;
    bottom: 24px;
    padding: 0 24px;
    color: #fff;
    font-family: "Sahel VF",sans-serif;
    font-size: 16px;
    text-align: left;
    outline: 0;
    pointer-events: auto;
    touch-action: auto;
    -ms-user-select: none;
    user-select: none;
    background-color: #323232;
    transform: translateY(0);
    transition: transform .23s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .23s 0ms cubic-bezier(0,0,.2,1);
    will-change: transform;
    z-index: 99999999999999
}

.mdtoast.mdt--load {
    transform: translateY(200%);
    transition: transform .23s 0ms cubic-bezier(.4,0,1,1),-webkit-transform .23s 0ms cubic-bezier(.4,0,1,1)
}

.mdtoast.mdt--interactive {
    padding-right: 16px
}

.mdtoast.mdt--info {
    background-color: #1565c0
}

.mdtoast.mdt--error {
    background-color: #e53935
}

.mdtoast.mdt--warning {
    background-color: #ef6c00
}

.mdtoast.mdt--success {
    background-color: #2e7d32
}

.mdtoast .mdt-action,.mdtoast .mdt-message {
    display: flex;
    align-items: center;
    opacity: 1;
    box-sizing: border-box
}

.mdtoast .mdt-message {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    min-height: 48px;
    padding: 8px 0;
    margin-left: 0;
    transition: opacity .3s 0ms cubic-bezier(.4,0,1,1)
}

.mdtoast.mdt--load .mdt-message {
    opacity: 0
}

.mdtoast.mdt--interactive .mdt-message {
    margin-right: 0
}

.mdtoast .mdt-action {
    color: #ffb300;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: .07em;
    font-weight: 500;
    padding: 8px;
    margin: 0 24px 0 0;
    min-height: 32px;
    background: 0 0;
    border: 0;
    outline: 0;
    border-radius: 4px;
    transition: opacity .3s 0ms cubic-bezier(.4,0,1,1),background-color .15s linear
}

.mdtoast.mdt--load .mdt-action {
    opacity: 0
}

.mdtoast .mdt-action:focus,.mdtoast .mdt-action:hover {
    background-color: #3e3e3e
}

.mdtoast .mdt-action:active {
    background-color: #4e4e4e
}

.mdt--info .mdt-action:focus,.mdt--info .mdt-action:hover {
    background-color: #1976d2
}

.mdt--info .mdt-action:active {
    background-color: #1e88e5
}

.mdt--error .mdt-action:focus,.mdt--error .mdt-action:hover {
    background-color: #f44336
}

.mdt--error .mdt-action:active {
    background-color: #ef5350
}

.mdt--warning .mdt-action:focus,.mdt--warning .mdt-action:hover {
    background-color: #f57c00
}

.mdt--warning .mdt-action:active {
    background-color: #fb8c00
}

.mdt--success .mdt-action:focus,.mdt--success .mdt-action:hover {
    background-color: #388e3c
}

.mdt--success .mdt-action:active {
    background-color: #43a047
}

@media (min-width: 600px) {
    .mdtoast {
        min-width:288px;
        max-width: 568px;
        border-radius: 4px
    }
}

@media (max-width: 599px) {
    .mdtoast {
        left:0;
        bottom: 0;
        right: 0;
        font-size: 14px;
        width: 100vw;
        transform: translateY(0)
    }

    .mdtoast.mdt--load {
        transform: translateY(100%)
    }
}

* {
    margin: 0;
    padding: 0
}

#nprogress .peg {
    box-shadow: 0 0 10px #1e2939,0 0 5px #1e2939!important
}

body.fixed-header #nprogress .spinner-icon {
    border-top-color: #1e2939!important;
    border-left-color: #1e2939!important
}

::selection {
    background: #3bb9ff;
    color: #fff
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

label {
    cursor: pointer
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.holder {
    float: right;
    width: 1024px;
    margin: auto calc(50vw - 512px)
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #fff;
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #fff,0 0 5px #fff;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0,-4px);
    -ms-transform: rotate(3deg) translate(0,-4px);
    transform: rotate(3deg) translate(0,-4px)
}

#nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 99999999999;
    top: 16px;
    right: 16px
}

#nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite
}

.nprogress-custom-parent,.ripple {
    overflow: hidden;
    position: relative
}

.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner,.ripple:after {
    position: absolute
}

#page-title {
    display: none!important
}

#header #header-bar {
    float: right;
    width: 100%;
    height: 60px;
    background: #3a4cb4;
    background: -moz-linear-gradient(90deg,#3a4cb4 0,#fd1d1d 100%);
    background: -webkit-linear-gradient(90deg,#3a4cb4 0,#fd1d1d 100%);
    background: linear-gradient(90deg,#3a4cb4 0,#fd1d1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a4cb4",endColorstr="#fd1d1d",GradientType=1);
    color: #fff;
    overflow: hidden
}

#header #header-bar.fixed {
    margin-bottom: 64px
}

#header #header-bar p,#header #header-content h1 {
    float: right;
    line-height: 60px;
    font-size: 16px
}

#header #header-bar a {
    float: left;
    border: 1px solid rgba(255,255,255,.75);
    color: #fff;
    padding: 0 32px;
    border-radius: 4px;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 12px 0;
    transition: all .15s;
    box-shadow: none;
    outline: 0;
    background: 0 0;
    cursor: pointer
}

#header #header-bar a:hover {
    border-color: rgba(255,255,255,.5);
    background: rgba(255,255,255,.2)
}

#header #header-content {
    float: right;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    z-index: 9999
}

#header #header-content.fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 6px 15px rgba(36,37,38,.1);
    z-index: 999999999!important
}

#header #header-content a {
    float: right;
    height: 60px
}

#container-palettes .item-palette:hover h2,#header #header-content a:hover>h1,#note span {
    color: #1e2939
}

#header #header-content a:hover>h2 {
    opacity: .75
}

#header #header-content h1 {
    color: #151515;
    font-size: 24px;
    transition: color .15s
}

#header #header-content h2 {
    float: right;
    margin: 12px;
    padding-right: 12px;
    border-right: 2px solid rgba(0,0,0,.25);
    opacity: .6;
    color: #252525;
    font-size: 17px;
    line-height: 36px;
    transition: opacity .15s,border-right-color .15s
}

#header #header-content ul {
    float: left;
    padding: 0!important
}

#header #header-content ul li {
    float: left;
    height: 60px;
    margin: 0 3px;
    cursor: pointer
}

#container-palette-colors li span,#header #header-content ul li a {
    float: right;
    width: 100%;
    height: 100%
}

#header #header-content ul li i {
    padding: 0 6px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #151515;
    opacity: .7;
    transition: opacity .15s
}

#header #header-content ul li:hover i {
    opacity: 1
}

#content {
    padding: 32px 0!important
}

#footer {
    width: 100%;
    margin: 32px 0 0;
    padding: 0;
    overflow: hidden!important
}

#footer #City {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
    fill: #1e2939
}

#footer #footer-content {
    float: right;
    width: 100%;
    margin: -5px 0 0;
    padding: 0;
    height: 76px;
    line-height: 76px;
    overflow: hidden;
    background: #1e2939
}

#footer #footer-content p {
    height: 76px;
    line-height: 76px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px
}

#features,#footer,#footer #footer-content #copyright-text {
    float: right
}

#footer #footer-content #design-team {
    float: left;
    color: #e1e1e1
}

#footer #footer-content #design-team a {
    transition: .15s all;
    color: #f1f1f1
}

#card-level label.selected i,#card-level label.selected span,#container-palette-colors li:hover span,#footer #footer-content #design-team a:hover,body.dark #card-level label.selected i,body.dark #card-level label.selected span,body.dark #features li a p {
    color: #fff
}

#footer #footer-content #separator {
    float: left;
    width: 3px;
    height: 44px;
    margin: 16px 12px;
    background: rgba(255,255,255,.5);
    border-radius: 100px
}

#footer #footer-content #EM-Copyright {
    float: left;
    line-height: 42px;
    height: 42px;
    width: 42px;
    margin: 16px 0;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #1e2939;
    text-align: center;
    transition: .15s all
}

#footer #footer-content #EM-Copyright svg {
    margin-top: 9px;
    height: 24px
}

#footer #footer-content #EM-Copyright svg path {
    transition: .15s all;
    fill: #1e2939
}

#footer #footer-content #EM-Copyright:hover {
    background: #1e2939;
    color: #fff;
    border-color: #fff
}

#footer #footer-content #EM-Copyright:hover svg path,body.dark #footer #footer-content #EM-Copyright:hover svg path {
    fill: #fff
}

.ripple {
    transform: translate3d(0,0,0)
}

.ripple:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle,#fff 10%,transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10,10);
    opacity: 0;
    transition: transform .5s,opacity 1s
}

.ripple:active:after {
    transform: scale(0,0);
    opacity: .2;
    transition: 0s
}

.context-menu,.sp-container {
    position: absolute;
    overflow: hidden
}

#features li,.context-menu {
    box-shadow: 1px 6px 15px rgba(36,37,38,.1)
}

.context-menu {
    width: 186px;
    z-index: 999999999999999;
    display: none;
    transition: all .15s;
    background-color: #fff;
    border-radius: 8px
}

.context-menu .menu-options {
    list-style: none;
    padding: 0;
    z-index: 1
}

.context-menu .menu-options .menu-option {
    z-index: 1;
    font-size: 14px;
    padding: 10px 24px;
    cursor: pointer
}

.context-menu .menu-options .menu-option i,.context-menu .menu-options .menu-option span {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #252525
}

.context-menu .menu-options .menu-option span {
    padding-right: 6px
}

.context-menu .menu-options .menu-option:hover {
    background: rgba(0,0,0,.1)
}

#features {
    width: 100%
}

#features li {
    float: right;
    width: 30%;
    overflow: hidden!important;
    border-radius: 30px!important;
    margin: 24px 1.6666%
}

#card-level label,#features li a {
    float: right;
    transition: background-color .15s
}

#features li a {
    width: calc(100% - 24px);
    padding: 12px;
    background: #fff;
    overflow: hidden!important
}

#features li a:hover {
    background: #1e2939
}

#card-level label input,#features li a:hover h2 {
    display: none
}

#features li a:hover p {
    display: block
}

#features li a svg {
    float: right;
    width: 50%;
    margin: 24px 25%;
    height: auto
}

#features li a h2,#features li a p {
    float: right;
    line-height: 32px;
    height: 32px;
    text-align: center;
    margin-bottom: 24px
}

#features li a h2 {
    width: 100%;
    font-size: 22px;
    color: #151515
}

#features li a p {
    width: calc(100% - 12px);
    padding: 0 6px;
    overflow: hidden;
    color: #fff;
    display: none;
    font-size: 16px
}

#container-404 h1,#container-404 h2,#container-404 h3,#container-404 p {
    float: right;
    width: 100%;
    padding: 12px 0;
    margin: 0;
    text-align: center
}

#container-404 p {
    font-size: 18px;
    color: #252525;
    text-align: justify;
    line-height: 2
}

#container-404 h1 {
    font-size: 32px;
    color: #151515
}

#container-404 h2 {
    font-size: 24px;
    color: #252525
}

#container-404 h3 {
    font-size: 20px;
    color: #252525;
    opacity: .2
}

#container-colors,#container-gradients li #gradient {
    float: left;
    width: 70%;
    overflow: hidden
}

#container-colors h2,#container-palette h2 {
    float: right;
    width: 100%;
    padding: 16px 0;
    margin: 0;
    text-align: center;
    font-size: 22px;
    color: #151515
}

#container-colors .color-item {
    float: left;
    width: calc(20% - 8px);
    height: calc(1024px/100/100*70*20 - 8px);
    line-height: calc(1024px/100/100*70*20 - 8px);
    margin: 16px 2.5%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    border-radius: 25px;
    border: 4px solid #fff;
    box-shadow: 1px 6px 15px rgba(36,37,38,.1);
    transition: opacity .15s
}

#container-colors .color-item.active {
    box-shadow: 2px 15px 25px rgba(36,37,38,.5)
}

#container-colors .color-item:hover,#container-gradients li #gradient:hover,#container-palettes .item-palette:hover ul {
    opacity: .75
}

#container-palette {
    float: right;
    width: 30%;
    overflow: hidden
}

#container-palette h2 {
    font-size: 20px;
    color: #252525
}

#container-palette .color-weight {
    float: right;
    width: 90%;
    margin: 0 5%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    transition: font-size .15s,font-weight .15s;
    cursor: pointer
}

#container-palette .color-weight:hover {
    font-size: 18px;
    font-variation-settings: "wght" 900
}

#container-palette .weight-title {
    margin-bottom: 24px
}

#container-palettes .item-palette h2,#palettes-title {
    float: right;
    width: 100%;
    text-align: center;
    color: #151515;
    font-size: 24px;
    padding: 16px 0
}

#container-palettes {
    float: right;
    width: 100%;
    padding: 0;
    margin: 0
}

#container-palettes .item-palette {
    float: right;
    width: 30%;
    margin: 24px 1.66666%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 6px 15px rgba(36,37,38,.1);
    border-radius: 15px
}

#container-palettes .item-palette ul {
    float: left;
    width: calc(100% - 24px);
    padding: 0;
    margin: 12px 12px 0;
    border-radius: 15px;
    overflow: hidden;
    transition: opacity .15s
}

#container-palettes .item-palette ul li {
    float: left;
    width: 20%;
    height: 42px;
    margin: 0;
    padding: 0;
    content: ""
}

#container-palettes .item-palette h2 {
    margin: 0;
    padding: 12px 0;
    font-size: 20px;
    color: #252525;
    transition: color .15s
}

#container-palette-colors {
    float: right;
    width: calc(100% - 10px);
    margin: 24px 0 12px;
    padding: 0;
    overflow: hidden!important;
    border-radius: 25px!important;
    border: 5px solid #fff;
    box-shadow: 1px 6px 15px rgba(36,37,38,.1)
}

#container-palette-colors li {
    float: left;
    width: 20%;
    text-align: center;
    height: calc((1014px/100)*15);
    line-height: calc((1014px/100)*15);
    font-size: 20px;
    color: rgba(255,255,255,.5);
    direction: ltr;
    cursor: pointer;
    transition: color .15s;
    font-family: "Hack",serif!important
}

#title-gradient {
    float: right;
    width: 100%;
    padding: 16px 0;
    margin: 0;
    font-size: 24px;
    color: #151515;
    text-align: center
}

#container-gradients {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0
}

#container-gradients li {
    float: right;
    width: 30%;
    margin: 24px 1.66666%;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 6px 15px rgba(36,37,38,.1);
    border-radius: 15px
}

#container-gradients li #gradient {
    height: calc(1024px/100*30/100*70);
    background-color: #1e2939;
    margin: 48px 15% 12px;
    border-radius: 1000px;
    transition: opacity .15s
}

#container-gradients li #code {
    float: right;
    width: 100%;
    text-align: center;
    color: #252525;
    padding: 24px 0;
    opacity: .6;
    transition: opacity .15s
}

#container-gradients li #code:hover {
    opacity: 1
}

#container-gradients li #code i {
    font-size: 18px
}

#container-gradients li #information {
    float: left;
    width: calc(100% - 24px);
    padding: 0 12px 24px
}

#container-gradients li #information span {
    float: left;
    width: 33.33333%;
    direction: ltr;
    text-align: center;
    color: #252525;
    opacity: .4;
    transition: opacity .15s
}

#container-gradients li #information .btn-gradient-value {
    cursor: pointer
}

#container-gradients li #information .btn-gradient-value:hover {
    opacity: .8
}

#container-gradients li #information span,#container-gradients li #information span i {
    padding: 0;
    margin: 0;
    height: 32px;
    line-height: 32px;
    font-size: 16px
}

#container-gradient-generator {
    float: right;
    width: 100%
}

#container-gradient-generator h2,#container-shadow-generator h2 {
    float: right;
    width: 100%;
    padding: 16px 0 24px;
    font-size: 20px;
    color: #151515;
    text-align: center
}

#container-gradient-generator #container-from,#container-gradient-generator #container-to {
    float: right;
    width: 30%;
    text-align: center;
    margin: 0
}

#container-gradient-generator #container-preview {
    float: right;
    width: 40%;
    margin: 0
}

#container-gradient-generator #gradient-preview {
    float: left;
    width: calc(80% - 10px);
    height: 200px;
    margin: 0 10%;
    padding: 0;
    border: 5px solid #fff;
    box-shadow: 1px 6px 15px rgba(36,37,38,.1);
    border-radius: 25px
}

.color-container .sp-container {
    border: 0;
    box-shadow: 1px 6px 15px rgba(36,37,38,.1);
    border-radius: 10px
}

.color-container .sp-alpha,.color-container .sp-button-container,.color-container .sp-cancel,.color-container .sp-choose,.color-container .sp-clear-enabled .sp-clear,.color-container .sp-palette-container {
    display: none!important
}

.color-container .sp-top {
    margin-bottom: 12px!important
}

.color-container .sp-hue {
    top: 0!important;
    height: 100%!important
}

.color-container .sp-input {
    direction: ltr!important;
    font-family: "Hack",serif!important
}

#container-generators {
    float: left;
    width: 90%;
    margin: 48px 5% 12px;
    background: #fff;
    box-shadow: 1px 6px 15px rgba(36,37,38,.1);
    border-radius: 15px;
    padding: 12px 0;
    overflow: hidden
}

#container-generators hr {
    float: right;
    width: 96%;
    margin: 36px 2% 12px;
    height: 2px;
    background: rgba(0,0,0,.05);
    outline: 0;
    border: 0;
    box-shadow: none;
    border-radius: 10px
}

#container-generators #generator {
    float: right;
    width: 96%;
    margin: 0 2%
}

#container-generators #generator h3 {
    float: right;
    width: 100%;
    padding: 0 0 8px;
    text-align: right;
    color: #252525;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    opacity: .9
}

#container-generators #generator h3 i {
    font-size: 20px;
    line-height: 48px;
    padding-left: 6px;
    color: #1e2939
}

#container-generators #generator #editor {
    float: right;
    width: calc(100% - 24px);
    color: #a9b7c6;
    background: #282b2e 0 0;
    display: block;
    font-size: 12px;
    direction: ltr;
    padding: 12px;
    border-radius: 5px;
    line-height: 32px;
    cursor: text
}

#container-shadow-generator {
    float: right;
    width: 100%
}

#container-shadow-generator #container-color,#container-shadow-generator #container-level {
    float: right;
    width: 30%;
    text-align: center;
    margin: 0
}

#container-shadow-generator #container-preview {
    float: right;
    width: 40%;
    margin: 0
}

#card-level,#container-shadow-generator #shadow-preview {
    float: left;
    width: calc(90% - 24px);
    background: #fff;
    padding: 12px;
    margin: 0 5%;
    border-radius: 15px
}

#container-shadow-generator #shadow-preview {
    border: 0;
    box-shadow: 0 8px 17px 2px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.2);
    color: #252525;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8
}

#card-level {
    overflow: hidden;
    box-shadow: 1px 6px 15px rgba(36,37,38,.1)
}

#card-level label {
    width: calc(100% - 16px);
    border-radius: 10px;
    border: 2px solid rgba(0,0,0,.1);
    padding: 8px 6px;
    margin: 6px 0
}

#card-level label i,#card-level label span {
    float: right;
    height: 32px;
    line-height: 32px;
    transition: color .15s
}

#card-level label i {
    padding: 0 12px;
    font-size: 24px;
    color: rgba(0,0,0,.2)
}

#card-level label span {
    font-size: 16px;
    color: rgba(0,0,0,.75)
}

#card-level label:hover {
    background-color: rgba(0,0,0,.05)
}

#card-level label.selected {
    background-color: #1e2939;
    border-color: #fff
}

#container-preview-generator {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

#container-preview-generator .container-color-preview {
    float: left;
    width: 33.333333%;
    margin: 0;
    padding: 0;
    text-align: center
}

#container-preview-generator .container-color-preview h2 {
    float: left;
    width: 100%;
    padding: 16px 0;
    font-size: 20px;
    color: #252525;
    text-align: center
}

#container-previews {
    float: left;
    width: 100%;
    margin: 36px 0 12px
}

#container-previews #container-android,#container-previews #container-iphone {
    float: right;
    width: 50%
}

#container-previews #container-android svg,#container-previews #container-iphone svg,#container-previews #container-web svg {
    float: left;
    width: 70%;
    margin: 0 15%;
    position: relative;
    z-index: 1;
    direction: ltr
}

#container-previews #container-web {
    float: right;
    width: 100%
}

#container-previews #container-web svg {
    margin: 24px 2% 0;
    width: 96%
}

#note {
    float: right;
    width: calc(100% - 28px);
    text-align: center;
    font-size: 16px;
    opacity: .75;
    margin: 48px 0 16px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 2px solid #bee5eb;
    line-height: 2;
    color: #0c5460;
    background-color: #d1ecf1
}

#note a {
    color: #151515;
    transition: color .15s,border-bottom-color .15s;
    padding-bottom: 2px;
    border-bottom: 2px solid rgba(0,0,0,.25)
}

#note a:hover {
    color: #1e2939;
    border-bottom-color: #1e2939
}

.sp-container {
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 9999994
}

.sp-original-input-container {
    position: relative;
    display: inline-flex
}

.sp-original-input-container input {
    margin: 0!important
}

.sp-original-input-container .sp-add-on {
    width: 40px;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

input.spectrum.with-add-on {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0
}

.sp-original-input-container .sp-add-on .sp-colorize {
    height: 100%;
    width: 100%;
    border-radius: inherit
}

.sp-colorize-container {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.sp-container.sp-flat {
    position: relative
}

.sp-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.sp-top {
    position: relative;
    width: 100%;
    display: inline-block
}

.sp-top-inner {
    left: 0;
    right: 0
}

.sp-color,.sp-hue,.sp-top-inner {
    position: absolute;
    top: 0;
    bottom: 0
}

.sp-color {
    left: 0;
    right: 20px!important
}

.sp-hue {
    right: 0;
    width: 12px;
    height: 100%;
    left: initial!important
}

.sp-clear-enabled .sp-hue {
    top: 15%;
    height: 85%
}

.sp-fill {
    padding-top: 80%
}

.sp-sat,.sp-val {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 28px!important
}

.sp-alpha-enabled .sp-alpha {
    display: block
}

.sp-alpha-handle {
    position: absolute;
    top: -3px;
    cursor: pointer;
    height: 16px;
    border-radius: 50%;
    width: 16px;
    margin-right: 5px;
    left: -2px;
    right: 0;
    background: #f9f9f9;
    box-shadow: 0 0 2px 0 #3a3a3a
}

.sp-alpha {
    display: none;
    bottom: -18px;
    right: 0;
    left: 0;
    height: 10px
}

.sp-alpha-inner {
    border-radius: 4px
}

.sp-clear {
    display: none
}

.sp-clear.sp-clear-display {
    background-position: center
}

.sp-clear-enabled .sp-clear {
    display: block;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    cursor: pointer;
    left: initial;
    height: 12px;
    width: 12px
}

.sp-alpha,.sp-alpha-handle,.sp-clear,.sp-container,.sp-container button,.sp-container.sp-dragging .sp-input,.sp-dragger,.sp-preview,.sp-replacer,.sp-slider {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none
}

.sp-container.sp-buttons-disabled .sp-button-container,.sp-container.sp-input-disabled .sp-input-container,.sp-container.sp-palette-buttons-disabled .sp-palette-button-container,.sp-initial-disabled .sp-initial,.sp-palette-disabled .sp-palette-container,.sp-palette-only .sp-picker-container {
    display: none
}

.sp-sat {
    background-image: -webkit-gradient(linear,0 0,100% 0,from(#fff),to(rgba(204,154,129,0)));
    background-image: -webkit-linear-gradient(left,#fff,rgba(204,154,129,0));
    background-image: -moz-linear-gradient(left,#fff,rgba(204,154,129,0));
    background-image: -o-linear-gradient(left,#fff,rgba(204,154,129,0));
    background-image: -ms-linear-gradient(left,#fff,rgba(204,154,129,0));
    background-image: linear-gradient(to right,#fff,rgba(204,154,129,0))
}

.sp-val {
    background-image: -webkit-gradient(linear,0 100%,0 0,from(#000),to(rgba(204,154,129,0)));
    background-image: -webkit-linear-gradient(bottom,#000,rgba(204,154,129,0));
    background-image: -moz-linear-gradient(bottom,#000,rgba(204,154,129,0));
    background-image: -o-linear-gradient(bottom,#000,rgba(204,154,129,0));
    background-image: -ms-linear-gradient(bottom,#000,rgba(204,154,129,0));
    background-image: linear-gradient(to top,#000,rgba(204,154,129,0))
}

.sp-hue {
    background: -moz-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
    background: -ms-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
    background: -o-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(red),color-stop(.17,#ff0),color-stop(.33,#0f0),color-stop(.5,#0ff),color-stop(.67,#00f),color-stop(.83,#f0f),to(red));
    background: -webkit-linear-gradient(top,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);
    background: linear-gradient(to bottom,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%)
}

.sp-1 {
    height: 17%
}

.sp-2 {
    height: 16%
}

.sp-3,.sp-4 {
    height: 17%
}

.sp-5 {
    height: 16%
}

.sp-6 {
    height: 17%
}

.sp-hidden {
    display: none!important
}

.sp-cf:after,.sp-cf:before {
    content: "";
    display: table
}

.sp-cf:after {
    clear: both
}

@media (max-device-width: 480px) {
    .sp-color {
        right:40%
    }

    .sp-hue {
        left: 63%
    }

    .sp-fill {
        padding-top: 60%
    }
}

.sp-dragger,.sp-slider {
    position: absolute;
    top: 0;
    cursor: pointer
}

.sp-dragger {
    border-radius: 5px;
    height: 10px;
    width: 10px;
    border: 1px solid #fff;
    left: 0;
    margin-left: 3px;
    margin-top: 3px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.2)
}

.sp-slider {
    height: 16px;
    border-radius: 50%;
    width: 16px;
    left: -2px;
    background: #f9f9f9;
    box-shadow: 0 0 2px 0 #3a3a3a;
    margin-top: 8px
}

.sp-container {
    display: inline-flex;
    background-color: #fff;
    padding: 0;
    border-radius: 4px;
    color: #000;
    box-shadow: 0 0 0 1px rgba(99,114,130,.16),0 8px 16px rgba(27,39,51,.08)
}

.sp-clear,.sp-color,.sp-container,.sp-container button,.sp-container input,.sp-hue {
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.sp-top {
    margin-bottom: 10px
}

.sp-clear,.sp-color,.sp-hue,.sp-sat,.sp-val {
    border-radius: 3px
}

.sp-input-container {
    margin-top: -5px
}

.sp-button-container.sp-cf,.sp-initial.sp-thumb.sp-cf,.sp-input-container.sp-cf {
    height: 25px
}

.sp-picker-container .sp-cf {
    margin-bottom: 10px
}

.sp-palette-row-initial>span:first-child {
    cursor: pointer
}

.sp-initial-disabled .sp-input-container,.sp-input {
    width: 100%
}

.sp-input {
    padding: 0 5px!important;
    margin: 0;
    box-shadow: none!important;
    height: 100%!important;
    background: 0 0;
    color: #3a3a3a;
    border-radius: 2px!important;
    border: 1px solid #e0e0e0!important;
    text-align: center;
    font-family: monospace;
    font-size: inherit!important
}

.sp-input:focus {
    border: 1px solid orange
}

.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd
}

.sp-palette-container {
    position: relative;
    padding: 10px
}

.sp-picker-container {
    position: relative;
    width: 200px;
    padding: 10px 10px 0
}

.sp-palette-container {
    border-right: solid 1px #ccc
}

.sp-palette-only .sp-palette-container {
    border: 0
}

.sp-palette .sp-thumb-el {
    display: block;
    position: relative;
    float: left;
    cursor: pointer
}

.sp-palette .sp-thumb-el.sp-thumb-active,.sp-palette .sp-thumb-el:hover {
    border-color: orange
}

.sp-initial {
    float: left
}

.sp-initial span {
    width: 30px;
    height: 25px;
    border: 0;
    display: block;
    float: left;
    margin: 0
}

.sp-initial .spe-thumb-el.sp-thumb-active {
    border-radius: 0 5px 5px 0
}

.sp-initial .spe-thumb-el {
    border-radius: 5px 0 0 5px
}

.sp-initial .sp-clear-display {
    background-position: center
}

.sp-button-container {
    float: right
}

.sp-palette-button-container {
    margin-top: 10px
}

.sp-container button,.sp-replacer {
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer
}

.sp-replacer {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #aaa;
    color: #666;
    transition: border-color .3s;
    width: 3rem;
    height: 1.5rem
}

.sp-replacer.sp-active,.sp-replacer:hover {
    border: 1px solid #666;
    color: #000
}

.sp-replacer.sp-disabled {
    cursor: default;
    border-color: silver;
    color: silver
}

.sp-dd {
    position: absolute;
    font-size: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 2px;
    line-height: 1.6rem;
    background-color: #fff
}

.sp-preview {
    width: 100%;
    height: 100%;
    float: left;
    z-index: 0
}

.sp-preview-inner {
    transition: background-color .2s
}

.sp-preview-inner.sp-clear-display {
    display: none
}

.sp-palette .sp-thumb-el {
    width: 16px;
    height: 16px;
    margin: 3px;
    border: 0;
    border-radius: 3px
}

.sp-container button {
    border: 0;
    background: 0 0;
    line-height: 1;
    padding: 0 8px;
    height: 25px;
    text-transform: capitalize;
    text-align: center;
    color: #606c72;
    font-weight: 700
}

.sp-container button.sp-choose {
    background-color: #3cab3b;
    color: #fff;
    margin-left: 5px
}

.sp-container button:hover {
    opacity: .8
}

.sp-container button.sp-palette-toggle {
    width: 100%;
    background-color: #f3f3f3;
    margin: 0
}

.sp-palette span.sp-thumb-active,.sp-palette span:hover {
    border-color: #000
}

.sp-alpha,.sp-preview,.sp-thumb-el {
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.sp-alpha-inner,.sp-preview-inner,.sp-thumb-inner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.sp-palette .sp-thumb-inner {
    border-radius: 3px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=)
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=)
}

.sp-clear-display {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABe0lEQVQokYXSsUtcQRTF4d8Jj+VhHSxkEQuLsEUKK0nhTBFTmLSSUhBCMCAWsmgIwWrBLk0akfwLCaSQKBJmtrIIISwpRFKIhViETScphGMzysMtvOVwvpm5d0bGNCuGWAOPgYdl6S8wSDn9b+bUhDHEKWAdeAFMANg+l/TV9ofcz6cjMIbYBvaBMds7QCqZ58CmpBNgPuV0DvAAIMyFGugWtJr7eTv38xEwkPRPErY7QDeG2LqFkjrAgu0dSd/KDVqSNmxvAZ8lfbS9AHRuYemnLWkv5XRVBrQMbAI/gTXgEzAJtJuwBVS2L2OIle03QA/4Lmkl5XQBXEqqbFcAVYFDYChpFngiqWf7l6TXKaezMt2Zkhk24THwG+jZriX9AFZvUAyxLbRke2D75O5zPAO+ADXwEtizjaRHwDvbTyUtppwOmicCHAJvbXcl9YA1SQDjtseA97YPRz7ATcUQp2y/kjRdevsjaTfldNrMjcDGBjXA3T96L7yvrgFzP69+0Ao/HAAAAABJRU5ErkJggg==)
}

body.dark {
    background: #202020
}

body.dark:before {
    width: 100%;
    height: 100%
}

body.dark.fixed-header #nprogress .bar {
    background: #ffb300!important
}

body.dark.fixed-header #nprogress .peg {
    box-shadow: 0 0 10px #ffb300,0 0 5px #ffb300!important
}

body.dark.fixed-header #nprogress .spinner-icon {
    border-top-color: #ffb300!important;
    border-left-color: #ffb300!important
}

body.dark::-webkit-scrollbar-thumb {
    background-color: #404040;
    outline: 1px solid #353535
}

body.dark .android-preview-bg,body.dark .ios-preview-bg,body.dark .web-preview-bg {
    fill: #252525
}

body.dark .android-preview-card,body.dark .ios-preview-card {
    fill: #454545
}

body.dark .android-preview-text,body.dark .ios-preview-text {
    fill: #f5f5f5
}

body.dark .android-preview-frame,body.dark .ios-preview-frame,body.dark .web-preview-frame {
    fill: #c5c5c5
}

body.dark .ios-preview-bottom-bar {
    fill: #454545
}

body.dark .ios-preview-notch {
    fill: #151515
}

body.dark .web-preview-bar {
    fill: #a5a5a5
}

body.dark #header #header-bar {
    background: #8bc34a;
    background: -moz-linear-gradient(90deg,#8bc34a 0,#ffb300 100%);
    background: -webkit-linear-gradient(90deg,#8bc34a 0,#ffb300 100%);
    background: linear-gradient(90deg,#8bc34a 0,#ffb300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8BC34A",endColorstr="#FFB300",GradientType=1);
    color: #fff
}

body.dark #header #header-bar a {
    border: 1px solid rgba(255,255,255,.75);
    color: #fff
}

body.dark #header #header-bar a:hover {
    border-color: rgba(0,0,0,.2);
    background: rgba(0,0,0,.1)
}

body.dark #header #header-content {
    border-bottom: 1px solid rgba(255,255,255,.1)
}

body.dark #header #header-content.fixed {
    background-color: #303030
}

body.dark #container-generators #generator h3 i,body.dark #container-palettes .item-palette:hover h2,body.dark #header #header-content a:hover>h1 {
    color: #ffb300
}

body.dark #container-404 h1,body.dark #features li a h2,body.dark #header #header-content h1,body.dark #header #header-content ul li i {
    color: #f5f5f5
}

body.dark #header #header-content h2 {
    border-right: 2px solid rgba(255,255,255,.25);
    color: #f0f0f0
}

body.dark #features li a .svg-accent,body.dark #footer #City,body.dark #footer #footer-content #EM-Copyright svg path {
    fill: #ffb300
}

body.dark #features li a:hover,body.dark #footer #footer-content {
    background: #ffb300
}

body.dark #footer #footer-content #EM-Copyright {
    border: 1px solid #ffb300
}

body.dark #footer #footer-content #EM-Copyright:hover {
    background: #ffb300;
    color: #fff;
    border-color: #fff
}

body.dark #container-colors .color-item,body.dark #features li,body.dark #header #header-content.fixed {
    box-shadow: 1px 3px 10px rgba(219,218,217,.1)
}

body.dark #features li a {
    background: #303030
}

body.dark #features li a .svg-accent-dark {
    fill: #ffa000
}

body.dark #features li a .svg-bg {
    fill: #656565
}

body.dark #container-404 h2,body.dark #container-404 h3,body.dark #container-404 p {
    color: #f0f0f0
}

body.dark #container-colors h2,body.dark #palettes-title {
    color: #f5f5f5
}

body.dark #container-colors .color-item {
    border: 4px solid #454545
}

body.dark #container-colors .color-item.active {
    box-shadow: 2px 15px 25px rgba(219,218,217,.4)
}

body.dark #container-palette h2,body.dark #container-palettes .item-palette h2 {
    color: #f0f0f0
}

body.dark #container-palettes .item-palette,body.dark .sp-container {
    background-color: #404040;
    box-shadow: 1px 3px 10px rgba(219,218,217,.1)
}

body.dark #container-gradient-generator #gradient-preview,body.dark #container-palette-colors {
    border: 5px solid #404040;
    box-shadow: 1px 3px 10px rgba(219,218,217,.1)
}

body.dark #container-gradient-generator h2,body.dark #container-shadow-generator h2,body.dark #title-gradient {
    color: #f5f5f5
}

body.dark #container-gradients li,body.dark .context-menu {
    background-color: #353535;
    box-shadow: 1px 3px 10px rgba(219,218,217,.1)
}

body.dark #container-gradients li #gradient {
    background-color: #ffb300
}

body.dark #container-generators #generator h3,body.dark #container-gradients li #code,body.dark #container-gradients li #information span,body.dark #container-preview-generator .container-color-preview h2,body.dark .context-menu .menu-options .menu-option i,body.dark .context-menu .menu-options .menu-option span {
    color: #f0f0f0
}

body.dark #container-generators {
    background: #282b2e;
    box-shadow: 1px 3px 10px rgba(219,218,217,.1)
}

body.dark #container-generators hr {
    background: rgba(255,255,255,.05)
}

body.dark .sp-container .sp-input {
    color: rgba(255,255,255,.75);
    border-color: rgba(255,255,255,.2)!important
}

body.dark #container-shadow-generator #shadow-preview {
    box-shadow: 0 8px 17px 2px rgba(255,255,255,.14),0 3px 14px 2px rgba(255,255,255,.12),0 5px 5px -3px rgba(255,255,255,.2);
    background: #404040;
    color: #f0f0f0
}

body.dark #card-level {
    background: #404040;
    box-shadow: 1px 3px 10px rgba(219,218,217,.1)
}

body.dark #card-level label {
    border: 2px solid rgba(255,255,255,.1)
}

body.dark #card-level label i {
    color: rgba(255,255,255,.2)
}

body.dark #card-level label span {
    color: rgba(255,255,255,.75)
}

body.dark #card-level label:hover {
    background-color: rgba(255,255,255,.05)
}

body.dark #card-level label.selected {
    background-color: #ffb300;
    border-color: #404040
}

body.dark .context-menu {
    z-index: 999999999999999;
    background-color: #404040
}

body.dark .context-menu .menu-options .menu-option:hover {
    background: rgba(255,255,255,.1)
}

@media only screen and (max-width: 750px) {
    body.dark #header-content {
        background-color:#303030!important;
        box-shadow: 1px 3px 10px rgba(219,218,217,.1)!important
    }

    body.dark #nprogress .bar {
        background: #ffb300!important
    }

    body.dark #nprogress .peg {
        box-shadow: 0 0 10px #ffb300,0 0 5px #ffb300!important
    }

    body.dark #nprogress .spinner-icon {
        border-top-color: #ffb300!important;
        border-left-color: #ffb300!important
    }
}

@media only screen and (min-width: 1080px) {
    .desktop-only,.tablet-and-up {
        display:block!important
    }

    .mobile-only,.tablet-and-down,.tablet-only {
        display: none!important
    }
}

@media only screen and (max-width: 1080px) {
    .tablet-and-down,.tablet-and-up,.tablet-only {
        display:block!important
    }

    .desktop-only,.mobile-only {
        display: none!important
    }

    .holder {
        width: 96%!important;
        margin: auto 2%!important
    }

    #features li {
        width: 44%!important;
        margin: 16px 3%!important
    }

    #features li a h2 {
        font-size: 20px!important
    }

    #features li a p {
        font-size: 16px!important
    }

    #footer {
        margin: 12px 0 0!important
    }

    #footer #City {
        width: 200%!important;
        margin: 0 -50%!important
    }

    #container-404 h1,#container-404 h2,#container-404 h3,#container-404 p {
        width: calc(100% - 24px)!important;
        padding: 12px!important
    }

    #container-404 h1 {
        font-size: 26px!important
    }

    #container-404 h2,#palettes-title {
        font-size: 22px!important
    }

    #container-404 h3 {
        font-size: 19px!important;
        color: #252525;
        opacity: .2
    }

    #container-404 p,#container-gradients li #information span {
        font-size: 16px!important
    }

    #container-colors h2 {
        font-size: 20px!important
    }

    #container-colors .color-item {
        width: calc(28% - 8px)!important;
        height: calc((70vw/100*96/100*28) - 8px)!important;
        line-height: calc((70vw/100*96/100*28) - 8px)!important;
        margin: 12px 2.66666%!important;
        font-size: 17px!important
    }

    #container-palette h2 {
        font-size: 18px!important
    }

    #palettes-title {
        padding: 12px 0!important
    }

    #container-palettes .item-palette {
        width: 44%!important;
        margin: 16px 3%!important
    }

    #container-palettes .item-palette ul li {
        height: 48px
    }

    #container-generators #generator h3 i,#container-gradient-generator h2,#container-palettes .item-palette h2 {
        font-size: 19px!important
    }

    #container-palette-colors {
        width: calc(90% - 10px)!important;
        margin: 24px 5% 12px!important
    }

    #container-palette-colors li {
        width: 25%!important;
        height: calc(((96vw - 10px)/100)*15)!important;
        line-height: calc(((96vw - 10px)/100)*15)!important;
        font-size: 19px!important
    }

    #card-level label i,#title-gradient {
        font-size: 22px!important
    }

    #container-gradients li {
        width: 44%!important;
        margin: 18px 3%!important
    }

    #container-gradients li #gradient {
        width: 60%!important;
        height: calc(96vw/100*44/100*60)!important;
        margin: 48px 20% 12px!important
    }

    #container-gradients li #code {
        padding: 20px 0!important
    }

    #container-gradient-generator #container-from,#container-gradient-generator #container-to {
        width: 35%!important
    }

    #container-gradient-generator #container-preview {
        width: 30%!important
    }

    #container-generators {
        width: 90%!important;
        margin: 32px calc(5% - 12px) 12px!important;
        padding: 12px!important
    }

    #container-generators #generator h3 {
        font-size: 17px!important
    }

    #container-generators #generator #editor {
        overflow-x: scroll!important
    }

    #container-shadow-generator h2 {
        padding: 12px 0 24px!important;
        font-size: 19px!important
    }

    #container-shadow-generator #container-color,#container-shadow-generator #container-level {
        width: 35%!important
    }

    #container-shadow-generator #container-preview {
        width: 30%!important
    }

    #card-level label span {
        font-size: 15px!important
    }

    #container-previews {
        margin: 12px 0!important
    }

    #container-previews #container-android svg,#container-previews #container-iphone svg {
        width: 90%!important;
        margin: 0 5%!important
    }

    #container-previews #container-web svg {
        margin: 0!important;
        width: 100%!important
    }
}

@media only screen and (max-width: 750px) {
    .mobile-only,.tablet-and-down {
        display:block!important
    }

    .desktop-only,.tablet-and-up,.tablet-only {
        display: none!important
    }

    #header-content {
        background-color: #fff;
        position: fixed!important;
        top: 0!important;
        left: 0!important;
        right: 0!important;
        box-shadow: 1px 6px 15px rgba(36,37,38,.1)
    }

    #header-content,#header-content a,#header-content ul li {
        height: 52px!important
    }

    #header-content h1 {
        line-height: 52px!important;
        font-size: 21px!important;
        padding-right: 12px!important
    }

    #header-content ul li i {
        height: 52px!important;
        line-height: 52px!important;
        font-size: 18px!important
    }

    #content {
        margin-top: 36px!important
    }

    #nprogress .bar {
        background: #1e2939!important
    }

    #nprogress .peg {
        box-shadow: 0 0 10px #1e2939,0 0 5px #1e2939!important
    }

    #nprogress .spinner-icon {
        border-top-color: #1e2939!important;
        border-left-color: #1e2939!important
    }

    #features li {
        width: 80%!important;
        margin: 16px 10%!important
    }

    #features li a h2 {
        font-size: 19px!important
    }

    #features li a p {
        font-size: 15px!important
    }

    #footer {
        margin: 0!important
    }

    #footer #City {
        width: 300%!important;
        margin: 0 -100%!important
    }

    #footer #footer-content,#footer #footer-content p {
        height: auto!important;
        line-height: normal!important
    }

    #footer #footer-content p {
        float: right!important;
        width: 100%!important;
        font-size: 14px!important;
        text-align: center!important;
        padding: 2px 0 16px!important
    }

    #container-404 h1,#container-404 h2,#container-404 h3,#container-404 p {
        width: calc(100% - 16px)!important;
        padding: 8px!important
    }

    #container-404 h1 {
        font-size: 24px!important
    }

    #container-404 h2 {
        font-size: 19px!important
    }

    #container-404 h3 {
        font-size: 17px!important;
        color: #252525;
        opacity: .2
    }

    #container-404 p,#container-gradients li #information span {
        font-size: 15px!important
    }

    #container-colors,#container-gradient-generator #container-from,#container-gradient-generator #container-preview,#container-gradient-generator #container-to,#container-palette,#container-shadow-generator #container-color,#container-shadow-generator #container-level,#container-shadow-generator #container-preview {
        width: 100%!important
    }

    #container-colors h2,#container-palettes .item-palette h2 {
        font-size: 18px!important
    }

    #container-colors .color-item {
        width: calc(44% - 8px)!important;
        height: calc((96vw/100*44) - 8px)!important;
        line-height: calc((96vw/100*44) - 8px)!important;
        margin: 10px 3%!important;
        font-size: 17px!important
    }

    #container-generators #generator h3,#container-palette h2 {
        font-size: 16px!important
    }

    #palettes-title {
        font-size: 20px!important;
        padding: 12px 0!important
    }

    #container-palettes .item-palette {
        width: 90%!important;
        margin: 12px 5%!important
    }

    #container-palettes .item-palette ul li {
        height: 44px
    }

    #container-palette-colors {
        width: calc(94% - 10px)!important;
        margin: 12px 3%!important
    }

    #container-palette-colors li {
        width: 50%!important;
        height: calc(((96vw - 10px)/100)*30)!important;
        line-height: calc(((96vw - 10px)/100)*30)!important;
        font-size: 17px!important
    }

    #card-level label i,#title-gradient {
        font-size: 20px!important
    }

    #container-gradients li {
        width: 90%!important;
        margin: 12px 5%!important
    }

    #container-gradients li #gradient {
        width: 70%!important;
        height: calc(96vw/100*90/100*70)!important;
        margin: 48px 15% 12px!important
    }

    #container-gradients li #code {
        padding: 18px 0!important
    }

    #container-generators #generator h3 i,#container-gradient-generator h2 {
        font-size: 18px!important
    }

    #container-preview-generator .container-color-preview h2,#container-shadow-generator h2 {
        padding: 18px 0!important;
        font-size: 18px!important
    }

    #card-level label span {
        font-size: 14px!important
    }

    #container-preview-generator .container-color-preview {
        width: 100%!important
    }

    #container-previews {
        margin: 0!important
    }

    #container-previews #container-android,#container-previews #container-iphone {
        width: 100%!important;
        margin: 16px 0!important
    }

    #container-previews #container-android svg,#container-previews #container-iphone svg {
        width: 96%!important;
        margin: 0 2%!important
    }

    #nprogress .spinner {
        right: calc(50% - 10px)!important
    }
}
