@charset “UTF-8”; /*
# ----------------------------------------------------------------------------- # ~/vendor/animate/animate.scss # Bootstrap MDE - AnimateCSS styles # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # -----------------------------------------------------------------------------
*/ /*!
* animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (C) 2016 Daniel Eden */
.animated {
-webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }
.animated.infinite {
-webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.animated.hinge {
-webkit-animation-duration: 2s; animation-duration: 2s; }
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
-webkit-animation-duration: .75s; animation-duration: .75s; }
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); } 90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
from, 20%, 53%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); } 70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); } 90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); } }
.bounce {
-webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; }
@-webkit-keyframes flash {
from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } }
@keyframes flash {
from, 50%, to { opacity: 1; } 25%, 75% { opacity: 0; } }
.flash {
-webkit-animation-name: flash; animation-name: flash; }
/* originally authored by Nick Pettit - github.com/nickpettit/glide */ @-webkit-keyframes pulse {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes pulse {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
.pulse {
-webkit-animation-name: pulse; animation-name: pulse; }
@-webkit-keyframes rubberBand {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 30% { -webkit-transform: scale3d(1.25, 0.75, 1); transform: scale3d(1.25, 0.75, 1); } 40% { -webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1); } 50% { -webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1); } 65% { -webkit-transform: scale3d(0.95, 1.05, 1); transform: scale3d(0.95, 1.05, 1); } 75% { -webkit-transform: scale3d(1.05, 0.95, 1); transform: scale3d(1.05, 0.95, 1); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
.rubberBand {
-webkit-animation-name: rubberBand; animation-name: rubberBand; }
@-webkit-keyframes shake {
from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } }
@keyframes shake {
from, to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } 10%, 30%, 50%, 70%, 90% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 20%, 40%, 60%, 80% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } }
.shake {
-webkit-animation-name: shake; animation-name: shake; }
@-webkit-keyframes headShake {
0% { -webkit-transform: translateX(0); transform: translateX(0); } 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); } 18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); } 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); } 43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); } 50% { -webkit-transform: translateX(0); transform: translateX(0); } }
@keyframes headShake {
0% { -webkit-transform: translateX(0); transform: translateX(0); } 6.5% { -webkit-transform: translateX(-6px) rotateY(-9deg); transform: translateX(-6px) rotateY(-9deg); } 18.5% { -webkit-transform: translateX(5px) rotateY(7deg); transform: translateX(5px) rotateY(7deg); } 31.5% { -webkit-transform: translateX(-3px) rotateY(-5deg); transform: translateX(-3px) rotateY(-5deg); } 43.5% { -webkit-transform: translateX(2px) rotateY(3deg); transform: translateX(2px) rotateY(3deg); } 50% { -webkit-transform: translateX(0); transform: translateX(0); } }
.headShake {
-webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-name: headShake; animation-name: headShake; }
@-webkit-keyframes swing {
20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); } 40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg); } 60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg); } 80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg); } to { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
-webkit-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }
@-webkit-keyframes tada {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes tada {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 10%, 20% { -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
.tada {
-webkit-animation-name: tada; animation-name: tada; }
/* originally authored by Nick Pettit - github.com/nickpettit/glide */ @-webkit-keyframes wobble {
from { -webkit-transform: none; transform: none; } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: none; transform: none; } }
@keyframes wobble {
from { -webkit-transform: none; transform: none; } 15% { -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); } 30% { -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); } 45% { -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); } 60% { -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); } 75% { -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } to { -webkit-transform: none; transform: none; } }
.wobble {
-webkit-animation-name: wobble; animation-name: wobble; }
@-webkit-keyframes jello {
from, 11.1%, to { -webkit-transform: none; transform: none; } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.39063deg) skewY(0.39063deg); transform: skewX(0.39063deg) skewY(0.39063deg); } 88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg); transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
from, 11.1%, to { -webkit-transform: none; transform: none; } 22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); } 33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg); } 44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); } 55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); } 66.6% { -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg); transform: skewX(-0.78125deg) skewY(-0.78125deg); } 77.7% { -webkit-transform: skewX(0.39063deg) skewY(0.39063deg); transform: skewX(0.39063deg) skewY(0.39063deg); } 88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg); transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.jello {
-webkit-animation-name: jello; animation-name: jello; -webkit-transform-origin: center; transform-origin: center; }
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 20% { -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } 40% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 60% { opacity: 1; -webkit-transform: scale3d(1.03, 1.03, 1.03); transform: scale3d(1.03, 1.03, 1.03); } 80% { -webkit-transform: scale3d(0.97, 0.97, 0.97); transform: scale3d(0.97, 0.97, 0.97); } to { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
.bounceIn {
-webkit-animation-name: bounceIn; animation-name: bounceIn; }
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } to { -webkit-transform: none; transform: none; } }
@keyframes bounceInDown {
from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(0, -3000px, 0); transform: translate3d(0, -3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); } 75% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 90% { -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); } to { -webkit-transform: none; transform: none; } }
.bounceInDown {
-webkit-animation-name: bounceInDown; animation-name: bounceInDown; }
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: none; transform: none; } }
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; -webkit-transform: translate3d(-3000px, 0, 0); transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(25px, 0, 0); transform: translate3d(25px, 0, 0); } 75% { -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); } 90% { -webkit-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); } to { -webkit-transform: none; transform: none; } }
.bounceInLeft {
-webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; }
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } to { -webkit-transform: none; transform: none; } }
@keyframes bounceInRight {
from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(3000px, 0, 0); transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; -webkit-transform: translate3d(-25px, 0, 0); transform: translate3d(-25px, 0, 0); } 75% { -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); } 90% { -webkit-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } to { -webkit-transform: none; transform: none; } }
.bounceInRight {
-webkit-animation-name: bounceInRight; animation-name: bounceInRight; }
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
from, 60%, 75%, 90%, to { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } from { opacity: 0; -webkit-transform: translate3d(0, 3000px, 0); transform: translate3d(0, 3000px, 0); } 60% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } 75% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 90% { -webkit-transform: translate3d(0, -5px, 0); transform: translate3d(0, -5px, 0); } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.bounceInUp {
-webkit-animation-name: bounceInUp; animation-name: bounceInUp; }
@-webkit-keyframes bounceOut {
20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
20% { -webkit-transform: scale3d(0.9, 0.9, 0.9); transform: scale3d(0.9, 0.9, 0.9); } 50%, 55% { opacity: 1; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1); } to { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
-webkit-animation-name: bounceOut; animation-name: bounceOut; }
@-webkit-keyframes bounceOutDown {
20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
20% { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, -20px, 0); transform: translate3d(0, -20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
-webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; }
@-webkit-keyframes bounceOutLeft {
20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
20% { opacity: 1; -webkit-transform: translate3d(20px, 0, 0); transform: translate3d(20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; }
@-webkit-keyframes bounceOutRight {
20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
20% { opacity: 1; -webkit-transform: translate3d(-20px, 0, 0); transform: translate3d(-20px, 0, 0); } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
-webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; }
@-webkit-keyframes bounceOutUp {
20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
20% { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); } 40%, 45% { opacity: 1; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
-webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; }
@-webkit-keyframes fadeIn {
from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeIn {
from { opacity: 0; } to { opacity: 1; } }
.fadeIn {
-webkit-animation-name: fadeIn; animation-name: fadeIn; }
@-webkit-keyframes fadeInDown {
from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInDown {
from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInDown {
-webkit-animation-name: fadeInDown; animation-name: fadeInDown; }
@-webkit-keyframes fadeInDownBig {
from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInDownBig {
from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }
@-webkit-keyframes fadeInLeft {
from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInLeft {
from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInLeft {
-webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }
@-webkit-keyframes fadeInLeftBig {
from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInLeftBig {
from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }
@-webkit-keyframes fadeInRight {
from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInRight {
from { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInRight {
-webkit-animation-name: fadeInRight; animation-name: fadeInRight; }
@-webkit-keyframes fadeInRightBig {
from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInRightBig {
from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }
@-webkit-keyframes fadeInUp {
from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInUp {
from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInUp {
-webkit-animation-name: fadeInUp; animation-name: fadeInUp; }
@-webkit-keyframes fadeInUpBig {
from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInUpBig {
from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }
@-webkit-keyframes fadeOut {
from { opacity: 1; } to { opacity: 0; } }
@keyframes fadeOut {
from { opacity: 1; } to { opacity: 0; } }
.fadeOut {
-webkit-animation-name: fadeOut; animation-name: fadeOut; }
@-webkit-keyframes fadeOutDown {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
-webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; }
@-webkit-keyframes fadeOutDownBig {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; }
@-webkit-keyframes fadeOutLeft {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; }
@-webkit-keyframes fadeOutLeftBig {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; }
@-webkit-keyframes fadeOutRight {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
-webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; }
@-webkit-keyframes fadeOutRightBig {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; }
@-webkit-keyframes fadeOutUp {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
-webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; }
@-webkit-keyframes fadeOutUpBig {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; }
@-webkit-keyframes flip {
from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95); transform: perspective(400px) scale3d(0.95, 0.95, 0.95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } }
@keyframes flip {
from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg); transform: perspective(400px) rotate3d(0, 1, 0, -360deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 40% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 50% { -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 80% { -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95); transform: perspective(400px) scale3d(0.95, 0.95, 0.95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } to { -webkit-transform: perspective(400px); transform: perspective(400px); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } }
.animated.flip {
-webkit-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; }
@-webkit-keyframes flipInX {
from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } }
@keyframes flipInX {
from { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg); transform: perspective(400px) rotate3d(1, 0, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg); transform: perspective(400px) rotate3d(1, 0, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } }
.flipInX {
-webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; }
@-webkit-keyframes flipInY {
from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } }
@keyframes flipInY {
from { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; } 40% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg); transform: perspective(400px) rotate3d(0, 1, 0, -20deg); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 60% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg); transform: perspective(400px) rotate3d(0, 1, 0, 10deg); opacity: 1; } 80% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg); transform: perspective(400px) rotate3d(0, 1, 0, -5deg); } to { -webkit-transform: perspective(400px); transform: perspective(400px); } }
.flipInY {
-webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; }
@-webkit-keyframes flipOutX {
from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } }
@keyframes flipOutX {
from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg); transform: perspective(400px) rotate3d(1, 0, 0, -20deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg); transform: perspective(400px) rotate3d(1, 0, 0, 90deg); opacity: 0; } }
.flipOutX {
-webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; backface-visibility: visible !important; }
@-webkit-keyframes flipOutY {
from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } }
@keyframes flipOutY {
from { -webkit-transform: perspective(400px); transform: perspective(400px); } 30% { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg); transform: perspective(400px) rotate3d(0, 1, 0, -15deg); opacity: 1; } to { -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg); transform: perspective(400px) rotate3d(0, 1, 0, 90deg); opacity: 0; } }
.flipOutY {
-webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; }
@-webkit-keyframes lightSpeedIn {
from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } to { -webkit-transform: none; transform: none; opacity: 1; } }
@keyframes lightSpeedIn {
from { -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg); transform: translate3d(100%, 0, 0) skewX(-30deg); opacity: 0; } 60% { -webkit-transform: skewX(20deg); transform: skewX(20deg); opacity: 1; } 80% { -webkit-transform: skewX(-5deg); transform: skewX(-5deg); opacity: 1; } to { -webkit-transform: none; transform: none; opacity: 1; } }
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
@-webkit-keyframes lightSpeedOut {
from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } }
@keyframes lightSpeedOut {
from { opacity: 1; } to { -webkit-transform: translate3d(100%, 0, 0) skewX(30deg); transform: translate3d(100%, 0, 0) skewX(30deg); opacity: 0; } }
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
@-webkit-keyframes rotateIn {
from { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; } }
@keyframes rotateIn {
from { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, -200deg); transform: rotate3d(0, 0, 1, -200deg); opacity: 0; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: none; transform: none; opacity: 1; } }
.rotateIn {
-webkit-animation-name: rotateIn; animation-name: rotateIn; }
@-webkit-keyframes rotateInDownLeft {
from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } }
@keyframes rotateInDownLeft {
from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } }
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; }
@-webkit-keyframes rotateInDownRight {
from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } }
@keyframes rotateInDownRight {
from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } }
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; }
@-webkit-keyframes rotateInUpLeft {
from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } }
@keyframes rotateInUpLeft {
from { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: none; transform: none; opacity: 1; } }
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; }
@-webkit-keyframes rotateInUpRight {
from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } }
@keyframes rotateInUpRight {
from { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -90deg); transform: rotate3d(0, 0, 1, -90deg); opacity: 0; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: none; transform: none; opacity: 1; } }
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; }
@-webkit-keyframes rotateOut {
from { -webkit-transform-origin: center; transform-origin: center; opacity: 1; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } }
@keyframes rotateOut {
from { -webkit-transform-origin: center; transform-origin: center; opacity: 1; } to { -webkit-transform-origin: center; transform-origin: center; -webkit-transform: rotate3d(0, 0, 1, 200deg); transform: rotate3d(0, 0, 1, 200deg); opacity: 0; } }
.rotateOut {
-webkit-animation-name: rotateOut; animation-name: rotateOut; }
@-webkit-keyframes rotateOutDownLeft {
from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } }
@keyframes rotateOutDownLeft {
from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); opacity: 0; } }
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; }
@-webkit-keyframes rotateOutDownRight {
from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }
@keyframes rotateOutDownRight {
from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; }
@-webkit-keyframes rotateOutUpLeft {
from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }
@keyframes rotateOutUpLeft {
from { -webkit-transform-origin: left bottom; transform-origin: left bottom; opacity: 1; } to { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); opacity: 0; } }
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; }
@-webkit-keyframes rotateOutUpRight {
from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } }
@keyframes rotateOutUpRight {
from { -webkit-transform-origin: right bottom; transform-origin: right bottom; opacity: 1; } to { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate3d(0, 0, 1, 90deg); transform: rotate3d(0, 0, 1, 90deg); opacity: 0; } }
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; }
@-webkit-keyframes hinge {
0% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0); opacity: 0; } }
@keyframes hinge {
0% { -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 20%, 60% { -webkit-transform: rotate3d(0, 0, 1, 80deg); transform: rotate3d(0, 0, 1, 80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; } 40%, 80% { -webkit-transform: rotate3d(0, 0, 1, 60deg); transform: rotate3d(0, 0, 1, 60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; } to { -webkit-transform: translate3d(0, 700px, 0); transform: translate3d(0, 700px, 0); opacity: 0; } }
.hinge {
-webkit-animation-name: hinge; animation-name: hinge; }
/* originally authored by Nick Pettit - github.com/nickpettit/glide */ @-webkit-keyframes rollIn {
from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes rollIn {
from { opacity: 0; -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); } to { opacity: 1; -webkit-transform: none; transform: none; } }
.rollIn {
-webkit-animation-name: rollIn; animation-name: rollIn; }
/* originally authored by Nick Pettit - github.com/nickpettit/glide */ @-webkit-keyframes rollOut {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
from { opacity: 1; } to { opacity: 0; -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
-webkit-animation-name: rollOut; animation-name: rollOut; }
@-webkit-keyframes zoomIn {
from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }
@keyframes zoomIn {
from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } 50% { opacity: 1; } }
.zoomIn {
-webkit-animation-name: zoomIn; animation-name: zoomIn; }
@-webkit-keyframes zoomInDown {
from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
-webkit-animation-name: zoomInDown; animation-name: zoomInDown; }
@-webkit-keyframes zoomInLeft {
from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
-webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; }
@-webkit-keyframes zoomInRight {
from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
-webkit-animation-name: zoomInRight; animation-name: zoomInRight; }
@-webkit-keyframes zoomInUp {
from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
from { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
-webkit-animation-name: zoomInUp; animation-name: zoomInUp; }
@-webkit-keyframes zoomOut {
from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } to { opacity: 0; } }
@keyframes zoomOut {
from { opacity: 1; } 50% { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); } to { opacity: 0; } }
.zoomOut {
-webkit-animation-name: zoomOut; animation-name: zoomOut; }
@-webkit-keyframes zoomOutDown {
40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
-webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; }
@-webkit-keyframes zoomOutLeft {
40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); transform: scale(0.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; transform-origin: left center; } }
@keyframes zoomOutLeft {
40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0); transform: scale(0.1) translate3d(-2000px, 0, 0); -webkit-transform-origin: left center; transform-origin: left center; } }
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; }
@-webkit-keyframes zoomOutRight {
40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); transform: scale(0.1) translate3d(2000px, 0, 0); -webkit-transform-origin: right center; transform-origin: right center; } }
@keyframes zoomOutRight {
40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); } to { opacity: 0; -webkit-transform: scale(0.1) translate3d(2000px, 0, 0); transform: scale(0.1) translate3d(2000px, 0, 0); -webkit-transform-origin: right center; transform-origin: right center; } }
.zoomOutRight {
-webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; }
@-webkit-keyframes zoomOutUp {
40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
40% { opacity: 1; -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0); -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } to { opacity: 0; -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0); -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
-webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; }
@-webkit-keyframes slideInDown {
from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInDown {
-webkit-animation-name: slideInDown; animation-name: slideInDown; }
@-webkit-keyframes slideInLeft {
from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
from { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInLeft {
-webkit-animation-name: slideInLeft; animation-name: slideInLeft; }
@-webkit-keyframes slideInRight {
from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInRight {
-webkit-animation-name: slideInRight; animation-name: slideInRight; }
@-webkit-keyframes slideInUp {
from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
from { -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInUp {
-webkit-animation-name: slideInUp; animation-name: slideInUp; }
@-webkit-keyframes slideOutDown {
from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); } }
.slideOutDown {
-webkit-animation-name: slideOutDown; animation-name: slideOutDown; }
@-webkit-keyframes slideOutLeft {
from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
-webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; }
@-webkit-keyframes slideOutRight {
from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } }
.slideOutRight {
-webkit-animation-name: slideOutRight; animation-name: slideOutRight; }
@-webkit-keyframes slideOutUp {
from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
from { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } to { visibility: hidden; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } }
.slideOutUp {
-webkit-animation-name: slideOutUp; animation-name: slideOutUp; }
/*
# ---------------------------------------------------------------------------- # ~/vendor/asciidoc/_asciidoc.scss # Custom styles for Asciidoc Markups # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # -----------------------------------------------------------------------------
*/ .note {
padding: 0 !important; border-left: 0 !important; border-radius: 0 !important; }
h2, .h2 {
font-size: 200% !important; font-weight: 500 !important; }
h3, .h3 {
font-size: 175% !important; font-weight: 500 !important; }
h4, .h4 {
font-size: 150% !important; font-weight: 400 !important; }
h5, .h5 {
font-size: 150% !important; font-weight: 400 !important; }
div .paragraph p span.scaled img {
width: auto; height: auto; max-height: 100%; max-width: 100%; }
preamble div.sectionbody div.paragraph.turnoff {
display: none; }
div.paragraph preamble div.sectionbody div.paragraph.turnoff {
display: block; }
b, optgroup, strong {
font-weight: 700; color: #424242; }
/* jadams, 2017-12-07: removed i: i, cite, em, var, address, dfn { */ /* Interfere with global list styles */ cite, em, var, address, dfn {
font-style: italic; font-weight: 400; color: #424242; }
table {
border-collapse: collapse; border-spacing: 0; }
table {
font-size: 85%; background: white; margin-bottom: 1.25em; border: solid 1px #9e9e9e; }
table thead, table tfoot {
background: #eee; font-weight: bold; }
table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
padding: 0.5em 0.625em 0.625em; font-size: inherit; color: rgba(0, 0, 0, 0.8); text-align: left; }
table tr th, table tr td {
padding: .5rem 1rem 0.5rem 1rem; font-size: inherit; color: rgba(0, 0, 0, 0.8); }
table tr.even, table tr.alt, table tr:nth-of-type(even) {
background: #f5f5f5; }
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
display: table-cell; line-height: 1.6; }
table.full-width {
width: 100%; }
table.tableblock {
max-width: 100%; border-collapse: separate; }
table.tableblock td > .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, table.tableblock td > p:last-child {
margin-bottom: 0; }
table.spread {
width: 100%; }
table.tableblock, th.tableblock, td.tableblock {
border: 0 solid #9e9e9e; }
table.grid-all th.tableblock, table.grid-all td.tableblock {
border-width: 0 1px 1px 0; }
table.grid-all tfoot > tr > th.tableblock, table.grid-all tfoot > tr > td.tableblock {
border-width: 1px 1px 0 0; }
table.grid-cols th.tableblock, table.grid-cols td.tableblock {
border-width: 0 1px 0 0; }
table.grid-all * > tr > .tableblock:last-child, table.grid-cols * > tr > .tableblock:last-child {
border-right-width: 0; }
table.grid-rows th.tableblock, table.grid-rows td.tableblock {
border-width: 0 0 1px 0; }
table.grid-all tbody > tr:last-child > th.tableblock, table.grid-all tbody > tr:last-child > td.tableblock, table.grid-all thead:last-child > tr > th.tableblock, table.grid-rows tbody > tr:last-child > th.tableblock, table.grid-rows tbody > tr:last-child > td.tableblock, table.grid-rows thead:last-child > tr > th.tableblock {
border-bottom-width: 0; }
table.grid-rows tfoot > tr > th.tableblock, table.grid-rows tfoot > tr > td.tableblock {
border-width: 1px 0 0 0; }
table.frame-all {
border-width: 1px; }
table.frame-sides {
border-width: 0 1px; }
table.frame-topbot {
border-width: 1px 0; }
th.halign-left, td.halign-left {
text-align: left; }
th.halign-right, td.halign-right {
text-align: right; }
th.halign-center, td.halign-center {
text-align: center; }
th.valign-top, td.valign-top {
vertical-align: top; }
th.valign-bottom, td.valign-bottom {
vertical-align: bottom; }
th.valign-middle, td.valign-middle {
vertical-align: middle; }
table thead th, table tfoot th {
font-weight: bold; }
tbody tr th {
display: table-cell; line-height: 1.6; background: #f5f5f5; }
tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p {
color: rgba(0, 0, 0, 0.8); font-weight: bold; }
p.tableblock > code:only-child {
background: none; padding: 0; }
p.tableblock {
font-size: 1em; }
.quoteblock {
margin-top: 1.5em; margin-right: 1em; margin-bottom: 1.25em; margin-left: 1.5em; display: table; }
.quoteblock > .title {
margin-left: -1.5em; margin-bottom: 0.75em; }
.quoteblock blockquote, .quoteblock blockquote p {
color: rgba(0, 0, 0, 0.85); font-size: 1.80rem; line-height: 1.30; word-spacing: 0.1em; letter-spacing: 0; font-style: italic; text-align: justify; }
.quoteblock blockquote {
margin: 0; padding: 0; border: 0; }
.quoteblock blockquote:before {
content: "\201c"; float: left; font-size: 2.10em; font-weight: bold; line-height: 0.6em; margin-left: -0.6em; color: #795548; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
.quoteblock blockquote > .paragraph:last-child p {
margin-bottom: 0; }
.quoteblock .attribution {
margin-top: 0.5em; margin-right: 0.5ex; text-align: right; }
.quoteblock .quoteblock {
margin-left: 0; margin-right: 0; padding: 0.5em 0; border-left: 3px solid rgba(0, 0, 0, 0.6); }
.quoteblock .quoteblock blockquote {
padding: 0 0 0 0.75em; }
.quoteblock .quoteblock blockquote:before {
display: none; }
.imageblock img {
max-width: 100%; height: auto; }
span.icon > .fa {
cursor: default; }
.audioblock > .title, .exampleblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title {
text-rendering: optimizeLegibility; text-align: left; font-size: 1.1rem; font-style: italic; color: rgba(0, 0, 0, 0.6); font-weight: 500; /* line-height: 1; */ line-height: 1.25; margin-top: .5em; margin-bottom: .75em; }
.admonitionblock td.content > .title {
text-rendering: optimizeLegibility; text-align: left; font-size: 1.125rem; font-style: italic; color: rgba(0, 0, 0, 0.6); font-weight: 500; line-height: 1.25; margin-bottom: .5em; }
table.tableblock > .title {
color: rgba(0, 0, 0, 0.6); text-rendering: optimizeLegibility; text-align: left; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-size: 1.1rem; font-style: italic; line-height: 1.25; font-weight: 500; padding: 1.25rem .5rem 1.25rem .75rem; margin: 0px !important; border-top: 1px solid #9e9e9e; }
.listingblock > .title, .imageblock > .title {
color: rgba(0, 0, 0, 0.6); line-height: 1.25; font-size: 1.125rem; font-weight: 500; font-style: italic; margin: 0 0 .5rem .5rem; }
.listingblock pre {
display: block; font-size: 0.9rem; line-height: 1.5; word-break: break-all; word-wrap: break-word; padding: 0.75rem; margin: 0 0 1.5rem; border: 1px solid #bdbdbd; border-radius: 3px; background-color: #f5f5f5; } .listingblock pre code { padding: 0; font-size: inherit; color: inherit; background-color: transparent; border-radius: 0; }
div.exampleblock, div.literalblock, div.listingblock, div.quoteblock {
width: 100%; overflow-x: auto; }
div.admonitionblock.note, div.admonitionblock.tip, div.admonitionblock.important, div.admonitionblock.warning, div.admonitionblock.caution {
width: 100%; overflow-x: auto; }
.admonitionblock > table {
border-collapse: separate; background: #f5f5f5; width: 100%; border: 1px solid #bdbdbd; border-radius: 2px; }
.admonitionblock > table td.icon {
text-align: center; width: 130px; }
.admonitionblock > table td.icon img {
max-width: none; }
.admonitionblock > table td.icon .title {
font-weight: bold; font-family: "Open Sans", "DejaVu Sans", sans-serif; text-transform: uppercase; }
.admonitionblock > table td.content {
padding-left: 1.125em; padding-right: 1.125em; border-left: 1px dotted #9e9e9e; /* font-size: $bmd-table-body-font-size; */ color: rgba(0, 0, 0, 0.6); text-align: justify; }
.admonitionblock > table td.content > :last-child > :last-child {
margin-bottom: 0; }
.admonitionblock td.icon [class^=“fa icon-”] {
font-size: 5rem; cursor: default; }
.admonitionblock td.icon .icon-note:before {
content: "\f05a"; color: #3f51b5; }
.admonitionblock td.icon .icon-tip:before {
content: "\f0eb"; color: #4caf50; }
.admonitionblock td.icon .icon-important:before {
content: "\f06a"; color: #ff9800; }
.admonitionblock td.icon .icon-warning:before {
content: "\f071"; color: #ffeb3b; }
.admonitionblock td.icon .icon-caution:before {
content: "\f06d"; color: #f44336; }
.admonitionblock td.icon .icon-question:before {
content: "\f128"; color: #ffc107; }
.admonitionblock td.icon .icon-answer:before {
content: "\f0a4"; color: #3f51b5; }
.exampleblock {
margin-bottom: 1.25rem; border-radius: 2px; color: rgba(0, 0, 0, 0.87); background: #fafafa; }
.exampleblock > .content > :first-child {
margin-top: 0; }
.exampleblock > .content > :last-child {
margin-bottom: 0; }
.exampleblock > .content > :last-child {
margin-bottom: 1.25em; }
.exampleblock.result {
display: none; }
a.view-result {
float: right; font-weight: normal; text-decoration: none; font-size: 85%; line-height: 0.9; }
span.footnote, span.footnoteref {
vertical-align: super; font-size: 0.875em; }
span.footnote a, span.footnoteref a {
text-decoration: none; }
span.footnote a:active, span.footnoteref a:active {
text-decoration: underline; }
footnotes {
padding: 0.75em 0; margin-top: -0.625em; }
footnotes hr {
width: 20%; min-width: 6.25em; margin: -.25em 0 0.75em 0; border-width: 1px 0 0 0; }
footnotes .footnote {
line-height: 1.3; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: 0.2em; padding: 0 0.375em; }
footnotes .footnote a:first-of-type {
font-weight: bold; text-decoration: none; }
footnotes .footnote:last-of-type {
margin-bottom: 0; }
.gist .file-data > table {
border: 0; background: #000; width: 100%; margin-bottom: 0; }
.gist .file-data > table td.line-data {
width: 99%; }
.mono {
font-family: "Droid Sans Mono", "DejaVu Sans Mono", "Monospace", monospace; }
div.unbreakable {
page-break-inside: avoid; }
.big {
font-size: larger; }
.small {
font-size: smaller; }
.underline {
text-decoration: underline; }
.overline {
text-decoration: overline; }
.line-through {
text-decoration: line-through; }
.aqua {
color: #00bfbf; }
.aqua-background {
background-color: #00fafa; }
.black {
color: #000; }
.black-background {
background-color: #000; }
.blue {
color: #0000bf; }
.blue-background {
background-color: #0000fa; }
.fuchsia {
color: #bf00bf; }
.fuchsia-background {
background-color: #fa00fa; }
.gray {
color: #606060; }
.gray-background {
background-color: #7d7d7d; }
.green {
color: #006000; }
.green-background {
background-color: #007d00; }
.lime {
color: #00bf00; }
.lime-background {
background-color: #00fa00; }
.maroon {
color: #600000; }
.maroon-background {
background-color: #7d0000; }
.navy {
color: #000060; }
.navy-background {
background-color: #00007d; }
.olive {
color: #606000; }
.olive-background {
background-color: #7d7d00; }
.purple {
color: #600060; }
.purple-background {
background-color: #7d007d; }
.red {
color: #bf0000; }
.red-background {
background-color: #fa0000; }
.silver {
color: #909090; }
.silver-background {
background-color: #bcbcbc; }
.teal {
color: #006060; }
.teal-background {
background-color: #007d7d; }
.white {
color: #bfbfbf; }
.white-background {
background-color: #fafafa; }
.yellow {
color: #bfbf00; }
.yellow-background {
background-color: #fafa00; }
button, input, select, textarea {
font-family: inherit; font-size: 100%; margin: 0; }
button, input {
line-height: normal; }
button, select {
text-transform: none; }
button, html input, input, input {
-webkit-appearance: button; cursor: pointer; }
cursor: default; }
box-sizing: border-box; padding: 0; }
input {
-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input::-webkit-search-cancel-button, input::-webkit-search-decoration {
-webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0; padding: 0; }
.hdlist > table, .colist > table {
border-collapse: separate; border: 0; background: none; }
.hdlist > table > tbody > tr, .colist > table > tbody > tr {
background: none; }
td.hdlist1 {
padding-right: 0.75em; font-weight: bold; }
td.hdlist1, td.hdlist2 {
vertical-align: top; }
.literalblock + .colist, .listingblock + .colist {
margin-top: -0.5em; }
.colist > table tr > td:first-of-type {
padding: 0 0.75em; line-height: 1; }
.colist > table tr > td:last-of-type {
padding: 0.25em 0; }
.conum {
display: inline-block; color: #fafafa !important; background-color: #3f51b5; -webkit-border-radius: 100px; border-radius: 100px; text-align: center; width: 1.67em; height: 1.67em; font-size: 85%; line-height: 1.67em; font-family: Roboto, sans-serif; font-style: normal; font-weight: 600; }
.conum * {
color: #fafafa !important; }
.conum + b {
display: none; }
.conum:after {
content: attr(data-value); }
pre .conum {
position: relative; top: -0.125em; }
b.conum * {
color: inherit !important; }
.conum:not():empty {
display: none; }
kbd {
font-family: monospace, serif; font-size: 1em; }
.keyseq {
color: rgba(51, 51, 51, 0.8); }
kbd:not(.keyseq) {
display: inline-block; color: rgba(0, 0, 0, 0.8); font-size: 0.75em; line-height: 1.4; background-color: #e0e0e0; border: 1px solid #bdbdbd; -webkit-border-radius: 3px; border-radius: 3px; margin: -0.15em 0.15em 0 0.15em; padding: 0.2em 0.6em 0.2em 0.5em; vertical-align: middle; white-space: nowrap; }
.keyseq kbd:first-child {
margin-left: 0; }
.keyseq kbd:last-child {
margin-right: 0; }
.qanda > ol > li > p > em:only-child {
color: #1d4b8f; }
.olist > ol > li > p {
margin: 0 0 .1em !important; }
.ulist > ul > li > p {
margin: 0 0 .1em !important; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
list-style: inherit; }
ul.square {
list-style-type: square; }
ul.circle {
list-style-type: circle; }
ul.disc {
list-style-type: disc; }
.fa.fa-square-o {
font-weight: 400 !important; }
.fa-square-o:before {
content: "\f0c8"; }
.fa.fa-check-square-o {
font-weight: 400 !important; }
.fa-check-square-o:before {
content: "\f14a"; }
.ulist.checklist > ul > li > p > input, input {
box-sizing: border-box; padding: 0; position: relative; z-index: 1; display: inline-block; width: 1.35rem; height: 1.35rem; overflow: hidden; border: 0.125rem solid rgba(0, 0, 0, 0.54); border-radius: .125rem; }
@media only screen and (max-width: 768px) {
.admonitionblock table, .admonitionblock tbody, .admonitionblock tr, .admonitionblock td { display: block; } .admonitionblock > table td.icon { width: unset; } .admonitionblock td.icon { padding-left: unset !important; } /* Transform table columns into rows */ .admonitionblock td { border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; white-space: normal; text-align: left; } .admonitionblock td:before { position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap; text-align: left; font-weight: bold; } }
/*
# ---------------------------------------------------------------------------- # ~/vendor/asciidoc/_asciidoc_results_viewer.scss # Bootstrap MDE - Styles for Asciidoc ResultViewer Extension # ---------------------------------------------------------------------------- # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # -----------------------------------------------------------------------------
*/ .tooltip-inner {
background-color: #3F51B5; border-radius: 0.125rem; }
.tooltip.in {
opacity: 1.0; }
.tooltip.tooltip-top .tooltip-arrow {
border-top-color: #3F51B5; }
.tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
border-top-color: #3F51B5; }
.btn-viewer {
position: absolute; top: 2.6rem; right: .5rem; z-index: 3; display: block; padding: .25rem .75rem; font-size: .75rem; font-style: normal; font-weight: 300; color: #9E9E9E; cursor: pointer; text-transform: uppercase; background-color: transparent; border-radius: .25rem; }
.btn-viewer:hover {
color: #fff; background-color: #3F51B5; }
.btn-viewer + .tooltip > .tooltip-inner {
background-color: #f00; }
.j1-viewer {
position: relative; display: block; float: right; }
.j1-tooltip + .tooltip > .tooltip-inner {
background-color: #f00; }
.j1-tooltip + .tooltip > .tooltip-arrow {
background-color: #f00; }
@media (min-width: 320px) and (max-width: 767px) {
.j1-viewer { display: none; } }
/*
# ----------------------------------------------------------------------------- # ~/vendor/fonts/_roboto.scss # Roboto Font by Google Inc. # # Product/Info: # https://jekyll-one.com # https://fonts.google.com/specimen/Roboto # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # Roboto Font is licensed under Apache License 2.0. # See: https://github.com/google/roboto/blob/master/LICENSE # # ----------------------------------------------------------------------------- # Find ttf with: https://github.com/google/fonts/tree/master/apache/roboto # -----------------------------------------------------------------------------
*/ /* FONT PATH —————————————————————————– */ @font-face {
font-family: "Roboto"; src: local(Roboto Thin), url("/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Thin.woff2") format("woff2"), url("/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Thin.woff") format("woff"); font-weight: 100; }
@font-face {
font-family: "Roboto"; src: local(Roboto Light), url("/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Light.woff2") format("woff2"), url("/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Light.woff") format("woff"); font-weight: 300; }
@font-face {
font-family: "Roboto"; src: local(Roboto Regular), url("/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Regular.woff2") format("woff2"), url("/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Regular.woff") format("woff"); font-weight: 400; }
@font-face {
font-family: "Roboto"; src: local(Roboto Medium), url("/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Medium.woff2") format("woff2"), url("/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Medium.woff") format("woff"); font-weight: 500; }
@font-face {
font-family: "Roboto"; src: local(Roboto Bold), url("/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Bold.woff2") format("woff2"), url("/assets/themes/j1/core/fonts/roboto/fonts/Roboto-Bold.woff") format("woff"); font-weight: 700; }
@font-face {
font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url("/assets/themes/j1/core/fonts/roboto/fonts/Material-Icons.woff2") format("woff2"); }
/* FONT STYLE|S —————————————————————————– */ .material-icons {
font-family: 'Material Icons'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/fonts/_font_awesome_5.scss # Font Awesome 5.8.1 by @fontawesome - http://fontawesome.com # # Product/Info: # https://jekyll-one.com # http://fontawesome.io # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # Font Awesome is licensed for Icons: CC BY 4.0 # Font Awesome is licensed for Fonts: SIL OFL 1.1 # Font Awesome is licensed for CSS|Code: MIT License # See: http://fontawesome.com/license # -----------------------------------------------------------------------------
*/ /* FONT PATH —————————————————————————– */ @font-face {
font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: normal; font-display: auto; src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.eot"); src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.woff2") format("woff2"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.woff") format("woff"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.ttf") format("truetype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-brands-400.svg#fontawesome") format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands'; }
@font-face {
font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 400; font-display: auto; src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.eot"); src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.woff2") format("woff2"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.woff") format("woff"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.ttf") format("truetype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-regular-400.svg#fontawesome") format("svg"); }
.far {
font-family: 'Font Awesome 5 Free'; font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 900; font-display: auto; src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.eot"); src: url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.woff2") format("woff2"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.woff") format("woff"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.ttf") format("truetype"), url("/assets/themes/j1/core/fonts/fontawesome_5/fonts/fa-solid-900.svg#fontawesome") format("svg"); }
.fa, .fas {
font-family: 'Font Awesome 5 Free'; font-weight: 900; }
/* FONT STYLE|S —————————————————————————– */ .fa, .fas {
font-family: 'Font Awesome 5 Free'; font-weight: 900; }
.fab {
font-family: 'Font Awesome 5 Brands'; }
.far {
font-family: 'Font Awesome 5 Free'; font-weight: 400; }
.fa, .fas, .far, .fal, .fab {
-moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; }
.fa-lg {
font-size: 1.33333em; line-height: 0.75em; vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center; width: 1.25em; }
.fa-ul {
list-style-type: none; margin-left: 2.5em; padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; }
.fa-border {
border: solid 0.08em #eee; border-radius: .1em; padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left, .fas.fa-pull-left, .far.fa-pull-left, .fal.fa-pull-left, .fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right, .fas.fa-pull-right, .far.fa-pull-right, .fal.fa-pull-right, .fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }
@-webkit-keyframes fa-spin {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes fa-spin {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.fa-spin:hover {
animation: none; }
.fa-pulsed {
animation: pulse 2s infinite; box-shadow: 0 0 0 rgba(204, 169, 44, 0.4); }
.fa-pulsed:hover {
animation: none; }
@-webkit-keyframes pulse {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.2, 1.2, 1.2); transform: scale3d(1.2, 1.2, 1.2); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes pulse {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.2, 1.2, 1.2); transform: scale3d(1.2, 1.2, 1.2); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
.fa-rotate-45 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.fa-rotate-135 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.fa-rotate-225 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); }
.fa-rotate-315 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(315deg); transform: rotate(315deg); }
.fa-flip-horizontal, .fa-flip-h {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
.fa-flip-vertical, .fa-flip-v {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); }
.fa-flip-horizontal.fa-flip-vertical, .fa-flip-h.fa-flip-v {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(-1, -1); transform: scale(-1, -1); }
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
-webkit-filter: none; filter: none; }
.fa-stack {
display: inline-block; height: 2em; line-height: 2em; position: relative; vertical-align: middle; width: 2em; }
.fa-stack-1x, .fa-stack-2x {
left: 0; position: absolute; text-align: center; width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */ .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adobe:before {
content: "\f778"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-haykal:before {
content: "\f666"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-nintendo-switch:before {
content: "\f418"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unbefore {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/fonts/_material_design_icons.scss # Material Design Icons v3.3.92 # # Product/Info: # https://jekyll-one.com # https://MaterialDesignIcons.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # Material Design Icons Font is licensed for Templates under: WTFPL (http://www.wtfpl.net/) # Material Design Icons Font is licensed for Community Icons under: SIL Open Font License 1.1 (http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web) # Material Design Icons Font is licensed for Google Material Design Icons under: Apache License 2.0 (https://github.com/google/material-design-icons/blob/master/LICENSE) # See: https://github.com/Templarian/MaterialDesign # # -----------------------------------------------------------------------------
*/ /* FONT VARS|FUNCTIONS —————————————————————————– */ /* FONT PATH —————————————————————————- */ @font-face {
font-family: "Material Design Icons"; src: url("/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.eot?v=3.3.92"); src: url("/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.eot?#iefix&v=3.3.92") format("embedded-opentype"), url("/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.woff2?v=3.3.92") format("woff2"), url("/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.woff?v=3.3.92") format("woff"), url("/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.ttf?v=3.3.92") format("truetype"), url("/assets/themes/j1/core/fonts/materialdesign_icons/fonts/materialdesignicons-webfont.svg?v=3.3.92#materialdesigniconsregular") format("svg"); font-weight: normal; font-style: normal; }
/* FONT STYLE|S —————————————————————————– */ .mdi-spin:before {
-webkit-animation: mdi-spin 2s infinite linear; animation: mdi-spin 2s infinite linear; }
@-webkit-keyframes mdi-spin {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
@keyframes mdi-spin {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
.mdi-pulsed:before {
animation: pulse 2s infinite; box-shadow: 0 0 0 rgba(204, 169, 44, 0.4); }
.mdi-pulsed:hover {
animation: none; }
@-webkit-keyframes mdi-pulse {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.2, 1.2, 1.2); transform: scale3d(1.2, 1.2, 1.2); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes mdi-pulse {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.2, 1.2, 1.2); transform: scale3d(1.2, 1.2, 1.2); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
.mdi:before, .mdi-set {
display: inline-block; font: normal normal normal 24px/1 "Material Design Icons"; font-size: inherit; text-rendering: auto; line-height: inherit; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.mdi-18px.mdi-set, .mdi-18px.mdi:before {
font-size: 18px; }
.mdi-24px.mdi-set, .mdi-24px.mdi:before {
font-size: 24px; }
.mdi-36px.mdi-set, .mdi-36px.mdi:before {
font-size: 36px; }
.mdi-48px.mdi-set, .mdi-48px.mdi:before {
font-size: 48px; }
.mdi-dark:before {
color: rgba(0, 0, 0, 0.54); }
.mdi-dark.mdi-inactive:before {
color: rgba(0, 0, 0, 0.26); }
.mdi-light:before {
color: #9e9e9e; }
.mdi-light.mdi-inactive:before {
color: #e0e0e0; }
.mdi-rotate-45 {
/* // Not included in production &.mdi-flip-h:before { -webkit-transform: scaleX(-1) rotate(45deg); transform: scaleX(-1) rotate(45deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi-flip-v:before { -webkit-transform: scaleY(-1) rotate(45deg); -ms-transform: rotate(45deg); transform: scaleY(-1) rotate(45deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi-rotate-45:before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.mdi-rotate-90 {
/* // Not included in production &.mdi-flip-h:before { -webkit-transform: scaleX(-1) rotate(90deg); transform: scaleX(-1) rotate(90deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi-flip-v:before { -webkit-transform: scaleY(-1) rotate(90deg); -ms-transform: rotate(90deg); transform: scaleY(-1) rotate(90deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi-rotate-90:before { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
.mdi-rotate-135 {
/* // Not included in production &.mdi-flip-h:before { -webkit-transform: scaleX(-1) rotate(135deg); transform: scaleX(-1) rotate(135deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi-flip-v:before { -webkit-transform: scaleY(-1) rotate(135deg); -ms-transform: rotate(135deg); transform: scaleY(-1) rotate(135deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi-rotate-135:before { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
.mdi-rotate-180 {
/* // Not included in production &.mdi-flip-h:before { -webkit-transform: scaleX(-1) rotate(180deg); transform: scaleX(-1) rotate(180deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi-flip-v:before { -webkit-transform: scaleY(-1) rotate(180deg); -ms-transform: rotate(180deg); transform: scaleY(-1) rotate(180deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi-rotate-180:before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }
.mdi-rotate-225 {
/* // Not included in production &.mdi-flip-h:before { -webkit-transform: scaleX(-1) rotate(225deg); transform: scaleX(-1) rotate(225deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi-flip-v:before { -webkit-transform: scaleY(-1) rotate(225deg); -ms-transform: rotate(225deg); transform: scaleY(-1) rotate(225deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi-rotate-225:before { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
.mdi-rotate-270 {
/* // Not included in production &.mdi-flip-h:before { -webkit-transform: scaleX(-1) rotate(270deg); transform: scaleX(-1) rotate(270deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi-flip-v:before { -webkit-transform: scaleY(-1) rotate(270deg); -ms-transform: rotate(270deg); transform: scaleY(-1) rotate(270deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi-rotate-270:before { -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
.mdi-rotate-315 {
/* // Not included in production &.mdi-flip-h:before { -webkit-transform: scaleX(-1) rotate(315deg); transform: scaleX(-1) rotate(315deg); filter: FlipH; -ms-filter: "FlipH"; } &.mdi-flip-v:before { -webkit-transform: scaleY(-1) rotate(315deg); -ms-transform: rotate(315deg); transform: scaleY(-1) rotate(315deg); filter: FlipV; -ms-filter: "FlipV"; } */ } .mdi-rotate-315:before { -webkit-transform: rotate(315deg); -ms-transform: rotate(315deg); transform: rotate(315deg); }
.mdi-flip-h:before {
-webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH"; }
.mdi-flip-v:before {
-webkit-transform: scaleY(-1); transform: scaleY(-1); filter: FlipV; -ms-filter: "FlipV"; }
.mdi-access-point:before {
content: "\F002"; }
.mdi-access-point-network:before {
content: "\F003"; }
.mdi-access-point-network-off:before {
content: "\FBBD"; }
.mdi-account:before {
content: "\F004"; }
.mdi-account-alert:before {
content: "\F005"; }
.mdi-account-alert-outline:before {
content: "\FB2C"; }
.mdi-account-arrow-left:before {
content: "\FB2D"; }
.mdi-account-arrow-left-outline:before {
content: "\FB2E"; }
.mdi-account-arrow-right:before {
content: "\FB2F"; }
.mdi-account-arrow-right-outline:before {
content: "\FB30"; }
.mdi-account-box:before {
content: "\F006"; }
.mdi-account-box-multiple:before {
content: "\F933"; }
.mdi-account-box-outline:before {
content: "\F007"; }
.mdi-account-card-details:before {
content: "\F5D2"; }
.mdi-account-check:before {
content: "\F008"; }
.mdi-account-check-outline:before {
content: "\FBBE"; }
.mdi-account-child:before {
content: "\FA88"; }
.mdi-account-child-circle:before {
content: "\FA89"; }
.mdi-account-circle:before {
content: "\F009"; }
.mdi-account-circle-outline:before {
content: "\FB31"; }
.mdi-account-clock:before {
content: "\FB32"; }
.mdi-account-clock-outline:before {
content: "\FB33"; }
.mdi-account-convert:before {
content: "\F00A"; }
.mdi-account-details:before {
content: "\F631"; }
.mdi-account-edit:before {
content: "\F6BB"; }
.mdi-account-group:before {
content: "\F848"; }
.mdi-account-group-outline:before {
content: "\FB34"; }
.mdi-account-heart:before {
content: "\F898"; }
.mdi-account-heart-outline:before {
content: "\FBBF"; }
.mdi-account-key:before {
content: "\F00B"; }
.mdi-account-key-outline:before {
content: "\FBC0"; }
.mdi-account-minus:before {
content: "\F00D"; }
.mdi-account-minus-outline:before {
content: "\FAEB"; }
.mdi-account-multiple:before {
content: "\F00E"; }
.mdi-account-multiple-check:before {
content: "\F8C4"; }
.mdi-account-multiple-minus:before {
content: "\F5D3"; }
.mdi-account-multiple-minus-outline:before {
content: "\FBC1"; }
.mdi-account-multiple-outline:before {
content: "\F00F"; }
.mdi-account-multiple-plus:before {
content: "\F010"; }
.mdi-account-multiple-plus-outline:before {
content: "\F7FF"; }
.mdi-account-network:before {
content: "\F011"; }
.mdi-account-network-outline:before {
content: "\FBC2"; }
.mdi-account-off:before {
content: "\F012"; }
.mdi-account-off-outline:before {
content: "\FBC3"; }
.mdi-account-outline:before {
content: "\F013"; }
.mdi-account-plus:before {
content: "\F014"; }
.mdi-account-plus-outline:before {
content: "\F800"; }
.mdi-account-question:before {
content: "\FB35"; }
.mdi-account-question-outline:before {
content: "\FB36"; }
.mdi-account-remove:before {
content: "\F015"; }
.mdi-account-remove-outline:before {
content: "\FAEC"; }
.mdi-account-search:before {
content: "\F016"; }
.mdi-account-search-outline:before {
content: "\F934"; }
.mdi-account-settings:before {
content: "\F630"; }
.mdi-account-star:before {
content: "\F017"; }
.mdi-account-star-outline:before {
content: "\FBC4"; }
.mdi-account-supervisor:before {
content: "\FA8A"; }
.mdi-account-supervisor-circle:before {
content: "\FA8B"; }
.mdi-account-switch:before {
content: "\F019"; }
.mdi-account-tie:before {
content: "\FCBF"; }
.mdi-accusoft:before {
content: "\F849"; }
.mdi-adjust:before {
content: "\F01A"; }
.mdi-adobe:before {
content: "\F935"; }
.mdi-air-conditioner:before {
content: "\F01B"; }
.mdi-airbag:before {
content: "\FBC5"; }
.mdi-airballoon:before {
content: "\F01C"; }
.mdi-airplane:before {
content: "\F01D"; }
.mdi-airplane-landing:before {
content: "\F5D4"; }
.mdi-airplane-off:before {
content: "\F01E"; }
.mdi-airplane-takeoff:before {
content: "\F5D5"; }
.mdi-airplay:before {
content: "\F01F"; }
.mdi-airport:before {
content: "\F84A"; }
.mdi-alarm:before {
content: "\F020"; }
.mdi-alarm-bell:before {
content: "\F78D"; }
.mdi-alarm-check:before {
content: "\F021"; }
.mdi-alarm-light:before {
content: "\F78E"; }
.mdi-alarm-light-outline:before {
content: "\FBC6"; }
.mdi-alarm-multiple:before {
content: "\F022"; }
.mdi-alarm-off:before {
content: "\F023"; }
.mdi-alarm-plus:before {
content: "\F024"; }
.mdi-alarm-snooze:before {
content: "\F68D"; }
.mdi-album:before {
content: "\F025"; }
.mdi-alert:before {
content: "\F026"; }
.mdi-alert-box:before {
content: "\F027"; }
.mdi-alert-box-outline:before {
content: "\FCC0"; }
.mdi-alert-circle:before {
content: "\F028"; }
.mdi-alert-circle-outline:before {
content: "\F5D6"; }
.mdi-alert-decagram:before {
content: "\F6BC"; }
.mdi-alert-decagram-outline:before {
content: "\FCC1"; }
.mdi-alert-octagon:before {
content: "\F029"; }
.mdi-alert-octagon-outline:before {
content: "\FCC2"; }
.mdi-alert-octagram:before {
content: "\F766"; }
.mdi-alert-octagram-outline:before {
content: "\FCC3"; }
.mdi-alert-outline:before {
content: "\F02A"; }
.mdi-alien:before {
content: "\F899"; }
.mdi-all-inclusive:before {
content: "\F6BD"; }
.mdi-alpha:before {
content: "\F02B"; }
.mdi-alpha-a:before {
content: "\41"; }
.mdi-alpha-a-box:before {
content: "\FAED"; }
.mdi-alpha-a-box-outline:before {
content: "\FBC7"; }
.mdi-alpha-a-circle:before {
content: "\FBC8"; }
.mdi-alpha-a-circle-outline:before {
content: "\FBC9"; }
.mdi-alpha-b:before {
content: "\42"; }
.mdi-alpha-b-box:before {
content: "\FAEE"; }
.mdi-alpha-b-box-outline:before {
content: "\FBCA"; }
.mdi-alpha-b-circle:before {
content: "\FBCB"; }
.mdi-alpha-b-circle-outline:before {
content: "\FBCC"; }
.mdi-alpha-c:before {
content: "\43"; }
.mdi-alpha-c-box:before {
content: "\FAEF"; }
.mdi-alpha-c-box-outline:before {
content: "\FBCD"; }
.mdi-alpha-c-circle:before {
content: "\FBCE"; }
.mdi-alpha-c-circle-outline:before {
content: "\FBCF"; }
.mdi-alpha-d:before {
content: "\44"; }
.mdi-alpha-d-box:before {
content: "\FAF0"; }
.mdi-alpha-d-box-outline:before {
content: "\FBD0"; }
.mdi-alpha-d-circle:before {
content: "\FBD1"; }
.mdi-alpha-d-circle-outline:before {
content: "\FBD2"; }
.mdi-alpha-e:before {
content: "\45"; }
.mdi-alpha-e-box:before {
content: "\FAF1"; }
.mdi-alpha-e-box-outline:before {
content: "\FBD3"; }
.mdi-alpha-e-circle:before {
content: "\FBD4"; }
.mdi-alpha-e-circle-outline:before {
content: "\FBD5"; }
.mdi-alpha-f:before {
content: "\46"; }
.mdi-alpha-f-box:before {
content: "\FAF2"; }
.mdi-alpha-f-box-outline:before {
content: "\FBD6"; }
.mdi-alpha-f-circle:before {
content: "\FBD7"; }
.mdi-alpha-f-circle-outline:before {
content: "\FBD8"; }
.mdi-alpha-g:before {
content: "\47"; }
.mdi-alpha-g-box:before {
content: "\FAF3"; }
.mdi-alpha-g-box-outline:before {
content: "\FBD9"; }
.mdi-alpha-g-circle:before {
content: "\FBDA"; }
.mdi-alpha-g-circle-outline:before {
content: "\FBDB"; }
.mdi-alpha-h:before {
content: "\48"; }
.mdi-alpha-h-box:before {
content: "\FAF4"; }
.mdi-alpha-h-box-outline:before {
content: "\FBDC"; }
.mdi-alpha-h-circle:before {
content: "\FBDD"; }
.mdi-alpha-h-circle-outline:before {
content: "\FBDE"; }
.mdi-alpha-i:before {
content: "\49"; }
.mdi-alpha-i-box:before {
content: "\FAF5"; }
.mdi-alpha-i-box-outline:before {
content: "\FBDF"; }
.mdi-alpha-i-circle:before {
content: "\FBE0"; }
.mdi-alpha-i-circle-outline:before {
content: "\FBE1"; }
.mdi-alpha-j:before {
content: "\4A"; }
.mdi-alpha-j-box:before {
content: "\FAF6"; }
.mdi-alpha-j-box-outline:before {
content: "\FBE2"; }
.mdi-alpha-j-circle:before {
content: "\FBE3"; }
.mdi-alpha-j-circle-outline:before {
content: "\FBE4"; }
.mdi-alpha-k:before {
content: "\4B"; }
.mdi-alpha-k-box:before {
content: "\FAF7"; }
.mdi-alpha-k-box-outline:before {
content: "\FBE5"; }
.mdi-alpha-k-circle:before {
content: "\FBE6"; }
.mdi-alpha-k-circle-outline:before {
content: "\FBE7"; }
.mdi-alpha-l:before {
content: "\4C"; }
.mdi-alpha-l-box:before {
content: "\FAF8"; }
.mdi-alpha-l-box-outline:before {
content: "\FBE8"; }
.mdi-alpha-l-circle:before {
content: "\FBE9"; }
.mdi-alpha-l-circle-outline:before {
content: "\FBEA"; }
.mdi-alpha-m:before {
content: "\4D"; }
.mdi-alpha-m-box:before {
content: "\FAF9"; }
.mdi-alpha-m-box-outline:before {
content: "\FBEB"; }
.mdi-alpha-m-circle:before {
content: "\FBEC"; }
.mdi-alpha-m-circle-outline:before {
content: "\FBED"; }
.mdi-alpha-n:before {
content: "\4E"; }
.mdi-alpha-n-box:before {
content: "\FAFA"; }
.mdi-alpha-n-box-outline:before {
content: "\FBEE"; }
.mdi-alpha-n-circle:before {
content: "\FBEF"; }
.mdi-alpha-n-circle-outline:before {
content: "\FBF0"; }
.mdi-alpha-o:before {
content: "\4F"; }
.mdi-alpha-o-box:before {
content: "\FAFB"; }
.mdi-alpha-o-box-outline:before {
content: "\FBF1"; }
.mdi-alpha-o-circle:before {
content: "\FBF2"; }
.mdi-alpha-o-circle-outline:before {
content: "\FBF3"; }
.mdi-alpha-p:before {
content: "\50"; }
.mdi-alpha-p-box:before {
content: "\FAFC"; }
.mdi-alpha-p-box-outline:before {
content: "\FBF4"; }
.mdi-alpha-p-circle:before {
content: "\FBF5"; }
.mdi-alpha-p-circle-outline:before {
content: "\FBF6"; }
.mdi-alpha-q:before {
content: "\51"; }
.mdi-alpha-q-box:before {
content: "\FAFD"; }
.mdi-alpha-q-box-outline:before {
content: "\FBF7"; }
.mdi-alpha-q-circle:before {
content: "\FBF8"; }
.mdi-alpha-q-circle-outline:before {
content: "\FBF9"; }
.mdi-alpha-r:before {
content: "\52"; }
.mdi-alpha-r-box:before {
content: "\FAFE"; }
.mdi-alpha-r-box-outline:before {
content: "\FBFA"; }
.mdi-alpha-r-circle:before {
content: "\FBFB"; }
.mdi-alpha-r-circle-outline:before {
content: "\FBFC"; }
.mdi-alpha-s:before {
content: "\53"; }
.mdi-alpha-s-box:before {
content: "\FAFF"; }
.mdi-alpha-s-box-outline:before {
content: "\FBFD"; }
.mdi-alpha-s-circle:before {
content: "\FBFE"; }
.mdi-alpha-s-circle-outline:before {
content: "\FBFF"; }
.mdi-alpha-t:before {
content: "\54"; }
.mdi-alpha-t-box:before {
content: "\FB00"; }
.mdi-alpha-t-box-outline:before {
content: "\FC00"; }
.mdi-alpha-t-circle:before {
content: "\FC01"; }
.mdi-alpha-t-circle-outline:before {
content: "\FC02"; }
.mdi-alpha-u:before {
content: "\55"; }
.mdi-alpha-u-box:before {
content: "\FB01"; }
.mdi-alpha-u-box-outline:before {
content: "\FC03"; }
.mdi-alpha-u-circle:before {
content: "\FC04"; }
.mdi-alpha-u-circle-outline:before {
content: "\FC05"; }
.mdi-alpha-v:before {
content: "\56"; }
.mdi-alpha-v-box:before {
content: "\FB02"; }
.mdi-alpha-v-box-outline:before {
content: "\FC06"; }
.mdi-alpha-v-circle:before {
content: "\FC07"; }
.mdi-alpha-v-circle-outline:before {
content: "\FC08"; }
.mdi-alpha-w:before {
content: "\57"; }
.mdi-alpha-w-box:before {
content: "\FB03"; }
.mdi-alpha-w-box-outline:before {
content: "\FC09"; }
.mdi-alpha-w-circle:before {
content: "\FC0A"; }
.mdi-alpha-w-circle-outline:before {
content: "\FC0B"; }
.mdi-alpha-x:before {
content: "\58"; }
.mdi-alpha-x-box:before {
content: "\FB04"; }
.mdi-alpha-x-box-outline:before {
content: "\FC0C"; }
.mdi-alpha-x-circle:before {
content: "\FC0D"; }
.mdi-alpha-x-circle-outline:before {
content: "\FC0E"; }
.mdi-alpha-y:before {
content: "\59"; }
.mdi-alpha-y-box:before {
content: "\FB05"; }
.mdi-alpha-y-box-outline:before {
content: "\FC0F"; }
.mdi-alpha-y-circle:before {
content: "\FC10"; }
.mdi-alpha-y-circle-outline:before {
content: "\FC11"; }
.mdi-alpha-z:before {
content: "\5A"; }
.mdi-alpha-z-box:before {
content: "\FB06"; }
.mdi-alpha-z-box-outline:before {
content: "\FC12"; }
.mdi-alpha-z-circle:before {
content: "\FC13"; }
.mdi-alpha-z-circle-outline:before {
content: "\FC14"; }
.mdi-alphabetical:before {
content: "\F02C"; }
.mdi-altimeter:before {
content: "\F5D7"; }
.mdi-amazon:before {
content: "\F02D"; }
.mdi-amazon-alexa:before {
content: "\F8C5"; }
.mdi-amazon-drive:before {
content: "\F02E"; }
.mdi-ambulance:before {
content: "\F02F"; }
.mdi-ammunition:before {
content: "\FCC4"; }
.mdi-ampersand:before {
content: "\FA8C"; }
.mdi-amplifier:before {
content: "\F030"; }
.mdi-anchor:before {
content: "\F031"; }
.mdi-android:before {
content: "\F032"; }
.mdi-android-auto:before {
content: "\FA8D"; }
.mdi-android-debug-bridge:before {
content: "\F033"; }
.mdi-android-head:before {
content: "\F78F"; }
.mdi-android-studio:before {
content: "\F034"; }
.mdi-angle-acute:before {
content: "\F936"; }
.mdi-angle-obtuse:before {
content: "\F937"; }
.mdi-angle-right:before {
content: "\F938"; }
.mdi-angular:before {
content: "\F6B1"; }
.mdi-angularjs:before {
content: "\F6BE"; }
.mdi-animation:before {
content: "\F5D8"; }
.mdi-animation-outline:before {
content: "\FA8E"; }
.mdi-animation-play:before {
content: "\F939"; }
.mdi-animation-play-outline:before {
content: "\FA8F"; }
.mdi-anvil:before {
content: "\F89A"; }
.mdi-apple:before {
content: "\F035"; }
.mdi-apple-finder:before {
content: "\F036"; }
.mdi-apple-icloud:before {
content: "\F038"; }
.mdi-apple-ios:before {
content: "\F037"; }
.mdi-apple-keyboard-caps:before {
content: "\F632"; }
.mdi-apple-keyboard-command:before {
content: "\F633"; }
.mdi-apple-keyboard-control:before {
content: "\F634"; }
.mdi-apple-keyboard-option:before {
content: "\F635"; }
.mdi-apple-keyboard-shift:before {
content: "\F636"; }
.mdi-apple-safari:before {
content: "\F039"; }
.mdi-application:before {
content: "\F614"; }
.mdi-apps:before {
content: "\F03B"; }
.mdi-arch:before {
content: "\F8C6"; }
.mdi-archive:before {
content: "\F03C"; }
.mdi-arrange-bring-forward:before {
content: "\F03D"; }
.mdi-arrange-bring-to-front:before {
content: "\F03E"; }
.mdi-arrange-send-backward:before {
content: "\F03F"; }
.mdi-arrange-send-to-back:before {
content: "\F040"; }
.mdi-arrow-all:before {
content: "\F041"; }
.mdi-arrow-bottom-left:before {
content: "\F042"; }
.mdi-arrow-bottom-left-bold-outline:before {
content: "\F9B6"; }
.mdi-arrow-bottom-left-thick:before {
content: "\F9B7"; }
.mdi-arrow-bottom-right:before {
content: "\F043"; }
.mdi-arrow-bottom-right-bold-outline:before {
content: "\F9B8"; }
.mdi-arrow-bottom-right-thick:before {
content: "\F9B9"; }
.mdi-arrow-collapse:before {
content: "\F615"; }
.mdi-arrow-collapse-all:before {
content: "\F044"; }
.mdi-arrow-collapse-down:before {
content: "\F791"; }
.mdi-arrow-collapse-horizontal:before {
content: "\F84B"; }
.mdi-arrow-collapse-left:before {
content: "\F792"; }
.mdi-arrow-collapse-right:before {
content: "\F793"; }
.mdi-arrow-collapse-up:before {
content: "\F794"; }
.mdi-arrow-collapse-vertical:before {
content: "\F84C"; }
.mdi-arrow-decision:before {
content: "\F9BA"; }
.mdi-arrow-decision-auto:before {
content: "\F9BB"; }
.mdi-arrow-decision-auto-outline:before {
content: "\F9BC"; }
.mdi-arrow-decision-outline:before {
content: "\F9BD"; }
.mdi-arrow-down:before {
content: "\F045"; }
.mdi-arrow-down-bold:before {
content: "\F72D"; }
.mdi-arrow-down-bold-box:before {
content: "\F72E"; }
.mdi-arrow-down-bold-box-outline:before {
content: "\F72F"; }
.mdi-arrow-down-bold-circle:before {
content: "\F047"; }
.mdi-arrow-down-bold-circle-outline:before {
content: "\F048"; }
.mdi-arrow-down-bold-hexagon-outline:before {
content: "\F049"; }
.mdi-arrow-down-bold-outline:before {
content: "\F9BE"; }
.mdi-arrow-down-box:before {
content: "\F6BF"; }
.mdi-arrow-down-circle:before {
content: "\FCB7"; }
.mdi-arrow-down-circle-outline:before {
content: "\FCB8"; }
.mdi-arrow-down-drop-circle:before {
content: "\F04A"; }
.mdi-arrow-down-drop-circle-outline:before {
content: "\F04B"; }
.mdi-arrow-down-thick:before {
content: "\F046"; }
.mdi-arrow-expand:before {
content: "\F616"; }
.mdi-arrow-expand-all:before {
content: "\F04C"; }
.mdi-arrow-expand-down:before {
content: "\F795"; }
.mdi-arrow-expand-horizontal:before {
content: "\F84D"; }
.mdi-arrow-expand-left:before {
content: "\F796"; }
.mdi-arrow-expand-right:before {
content: "\F797"; }
.mdi-arrow-expand-up:before {
content: "\F798"; }
.mdi-arrow-expand-vertical:before {
content: "\F84E"; }
.mdi-arrow-left:before {
content: "\F04D"; }
.mdi-arrow-left-bold:before {
content: "\F730"; }
.mdi-arrow-left-bold-box:before {
content: "\F731"; }
.mdi-arrow-left-bold-box-outline:before {
content: "\F732"; }
.mdi-arrow-left-bold-circle:before {
content: "\F04F"; }
.mdi-arrow-left-bold-circle-outline:before {
content: "\F050"; }
.mdi-arrow-left-bold-hexagon-outline:before {
content: "\F051"; }
.mdi-arrow-left-bold-outline:before {
content: "\F9BF"; }
.mdi-arrow-left-box:before {
content: "\F6C0"; }
.mdi-arrow-left-circle:before {
content: "\FCB9"; }
.mdi-arrow-left-circle-outline:before {
content: "\FCBA"; }
.mdi-arrow-left-drop-circle:before {
content: "\F052"; }
.mdi-arrow-left-drop-circle-outline:before {
content: "\F053"; }
.mdi-arrow-left-right-bold-outline:before {
content: "\F9C0"; }
.mdi-arrow-left-thick:before {
content: "\F04E"; }
.mdi-arrow-right:before {
content: "\F054"; }
.mdi-arrow-right-bold:before {
content: "\F733"; }
.mdi-arrow-right-bold-box:before {
content: "\F734"; }
.mdi-arrow-right-bold-box-outline:before {
content: "\F735"; }
.mdi-arrow-right-bold-circle:before {
content: "\F056"; }
.mdi-arrow-right-bold-circle-outline:before {
content: "\F057"; }
.mdi-arrow-right-bold-hexagon-outline:before {
content: "\F058"; }
.mdi-arrow-right-bold-outline:before {
content: "\F9C1"; }
.mdi-arrow-right-box:before {
content: "\F6C1"; }
.mdi-arrow-right-circle:before {
content: "\FCBB"; }
.mdi-arrow-right-circle-outline:before {
content: "\FCBC"; }
.mdi-arrow-right-drop-circle:before {
content: "\F059"; }
.mdi-arrow-right-drop-circle-outline:before {
content: "\F05A"; }
.mdi-arrow-right-thick:before {
content: "\F055"; }
.mdi-arrow-split-horizontal:before {
content: "\F93A"; }
.mdi-arrow-split-vertical:before {
content: "\F93B"; }
.mdi-arrow-top-left:before {
content: "\F05B"; }
.mdi-arrow-top-left-bold-outline:before {
content: "\F9C2"; }
.mdi-arrow-top-left-thick:before {
content: "\F9C3"; }
.mdi-arrow-top-right:before {
content: "\F05C"; }
.mdi-arrow-top-right-bold-outline:before {
content: "\F9C4"; }
.mdi-arrow-top-right-thick:before {
content: "\F9C5"; }
.mdi-arrow-up:before {
content: "\F05D"; }
.mdi-arrow-up-bold:before {
content: "\F736"; }
.mdi-arrow-up-bold-box:before {
content: "\F737"; }
.mdi-arrow-up-bold-box-outline:before {
content: "\F738"; }
.mdi-arrow-up-bold-circle:before {
content: "\F05F"; }
.mdi-arrow-up-bold-circle-outline:before {
content: "\F060"; }
.mdi-arrow-up-bold-hexagon-outline:before {
content: "\F061"; }
.mdi-arrow-up-bold-outline:before {
content: "\F9C6"; }
.mdi-arrow-up-box:before {
content: "\F6C2"; }
.mdi-arrow-up-circle:before {
content: "\FCBD"; }
.mdi-arrow-up-circle-outline:before {
content: "\FCBE"; }
.mdi-arrow-up-down-bold-outline:before {
content: "\F9C7"; }
.mdi-arrow-up-drop-circle:before {
content: "\F062"; }
.mdi-arrow-up-drop-circle-outline:before {
content: "\F063"; }
.mdi-arrow-up-thick:before {
content: "\F05E"; }
.mdi-artist:before {
content: "\F802"; }
.mdi-artist-outline:before {
content: "\FCC5"; }
.mdi-artstation:before {
content: "\FB37"; }
.mdi-aspect-ratio:before {
content: "\FA23"; }
.mdi-assistant:before {
content: "\F064"; }
.mdi-asterisk:before {
content: "\F6C3"; }
.mdi-at:before {
content: "\F065"; }
.mdi-atlassian:before {
content: "\F803"; }
.mdi-atom:before {
content: "\F767"; }
.mdi-attachment:before {
content: "\F066"; }
.mdi-audio-video:before {
content: "\F93C"; }
.mdi-audiobook:before {
content: "\F067"; }
.mdi-augmented-reality:before {
content: "\F84F"; }
.mdi-auto-fix:before {
content: "\F068"; }
.mdi-auto-upload:before {
content: "\F069"; }
.mdi-autorenew:before {
content: "\F06A"; }
.mdi-av-timer:before {
content: "\F06B"; }
.mdi-axe:before {
content: "\F8C7"; }
.mdi-azure:before {
content: "\F804"; }
.mdi-babel:before {
content: "\FA24"; }
.mdi-baby:before {
content: "\F06C"; }
.mdi-baby-buggy:before {
content: "\F68E"; }
.mdi-backburger:before {
content: "\F06D"; }
.mdi-backspace:before {
content: "\F06E"; }
.mdi-backspace-outline:before {
content: "\FB38"; }
.mdi-backup-restore:before {
content: "\F06F"; }
.mdi-badminton:before {
content: "\F850"; }
.mdi-balloon:before {
content: "\FA25"; }
.mdi-ballot:before {
content: "\F9C8"; }
.mdi-ballot-outline:before {
content: "\F9C9"; }
.mdi-ballot-recount:before {
content: "\FC15"; }
.mdi-ballot-recount-outline:before {
content: "\FC16"; }
.mdi-bandcamp:before {
content: "\F674"; }
.mdi-bank:before {
content: "\F070"; }
.mdi-bank-transfer:before {
content: "\FA26"; }
.mdi-bank-transfer-in:before {
content: "\FA27"; }
.mdi-bank-transfer-out:before {
content: "\FA28"; }
.mdi-barcode:before {
content: "\F071"; }
.mdi-barcode-scan:before {
content: "\F072"; }
.mdi-barley:before {
content: "\F073"; }
.mdi-barley-off:before {
content: "\FB39"; }
.mdi-barn:before {
content: "\FB3A"; }
.mdi-barrel:before {
content: "\F074"; }
.mdi-baseball:before {
content: "\F851"; }
.mdi-baseball-bat:before {
content: "\F852"; }
.mdi-basecamp:before {
content: "\F075"; }
.mdi-basket:before {
content: "\F076"; }
.mdi-basket-fill:before {
content: "\F077"; }
.mdi-basket-unfill:before {
content: "\F078"; }
.mdi-basketball:before {
content: "\F805"; }
.mdi-basketball-hoop:before {
content: "\FC17"; }
.mdi-basketball-hoop-outline:before {
content: "\FC18"; }
.mdi-bat:before {
content: "\FB3B"; }
.mdi-battery:before {
content: "\F079"; }
.mdi-battery-10:before {
content: "\F07A"; }
.mdi-battery-10-bluetooth:before {
content: "\F93D"; }
.mdi-battery-20:before {
content: "\F07B"; }
.mdi-battery-20-bluetooth:before {
content: "\F93E"; }
.mdi-battery-30:before {
content: "\F07C"; }
.mdi-battery-30-bluetooth:before {
content: "\F93F"; }
.mdi-battery-40:before {
content: "\F07D"; }
.mdi-battery-40-bluetooth:before {
content: "\F940"; }
.mdi-battery-50:before {
content: "\F07E"; }
.mdi-battery-50-bluetooth:before {
content: "\F941"; }
.mdi-battery-60:before {
content: "\F07F"; }
.mdi-battery-60-bluetooth:before {
content: "\F942"; }
.mdi-battery-70:before {
content: "\F080"; }
.mdi-battery-70-bluetooth:before {
content: "\F943"; }
.mdi-battery-80:before {
content: "\F081"; }
.mdi-battery-80-bluetooth:before {
content: "\F944"; }
.mdi-battery-90:before {
content: "\F082"; }
.mdi-battery-90-bluetooth:before {
content: "\F945"; }
.mdi-battery-alert:before {
content: "\F083"; }
.mdi-battery-alert-bluetooth:before {
content: "\F946"; }
.mdi-battery-bluetooth:before {
content: "\F947"; }
.mdi-battery-bluetooth-variant:before {
content: "\F948"; }
.mdi-battery-charging:before {
content: "\F084"; }
.mdi-battery-charging-10:before {
content: "\F89B"; }
.mdi-battery-charging-100:before {
content: "\F085"; }
.mdi-battery-charging-20:before {
content: "\F086"; }
.mdi-battery-charging-30:before {
content: "\F087"; }
.mdi-battery-charging-40:before {
content: "\F088"; }
.mdi-battery-charging-50:before {
content: "\F89C"; }
.mdi-battery-charging-60:before {
content: "\F089"; }
.mdi-battery-charging-70:before {
content: "\F89D"; }
.mdi-battery-charging-80:before {
content: "\F08A"; }
.mdi-battery-charging-90:before {
content: "\F08B"; }
.mdi-battery-charging-outline:before {
content: "\F89E"; }
.mdi-battery-charging-wireless:before {
content: "\F806"; }
.mdi-battery-charging-wireless-10:before {
content: "\F807"; }
.mdi-battery-charging-wireless-20:before {
content: "\F808"; }
.mdi-battery-charging-wireless-30:before {
content: "\F809"; }
.mdi-battery-charging-wireless-40:before {
content: "\F80A"; }
.mdi-battery-charging-wireless-50:before {
content: "\F80B"; }
.mdi-battery-charging-wireless-60:before {
content: "\F80C"; }
.mdi-battery-charging-wireless-70:before {
content: "\F80D"; }
.mdi-battery-charging-wireless-80:before {
content: "\F80E"; }
.mdi-battery-charging-wireless-90:before {
content: "\F80F"; }
.mdi-battery-charging-wireless-alert:before {
content: "\F810"; }
.mdi-battery-charging-wireless-outline:before {
content: "\F811"; }
.mdi-battery-minus:before {
content: "\F08C"; }
.mdi-battery-negative:before {
content: "\F08D"; }
.mdi-battery-outline:before {
content: "\F08E"; }
.mdi-battery-plus:before {
content: "\F08F"; }
.mdi-battery-positive:before {
content: "\F090"; }
.mdi-battery-unknown:before {
content: "\F091"; }
.mdi-battery-unknown-bluetooth:before {
content: "\F949"; }
.mdi-battlenet:before {
content: "\FB3C"; }
.mdi-beach:before {
content: "\F092"; }
.mdi-beaker:before {
content: "\FCC6"; }
.mdi-beaker-outline:before {
content: "\F68F"; }
.mdi-beats:before {
content: "\F097"; }
.mdi-bed-empty:before {
content: "\F89F"; }
.mdi-beer:before {
content: "\F098"; }
.mdi-behance:before {
content: "\F099"; }
.mdi-bell:before {
content: "\F09A"; }
.mdi-bell-off:before {
content: "\F09B"; }
.mdi-bell-off-outline:before {
content: "\FA90"; }
.mdi-bell-outline:before {
content: "\F09C"; }
.mdi-bell-plus:before {
content: "\F09D"; }
.mdi-bell-plus-outline:before {
content: "\FA91"; }
.mdi-bell-ring:before {
content: "\F09E"; }
.mdi-bell-ring-outline:before {
content: "\F09F"; }
.mdi-bell-sleep:before {
content: "\F0A0"; }
.mdi-bell-sleep-outline:before {
content: "\FA92"; }
.mdi-beta:before {
content: "\F0A1"; }
.mdi-betamax:before {
content: "\F9CA"; }
.mdi-bible:before {
content: "\F0A2"; }
.mdi-bike:before {
content: "\F0A3"; }
.mdi-billiards:before {
content: "\FB3D"; }
.mdi-billiards-rack:before {
content: "\FB3E"; }
.mdi-bing:before {
content: "\F0A4"; }
.mdi-binoculars:before {
content: "\F0A5"; }
.mdi-bio:before {
content: "\F0A6"; }
.mdi-biohazard:before {
content: "\F0A7"; }
.mdi-bitbucket:before {
content: "\F0A8"; }
.mdi-bitcoin:before {
content: "\F812"; }
.mdi-black-mesa:before {
content: "\F0A9"; }
.mdi-blackberry:before {
content: "\F0AA"; }
.mdi-blender:before {
content: "\FCC7"; }
.mdi-blender-software:before {
content: "\F0AB"; }
.mdi-blinds:before {
content: "\F0AC"; }
.mdi-block-helper:before {
content: "\F0AD"; }
.mdi-blogger:before {
content: "\F0AE"; }
.mdi-blood-bag:before {
content: "\FCC8"; }
.mdi-bluetooth:before {
content: "\F0AF"; }
.mdi-bluetooth-audio:before {
content: "\F0B0"; }
.mdi-bluetooth-connect:before {
content: "\F0B1"; }
.mdi-bluetooth-off:before {
content: "\F0B2"; }
.mdi-bluetooth-settings:before {
content: "\F0B3"; }
.mdi-bluetooth-transfer:before {
content: "\F0B4"; }
.mdi-blur:before {
content: "\F0B5"; }
.mdi-blur-linear:before {
content: "\F0B6"; }
.mdi-blur-off:before {
content: "\F0B7"; }
.mdi-blur-radial:before {
content: "\F0B8"; }
.mdi-bolnisi-cross:before {
content: "\FCC9"; }
.mdi-bomb:before {
content: "\F690"; }
.mdi-bomb-off:before {
content: "\F6C4"; }
.mdi-bone:before {
content: "\F0B9"; }
.mdi-book:before {
content: "\F0BA"; }
.mdi-book-lock:before {
content: "\F799"; }
.mdi-book-lock-open:before {
content: "\F79A"; }
.mdi-book-minus:before {
content: "\F5D9"; }
.mdi-book-multiple:before {
content: "\F0BB"; }
.mdi-book-multiple-minus:before {
content: "\FA93"; }
.mdi-book-multiple-plus:before {
content: "\FA94"; }
.mdi-book-multiple-remove:before {
content: "\FA95"; }
.mdi-book-multiple-variant:before {
content: "\F0BC"; }
.mdi-book-open:before {
content: "\F0BD"; }
.mdi-book-open-outline:before {
content: "\FB3F"; }
.mdi-book-open-page-variant:before {
content: "\F5DA"; }
.mdi-book-open-variant:before {
content: "\F0BE"; }
.mdi-book-outline:before {
content: "\FB40"; }
.mdi-book-plus:before {
content: "\F5DB"; }
.mdi-book-remove:before {
content: "\FA96"; }
.mdi-book-variant:before {
content: "\F0BF"; }
.mdi-bookmark:before {
content: "\F0C0"; }
.mdi-bookmark-check:before {
content: "\F0C1"; }
.mdi-bookmark-minus:before {
content: "\F9CB"; }
.mdi-bookmark-minus-outline:before {
content: "\F9CC"; }
.mdi-bookmark-music:before {
content: "\F0C2"; }
.mdi-bookmark-off:before {
content: "\F9CD"; }
.mdi-bookmark-off-outline:before {
content: "\F9CE"; }
.mdi-bookmark-outline:before {
content: "\F0C3"; }
.mdi-bookmark-plus:before {
content: "\F0C5"; }
.mdi-bookmark-plus-outline:before {
content: "\F0C4"; }
.mdi-bookmark-remove:before {
content: "\F0C6"; }
.mdi-boombox:before {
content: "\F5DC"; }
.mdi-bootstrap:before {
content: "\F6C5"; }
.mdi-border-all:before {
content: "\F0C7"; }
.mdi-border-all-variant:before {
content: "\F8A0"; }
.mdi-border-bottom:before {
content: "\F0C8"; }
.mdi-border-bottom-variant:before {
content: "\F8A1"; }
.mdi-border-color:before {
content: "\F0C9"; }
.mdi-border-horizontal:before {
content: "\F0CA"; }
.mdi-border-inside:before {
content: "\F0CB"; }
.mdi-border-left:before {
content: "\F0CC"; }
.mdi-border-left-variant:before {
content: "\F8A2"; }
.mdi-border-none:before {
content: "\F0CD"; }
.mdi-border-none-variant:before {
content: "\F8A3"; }
.mdi-border-outside:before {
content: "\F0CE"; }
.mdi-border-right:before {
content: "\F0CF"; }
.mdi-border-right-variant:before {
content: "\F8A4"; }
.mdi-border-style:before {
content: "\F0D0"; }
.mdi-border-top:before {
content: "\F0D1"; }
.mdi-border-top-variant:before {
content: "\F8A5"; }
.mdi-border-vertical:before {
content: "\F0D2"; }
.mdi-bottle-wine:before {
content: "\F853"; }
.mdi-bow-tie:before {
content: "\F677"; }
.mdi-bowl:before {
content: "\F617"; }
.mdi-bowling:before {
content: "\F0D3"; }
.mdi-box:before {
content: "\F0D4"; }
.mdi-box-cutter:before {
content: "\F0D5"; }
.mdi-box-shadow:before {
content: "\F637"; }
.mdi-boxing-glove:before {
content: "\FB41"; }
.mdi-braille:before {
content: "\F9CF"; }
.mdi-brain:before {
content: "\F9D0"; }
.mdi-bread-slice:before {
content: "\FCCA"; }
.mdi-bread-slice-outline:before {
content: "\FCCB"; }
.mdi-bridge:before {
content: "\F618"; }
.mdi-briefcase:before {
content: "\F0D6"; }
.mdi-briefcase-account:before {
content: "\FCCC"; }
.mdi-briefcase-account-outline:before {
content: "\FCCD"; }
.mdi-briefcase-check:before {
content: "\F0D7"; }
.mdi-briefcase-download:before {
content: "\F0D8"; }
.mdi-briefcase-download-outline:before {
content: "\FC19"; }
.mdi-briefcase-edit:before {
content: "\FA97"; }
.mdi-briefcase-edit-outline:before {
content: "\FC1A"; }
.mdi-briefcase-minus:before {
content: "\FA29"; }
.mdi-briefcase-minus-outline:before {
content: "\FC1B"; }
.mdi-briefcase-outline:before {
content: "\F813"; }
.mdi-briefcase-plus:before {
content: "\FA2A"; }
.mdi-briefcase-plus-outline:before {
content: "\FC1C"; }
.mdi-briefcase-remove:before {
content: "\FA2B"; }
.mdi-briefcase-remove-outline:before {
content: "\FC1D"; }
.mdi-briefcase-search:before {
content: "\FA2C"; }
.mdi-briefcase-search-outline:before {
content: "\FC1E"; }
.mdi-briefcase-upload:before {
content: "\F0D9"; }
.mdi-briefcase-upload-outline:before {
content: "\FC1F"; }
.mdi-brightness-1:before {
content: "\F0DA"; }
.mdi-brightness-2:before {
content: "\F0DB"; }
.mdi-brightness-3:before {
content: "\F0DC"; }
.mdi-brightness-4:before {
content: "\F0DD"; }
.mdi-brightness-5:before {
content: "\F0DE"; }
.mdi-brightness-6:before {
content: "\F0DF"; }
.mdi-brightness-7:before {
content: "\F0E0"; }
.mdi-brightness-auto:before {
content: "\F0E1"; }
.mdi-brightness-percent:before {
content: "\FCCE"; }
.mdi-broom:before {
content: "\F0E2"; }
.mdi-brush:before {
content: "\F0E3"; }
.mdi-buddhism:before {
content: "\F94A"; }
.mdi-buffer:before {
content: "\F619"; }
.mdi-bug:before {
content: "\F0E4"; }
.mdi-bug-check:before {
content: "\FA2D"; }
.mdi-bug-check-outline:before {
content: "\FA2E"; }
.mdi-bug-outline:before {
content: "\FA2F"; }
.mdi-bulldozer:before {
content: "\FB07"; }
.mdi-bullet:before {
content: "\FCCF"; }
.mdi-bulletin-board:before {
content: "\F0E5"; }
.mdi-bullhorn:before {
content: "\F0E6"; }
.mdi-bullhorn-outline:before {
content: "\FB08"; }
.mdi-bullseye:before {
content: "\F5DD"; }
.mdi-bullseye-arrow:before {
content: "\F8C8"; }
.mdi-bus:before {
content: "\F0E7"; }
.mdi-bus-alert:before {
content: "\FA98"; }
.mdi-bus-articulated-end:before {
content: "\F79B"; }
.mdi-bus-articulated-front:before {
content: "\F79C"; }
.mdi-bus-clock:before {
content: "\F8C9"; }
.mdi-bus-double-decker:before {
content: "\F79D"; }
.mdi-bus-school:before {
content: "\F79E"; }
.mdi-bus-side:before {
content: "\F79F"; }
.mdi-cached:before {
content: "\F0E8"; }
.mdi-cake:before {
content: "\F0E9"; }
.mdi-cake-layered:before {
content: "\F0EA"; }
.mdi-cake-variant:before {
content: "\F0EB"; }
.mdi-calculator:before {
content: "\F0EC"; }
.mdi-calculator-variant:before {
content: "\FA99"; }
.mdi-calendar:before {
content: "\F0ED"; }
.mdi-calendar-alert:before {
content: "\FA30"; }
.mdi-calendar-blank:before {
content: "\F0EE"; }
.mdi-calendar-blank-outline:before {
content: "\FB42"; }
.mdi-calendar-check:before {
content: "\F0EF"; }
.mdi-calendar-check-outline:before {
content: "\FC20"; }
.mdi-calendar-clock:before {
content: "\F0F0"; }
.mdi-calendar-edit:before {
content: "\F8A6"; }
.mdi-calendar-export:before {
content: "\FB09"; }
.mdi-calendar-heart:before {
content: "\F9D1"; }
.mdi-calendar-import:before {
content: "\FB0A"; }
.mdi-calendar-multiple:before {
content: "\F0F1"; }
.mdi-calendar-multiple-check:before {
content: "\F0F2"; }
.mdi-calendar-multiselect:before {
content: "\FA31"; }
.mdi-calendar-outline:before {
content: "\FB43"; }
.mdi-calendar-plus:before {
content: "\F0F3"; }
.mdi-calendar-question:before {
content: "\F691"; }
.mdi-calendar-range:before {
content: "\F678"; }
.mdi-calendar-range-outline:before {
content: "\FB44"; }
.mdi-calendar-remove:before {
content: "\F0F4"; }
.mdi-calendar-remove-outline:before {
content: "\FC21"; }
.mdi-calendar-search:before {
content: "\F94B"; }
.mdi-calendar-star:before {
content: "\F9D2"; }
.mdi-calendar-text:before {
content: "\F0F5"; }
.mdi-calendar-text-outline:before {
content: "\FC22"; }
.mdi-calendar-today:before {
content: "\F0F6"; }
.mdi-calendar-week:before {
content: "\FA32"; }
.mdi-calendar-week-begin:before {
content: "\FA33"; }
.mdi-call-made:before {
content: "\F0F7"; }
.mdi-call-merge:before {
content: "\F0F8"; }
.mdi-call-missed:before {
content: "\F0F9"; }
.mdi-call-received:before {
content: "\F0FA"; }
.mdi-call-split:before {
content: "\F0FB"; }
.mdi-camcorder:before {
content: "\F0FC"; }
.mdi-camcorder-box:before {
content: "\F0FD"; }
.mdi-camcorder-box-off:before {
content: "\F0FE"; }
.mdi-camcorder-off:before {
content: "\F0FF"; }
.mdi-camera:before {
content: "\F100"; }
.mdi-camera-account:before {
content: "\F8CA"; }
.mdi-camera-burst:before {
content: "\F692"; }
.mdi-camera-control:before {
content: "\FB45"; }
.mdi-camera-enhance:before {
content: "\F101"; }
.mdi-camera-enhance-outline:before {
content: "\FB46"; }
.mdi-camera-front:before {
content: "\F102"; }
.mdi-camera-front-variant:before {
content: "\F103"; }
.mdi-camera-gopro:before {
content: "\F7A0"; }
.mdi-camera-image:before {
content: "\F8CB"; }
.mdi-camera-iris:before {
content: "\F104"; }
.mdi-camera-metering-center:before {
content: "\F7A1"; }
.mdi-camera-metering-matrix:before {
content: "\F7A2"; }
.mdi-camera-metering-partial:before {
content: "\F7A3"; }
.mdi-camera-metering-spot:before {
content: "\F7A4"; }
.mdi-camera-off:before {
content: "\F5DF"; }
.mdi-camera-party-mode:before {
content: "\F105"; }
.mdi-camera-rear:before {
content: "\F106"; }
.mdi-camera-rear-variant:before {
content: "\F107"; }
.mdi-camera-switch:before {
content: "\F108"; }
.mdi-camera-timer:before {
content: "\F109"; }
.mdi-cancel:before {
content: "\F739"; }
.mdi-candle:before {
content: "\F5E2"; }
.mdi-candycane:before {
content: "\F10A"; }
.mdi-cannabis:before {
content: "\F7A5"; }
.mdi-caps-lock:before {
content: "\FA9A"; }
.mdi-car:before {
content: "\F10B"; }
.mdi-car-battery:before {
content: "\F10C"; }
.mdi-car-brake-abs:before {
content: "\FC23"; }
.mdi-car-brake-parking:before {
content: "\FC24"; }
.mdi-car-connected:before {
content: "\F10D"; }
.mdi-car-convertible:before {
content: "\F7A6"; }
.mdi-car-door:before {
content: "\FB47"; }
.mdi-car-electric:before {
content: "\FB48"; }
.mdi-car-esp:before {
content: "\FC25"; }
.mdi-car-estate:before {
content: "\F7A7"; }
.mdi-car-hatchback:before {
content: "\F7A8"; }
.mdi-car-key:before {
content: "\FB49"; }
.mdi-car-light-dimmed:before {
content: "\FC26"; }
.mdi-car-light-fog:before {
content: "\FC27"; }
.mdi-car-light-high:before {
content: "\FC28"; }
.mdi-car-limousine:before {
content: "\F8CC"; }
.mdi-car-multiple:before {
content: "\FB4A"; }
.mdi-car-pickup:before {
content: "\F7A9"; }
.mdi-car-side:before {
content: "\F7AA"; }
.mdi-car-sports:before {
content: "\F7AB"; }
.mdi-car-tire-alert:before {
content: "\FC29"; }
.mdi-car-wash:before {
content: "\F10E"; }
.mdi-caravan:before {
content: "\F7AC"; }
.mdi-card:before {
content: "\FB4B"; }
.mdi-card-bulleted:before {
content: "\FB4C"; }
.mdi-card-bulleted-off:before {
content: "\FB4D"; }
.mdi-card-bulleted-off-outline:before {
content: "\FB4E"; }
.mdi-card-bulleted-outline:before {
content: "\FB4F"; }
.mdi-card-bulleted-settings:before {
content: "\FB50"; }
.mdi-card-bulleted-settings-outline:before {
content: "\FB51"; }
.mdi-card-outline:before {
content: "\FB52"; }
.mdi-card-text:before {
content: "\FB53"; }
.mdi-card-text-outline:before {
content: "\FB54"; }
.mdi-cards:before {
content: "\F638"; }
.mdi-cards-club:before {
content: "\F8CD"; }
.mdi-cards-diamond:before {
content: "\F8CE"; }
.mdi-cards-heart:before {
content: "\F8CF"; }
.mdi-cards-outline:before {
content: "\F639"; }
.mdi-cards-playing-outline:before {
content: "\F63A"; }
.mdi-cards-spade:before {
content: "\F8D0"; }
.mdi-cards-variant:before {
content: "\F6C6"; }
.mdi-carrot:before {
content: "\F10F"; }
.mdi-cart:before {
content: "\F110"; }
.mdi-cart-arrow-right:before {
content: "\FC2A"; }
.mdi-cart-off:before {
content: "\F66B"; }
.mdi-cart-outline:before {
content: "\F111"; }
.mdi-cart-plus:before {
content: "\F112"; }
.mdi-case-sensitive-alt:before {
content: "\F113"; }
.mdi-cash:before {
content: "\F114"; }
.mdi-cash-100:before {
content: "\F115"; }
.mdi-cash-multiple:before {
content: "\F116"; }
.mdi-cash-refund:before {
content: "\FA9B"; }
.mdi-cash-register:before {
content: "\FCD0"; }
.mdi-cash-usd:before {
content: "\F117"; }
.mdi-cassette:before {
content: "\F9D3"; }
.mdi-cast:before {
content: "\F118"; }
.mdi-cast-connected:before {
content: "\F119"; }
.mdi-cast-off:before {
content: "\F789"; }
.mdi-castle:before {
content: "\F11A"; }
.mdi-cat:before {
content: "\F11B"; }
.mdi-cctv:before {
content: "\F7AD"; }
.mdi-ceiling-light:before {
content: "\F768"; }
.mdi-cellphone:before {
content: "\F11C"; }
.mdi-cellphone-android:before {
content: "\F11D"; }
.mdi-cellphone-arrow-down:before {
content: "\F9D4"; }
.mdi-cellphone-basic:before {
content: "\F11E"; }
.mdi-cellphone-dock:before {
content: "\F11F"; }
.mdi-cellphone-erase:before {
content: "\F94C"; }
.mdi-cellphone-iphone:before {
content: "\F120"; }
.mdi-cellphone-key:before {
content: "\F94D"; }
.mdi-cellphone-before {
content: "\F121"; }
.mdi-cellphone-link-off:before {
content: "\F122"; }
.mdi-cellphone-lock:before {
content: "\F94E"; }
.mdi-cellphone-message:before {
content: "\F8D2"; }
.mdi-cellphone-off:before {
content: "\F94F"; }
.mdi-cellphone-screenshot:before {
content: "\FA34"; }
.mdi-cellphone-settings:before {
content: "\F123"; }
.mdi-cellphone-settings-variant:before {
content: "\F950"; }
.mdi-cellphone-sound:before {
content: "\F951"; }
.mdi-cellphone-text:before {
content: "\F8D1"; }
.mdi-cellphone-wireless:before {
content: "\F814"; }
.mdi-celtic-cross:before {
content: "\FCD1"; }
.mdi-certificate:before {
content: "\F124"; }
.mdi-chair-school:before {
content: "\F125"; }
.mdi-charity:before {
content: "\FC2B"; }
.mdi-chart-arc:before {
content: "\F126"; }
.mdi-chart-areaspline:before {
content: "\F127"; }
.mdi-chart-bar:before {
content: "\F128"; }
.mdi-chart-bar-stacked:before {
content: "\F769"; }
.mdi-chart-bell-curve:before {
content: "\FC2C"; }
.mdi-chart-bubble:before {
content: "\F5E3"; }
.mdi-chart-donut:before {
content: "\F7AE"; }
.mdi-chart-donut-variant:before {
content: "\F7AF"; }
.mdi-chart-gantt:before {
content: "\F66C"; }
.mdi-chart-histogram:before {
content: "\F129"; }
.mdi-chart-line:before {
content: "\F12A"; }
.mdi-chart-line-stacked:before {
content: "\F76A"; }
.mdi-chart-line-variant:before {
content: "\F7B0"; }
.mdi-chart-multiline:before {
content: "\F8D3"; }
.mdi-chart-pie:before {
content: "\F12B"; }
.mdi-chart-scatterplot-hexbin:before {
content: "\F66D"; }
.mdi-chart-timeline:before {
content: "\F66E"; }
.mdi-chat:before {
content: "\FB55"; }
.mdi-chat-alert:before {
content: "\FB56"; }
.mdi-chat-processing:before {
content: "\FB57"; }
.mdi-check:before {
content: "\F12C"; }
.mdi-check-all:before {
content: "\F12D"; }
.mdi-check-box-multiple-outline:before {
content: "\FC2D"; }
.mdi-check-box-outline:before {
content: "\FC2E"; }
.mdi-check-circle:before {
content: "\F5E0"; }
.mdi-check-circle-outline:before {
content: "\F5E1"; }
.mdi-check-decagram:before {
content: "\F790"; }
.mdi-check-network:before {
content: "\FC2F"; }
.mdi-check-network-outline:before {
content: "\FC30"; }
.mdi-check-outline:before {
content: "\F854"; }
.mdi-checkbook:before {
content: "\FA9C"; }
.mdi-checkbox-blank:before {
content: "\F12E"; }
.mdi-checkbox-blank-circle:before {
content: "\F12F"; }
.mdi-checkbox-blank-circle-outline:before {
content: "\F130"; }
.mdi-checkbox-blank-outline:before {
content: "\F131"; }
.mdi-checkbox-intermediate:before {
content: "\F855"; }
.mdi-checkbox-marked:before {
content: "\F132"; }
.mdi-checkbox-marked-circle:before {
content: "\F133"; }
.mdi-checkbox-marked-circle-outline:before {
content: "\F134"; }
.mdi-checkbox-marked-outline:before {
content: "\F135"; }
.mdi-checkbox-multiple-blank:before {
content: "\F136"; }
.mdi-checkbox-multiple-blank-circle:before {
content: "\F63B"; }
.mdi-checkbox-multiple-blank-circle-outline:before {
content: "\F63C"; }
.mdi-checkbox-multiple-blank-outline:before {
content: "\F137"; }
.mdi-checkbox-multiple-marked:before {
content: "\F138"; }
.mdi-checkbox-multiple-marked-circle:before {
content: "\F63D"; }
.mdi-checkbox-multiple-marked-circle-outline:before {
content: "\F63E"; }
.mdi-checkbox-multiple-marked-outline:before {
content: "\F139"; }
.mdi-checkerboard:before {
content: "\F13A"; }
.mdi-chef-hat:before {
content: "\FB58"; }
.mdi-chemical-weapon:before {
content: "\F13B"; }
.mdi-chess-bishop:before {
content: "\F85B"; }
.mdi-chess-king:before {
content: "\F856"; }
.mdi-chess-knight:before {
content: "\F857"; }
.mdi-chess-pawn:before {
content: "\F858"; }
.mdi-chess-queen:before {
content: "\F859"; }
.mdi-chess-rook:before {
content: "\F85A"; }
.mdi-chevron-double-down:before {
content: "\F13C"; }
.mdi-chevron-double-left:before {
content: "\F13D"; }
.mdi-chevron-double-right:before {
content: "\F13E"; }
.mdi-chevron-double-up:before {
content: "\F13F"; }
.mdi-chevron-down:before {
content: "\F140"; }
.mdi-chevron-down-box:before {
content: "\F9D5"; }
.mdi-chevron-down-box-outline:before {
content: "\F9D6"; }
.mdi-chevron-down-circle:before {
content: "\FB0B"; }
.mdi-chevron-down-circle-outline:before {
content: "\FB0C"; }
.mdi-chevron-left:before {
content: "\F141"; }
.mdi-chevron-left-box:before {
content: "\F9D7"; }
.mdi-chevron-left-box-outline:before {
content: "\F9D8"; }
.mdi-chevron-left-circle:before {
content: "\FB0D"; }
.mdi-chevron-left-circle-outline:before {
content: "\FB0E"; }
.mdi-chevron-right:before {
content: "\F142"; }
.mdi-chevron-right-box:before {
content: "\F9D9"; }
.mdi-chevron-right-box-outline:before {
content: "\F9DA"; }
.mdi-chevron-right-circle:before {
content: "\FB0F"; }
.mdi-chevron-right-circle-outline:before {
content: "\FB10"; }
.mdi-chevron-up:before {
content: "\F143"; }
.mdi-chevron-up-box:before {
content: "\F9DB"; }
.mdi-chevron-up-box-outline:before {
content: "\F9DC"; }
.mdi-chevron-up-circle:before {
content: "\FB11"; }
.mdi-chevron-up-circle-outline:before {
content: "\FB12"; }
.mdi-chili-hot:before {
content: "\F7B1"; }
.mdi-chili-medium:before {
content: "\F7B2"; }
.mdi-chili-mild:before {
content: "\F7B3"; }
.mdi-chip:before {
content: "\F61A"; }
.mdi-christianity:before {
content: "\F952"; }
.mdi-christianity-outline:before {
content: "\FCD2"; }
.mdi-church:before {
content: "\F144"; }
.mdi-circle:before {
content: "\F764"; }
.mdi-circle-edit-outline:before {
content: "\F8D4"; }
.mdi-circle-medium:before {
content: "\F9DD"; }
.mdi-circle-outline:before {
content: "\F765"; }
.mdi-circle-slice-1:before {
content: "\FA9D"; }
.mdi-circle-slice-2:before {
content: "\FA9E"; }
.mdi-circle-slice-3:before {
content: "\FA9F"; }
.mdi-circle-slice-4:before {
content: "\FAA0"; }
.mdi-circle-slice-5:before {
content: "\FAA1"; }
.mdi-circle-slice-6:before {
content: "\FAA2"; }
.mdi-circle-slice-7:before {
content: "\FAA3"; }
.mdi-circle-slice-8:before {
content: "\FAA4"; }
.mdi-circle-small:before {
content: "\F9DE"; }
.mdi-cisco-webex:before {
content: "\F145"; }
.mdi-city:before {
content: "\F146"; }
.mdi-city-variant:before {
content: "\FA35"; }
.mdi-city-variant-outline:before {
content: "\FA36"; }
.mdi-clipboard:before {
content: "\F147"; }
.mdi-clipboard-account:before {
content: "\F148"; }
.mdi-clipboard-account-outline:before {
content: "\FC31"; }
.mdi-clipboard-alert:before {
content: "\F149"; }
.mdi-clipboard-alert-outline:before {
content: "\FCD3"; }
.mdi-clipboard-arrow-down:before {
content: "\F14A"; }
.mdi-clipboard-arrow-down-outline:before {
content: "\FC32"; }
.mdi-clipboard-arrow-left:before {
content: "\F14B"; }
.mdi-clipboard-arrow-left-outline:before {
content: "\FCD4"; }
.mdi-clipboard-arrow-right:before {
content: "\FCD5"; }
.mdi-clipboard-arrow-right-outline:before {
content: "\FCD6"; }
.mdi-clipboard-arrow-up:before {
content: "\FC33"; }
.mdi-clipboard-arrow-up-outline:before {
content: "\FC34"; }
.mdi-clipboard-check:before {
content: "\F14C"; }
.mdi-clipboard-check-outline:before {
content: "\F8A7"; }
.mdi-clipboard-flow:before {
content: "\F6C7"; }
.mdi-clipboard-outline:before {
content: "\F14D"; }
.mdi-clipboard-play:before {
content: "\FC35"; }
.mdi-clipboard-play-outline:before {
content: "\FC36"; }
.mdi-clipboard-plus:before {
content: "\F750"; }
.mdi-clipboard-pulse:before {
content: "\F85C"; }
.mdi-clipboard-pulse-outline:before {
content: "\F85D"; }
.mdi-clipboard-text:before {
content: "\F14E"; }
.mdi-clipboard-text-outline:before {
content: "\FA37"; }
.mdi-clipboard-text-play:before {
content: "\FC37"; }
.mdi-clipboard-text-play-outline:before {
content: "\FC38"; }
.mdi-clippy:before {
content: "\F14F"; }
.mdi-clock:before {
content: "\F953"; }
.mdi-clock-alert:before {
content: "\F954"; }
.mdi-clock-alert-outline:before {
content: "\F5CE"; }
.mdi-clock-end:before {
content: "\F151"; }
.mdi-clock-fast:before {
content: "\F152"; }
.mdi-clock-in:before {
content: "\F153"; }
.mdi-clock-out:before {
content: "\F154"; }
.mdi-clock-outline:before {
content: "\F150"; }
.mdi-clock-start:before {
content: "\F155"; }
.mdi-close:before {
content: "\F156"; }
.mdi-close-box:before {
content: "\F157"; }
.mdi-close-box-multiple:before {
content: "\FC39"; }
.mdi-close-box-multiple-outline:before {
content: "\FC3A"; }
.mdi-close-box-outline:before {
content: "\F158"; }
.mdi-close-circle:before {
content: "\F159"; }
.mdi-close-circle-outline:before {
content: "\F15A"; }
.mdi-close-network:before {
content: "\F15B"; }
.mdi-close-network-outline:before {
content: "\FC3B"; }
.mdi-close-octagon:before {
content: "\F15C"; }
.mdi-close-octagon-outline:before {
content: "\F15D"; }
.mdi-close-outline:before {
content: "\F6C8"; }
.mdi-closed-caption:before {
content: "\F15E"; }
.mdi-cloud:before {
content: "\F15F"; }
.mdi-cloud-alert:before {
content: "\F9DF"; }
.mdi-cloud-braces:before {
content: "\F7B4"; }
.mdi-cloud-check:before {
content: "\F160"; }
.mdi-cloud-circle:before {
content: "\F161"; }
.mdi-cloud-download:before {
content: "\F162"; }
.mdi-cloud-download-outline:before {
content: "\FB59"; }
.mdi-cloud-off-outline:before {
content: "\F164"; }
.mdi-cloud-outline:before {
content: "\F163"; }
.mdi-cloud-print:before {
content: "\F165"; }
.mdi-cloud-print-outline:before {
content: "\F166"; }
.mdi-cloud-question:before {
content: "\FA38"; }
.mdi-cloud-search:before {
content: "\F955"; }
.mdi-cloud-search-outline:before {
content: "\F956"; }
.mdi-cloud-sync:before {
content: "\F63F"; }
.mdi-cloud-tags:before {
content: "\F7B5"; }
.mdi-cloud-upload:before {
content: "\F167"; }
.mdi-cloud-upload-outline:before {
content: "\FB5A"; }
.mdi-clover:before {
content: "\F815"; }
.mdi-code-array:before {
content: "\F168"; }
.mdi-code-braces:before {
content: "\F169"; }
.mdi-code-brackets:before {
content: "\F16A"; }
.mdi-code-equal:before {
content: "\F16B"; }
.mdi-code-greater-than:before {
content: "\F16C"; }
.mdi-code-greater-than-or-equal:before {
content: "\F16D"; }
.mdi-code-less-than:before {
content: "\F16E"; }
.mdi-code-less-than-or-equal:before {
content: "\F16F"; }
.mdi-code-not-equal:before {
content: "\F170"; }
.mdi-code-not-equal-variant:before {
content: "\F171"; }
.mdi-code-parentheses:before {
content: "\F172"; }
.mdi-code-string:before {
content: "\F173"; }
.mdi-code-tags:before {
content: "\F174"; }
.mdi-code-tags-check:before {
content: "\F693"; }
.mdi-codepen:before {
content: "\F175"; }
.mdi-coffee:before {
content: "\F176"; }
.mdi-coffee-outline:before {
content: "\F6C9"; }
.mdi-coffee-to-go:before {
content: "\F177"; }
.mdi-coffin:before {
content: "\FB5B"; }
.mdi-cogs:before {
content: "\F8D5"; }
.mdi-coin:before {
content: "\F178"; }
.mdi-coins:before {
content: "\F694"; }
.mdi-collage:before {
content: "\F640"; }
.mdi-collapse-all:before {
content: "\FAA5"; }
.mdi-collapse-all-outline:before {
content: "\FAA6"; }
.mdi-color-helper:before {
content: "\F179"; }
.mdi-comment:before {
content: "\F17A"; }
.mdi-comment-account:before {
content: "\F17B"; }
.mdi-comment-account-outline:before {
content: "\F17C"; }
.mdi-comment-alert:before {
content: "\F17D"; }
.mdi-comment-alert-outline:before {
content: "\F17E"; }
.mdi-comment-arrow-left:before {
content: "\F9E0"; }
.mdi-comment-arrow-left-outline:before {
content: "\F9E1"; }
.mdi-comment-arrow-right:before {
content: "\F9E2"; }
.mdi-comment-arrow-right-outline:before {
content: "\F9E3"; }
.mdi-comment-check:before {
content: "\F17F"; }
.mdi-comment-check-outline:before {
content: "\F180"; }
.mdi-comment-eye:before {
content: "\FA39"; }
.mdi-comment-eye-outline:before {
content: "\FA3A"; }
.mdi-comment-multiple:before {
content: "\F85E"; }
.mdi-comment-multiple-outline:before {
content: "\F181"; }
.mdi-comment-outline:before {
content: "\F182"; }
.mdi-comment-plus:before {
content: "\F9E4"; }
.mdi-comment-plus-outline:before {
content: "\F183"; }
.mdi-comment-processing:before {
content: "\F184"; }
.mdi-comment-processing-outline:before {
content: "\F185"; }
.mdi-comment-question:before {
content: "\F816"; }
.mdi-comment-question-outline:before {
content: "\F186"; }
.mdi-comment-remove:before {
content: "\F5DE"; }
.mdi-comment-remove-outline:before {
content: "\F187"; }
.mdi-comment-search:before {
content: "\FA3B"; }
.mdi-comment-search-outline:before {
content: "\FA3C"; }
.mdi-comment-text:before {
content: "\F188"; }
.mdi-comment-text-multiple:before {
content: "\F85F"; }
.mdi-comment-text-multiple-outline:before {
content: "\F860"; }
.mdi-comment-text-outline:before {
content: "\F189"; }
.mdi-compare:before {
content: "\F18A"; }
.mdi-compass:before {
content: "\F18B"; }
.mdi-compass-off:before {
content: "\FB5C"; }
.mdi-compass-off-outline:before {
content: "\FB5D"; }
.mdi-compass-outline:before {
content: "\F18C"; }
.mdi-console:before {
content: "\F18D"; }
.mdi-console-line:before {
content: "\F7B6"; }
.mdi-console-network:before {
content: "\F8A8"; }
.mdi-console-network-outline:before {
content: "\FC3C"; }
.mdi-contact-mail:before {
content: "\F18E"; }
.mdi-contacts:before {
content: "\F6CA"; }
.mdi-contain:before {
content: "\FA3D"; }
.mdi-contain-end:before {
content: "\FA3E"; }
.mdi-contain-start:before {
content: "\FA3F"; }
.mdi-content-copy:before {
content: "\F18F"; }
.mdi-content-cut:before {
content: "\F190"; }
.mdi-content-duplicate:before {
content: "\F191"; }
.mdi-content-paste:before {
content: "\F192"; }
.mdi-content-save:before {
content: "\F193"; }
.mdi-content-save-all:before {
content: "\F194"; }
.mdi-content-save-edit:before {
content: "\FCD7"; }
.mdi-content-save-edit-outline:before {
content: "\FCD8"; }
.mdi-content-save-outline:before {
content: "\F817"; }
.mdi-content-save-settings:before {
content: "\F61B"; }
.mdi-content-save-settings-outline:before {
content: "\FB13"; }
.mdi-contrast:before {
content: "\F195"; }
.mdi-contrast-box:before {
content: "\F196"; }
.mdi-contrast-circle:before {
content: "\F197"; }
.mdi-controller-classic:before {
content: "\FB5E"; }
.mdi-controller-classic-outline:before {
content: "\FB5F"; }
.mdi-cookie:before {
content: "\F198"; }
.mdi-copyright:before {
content: "\F5E6"; }
.mdi-cordova:before {
content: "\F957"; }
.mdi-corn:before {
content: "\F7B7"; }
.mdi-counter:before {
content: "\F199"; }
.mdi-cow:before {
content: "\F19A"; }
.mdi-crane:before {
content: "\F861"; }
.mdi-creation:before {
content: "\F1C9"; }
.mdi-credit-card:before {
content: "\F19B"; }
.mdi-credit-card-multiple:before {
content: "\F19C"; }
.mdi-credit-card-off:before {
content: "\F5E4"; }
.mdi-credit-card-plus:before {
content: "\F675"; }
.mdi-credit-card-refund:before {
content: "\FAA7"; }
.mdi-credit-card-scan:before {
content: "\F19D"; }
.mdi-credit-card-settings:before {
content: "\F8D6"; }
.mdi-crop:before {
content: "\F19E"; }
.mdi-crop-free:before {
content: "\F19F"; }
.mdi-crop-landscape:before {
content: "\F1A0"; }
.mdi-crop-portrait:before {
content: "\F1A1"; }
.mdi-crop-rotate:before {
content: "\F695"; }
.mdi-crop-square:before {
content: "\F1A2"; }
.mdi-crosshairs:before {
content: "\F1A3"; }
.mdi-crosshairs-gps:before {
content: "\F1A4"; }
.mdi-crown:before {
content: "\F1A5"; }
.mdi-cryengine:before {
content: "\F958"; }
.mdi-crystal-ball:before {
content: "\FB14"; }
.mdi-cube:before {
content: "\F1A6"; }
.mdi-cube-outline:before {
content: "\F1A7"; }
.mdi-cube-scan:before {
content: "\FB60"; }
.mdi-cube-send:before {
content: "\F1A8"; }
.mdi-cube-unfolded:before {
content: "\F1A9"; }
.mdi-cup:before {
content: "\F1AA"; }
.mdi-cup-off:before {
content: "\F5E5"; }
.mdi-cup-water:before {
content: "\F1AB"; }
.mdi-cupcake:before {
content: "\F959"; }
.mdi-curling:before {
content: "\F862"; }
.mdi-currency-bdt:before {
content: "\F863"; }
.mdi-currency-brl:before {
content: "\FB61"; }
.mdi-currency-btc:before {
content: "\F1AC"; }
.mdi-currency-chf:before {
content: "\F7B8"; }
.mdi-currency-cny:before {
content: "\F7B9"; }
.mdi-currency-eth:before {
content: "\F7BA"; }
.mdi-currency-eur:before {
content: "\F1AD"; }
.mdi-currency-gbp:before {
content: "\F1AE"; }
.mdi-currency-ils:before {
content: "\FC3D"; }
.mdi-currency-inr:before {
content: "\F1AF"; }
.mdi-currency-jpy:before {
content: "\F7BB"; }
.mdi-currency-krw:before {
content: "\F7BC"; }
.mdi-currency-kzt:before {
content: "\F864"; }
.mdi-currency-ngn:before {
content: "\F1B0"; }
.mdi-currency-php:before {
content: "\F9E5"; }
.mdi-currency-rub:before {
content: "\F1B1"; }
.mdi-currency-sign:before {
content: "\F7BD"; }
.mdi-currency-try:before {
content: "\F1B2"; }
.mdi-currency-twd:before {
content: "\F7BE"; }
.mdi-currency-usd:before {
content: "\F1B3"; }
.mdi-currency-usd-off:before {
content: "\F679"; }
.mdi-current-ac:before {
content: "\F95A"; }
.mdi-current-dc:before {
content: "\F95B"; }
.mdi-cursor-default:before {
content: "\F1B4"; }
.mdi-cursor-default-click:before {
content: "\FCD9"; }
.mdi-cursor-default-click-outline:before {
content: "\FCDA"; }
.mdi-cursor-default-outline:before {
content: "\F1B5"; }
.mdi-cursor-move:before {
content: "\F1B6"; }
.mdi-cursor-pointer:before {
content: "\F1B7"; }
.mdi-cursor-text:before {
content: "\F5E7"; }
.mdi-database:before {
content: "\F1B8"; }
.mdi-database-check:before {
content: "\FAA8"; }
.mdi-database-edit:before {
content: "\FB62"; }
.mdi-database-export:before {
content: "\F95D"; }
.mdi-database-import:before {
content: "\F95C"; }
.mdi-database-lock:before {
content: "\FAA9"; }
.mdi-database-minus:before {
content: "\F1B9"; }
.mdi-database-plus:before {
content: "\F1BA"; }
.mdi-database-refresh:before {
content: "\FCDB"; }
.mdi-database-remove:before {
content: "\FCDC"; }
.mdi-database-search:before {
content: "\F865"; }
.mdi-database-settings:before {
content: "\FCDD"; }
.mdi-death-star:before {
content: "\F8D7"; }
.mdi-death-star-variant:before {
content: "\F8D8"; }
.mdi-deathly-hallows:before {
content: "\FB63"; }
.mdi-debian:before {
content: "\F8D9"; }
.mdi-debug-step-into:before {
content: "\F1BB"; }
.mdi-debug-step-out:before {
content: "\F1BC"; }
.mdi-debug-step-over:before {
content: "\F1BD"; }
.mdi-decagram:before {
content: "\F76B"; }
.mdi-decagram-outline:before {
content: "\F76C"; }
.mdi-decimal-decrease:before {
content: "\F1BE"; }
.mdi-decimal-increase:before {
content: "\F1BF"; }
.mdi-delete:before {
content: "\F1C0"; }
.mdi-delete-circle:before {
content: "\F682"; }
.mdi-delete-circle-outline:before {
content: "\FB64"; }
.mdi-delete-empty:before {
content: "\F6CB"; }
.mdi-delete-forever:before {
content: "\F5E8"; }
.mdi-delete-forever-outline:before {
content: "\FB65"; }
.mdi-delete-outline:before {
content: "\F9E6"; }
.mdi-delete-restore:before {
content: "\F818"; }
.mdi-delete-sweep:before {
content: "\F5E9"; }
.mdi-delete-sweep-outline:before {
content: "\FC3E"; }
.mdi-delete-variant:before {
content: "\F1C1"; }
.mdi-delta:before {
content: "\F1C2"; }
.mdi-desk-lamp:before {
content: "\F95E"; }
.mdi-deskphone:before {
content: "\F1C3"; }
.mdi-desktop-classic:before {
content: "\F7BF"; }
.mdi-desktop-mac:before {
content: "\F1C4"; }
.mdi-desktop-mac-dashboard:before {
content: "\F9E7"; }
.mdi-desktop-tower:before {
content: "\F1C5"; }
.mdi-desktop-tower-monitor:before {
content: "\FAAA"; }
.mdi-details:before {
content: "\F1C6"; }
.mdi-developer-board:before {
content: "\F696"; }
.mdi-deviantart:before {
content: "\F1C7"; }
.mdi-dialpad:before {
content: "\F61C"; }
.mdi-diameter:before {
content: "\FC3F"; }
.mdi-diameter-outline:before {
content: "\FC40"; }
.mdi-diameter-variant:before {
content: "\FC41"; }
.mdi-diamond:before {
content: "\FB66"; }
.mdi-diamond-outline:before {
content: "\FB67"; }
.mdi-diamond-stone:before {
content: "\F1C8"; }
.mdi-dice-1:before {
content: "\F1CA"; }
.mdi-dice-2:before {
content: "\F1CB"; }
.mdi-dice-3:before {
content: "\F1CC"; }
.mdi-dice-4:before {
content: "\F1CD"; }
.mdi-dice-5:before {
content: "\F1CE"; }
.mdi-dice-6:before {
content: "\F1CF"; }
.mdi-dice-d10:before {
content: "\F76E"; }
.mdi-dice-d12:before {
content: "\F866"; }
.mdi-dice-d20:before {
content: "\F5EA"; }
.mdi-dice-d4:before {
content: "\F5EB"; }
.mdi-dice-d6:before {
content: "\F5EC"; }
.mdi-dice-d8:before {
content: "\F5ED"; }
.mdi-dice-multiple:before {
content: "\F76D"; }
.mdi-dictionary:before {
content: "\F61D"; }
.mdi-dip-switch:before {
content: "\F7C0"; }
.mdi-directions:before {
content: "\F1D0"; }
.mdi-directions-fork:before {
content: "\F641"; }
.mdi-disc:before {
content: "\F5EE"; }
.mdi-disc-alert:before {
content: "\F1D1"; }
.mdi-disc-player:before {
content: "\F95F"; }
.mdi-discord:before {
content: "\F66F"; }
.mdi-dishwasher:before {
content: "\FAAB"; }
.mdi-disqus:before {
content: "\F1D2"; }
.mdi-disqus-outline:before {
content: "\F1D3"; }
.mdi-division:before {
content: "\F1D4"; }
.mdi-division-box:before {
content: "\F1D5"; }
.mdi-dlna:before {
content: "\FA40"; }
.mdi-dna:before {
content: "\F683"; }
.mdi-dns:before {
content: "\F1D6"; }
.mdi-dns-outline:before {
content: "\FB68"; }
.mdi-do-not-disturb:before {
content: "\F697"; }
.mdi-do-not-disturb-off:before {
content: "\F698"; }
.mdi-docker:before {
content: "\F867"; }
.mdi-doctor:before {
content: "\FA41"; }
.mdi-dog:before {
content: "\FA42"; }
.mdi-dog-service:before {
content: "\FAAC"; }
.mdi-dog-side:before {
content: "\FA43"; }
.mdi-dolby:before {
content: "\F6B2"; }
.mdi-domain:before {
content: "\F1D7"; }
.mdi-donkey:before {
content: "\F7C1"; }
.mdi-door:before {
content: "\F819"; }
.mdi-door-closed:before {
content: "\F81A"; }
.mdi-door-open:before {
content: "\F81B"; }
.mdi-doorbell-video:before {
content: "\F868"; }
.mdi-dot-net:before {
content: "\FAAD"; }
.mdi-dots-horizontal:before {
content: "\F1D8"; }
.mdi-dots-horizontal-circle:before {
content: "\F7C2"; }
.mdi-dots-horizontal-circle-outline:before {
content: "\FB69"; }
.mdi-dots-vertical:before {
content: "\F1D9"; }
.mdi-dots-vertical-circle:before {
content: "\F7C3"; }
.mdi-dots-vertical-circle-outline:before {
content: "\FB6A"; }
.mdi-douban:before {
content: "\F699"; }
.mdi-download:before {
content: "\F1DA"; }
.mdi-download-multiple:before {
content: "\F9E8"; }
.mdi-download-network:before {
content: "\F6F3"; }
.mdi-download-network-outline:before {
content: "\FC42"; }
.mdi-download-outline:before {
content: "\FB6B"; }
.mdi-drag:before {
content: "\F1DB"; }
.mdi-drag-horizontal:before {
content: "\F1DC"; }
.mdi-drag-variant:before {
content: "\FB6C"; }
.mdi-drag-vertical:before {
content: "\F1DD"; }
.mdi-drama-masks:before {
content: "\FCDE"; }
.mdi-drawing:before {
content: "\F1DE"; }
.mdi-drawing-box:before {
content: "\F1DF"; }
.mdi-dribbble:before {
content: "\F1E0"; }
.mdi-dribbble-box:before {
content: "\F1E1"; }
.mdi-drone:before {
content: "\F1E2"; }
.mdi-dropbox:before {
content: "\F1E3"; }
.mdi-drupal:before {
content: "\F1E4"; }
.mdi-duck:before {
content: "\F1E5"; }
.mdi-dumbbell:before {
content: "\F1E6"; }
.mdi-dump-truck:before {
content: "\FC43"; }
.mdi-ear-hearing:before {
content: "\F7C4"; }
.mdi-ear-hearing-off:before {
content: "\FA44"; }
.mdi-earth:before {
content: "\F1E7"; }
.mdi-earth-box:before {
content: "\F6CC"; }
.mdi-earth-box-off:before {
content: "\F6CD"; }
.mdi-earth-off:before {
content: "\F1E8"; }
.mdi-edge:before {
content: "\F1E9"; }
.mdi-egg:before {
content: "\FAAE"; }
.mdi-egg-easter:before {
content: "\FAAF"; }
.mdi-eight-track:before {
content: "\F9E9"; }
.mdi-eject:before {
content: "\F1EA"; }
.mdi-eject-outline:before {
content: "\FB6D"; }
.mdi-elephant:before {
content: "\F7C5"; }
.mdi-elevation-decline:before {
content: "\F1EB"; }
.mdi-elevation-rise:before {
content: "\F1EC"; }
.mdi-elevator:before {
content: "\F1ED"; }
.mdi-email:before {
content: "\F1EE"; }
.mdi-email-alert:before {
content: "\F6CE"; }
.mdi-email-box:before {
content: "\FCDF"; }
.mdi-email-check:before {
content: "\FAB0"; }
.mdi-email-check-outline:before {
content: "\FAB1"; }
.mdi-email-lock:before {
content: "\F1F1"; }
.mdi-email-mark-as-unread:before {
content: "\FB6E"; }
.mdi-email-open:before {
content: "\F1EF"; }
.mdi-email-open-outline:before {
content: "\F5EF"; }
.mdi-email-outline:before {
content: "\F1F0"; }
.mdi-email-plus:before {
content: "\F9EA"; }
.mdi-email-plus-outline:before {
content: "\F9EB"; }
.mdi-email-search:before {
content: "\F960"; }
.mdi-email-search-outline:before {
content: "\F961"; }
.mdi-email-variant:before {
content: "\F5F0"; }
.mdi-ember:before {
content: "\FB15"; }
.mdi-emby:before {
content: "\F6B3"; }
.mdi-emoticon:before {
content: "\FC44"; }
.mdi-emoticon-angry:before {
content: "\FC45"; }
.mdi-emoticon-angry-outline:before {
content: "\FC46"; }
.mdi-emoticon-cool:before {
content: "\FC47"; }
.mdi-emoticon-cool-outline:before {
content: "\F1F3"; }
.mdi-emoticon-cry:before {
content: "\FC48"; }
.mdi-emoticon-cry-outline:before {
content: "\FC49"; }
.mdi-emoticon-dead:before {
content: "\FC4A"; }
.mdi-emoticon-dead-outline:before {
content: "\F69A"; }
.mdi-emoticon-devil:before {
content: "\FC4B"; }
.mdi-emoticon-devil-outline:before {
content: "\F1F4"; }
.mdi-emoticon-excited:before {
content: "\FC4C"; }
.mdi-emoticon-excited-outline:before {
content: "\F69B"; }
.mdi-emoticon-happy:before {
content: "\FC4D"; }
.mdi-emoticon-happy-outline:before {
content: "\F1F5"; }
.mdi-emoticon-kiss:before {
content: "\FC4E"; }
.mdi-emoticon-kiss-outline:before {
content: "\FC4F"; }
.mdi-emoticon-neutral:before {
content: "\FC50"; }
.mdi-emoticon-neutral-outline:before {
content: "\F1F6"; }
.mdi-emoticon-outline:before {
content: "\F1F2"; }
.mdi-emoticon-poop:before {
content: "\F1F7"; }
.mdi-emoticon-poop-outline:before {
content: "\FC51"; }
.mdi-emoticon-sad:before {
content: "\FC52"; }
.mdi-emoticon-sad-outline:before {
content: "\F1F8"; }
.mdi-emoticon-tongue:before {
content: "\F1F9"; }
.mdi-emoticon-tongue-outline:before {
content: "\FC53"; }
.mdi-emoticon-wink:before {
content: "\FC54"; }
.mdi-emoticon-wink-outline:before {
content: "\FC55"; }
.mdi-engine:before {
content: "\F1FA"; }
.mdi-engine-off:before {
content: "\FA45"; }
.mdi-engine-off-outline:before {
content: "\FA46"; }
.mdi-engine-outline:before {
content: "\F1FB"; }
.mdi-equal:before {
content: "\F1FC"; }
.mdi-equal-box:before {
content: "\F1FD"; }
.mdi-eraser:before {
content: "\F1FE"; }
.mdi-eraser-variant:before {
content: "\F642"; }
.mdi-escalator:before {
content: "\F1FF"; }
.mdi-eslint:before {
content: "\FC56"; }
.mdi-et:before {
content: "\FAB2"; }
.mdi-ethereum:before {
content: "\F869"; }
.mdi-ethernet:before {
content: "\F200"; }
.mdi-ethernet-cable:before {
content: "\F201"; }
.mdi-ethernet-cable-off:before {
content: "\F202"; }
.mdi-etsy:before {
content: "\F203"; }
.mdi-ev-station:before {
content: "\F5F1"; }
.mdi-eventbrite:before {
content: "\F7C6"; }
.mdi-evernote:before {
content: "\F204"; }
.mdi-exclamation:before {
content: "\F205"; }
.mdi-exit-run:before {
content: "\FA47"; }
.mdi-exit-to-app:before {
content: "\F206"; }
.mdi-expand-all:before {
content: "\FAB3"; }
.mdi-expand-all-outline:before {
content: "\FAB4"; }
.mdi-exponent:before {
content: "\F962"; }
.mdi-exponent-box:before {
content: "\F963"; }
.mdi-export:before {
content: "\F207"; }
.mdi-export-variant:before {
content: "\FB6F"; }
.mdi-eye:before {
content: "\F208"; }
.mdi-eye-check:before {
content: "\FCE0"; }
.mdi-eye-check-outline:before {
content: "\FCE1"; }
.mdi-eye-circle:before {
content: "\FB70"; }
.mdi-eye-circle-outline:before {
content: "\FB71"; }
.mdi-eye-off:before {
content: "\F209"; }
.mdi-eye-off-outline:before {
content: "\F6D0"; }
.mdi-eye-outline:before {
content: "\F6CF"; }
.mdi-eye-plus:before {
content: "\F86A"; }
.mdi-eye-plus-outline:before {
content: "\F86B"; }
.mdi-eye-settings:before {
content: "\F86C"; }
.mdi-eye-settings-outline:before {
content: "\F86D"; }
.mdi-eyedropper:before {
content: "\F20A"; }
.mdi-eyedropper-variant:before {
content: "\F20B"; }
.mdi-face:before {
content: "\F643"; }
.mdi-face-outline:before {
content: "\FB72"; }
.mdi-face-profile:before {
content: "\F644"; }
.mdi-face-recognition:before {
content: "\FC57"; }
.mdi-facebook:before {
content: "\F20C"; }
.mdi-facebook-box:before {
content: "\F20D"; }
.mdi-facebook-messenger:before {
content: "\F20E"; }
.mdi-facebook-workplace:before {
content: "\FB16"; }
.mdi-factory:before {
content: "\F20F"; }
.mdi-fan:before {
content: "\F210"; }
.mdi-fan-off:before {
content: "\F81C"; }
.mdi-fast-forward:before {
content: "\F211"; }
.mdi-fast-forward-30:before {
content: "\FCE2"; }
.mdi-fast-forward-outline:before {
content: "\F6D1"; }
.mdi-fax:before {
content: "\F212"; }
.mdi-feather:before {
content: "\F6D2"; }
.mdi-feature-search:before {
content: "\FA48"; }
.mdi-feature-search-outline:before {
content: "\FA49"; }
.mdi-fedora:before {
content: "\F8DA"; }
.mdi-ferry:before {
content: "\F213"; }
.mdi-file:before {
content: "\F214"; }
.mdi-file-account:before {
content: "\F73A"; }
.mdi-file-alert:before {
content: "\FA4A"; }
.mdi-file-alert-outline:before {
content: "\FA4B"; }
.mdi-file-cabinet:before {
content: "\FAB5"; }
.mdi-file-chart:before {
content: "\F215"; }
.mdi-file-check:before {
content: "\F216"; }
.mdi-file-cloud:before {
content: "\F217"; }
.mdi-file-compare:before {
content: "\F8A9"; }
.mdi-file-delimited:before {
content: "\F218"; }
.mdi-file-document:before {
content: "\F219"; }
.mdi-file-document-box:before {
content: "\F21A"; }
.mdi-file-document-box-multiple:before {
content: "\FAB6"; }
.mdi-file-document-box-multiple-outline:before {
content: "\FAB7"; }
.mdi-file-document-box-outline:before {
content: "\F9EC"; }
.mdi-file-document-outline:before {
content: "\F9ED"; }
.mdi-file-download:before {
content: "\F964"; }
.mdi-file-download-outline:before {
content: "\F965"; }
.mdi-file-excel:before {
content: "\F21B"; }
.mdi-file-excel-box:before {
content: "\F21C"; }
.mdi-file-export:before {
content: "\F21D"; }
.mdi-file-find:before {
content: "\F21E"; }
.mdi-file-find-outline:before {
content: "\FB73"; }
.mdi-file-hidden:before {
content: "\F613"; }
.mdi-file-image:before {
content: "\F21F"; }
.mdi-file-import:before {
content: "\F220"; }
.mdi-file-lock:before {
content: "\F221"; }
.mdi-file-move:before {
content: "\FAB8"; }
.mdi-file-multiple:before {
content: "\F222"; }
.mdi-file-music:before {
content: "\F223"; }
.mdi-file-outline:before {
content: "\F224"; }
.mdi-file-pdf:before {
content: "\F225"; }
.mdi-file-pdf-box:before {
content: "\F226"; }
.mdi-file-percent:before {
content: "\F81D"; }
.mdi-file-plus:before {
content: "\F751"; }
.mdi-file-powerpoint:before {
content: "\F227"; }
.mdi-file-powerpoint-box:before {
content: "\F228"; }
.mdi-file-presentation-box:before {
content: "\F229"; }
.mdi-file-question:before {
content: "\F86E"; }
.mdi-file-remove:before {
content: "\FB74"; }
.mdi-file-replace:before {
content: "\FB17"; }
.mdi-file-replace-outline:before {
content: "\FB18"; }
.mdi-file-restore:before {
content: "\F670"; }
.mdi-file-search:before {
content: "\FC58"; }
.mdi-file-search-outline:before {
content: "\FC59"; }
.mdi-file-send:before {
content: "\F22A"; }
.mdi-file-table:before {
content: "\FC5A"; }
.mdi-file-table-outline:before {
content: "\FC5B"; }
.mdi-file-tree:before {
content: "\F645"; }
.mdi-file-undo:before {
content: "\F8DB"; }
.mdi-file-upload:before {
content: "\FA4C"; }
.mdi-file-upload-outline:before {
content: "\FA4D"; }
.mdi-file-video:before {
content: "\F22B"; }
.mdi-file-word:before {
content: "\F22C"; }
.mdi-file-word-box:before {
content: "\F22D"; }
.mdi-file-xml:before {
content: "\F22E"; }
.mdi-film:before {
content: "\F22F"; }
.mdi-filmstrip:before {
content: "\F230"; }
.mdi-filmstrip-off:before {
content: "\F231"; }
.mdi-filter:before {
content: "\F232"; }
.mdi-filter-outline:before {
content: "\F233"; }
.mdi-filter-remove:before {
content: "\F234"; }
.mdi-filter-remove-outline:before {
content: "\F235"; }
.mdi-filter-variant:before {
content: "\F236"; }
.mdi-finance:before {
content: "\F81E"; }
.mdi-find-replace:before {
content: "\F6D3"; }
.mdi-fingerprint:before {
content: "\F237"; }
.mdi-fire:before {
content: "\F238"; }
.mdi-fire-truck:before {
content: "\F8AA"; }
.mdi-firebase:before {
content: "\F966"; }
.mdi-firefox:before {
content: "\F239"; }
.mdi-fish:before {
content: "\F23A"; }
.mdi-flag:before {
content: "\F23B"; }
.mdi-flag-checkered:before {
content: "\F23C"; }
.mdi-flag-minus:before {
content: "\FB75"; }
.mdi-flag-outline:before {
content: "\F23D"; }
.mdi-flag-plus:before {
content: "\FB76"; }
.mdi-flag-remove:before {
content: "\FB77"; }
.mdi-flag-triangle:before {
content: "\F23F"; }
.mdi-flag-variant:before {
content: "\F240"; }
.mdi-flag-variant-outline:before {
content: "\F23E"; }
.mdi-flash:before {
content: "\F241"; }
.mdi-flash-auto:before {
content: "\F242"; }
.mdi-flash-circle:before {
content: "\F81F"; }
.mdi-flash-off:before {
content: "\F243"; }
.mdi-flash-outline:before {
content: "\F6D4"; }
.mdi-flash-red-eye:before {
content: "\F67A"; }
.mdi-flashlight:before {
content: "\F244"; }
.mdi-flashlight-off:before {
content: "\F245"; }
.mdi-flask:before {
content: "\F093"; }
.mdi-flask-empty:before {
content: "\F094"; }
.mdi-flask-empty-outline:before {
content: "\F095"; }
.mdi-flask-outline:before {
content: "\F096"; }
.mdi-flattr:before {
content: "\F246"; }
.mdi-flickr:before {
content: "\FCE3"; }
.mdi-flip-to-back:before {
content: "\F247"; }
.mdi-flip-to-front:before {
content: "\F248"; }
.mdi-floor-lamp:before {
content: "\F8DC"; }
.mdi-floor-plan:before {
content: "\F820"; }
.mdi-floppy:before {
content: "\F249"; }
.mdi-floppy-variant:before {
content: "\F9EE"; }
.mdi-flower:before {
content: "\F24A"; }
.mdi-flower-outline:before {
content: "\F9EF"; }
.mdi-flower-poppy:before {
content: "\FCE4"; }
.mdi-flower-tulip:before {
content: "\F9F0"; }
.mdi-flower-tulip-outline:before {
content: "\F9F1"; }
.mdi-folder:before {
content: "\F24B"; }
.mdi-folder-account:before {
content: "\F24C"; }
.mdi-folder-account-outline:before {
content: "\FB78"; }
.mdi-folder-clock:before {
content: "\FAB9"; }
.mdi-folder-clock-outline:before {
content: "\FABA"; }
.mdi-folder-download:before {
content: "\F24D"; }
.mdi-folder-edit:before {
content: "\F8DD"; }
.mdi-folder-google-drive:before {
content: "\F24E"; }
.mdi-folder-image:before {
content: "\F24F"; }
.mdi-folder-key:before {
content: "\F8AB"; }
.mdi-folder-key-network:before {
content: "\F8AC"; }
.mdi-folder-key-network-outline:before {
content: "\FC5C"; }
.mdi-folder-lock:before {
content: "\F250"; }
.mdi-folder-lock-open:before {
content: "\F251"; }
.mdi-folder-move:before {
content: "\F252"; }
.mdi-folder-multiple:before {
content: "\F253"; }
.mdi-folder-multiple-image:before {
content: "\F254"; }
.mdi-folder-multiple-outline:before {
content: "\F255"; }
.mdi-folder-network:before {
content: "\F86F"; }
.mdi-folder-network-outline:before {
content: "\FC5D"; }
.mdi-folder-open:before {
content: "\F76F"; }
.mdi-folder-outline:before {
content: "\F256"; }
.mdi-folder-plus:before {
content: "\F257"; }
.mdi-folder-plus-outline:before {
content: "\FB79"; }
.mdi-folder-pound:before {
content: "\FCE5"; }
.mdi-folder-pound-outline:before {
content: "\FCE6"; }
.mdi-folder-remove:before {
content: "\F258"; }
.mdi-folder-remove-outline:before {
content: "\FB7A"; }
.mdi-folder-search:before {
content: "\F967"; }
.mdi-folder-search-outline:before {
content: "\F968"; }
.mdi-folder-star:before {
content: "\F69C"; }
.mdi-folder-star-outline:before {
content: "\FB7B"; }
.mdi-folder-sync:before {
content: "\FCE7"; }
.mdi-folder-sync-outline:before {
content: "\FCE8"; }
.mdi-folder-text:before {
content: "\FC5E"; }
.mdi-folder-text-outline:before {
content: "\FC5F"; }
.mdi-folder-upload:before {
content: "\F259"; }
.mdi-font-awesome:before {
content: "\F03A"; }
.mdi-food:before {
content: "\F25A"; }
.mdi-food-apple:before {
content: "\F25B"; }
.mdi-food-apple-outline:before {
content: "\FC60"; }
.mdi-food-croissant:before {
content: "\F7C7"; }
.mdi-food-fork-drink:before {
content: "\F5F2"; }
.mdi-food-off:before {
content: "\F5F3"; }
.mdi-food-variant:before {
content: "\F25C"; }
.mdi-football:before {
content: "\F25D"; }
.mdi-football-australian:before {
content: "\F25E"; }
.mdi-football-helmet:before {
content: "\F25F"; }
.mdi-forklift:before {
content: "\F7C8"; }
.mdi-format-align-bottom:before {
content: "\F752"; }
.mdi-format-align-center:before {
content: "\F260"; }
.mdi-format-align-justify:before {
content: "\F261"; }
.mdi-format-align-left:before {
content: "\F262"; }
.mdi-format-align-middle:before {
content: "\F753"; }
.mdi-format-align-right:before {
content: "\F263"; }
.mdi-format-align-top:before {
content: "\F754"; }
.mdi-format-annotation-minus:before {
content: "\FABB"; }
.mdi-format-annotation-plus:before {
content: "\F646"; }
.mdi-format-bold:before {
content: "\F264"; }
.mdi-format-clear:before {
content: "\F265"; }
.mdi-format-color-fill:before {
content: "\F266"; }
.mdi-format-color-text:before {
content: "\F69D"; }
.mdi-format-columns:before {
content: "\F8DE"; }
.mdi-format-float-center:before {
content: "\F267"; }
.mdi-format-float-left:before {
content: "\F268"; }
.mdi-format-float-none:before {
content: "\F269"; }
.mdi-format-float-right:before {
content: "\F26A"; }
.mdi-format-font:before {
content: "\F6D5"; }
.mdi-format-font-size-decrease:before {
content: "\F9F2"; }
.mdi-format-font-size-increase:before {
content: "\F9F3"; }
.mdi-format-header-1:before {
content: "\F26B"; }
.mdi-format-header-2:before {
content: "\F26C"; }
.mdi-format-header-3:before {
content: "\F26D"; }
.mdi-format-header-4:before {
content: "\F26E"; }
.mdi-format-header-5:before {
content: "\F26F"; }
.mdi-format-header-6:before {
content: "\F270"; }
.mdi-format-header-decrease:before {
content: "\F271"; }
.mdi-format-header-equal:before {
content: "\F272"; }
.mdi-format-header-increase:before {
content: "\F273"; }
.mdi-format-header-pound:before {
content: "\F274"; }
.mdi-format-horizontal-align-center:before {
content: "\F61E"; }
.mdi-format-horizontal-align-left:before {
content: "\F61F"; }
.mdi-format-horizontal-align-right:before {
content: "\F620"; }
.mdi-format-indent-decrease:before {
content: "\F275"; }
.mdi-format-indent-increase:before {
content: "\F276"; }
.mdi-format-italic:before {
content: "\F277"; }
.mdi-format-letter-case:before {
content: "\FB19"; }
.mdi-format-letter-case-lower:before {
content: "\FB1A"; }
.mdi-format-letter-case-upper:before {
content: "\FB1B"; }
.mdi-format-line-spacing:before {
content: "\F278"; }
.mdi-format-line-style:before {
content: "\F5C8"; }
.mdi-format-line-weight:before {
content: "\F5C9"; }
.mdi-format-list-bulleted:before {
content: "\F279"; }
.mdi-format-list-bulleted-type:before {
content: "\F27A"; }
.mdi-format-list-checkbox:before {
content: "\F969"; }
.mdi-format-list-checks:before {
content: "\F755"; }
.mdi-format-list-numbered:before {
content: "\F27B"; }
.mdi-format-list-numbered-rtl:before {
content: "\FCE9"; }
.mdi-format-page-break:before {
content: "\F6D6"; }
.mdi-format-paint:before {
content: "\F27C"; }
.mdi-format-paragraph:before {
content: "\F27D"; }
.mdi-format-pilcrow:before {
content: "\F6D7"; }
.mdi-format-quote-close:before {
content: "\F27E"; }
.mdi-format-quote-open:before {
content: "\F756"; }
.mdi-format-rotate-90:before {
content: "\F6A9"; }
.mdi-format-section:before {
content: "\F69E"; }
.mdi-format-size:before {
content: "\F27F"; }
.mdi-format-strikethrough:before {
content: "\F280"; }
.mdi-format-strikethrough-variant:before {
content: "\F281"; }
.mdi-format-subscript:before {
content: "\F282"; }
.mdi-format-superscript:before {
content: "\F283"; }
.mdi-format-text:before {
content: "\F284"; }
.mdi-format-text-wrapping-clip:before {
content: "\FCEA"; }
.mdi-format-text-wrapping-overflow:before {
content: "\FCEB"; }
.mdi-format-text-wrapping-wrap:before {
content: "\FCEC"; }
.mdi-format-textbox:before {
content: "\FCED"; }
.mdi-format-textdirection-l-to-r:before {
content: "\F285"; }
.mdi-format-textdirection-r-to-l:before {
content: "\F286"; }
.mdi-format-title:before {
content: "\F5F4"; }
.mdi-format-underline:before {
content: "\F287"; }
.mdi-format-vertical-align-bottom:before {
content: "\F621"; }
.mdi-format-vertical-align-center:before {
content: "\F622"; }
.mdi-format-vertical-align-top:before {
content: "\F623"; }
.mdi-format-wrap-inline:before {
content: "\F288"; }
.mdi-format-wrap-square:before {
content: "\F289"; }
.mdi-format-wrap-tight:before {
content: "\F28A"; }
.mdi-format-wrap-top-bottom:before {
content: "\F28B"; }
.mdi-forum:before {
content: "\F28C"; }
.mdi-forum-outline:before {
content: "\F821"; }
.mdi-forward:before {
content: "\F28D"; }
.mdi-fountain:before {
content: "\F96A"; }
.mdi-fountain-pen:before {
content: "\FCEE"; }
.mdi-fountain-pen-tip:before {
content: "\FCEF"; }
.mdi-foursquare:before {
content: "\F28E"; }
.mdi-freebsd:before {
content: "\F8DF"; }
.mdi-fridge:before {
content: "\F290"; }
.mdi-fridge-bottom:before {
content: "\F292"; }
.mdi-fridge-outline:before {
content: "\F28F"; }
.mdi-fridge-top:before {
content: "\F291"; }
.mdi-fuel:before {
content: "\F7C9"; }
.mdi-fullscreen:before {
content: "\F293"; }
.mdi-fullscreen-exit:before {
content: "\F294"; }
.mdi-function:before {
content: "\F295"; }
.mdi-function-variant:before {
content: "\F870"; }
.mdi-fuse:before {
content: "\FC61"; }
.mdi-fuse-blade:before {
content: "\FC62"; }
.mdi-gamepad:before {
content: "\F296"; }
.mdi-gamepad-variant:before {
content: "\F297"; }
.mdi-garage:before {
content: "\F6D8"; }
.mdi-garage-alert:before {
content: "\F871"; }
.mdi-garage-open:before {
content: "\F6D9"; }
.mdi-gas-cylinder:before {
content: "\F647"; }
.mdi-gas-station:before {
content: "\F298"; }
.mdi-gate:before {
content: "\F299"; }
.mdi-gate-and:before {
content: "\F8E0"; }
.mdi-gate-nand:before {
content: "\F8E1"; }
.mdi-gate-nor:before {
content: "\F8E2"; }
.mdi-gate-not:before {
content: "\F8E3"; }
.mdi-gate-or:before {
content: "\F8E4"; }
.mdi-gate-xnor:before {
content: "\F8E5"; }
.mdi-gate-xor:before {
content: "\F8E6"; }
.mdi-gauge:before {
content: "\F29A"; }
.mdi-gauge-empty:before {
content: "\F872"; }
.mdi-gauge-full:before {
content: "\F873"; }
.mdi-gauge-low:before {
content: "\F874"; }
.mdi-gavel:before {
content: "\F29B"; }
.mdi-gender-female:before {
content: "\F29C"; }
.mdi-gender-male:before {
content: "\F29D"; }
.mdi-gender-male-female:before {
content: "\F29E"; }
.mdi-gender-transgender:before {
content: "\F29F"; }
.mdi-gentoo:before {
content: "\F8E7"; }
.mdi-gesture:before {
content: "\F7CA"; }
.mdi-gesture-double-tap:before {
content: "\F73B"; }
.mdi-gesture-pinch:before {
content: "\FABC"; }
.mdi-gesture-spread:before {
content: "\FABD"; }
.mdi-gesture-swipe-down:before {
content: "\F73C"; }
.mdi-gesture-swipe-horizontal:before {
content: "\FABE"; }
.mdi-gesture-swipe-left:before {
content: "\F73D"; }
.mdi-gesture-swipe-right:before {
content: "\F73E"; }
.mdi-gesture-swipe-up:before {
content: "\F73F"; }
.mdi-gesture-swipe-vertical:before {
content: "\FABF"; }
.mdi-gesture-tap:before {
content: "\F740"; }
.mdi-gesture-two-double-tap:before {
content: "\F741"; }
.mdi-gesture-two-tap:before {
content: "\F742"; }
.mdi-ghost:before {
content: "\F2A0"; }
.mdi-ghost-off:before {
content: "\F9F4"; }
.mdi-gift:before {
content: "\F2A1"; }
.mdi-git:before {
content: "\F2A2"; }
.mdi-github-box:before {
content: "\F2A3"; }
.mdi-github-circle:before {
content: "\F2A4"; }
.mdi-github-face:before {
content: "\F6DA"; }
.mdi-gitlab:before {
content: "\FB7C"; }
.mdi-glass-cocktail:before {
content: "\F356"; }
.mdi-glass-flute:before {
content: "\F2A5"; }
.mdi-glass-mug:before {
content: "\F2A6"; }
.mdi-glass-stange:before {
content: "\F2A7"; }
.mdi-glass-tulip:before {
content: "\F2A8"; }
.mdi-glass-wine:before {
content: "\F875"; }
.mdi-glassdoor:before {
content: "\F2A9"; }
.mdi-glasses:before {
content: "\F2AA"; }
.mdi-globe-model:before {
content: "\F8E8"; }
.mdi-gmail:before {
content: "\F2AB"; }
.mdi-gnome:before {
content: "\F2AC"; }
.mdi-gog:before {
content: "\FB7D"; }
.mdi-golf:before {
content: "\F822"; }
.mdi-gondola:before {
content: "\F685"; }
.mdi-google:before {
content: "\F2AD"; }
.mdi-google-adwords:before {
content: "\FC63"; }
.mdi-google-allo:before {
content: "\F801"; }
.mdi-google-analytics:before {
content: "\F7CB"; }
.mdi-google-assistant:before {
content: "\F7CC"; }
.mdi-google-cardboard:before {
content: "\F2AE"; }
.mdi-google-chrome:before {
content: "\F2AF"; }
.mdi-google-circles:before {
content: "\F2B0"; }
.mdi-google-circles-communities:before {
content: "\F2B1"; }
.mdi-google-circles-extended:before {
content: "\F2B2"; }
.mdi-google-circles-group:before {
content: "\F2B3"; }
.mdi-google-controller:before {
content: "\F2B4"; }
.mdi-google-controller-off:before {
content: "\F2B5"; }
.mdi-google-drive:before {
content: "\F2B6"; }
.mdi-google-earth:before {
content: "\F2B7"; }
.mdi-google-fit:before {
content: "\F96B"; }
.mdi-google-glass:before {
content: "\F2B8"; }
.mdi-google-hangouts:before {
content: "\F2C9"; }
.mdi-google-home:before {
content: "\F823"; }
.mdi-google-keep:before {
content: "\F6DB"; }
.mdi-google-lens:before {
content: "\F9F5"; }
.mdi-google-maps:before {
content: "\F5F5"; }
.mdi-google-nearby:before {
content: "\F2B9"; }
.mdi-google-pages:before {
content: "\F2BA"; }
.mdi-google-photos:before {
content: "\F6DC"; }
.mdi-google-physical-web:before {
content: "\F2BB"; }
.mdi-google-play:before {
content: "\F2BC"; }
.mdi-google-plus:before {
content: "\F2BD"; }
.mdi-google-plus-box:before {
content: "\F2BE"; }
.mdi-google-spreadsheet:before {
content: "\F9F6"; }
.mdi-google-street-view:before {
content: "\FC64"; }
.mdi-google-translate:before {
content: "\F2BF"; }
.mdi-google-wallet:before {
content: "\F2C0"; }
.mdi-gpu:before {
content: "\F8AD"; }
.mdi-gradient:before {
content: "\F69F"; }
.mdi-graphql:before {
content: "\F876"; }
.mdi-grave-stone:before {
content: "\FB7E"; }
.mdi-grease-pencil:before {
content: "\F648"; }
.mdi-greater-than:before {
content: "\F96C"; }
.mdi-greater-than-or-equal:before {
content: "\F96D"; }
.mdi-grid:before {
content: "\F2C1"; }
.mdi-grid-large:before {
content: "\F757"; }
.mdi-grid-off:before {
content: "\F2C2"; }
.mdi-group:before {
content: "\F2C3"; }
.mdi-guitar-acoustic:before {
content: "\F770"; }
.mdi-guitar-electric:before {
content: "\F2C4"; }
.mdi-guitar-pick:before {
content: "\F2C5"; }
.mdi-guitar-pick-outline:before {
content: "\F2C6"; }
.mdi-guy-fawkes-mask:before {
content: "\F824"; }
.mdi-hackernews:before {
content: "\F624"; }
.mdi-hail:before {
content: "\FAC0"; }
.mdi-halloween:before {
content: "\FB7F"; }
.mdi-hamburger:before {
content: "\F684"; }
.mdi-hammer:before {
content: "\F8E9"; }
.mdi-hand:before {
content: "\FA4E"; }
.mdi-hand-okay:before {
content: "\FA4F"; }
.mdi-hand-peace:before {
content: "\FA50"; }
.mdi-hand-peace-variant:before {
content: "\FA51"; }
.mdi-hand-pointing-down:before {
content: "\FA52"; }
.mdi-hand-pointing-left:before {
content: "\FA53"; }
.mdi-hand-pointing-right:before {
content: "\F2C7"; }
.mdi-hand-pointing-up:before {
content: "\FA54"; }
.mdi-hanger:before {
content: "\F2C8"; }
.mdi-hard-hat:before {
content: "\F96E"; }
.mdi-harddisk:before {
content: "\F2CA"; }
.mdi-hat-fedora:before {
content: "\FB80"; }
.mdi-hazard-lights:before {
content: "\FC65"; }
.mdi-headphones:before {
content: "\F2CB"; }
.mdi-headphones-bluetooth:before {
content: "\F96F"; }
.mdi-headphones-box:before {
content: "\F2CC"; }
.mdi-headphones-off:before {
content: "\F7CD"; }
.mdi-headphones-settings:before {
content: "\F2CD"; }
.mdi-headset:before {
content: "\F2CE"; }
.mdi-headset-dock:before {
content: "\F2CF"; }
.mdi-headset-off:before {
content: "\F2D0"; }
.mdi-heart:before {
content: "\F2D1"; }
.mdi-heart-box:before {
content: "\F2D2"; }
.mdi-heart-box-outline:before {
content: "\F2D3"; }
.mdi-heart-broken:before {
content: "\F2D4"; }
.mdi-heart-broken-outline:before {
content: "\FCF0"; }
.mdi-heart-circle:before {
content: "\F970"; }
.mdi-heart-circle-outline:before {
content: "\F971"; }
.mdi-heart-half:before {
content: "\F6DE"; }
.mdi-heart-half-full:before {
content: "\F6DD"; }
.mdi-heart-half-outline:before {
content: "\F6DF"; }
.mdi-heart-multiple:before {
content: "\FA55"; }
.mdi-heart-multiple-outline:before {
content: "\FA56"; }
.mdi-heart-off:before {
content: "\F758"; }
.mdi-heart-outline:before {
content: "\F2D5"; }
.mdi-heart-pulse:before {
content: "\F5F6"; }
.mdi-helicopter:before {
content: "\FAC1"; }
.mdi-help:before {
content: "\F2D6"; }
.mdi-help-box:before {
content: "\F78A"; }
.mdi-help-circle:before {
content: "\F2D7"; }
.mdi-help-circle-outline:before {
content: "\F625"; }
.mdi-help-network:before {
content: "\F6F4"; }
.mdi-help-network-outline:before {
content: "\FC66"; }
.mdi-help-rhombus:before {
content: "\FB81"; }
.mdi-help-rhombus-outline:before {
content: "\FB82"; }
.mdi-hexagon:before {
content: "\F2D8"; }
.mdi-hexagon-multiple:before {
content: "\F6E0"; }
.mdi-hexagon-outline:before {
content: "\F2D9"; }
.mdi-hexagon-slice-1:before {
content: "\FAC2"; }
.mdi-hexagon-slice-2:before {
content: "\FAC3"; }
.mdi-hexagon-slice-3:before {
content: "\FAC4"; }
.mdi-hexagon-slice-4:before {
content: "\FAC5"; }
.mdi-hexagon-slice-5:before {
content: "\FAC6"; }
.mdi-hexagon-slice-6:before {
content: "\FAC7"; }
.mdi-hexagram:before {
content: "\FAC8"; }
.mdi-hexagram-outline:before {
content: "\FAC9"; }
.mdi-high-definition:before {
content: "\F7CE"; }
.mdi-high-definition-box:before {
content: "\F877"; }
.mdi-highway:before {
content: "\F5F7"; }
.mdi-hinduism:before {
content: "\F972"; }
.mdi-history:before {
content: "\F2DA"; }
.mdi-hockey-puck:before {
content: "\F878"; }
.mdi-hockey-sticks:before {
content: "\F879"; }
.mdi-hololens:before {
content: "\F2DB"; }
.mdi-home:before {
content: "\F2DC"; }
.mdi-home-account:before {
content: "\F825"; }
.mdi-home-alert:before {
content: "\F87A"; }
.mdi-home-assistant:before {
content: "\F7CF"; }
.mdi-home-automation:before {
content: "\F7D0"; }
.mdi-home-circle:before {
content: "\F7D1"; }
.mdi-home-city:before {
content: "\FCF1"; }
.mdi-home-city-outline:before {
content: "\FCF2"; }
.mdi-home-currency-usd:before {
content: "\F8AE"; }
.mdi-home-heart:before {
content: "\F826"; }
.mdi-home-lock:before {
content: "\F8EA"; }
.mdi-home-lock-open:before {
content: "\F8EB"; }
.mdi-home-map-marker:before {
content: "\F5F8"; }
.mdi-home-minus:before {
content: "\F973"; }
.mdi-home-modern:before {
content: "\F2DD"; }
.mdi-home-outline:before {
content: "\F6A0"; }
.mdi-home-plus:before {
content: "\F974"; }
.mdi-home-variant:before {
content: "\F2DE"; }
.mdi-home-variant-outline:before {
content: "\FB83"; }
.mdi-hook:before {
content: "\F6E1"; }
.mdi-hook-off:before {
content: "\F6E2"; }
.mdi-hops:before {
content: "\F2DF"; }
.mdi-horseshoe:before {
content: "\FA57"; }
.mdi-hospital:before {
content: "\F2E0"; }
.mdi-hospital-building:before {
content: "\F2E1"; }
.mdi-hospital-marker:before {
content: "\F2E2"; }
.mdi-hot-tub:before {
content: "\F827"; }
.mdi-hotel:before {
content: "\F2E3"; }
.mdi-houzz:before {
content: "\F2E4"; }
.mdi-houzz-box:before {
content: "\F2E5"; }
.mdi-hubspot:before {
content: "\FCF3"; }
.mdi-hulu:before {
content: "\F828"; }
.mdi-human:before {
content: "\F2E6"; }
.mdi-human-child:before {
content: "\F2E7"; }
.mdi-human-female:before {
content: "\F649"; }
.mdi-human-female-boy:before {
content: "\FA58"; }
.mdi-human-female-female:before {
content: "\FA59"; }
.mdi-human-female-girl:before {
content: "\FA5A"; }
.mdi-human-greeting:before {
content: "\F64A"; }
.mdi-human-handsdown:before {
content: "\F64B"; }
.mdi-human-handsup:before {
content: "\F64C"; }
.mdi-human-male:before {
content: "\F64D"; }
.mdi-human-male-boy:before {
content: "\FA5B"; }
.mdi-human-male-female:before {
content: "\F2E8"; }
.mdi-human-male-girl:before {
content: "\FA5C"; }
.mdi-human-male-male:before {
content: "\FA5D"; }
.mdi-human-pregnant:before {
content: "\F5CF"; }
.mdi-humble-bundle:before {
content: "\F743"; }
.mdi-ice-cream:before {
content: "\F829"; }
.mdi-iframe:before {
content: "\FC67"; }
.mdi-iframe-outline:before {
content: "\FC68"; }
.mdi-image:before {
content: "\F2E9"; }
.mdi-image-album:before {
content: "\F2EA"; }
.mdi-image-area:before {
content: "\F2EB"; }
.mdi-image-area-close:before {
content: "\F2EC"; }
.mdi-image-broken:before {
content: "\F2ED"; }
.mdi-image-broken-variant:before {
content: "\F2EE"; }
.mdi-image-filter:before {
content: "\F2EF"; }
.mdi-image-filter-black-white:before {
content: "\F2F0"; }
.mdi-image-filter-center-focus:before {
content: "\F2F1"; }
.mdi-image-filter-center-focus-weak:before {
content: "\F2F2"; }
.mdi-image-filter-drama:before {
content: "\F2F3"; }
.mdi-image-filter-frames:before {
content: "\F2F4"; }
.mdi-image-filter-hdr:before {
content: "\F2F5"; }
.mdi-image-filter-none:before {
content: "\F2F6"; }
.mdi-image-filter-tilt-shift:before {
content: "\F2F7"; }
.mdi-image-filter-vintage:before {
content: "\F2F8"; }
.mdi-image-move:before {
content: "\F9F7"; }
.mdi-image-multiple:before {
content: "\F2F9"; }
.mdi-image-off:before {
content: "\F82A"; }
.mdi-image-outline:before {
content: "\F975"; }
.mdi-image-plus:before {
content: "\F87B"; }
.mdi-image-search:before {
content: "\F976"; }
.mdi-image-search-outline:before {
content: "\F977"; }
.mdi-image-size-select-actual:before {
content: "\FC69"; }
.mdi-image-size-select-large:before {
content: "\FC6A"; }
.mdi-image-size-select-small:before {
content: "\FC6B"; }
.mdi-import:before {
content: "\F2FA"; }
.mdi-inbox:before {
content: "\F686"; }
.mdi-inbox-arrow-down:before {
content: "\F2FB"; }
.mdi-inbox-arrow-up:before {
content: "\F3D1"; }
.mdi-inbox-multiple:before {
content: "\F8AF"; }
.mdi-inbox-multiple-outline:before {
content: "\FB84"; }
.mdi-incognito:before {
content: "\F5F9"; }
.mdi-infinity:before {
content: "\F6E3"; }
.mdi-information:before {
content: "\F2FC"; }
.mdi-information-outline:before {
content: "\F2FD"; }
.mdi-information-variant:before {
content: "\F64E"; }
.mdi-instagram:before {
content: "\F2FE"; }
.mdi-instapaper:before {
content: "\F2FF"; }
.mdi-internet-explorer:before {
content: "\F300"; }
.mdi-invert-colors:before {
content: "\F301"; }
.mdi-ip:before {
content: "\FA5E"; }
.mdi-ip-network:before {
content: "\FA5F"; }
.mdi-ip-network-outline:before {
content: "\FC6C"; }
.mdi-ipod:before {
content: "\FC6D"; }
.mdi-islam:before {
content: "\F978"; }
.mdi-itunes:before {
content: "\F676"; }
.mdi-jeepney:before {
content: "\F302"; }
.mdi-jira:before {
content: "\F303"; }
.mdi-jquery:before {
content: "\F87C"; }
.mdi-jsfiddle:before {
content: "\F304"; }
.mdi-json:before {
content: "\F626"; }
.mdi-judaism:before {
content: "\F979"; }
.mdi-karate:before {
content: "\F82B"; }
.mdi-keg:before {
content: "\F305"; }
.mdi-kettle:before {
content: "\F5FA"; }
.mdi-key:before {
content: "\F306"; }
.mdi-key-change:before {
content: "\F307"; }
.mdi-key-minus:before {
content: "\F308"; }
.mdi-key-plus:before {
content: "\F309"; }
.mdi-key-remove:before {
content: "\F30A"; }
.mdi-key-variant:before {
content: "\F30B"; }
.mdi-keyboard:before {
content: "\F30C"; }
.mdi-keyboard-backspace:before {
content: "\F30D"; }
.mdi-keyboard-caps:before {
content: "\F30E"; }
.mdi-keyboard-close:before {
content: "\F30F"; }
.mdi-keyboard-off:before {
content: "\F310"; }
.mdi-keyboard-outline:before {
content: "\F97A"; }
.mdi-keyboard-return:before {
content: "\F311"; }
.mdi-keyboard-settings:before {
content: "\F9F8"; }
.mdi-keyboard-settings-outline:before {
content: "\F9F9"; }
.mdi-keyboard-tab:before {
content: "\F312"; }
.mdi-keyboard-variant:before {
content: "\F313"; }
.mdi-kickstarter:before {
content: "\F744"; }
.mdi-knife:before {
content: "\F9FA"; }
.mdi-knife-military:before {
content: "\F9FB"; }
.mdi-kodi:before {
content: "\F314"; }
.mdi-label:before {
content: "\F315"; }
.mdi-label-off:before {
content: "\FACA"; }
.mdi-label-off-outline:before {
content: "\FACB"; }
.mdi-label-outline:before {
content: "\F316"; }
.mdi-label-variant:before {
content: "\FACC"; }
.mdi-label-variant-outline:before {
content: "\FACD"; }
.mdi-ladybug:before {
content: "\F82C"; }
.mdi-lambda:before {
content: "\F627"; }
.mdi-lamp:before {
content: "\F6B4"; }
.mdi-lan:before {
content: "\F317"; }
.mdi-lan-connect:before {
content: "\F318"; }
.mdi-lan-disconnect:before {
content: "\F319"; }
.mdi-lan-pending:before {
content: "\F31A"; }
.mdi-language-c:before {
content: "\F671"; }
.mdi-language-cpp:before {
content: "\F672"; }
.mdi-language-csharp:before {
content: "\F31B"; }
.mdi-language-css3:before {
content: "\F31C"; }
.mdi-language-go:before {
content: "\F7D2"; }
.mdi-language-haskell:before {
content: "\FC6E"; }
.mdi-language-html5:before {
content: "\F31D"; }
.mdi-language-java:before {
content: "\FB1C"; }
.mdi-language-javascript:before {
content: "\F31E"; }
.mdi-language-lua:before {
content: "\F8B0"; }
.mdi-language-php:before {
content: "\F31F"; }
.mdi-language-python:before {
content: "\F320"; }
.mdi-language-python-text:before {
content: "\F321"; }
.mdi-language-r:before {
content: "\F7D3"; }
.mdi-language-ruby-on-rails:before {
content: "\FACE"; }
.mdi-language-swift:before {
content: "\F6E4"; }
.mdi-language-typescript:before {
content: "\F6E5"; }
.mdi-laptop:before {
content: "\F322"; }
.mdi-laptop-chromebook:before {
content: "\F323"; }
.mdi-laptop-mac:before {
content: "\F324"; }
.mdi-laptop-off:before {
content: "\F6E6"; }
.mdi-laptop-windows:before {
content: "\F325"; }
.mdi-laravel:before {
content: "\FACF"; }
.mdi-lastfm:before {
content: "\F326"; }
.mdi-lastpass:before {
content: "\F446"; }
.mdi-launch:before {
content: "\F327"; }
.mdi-lava-lamp:before {
content: "\F7D4"; }
.mdi-layers:before {
content: "\F328"; }
.mdi-layers-off:before {
content: "\F329"; }
.mdi-layers-off-outline:before {
content: "\F9FC"; }
.mdi-layers-outline:before {
content: "\F9FD"; }
.mdi-lead-pencil:before {
content: "\F64F"; }
.mdi-leaf:before {
content: "\F32A"; }
.mdi-leaf-maple:before {
content: "\FC6F"; }
.mdi-led-off:before {
content: "\F32B"; }
.mdi-led-on:before {
content: "\F32C"; }
.mdi-led-outline:before {
content: "\F32D"; }
.mdi-led-strip:before {
content: "\F7D5"; }
.mdi-led-variant-off:before {
content: "\F32E"; }
.mdi-led-variant-on:before {
content: "\F32F"; }
.mdi-led-variant-outline:before {
content: "\F330"; }
.mdi-less-than:before {
content: "\F97B"; }
.mdi-less-than-or-equal:before {
content: "\F97C"; }
.mdi-library:before {
content: "\F331"; }
.mdi-library-books:before {
content: "\F332"; }
.mdi-library-movie:before {
content: "\FCF4"; }
.mdi-library-music:before {
content: "\F333"; }
.mdi-library-plus:before {
content: "\F334"; }
.mdi-library-shelves:before {
content: "\FB85"; }
.mdi-library-video:before {
content: "\FCF5"; }
.mdi-lifebuoy:before {
content: "\F87D"; }
.mdi-light-switch:before {
content: "\F97D"; }
.mdi-lightbulb:before {
content: "\F335"; }
.mdi-lightbulb-on:before {
content: "\F6E7"; }
.mdi-lightbulb-on-outline:before {
content: "\F6E8"; }
.mdi-lightbulb-outline:before {
content: "\F336"; }
.mdi-lighthouse:before {
content: "\F9FE"; }
.mdi-lighthouse-on:before {
content: "\F9FF"; }
.mdi-before {
content: "\F337"; }
.mdi-link-box:before {
content: "\FCF6"; }
.mdi-link-box-outline:before {
content: "\FCF7"; }
.mdi-link-box-variant:before {
content: "\FCF8"; }
.mdi-link-box-variant-outline:before {
content: "\FCF9"; }
.mdi-link-off:before {
content: "\F338"; }
.mdi-link-plus:before {
content: "\FC70"; }
.mdi-link-variant:before {
content: "\F339"; }
.mdi-link-variant-off:before {
content: "\F33A"; }
.mdi-linkedin:before {
content: "\F33B"; }
.mdi-linkedin-box:before {
content: "\F33C"; }
.mdi-linux:before {
content: "\F33D"; }
.mdi-linux-mint:before {
content: "\F8EC"; }
.mdi-litecoin:before {
content: "\FA60"; }
.mdi-loading:before {
content: "\F771"; }
.mdi-lock:before {
content: "\F33E"; }
.mdi-lock-alert:before {
content: "\F8ED"; }
.mdi-lock-clock:before {
content: "\F97E"; }
.mdi-lock-open:before {
content: "\F33F"; }
.mdi-lock-open-outline:before {
content: "\F340"; }
.mdi-lock-outline:before {
content: "\F341"; }
.mdi-lock-pattern:before {
content: "\F6E9"; }
.mdi-lock-plus:before {
content: "\F5FB"; }
.mdi-lock-question:before {
content: "\F8EE"; }
.mdi-lock-reset:before {
content: "\F772"; }
.mdi-lock-smart:before {
content: "\F8B1"; }
.mdi-locker:before {
content: "\F7D6"; }
.mdi-locker-multiple:before {
content: "\F7D7"; }
.mdi-login:before {
content: "\F342"; }
.mdi-login-variant:before {
content: "\F5FC"; }
.mdi-logout:before {
content: "\F343"; }
.mdi-logout-variant:before {
content: "\F5FD"; }
.mdi-looks:before {
content: "\F344"; }
.mdi-loop:before {
content: "\F6EA"; }
.mdi-loupe:before {
content: "\F345"; }
.mdi-lumx:before {
content: "\F346"; }
.mdi-lyft:before {
content: "\FB1D"; }
.mdi-magnet:before {
content: "\F347"; }
.mdi-magnet-on:before {
content: "\F348"; }
.mdi-magnify:before {
content: "\F349"; }
.mdi-magnify-close:before {
content: "\F97F"; }
.mdi-magnify-minus:before {
content: "\F34A"; }
.mdi-magnify-minus-cursor:before {
content: "\FA61"; }
.mdi-magnify-minus-outline:before {
content: "\F6EB"; }
.mdi-magnify-plus:before {
content: "\F34B"; }
.mdi-magnify-plus-cursor:before {
content: "\FA62"; }
.mdi-magnify-plus-outline:before {
content: "\F6EC"; }
.mdi-mail-ru:before {
content: "\F34C"; }
.mdi-mailbox:before {
content: "\F6ED"; }
.mdi-map:before {
content: "\F34D"; }
.mdi-map-clock:before {
content: "\FCFA"; }
.mdi-map-clock-outline:before {
content: "\FCFB"; }
.mdi-map-legend:before {
content: "\FA00"; }
.mdi-map-marker:before {
content: "\F34E"; }
.mdi-map-marker-check:before {
content: "\FC71"; }
.mdi-map-marker-circle:before {
content: "\F34F"; }
.mdi-map-marker-distance:before {
content: "\F8EF"; }
.mdi-map-marker-minus:before {
content: "\F650"; }
.mdi-map-marker-multiple:before {
content: "\F350"; }
.mdi-map-marker-off:before {
content: "\F351"; }
.mdi-map-marker-outline:before {
content: "\F7D8"; }
.mdi-map-marker-path:before {
content: "\FCFC"; }
.mdi-map-marker-plus:before {
content: "\F651"; }
.mdi-map-marker-radius:before {
content: "\F352"; }
.mdi-map-minus:before {
content: "\F980"; }
.mdi-map-outline:before {
content: "\F981"; }
.mdi-map-plus:before {
content: "\F982"; }
.mdi-map-search:before {
content: "\F983"; }
.mdi-map-search-outline:before {
content: "\F984"; }
.mdi-mapbox:before {
content: "\FB86"; }
.mdi-margin:before {
content: "\F353"; }
.mdi-markdown:before {
content: "\F354"; }
.mdi-marker:before {
content: "\F652"; }
.mdi-marker-check:before {
content: "\F355"; }
.mdi-mastodon:before {
content: "\FAD0"; }
.mdi-mastodon-variant:before {
content: "\FAD1"; }
.mdi-material-design:before {
content: "\F985"; }
.mdi-material-ui:before {
content: "\F357"; }
.mdi-math-compass:before {
content: "\F358"; }
.mdi-math-cos:before {
content: "\FC72"; }
.mdi-math-sin:before {
content: "\FC73"; }
.mdi-math-tan:before {
content: "\FC74"; }
.mdi-matrix:before {
content: "\F628"; }
.mdi-maxcdn:before {
content: "\F359"; }
.mdi-medal:before {
content: "\F986"; }
.mdi-medical-bag:before {
content: "\F6EE"; }
.mdi-medium:before {
content: "\F35A"; }
.mdi-meetup:before {
content: "\FAD2"; }
.mdi-memory:before {
content: "\F35B"; }
.mdi-menu:before {
content: "\F35C"; }
.mdi-menu-down:before {
content: "\F35D"; }
.mdi-menu-down-outline:before {
content: "\F6B5"; }
.mdi-menu-left:before {
content: "\F35E"; }
.mdi-menu-left-outline:before {
content: "\FA01"; }
.mdi-menu-open:before {
content: "\FB87"; }
.mdi-menu-right:before {
content: "\F35F"; }
.mdi-menu-right-outline:before {
content: "\FA02"; }
.mdi-menu-swap:before {
content: "\FA63"; }
.mdi-menu-swap-outline:before {
content: "\FA64"; }
.mdi-menu-up:before {
content: "\F360"; }
.mdi-menu-up-outline:before {
content: "\F6B6"; }
.mdi-message:before {
content: "\F361"; }
.mdi-message-alert:before {
content: "\F362"; }
.mdi-message-alert-outline:before {
content: "\FA03"; }
.mdi-message-bulleted:before {
content: "\F6A1"; }
.mdi-message-bulleted-off:before {
content: "\F6A2"; }
.mdi-message-draw:before {
content: "\F363"; }
.mdi-message-image:before {
content: "\F364"; }
.mdi-message-outline:before {
content: "\F365"; }
.mdi-message-plus:before {
content: "\F653"; }
.mdi-message-processing:before {
content: "\F366"; }
.mdi-message-reply:before {
content: "\F367"; }
.mdi-message-reply-text:before {
content: "\F368"; }
.mdi-message-settings:before {
content: "\F6EF"; }
.mdi-message-settings-variant:before {
content: "\F6F0"; }
.mdi-message-text:before {
content: "\F369"; }
.mdi-message-text-outline:before {
content: "\F36A"; }
.mdi-message-video:before {
content: "\F36B"; }
.mdi-meteor:before {
content: "\F629"; }
.mdi-metronome:before {
content: "\F7D9"; }
.mdi-metronome-tick:before {
content: "\F7DA"; }
.mdi-micro-sd:before {
content: "\F7DB"; }
.mdi-microphone:before {
content: "\F36C"; }
.mdi-microphone-minus:before {
content: "\F8B2"; }
.mdi-microphone-off:before {
content: "\F36D"; }
.mdi-microphone-outline:before {
content: "\F36E"; }
.mdi-microphone-plus:before {
content: "\F8B3"; }
.mdi-microphone-settings:before {
content: "\F36F"; }
.mdi-microphone-variant:before {
content: "\F370"; }
.mdi-microphone-variant-off:before {
content: "\F371"; }
.mdi-microscope:before {
content: "\F654"; }
.mdi-microsoft:before {
content: "\F372"; }
.mdi-microsoft-dynamics:before {
content: "\F987"; }
.mdi-microwave:before {
content: "\FC75"; }
.mdi-midi:before {
content: "\F8F0"; }
.mdi-midi-port:before {
content: "\F8F1"; }
.mdi-minecraft:before {
content: "\F373"; }
.mdi-mini-sd:before {
content: "\FA04"; }
.mdi-minidisc:before {
content: "\FA05"; }
.mdi-minus:before {
content: "\F374"; }
.mdi-minus-box:before {
content: "\F375"; }
.mdi-minus-box-outline:before {
content: "\F6F1"; }
.mdi-minus-circle:before {
content: "\F376"; }
.mdi-minus-circle-outline:before {
content: "\F377"; }
.mdi-minus-network:before {
content: "\F378"; }
.mdi-minus-network-outline:before {
content: "\FC76"; }
.mdi-mixcloud:before {
content: "\F62A"; }
.mdi-mixed-reality:before {
content: "\F87E"; }
.mdi-mixer:before {
content: "\F7DC"; }
.mdi-molecule:before {
content: "\FB88"; }
.mdi-monitor:before {
content: "\F379"; }
.mdi-monitor-cellphone:before {
content: "\F988"; }
.mdi-monitor-cellphone-star:before {
content: "\F989"; }
.mdi-monitor-dashboard:before {
content: "\FA06"; }
.mdi-monitor-multiple:before {
content: "\F37A"; }
.mdi-more:before {
content: "\F37B"; }
.mdi-mother-nurse:before {
content: "\FCFD"; }
.mdi-motorbike:before {
content: "\F37C"; }
.mdi-mouse:before {
content: "\F37D"; }
.mdi-mouse-bluetooth:before {
content: "\F98A"; }
.mdi-mouse-off:before {
content: "\F37E"; }
.mdi-mouse-variant:before {
content: "\F37F"; }
.mdi-mouse-variant-off:before {
content: "\F380"; }
.mdi-move-resize:before {
content: "\F655"; }
.mdi-move-resize-variant:before {
content: "\F656"; }
.mdi-movie:before {
content: "\F381"; }
.mdi-movie-roll:before {
content: "\F7DD"; }
.mdi-muffin:before {
content: "\F98B"; }
.mdi-multiplication:before {
content: "\F382"; }
.mdi-multiplication-box:before {
content: "\F383"; }
.mdi-mushroom:before {
content: "\F7DE"; }
.mdi-mushroom-outline:before {
content: "\F7DF"; }
.mdi-music:before {
content: "\F759"; }
.mdi-music-box:before {
content: "\F384"; }
.mdi-music-box-outline:before {
content: "\F385"; }
.mdi-music-circle:before {
content: "\F386"; }
.mdi-music-circle-outline:before {
content: "\FAD3"; }
.mdi-music-note:before {
content: "\F387"; }
.mdi-music-note-bluetooth:before {
content: "\F5FE"; }
.mdi-music-note-bluetooth-off:before {
content: "\F5FF"; }
.mdi-music-note-eighth:before {
content: "\F388"; }
.mdi-music-note-half:before {
content: "\F389"; }
.mdi-music-note-off:before {
content: "\F38A"; }
.mdi-music-note-quarter:before {
content: "\F38B"; }
.mdi-music-note-sixteenth:before {
content: "\F38C"; }
.mdi-music-note-whole:before {
content: "\F38D"; }
.mdi-music-off:before {
content: "\F75A"; }
.mdi-nas:before {
content: "\F8F2"; }
.mdi-nativescript:before {
content: "\F87F"; }
.mdi-nature:before {
content: "\F38E"; }
.mdi-nature-people:before {
content: "\F38F"; }
.mdi-navigation:before {
content: "\F390"; }
.mdi-near-me:before {
content: "\F5CD"; }
.mdi-needle:before {
content: "\F391"; }
.mdi-netflix:before {
content: "\F745"; }
.mdi-network:before {
content: "\F6F2"; }
.mdi-network-off:before {
content: "\FC77"; }
.mdi-network-off-outline:before {
content: "\FC78"; }
.mdi-network-outline:before {
content: "\FC79"; }
.mdi-network-strength-1:before {
content: "\F8F3"; }
.mdi-network-strength-1-alert:before {
content: "\F8F4"; }
.mdi-network-strength-2:before {
content: "\F8F5"; }
.mdi-network-strength-2-alert:before {
content: "\F8F6"; }
.mdi-network-strength-3:before {
content: "\F8F7"; }
.mdi-network-strength-3-alert:before {
content: "\F8F8"; }
.mdi-network-strength-4:before {
content: "\F8F9"; }
.mdi-network-strength-4-alert:before {
content: "\F8FA"; }
.mdi-network-strength-off:before {
content: "\F8FB"; }
.mdi-network-strength-off-outline:before {
content: "\F8FC"; }
.mdi-network-strength-outline:before {
content: "\F8FD"; }
.mdi-new-box:before {
content: "\F394"; }
.mdi-newspaper:before {
content: "\F395"; }
.mdi-nfc:before {
content: "\F396"; }
.mdi-nfc-tap:before {
content: "\F397"; }
.mdi-nfc-variant:before {
content: "\F398"; }
.mdi-ninja:before {
content: "\F773"; }
.mdi-nintendo-switch:before {
content: "\F7E0"; }
.mdi-nodejs:before {
content: "\F399"; }
.mdi-not-equal:before {
content: "\F98C"; }
.mdi-not-equal-variant:before {
content: "\F98D"; }
.mdi-note:before {
content: "\F39A"; }
.mdi-note-multiple:before {
content: "\F6B7"; }
.mdi-note-multiple-outline:before {
content: "\F6B8"; }
.mdi-note-outline:before {
content: "\F39B"; }
.mdi-note-plus:before {
content: "\F39C"; }
.mdi-note-plus-outline:before {
content: "\F39D"; }
.mdi-note-text:before {
content: "\F39E"; }
.mdi-notebook:before {
content: "\F82D"; }
.mdi-notification-clear-all:before {
content: "\F39F"; }
.mdi-npm:before {
content: "\F6F6"; }
.mdi-npm-variant:before {
content: "\F98E"; }
.mdi-npm-variant-outline:before {
content: "\F98F"; }
.mdi-nuke:before {
content: "\F6A3"; }
.mdi-null:before {
content: "\F7E1"; }
.mdi-numeric:before {
content: "\F3A0"; }
.mdi-numeric-0:before {
content: "\30"; }
.mdi-numeric-0-box:before {
content: "\F3A1"; }
.mdi-numeric-0-box-multiple-outline:before {
content: "\F3A2"; }
.mdi-numeric-0-box-outline:before {
content: "\F3A3"; }
.mdi-numeric-0-circle:before {
content: "\FC7A"; }
.mdi-numeric-0-circle-outline:before {
content: "\FC7B"; }
.mdi-numeric-1:before {
content: "\31"; }
.mdi-numeric-1-box:before {
content: "\F3A4"; }
.mdi-numeric-1-box-multiple-outline:before {
content: "\F3A5"; }
.mdi-numeric-1-box-outline:before {
content: "\F3A6"; }
.mdi-numeric-1-circle:before {
content: "\FC7C"; }
.mdi-numeric-1-circle-outline:before {
content: "\FC7D"; }
.mdi-numeric-2:before {
content: "\32"; }
.mdi-numeric-2-box:before {
content: "\F3A7"; }
.mdi-numeric-2-box-multiple-outline:before {
content: "\F3A8"; }
.mdi-numeric-2-box-outline:before {
content: "\F3A9"; }
.mdi-numeric-2-circle:before {
content: "\FC7E"; }
.mdi-numeric-2-circle-outline:before {
content: "\FC7F"; }
.mdi-numeric-3:before {
content: "\33"; }
.mdi-numeric-3-box:before {
content: "\F3AA"; }
.mdi-numeric-3-box-multiple-outline:before {
content: "\F3AB"; }
.mdi-numeric-3-box-outline:before {
content: "\F3AC"; }
.mdi-numeric-3-circle:before {
content: "\FC80"; }
.mdi-numeric-3-circle-outline:before {
content: "\FC81"; }
.mdi-numeric-4:before {
content: "\34"; }
.mdi-numeric-4-box:before {
content: "\F3AD"; }
.mdi-numeric-4-box-multiple-outline:before {
content: "\F3AE"; }
.mdi-numeric-4-box-outline:before {
content: "\F3AF"; }
.mdi-numeric-4-circle:before {
content: "\FC82"; }
.mdi-numeric-4-circle-outline:before {
content: "\FC83"; }
.mdi-numeric-5:before {
content: "\35"; }
.mdi-numeric-5-box:before {
content: "\F3B0"; }
.mdi-numeric-5-box-multiple-outline:before {
content: "\F3B1"; }
.mdi-numeric-5-box-outline:before {
content: "\F3B2"; }
.mdi-numeric-5-circle:before {
content: "\FC84"; }
.mdi-numeric-5-circle-outline:before {
content: "\FC85"; }
.mdi-numeric-6:before {
content: "\36"; }
.mdi-numeric-6-box:before {
content: "\F3B3"; }
.mdi-numeric-6-box-multiple-outline:before {
content: "\F3B4"; }
.mdi-numeric-6-box-outline:before {
content: "\F3B5"; }
.mdi-numeric-6-circle:before {
content: "\FC86"; }
.mdi-numeric-6-circle-outline:before {
content: "\FC87"; }
.mdi-numeric-7:before {
content: "\37"; }
.mdi-numeric-7-box:before {
content: "\F3B6"; }
.mdi-numeric-7-box-multiple-outline:before {
content: "\F3B7"; }
.mdi-numeric-7-box-outline:before {
content: "\F3B8"; }
.mdi-numeric-7-circle:before {
content: "\FC88"; }
.mdi-numeric-7-circle-outline:before {
content: "\FC89"; }
.mdi-numeric-8:before {
content: "\38"; }
.mdi-numeric-8-box:before {
content: "\F3B9"; }
.mdi-numeric-8-box-multiple-outline:before {
content: "\F3BA"; }
.mdi-numeric-8-box-outline:before {
content: "\F3BB"; }
.mdi-numeric-8-circle:before {
content: "\FC8A"; }
.mdi-numeric-8-circle-outline:before {
content: "\FC8B"; }
.mdi-numeric-9:before {
content: "\39"; }
.mdi-numeric-9-box:before {
content: "\F3BC"; }
.mdi-numeric-9-box-multiple-outline:before {
content: "\F3BD"; }
.mdi-numeric-9-box-outline:before {
content: "\F3BE"; }
.mdi-numeric-9-circle:before {
content: "\FC8C"; }
.mdi-numeric-9-circle-outline:before {
content: "\FC8D"; }
.mdi-numeric-9-plus-box:before {
content: "\F3BF"; }
.mdi-numeric-9-plus-box-multiple-outline:before {
content: "\F3C0"; }
.mdi-numeric-9-plus-box-outline:before {
content: "\F3C1"; }
.mdi-numeric-9-plus-circle:before {
content: "\FC8E"; }
.mdi-numeric-9-plus-circle-outline:before {
content: "\FC8F"; }
.mdi-nut:before {
content: "\F6F7"; }
.mdi-nutrition:before {
content: "\F3C2"; }
.mdi-oar:before {
content: "\F67B"; }
.mdi-octagon:before {
content: "\F3C3"; }
.mdi-octagon-outline:before {
content: "\F3C4"; }
.mdi-octagram:before {
content: "\F6F8"; }
.mdi-octagram-outline:before {
content: "\F774"; }
.mdi-odnoklassniki:before {
content: "\F3C5"; }
.mdi-office:before {
content: "\F3C6"; }
.mdi-office-building:before {
content: "\F990"; }
.mdi-oil:before {
content: "\F3C7"; }
.mdi-oil-temperature:before {
content: "\F3C8"; }
.mdi-omega:before {
content: "\F3C9"; }
.mdi-one-up:before {
content: "\FB89"; }
.mdi-onedrive:before {
content: "\F3CA"; }
.mdi-onenote:before {
content: "\F746"; }
.mdi-onepassword:before {
content: "\F880"; }
.mdi-opacity:before {
content: "\F5CC"; }
.mdi-open-in-app:before {
content: "\F3CB"; }
.mdi-open-in-new:before {
content: "\F3CC"; }
.mdi-open-source-initiative:before {
content: "\FB8A"; }
.mdi-openid:before {
content: "\F3CD"; }
.mdi-opera:before {
content: "\F3CE"; }
.mdi-orbit:before {
content: "\F018"; }
.mdi-origin:before {
content: "\FB2B"; }
.mdi-ornament:before {
content: "\F3CF"; }
.mdi-ornament-variant:before {
content: "\F3D0"; }
.mdi-outlook:before {
content: "\FCFE"; }
.mdi-owl:before {
content: "\F3D2"; }
.mdi-pac-man:before {
content: "\FB8B"; }
.mdi-package:before {
content: "\F3D3"; }
.mdi-package-down:before {
content: "\F3D4"; }
.mdi-package-up:before {
content: "\F3D5"; }
.mdi-package-variant:before {
content: "\F3D6"; }
.mdi-package-variant-closed:before {
content: "\F3D7"; }
.mdi-page-first:before {
content: "\F600"; }
.mdi-page-last:before {
content: "\F601"; }
.mdi-page-layout-body:before {
content: "\F6F9"; }
.mdi-page-layout-footer:before {
content: "\F6FA"; }
.mdi-page-layout-header:before {
content: "\F6FB"; }
.mdi-page-layout-sidebar-left:before {
content: "\F6FC"; }
.mdi-page-layout-sidebar-right:before {
content: "\F6FD"; }
.mdi-page-next:before {
content: "\FB8C"; }
.mdi-page-next-outline:before {
content: "\FB8D"; }
.mdi-page-previous:before {
content: "\FB8E"; }
.mdi-page-previous-outline:before {
content: "\FB8F"; }
.mdi-palette:before {
content: "\F3D8"; }
.mdi-palette-advanced:before {
content: "\F3D9"; }
.mdi-palette-swatch:before {
content: "\F8B4"; }
.mdi-pan:before {
content: "\FB90"; }
.mdi-pan-bottom-left:before {
content: "\FB91"; }
.mdi-pan-bottom-right:before {
content: "\FB92"; }
.mdi-pan-down:before {
content: "\FB93"; }
.mdi-pan-horizontal:before {
content: "\FB94"; }
.mdi-pan-left:before {
content: "\FB95"; }
.mdi-pan-right:before {
content: "\FB96"; }
.mdi-pan-top-left:before {
content: "\FB97"; }
.mdi-pan-top-right:before {
content: "\FB98"; }
.mdi-pan-up:before {
content: "\FB99"; }
.mdi-pan-vertical:before {
content: "\FB9A"; }
.mdi-panda:before {
content: "\F3DA"; }
.mdi-pandora:before {
content: "\F3DB"; }
.mdi-panorama:before {
content: "\F3DC"; }
.mdi-panorama-fisheye:before {
content: "\F3DD"; }
.mdi-panorama-horizontal:before {
content: "\F3DE"; }
.mdi-panorama-vertical:before {
content: "\F3DF"; }
.mdi-panorama-wide-angle:before {
content: "\F3E0"; }
.mdi-paper-cut-vertical:before {
content: "\F3E1"; }
.mdi-paperclip:before {
content: "\F3E2"; }
.mdi-parachute:before {
content: "\FC90"; }
.mdi-parachute-outline:before {
content: "\FC91"; }
.mdi-parking:before {
content: "\F3E3"; }
.mdi-passport:before {
content: "\F7E2"; }
.mdi-patreon:before {
content: "\F881"; }
.mdi-pause:before {
content: "\F3E4"; }
.mdi-pause-circle:before {
content: "\F3E5"; }
.mdi-pause-circle-outline:before {
content: "\F3E6"; }
.mdi-pause-octagon:before {
content: "\F3E7"; }
.mdi-pause-octagon-outline:before {
content: "\F3E8"; }
.mdi-paw:before {
content: "\F3E9"; }
.mdi-paw-off:before {
content: "\F657"; }
.mdi-paypal:before {
content: "\F882"; }
.mdi-peace:before {
content: "\F883"; }
.mdi-pen:before {
content: "\F3EA"; }
.mdi-pencil:before {
content: "\F3EB"; }
.mdi-pencil-box:before {
content: "\F3EC"; }
.mdi-pencil-box-outline:before {
content: "\F3ED"; }
.mdi-pencil-circle:before {
content: "\F6FE"; }
.mdi-pencil-circle-outline:before {
content: "\F775"; }
.mdi-pencil-lock:before {
content: "\F3EE"; }
.mdi-pencil-off:before {
content: "\F3EF"; }
.mdi-pencil-outline:before {
content: "\FC92"; }
.mdi-pentagon:before {
content: "\F6FF"; }
.mdi-pentagon-outline:before {
content: "\F700"; }
.mdi-percent:before {
content: "\F3F0"; }
.mdi-periodic-table:before {
content: "\F8B5"; }
.mdi-periodic-table-co2:before {
content: "\F7E3"; }
.mdi-periscope:before {
content: "\F747"; }
.mdi-perspective-less:before {
content: "\FCFF"; }
.mdi-perspective-more:before {
content: "\FD00"; }
.mdi-pharmacy:before {
content: "\F3F1"; }
.mdi-phone:before {
content: "\F3F2"; }
.mdi-phone-bluetooth:before {
content: "\F3F3"; }
.mdi-phone-classic:before {
content: "\F602"; }
.mdi-phone-forward:before {
content: "\F3F4"; }
.mdi-phone-hangup:before {
content: "\F3F5"; }
.mdi-phone-in-talk:before {
content: "\F3F6"; }
.mdi-phone-incoming:before {
content: "\F3F7"; }
.mdi-phone-lock:before {
content: "\F3F8"; }
.mdi-phone-log:before {
content: "\F3F9"; }
.mdi-phone-minus:before {
content: "\F658"; }
.mdi-phone-missed:before {
content: "\F3FA"; }
.mdi-phone-outgoing:before {
content: "\F3FB"; }
.mdi-phone-paused:before {
content: "\F3FC"; }
.mdi-phone-plus:before {
content: "\F659"; }
.mdi-phone-return:before {
content: "\F82E"; }
.mdi-phone-rotate-landscape:before {
content: "\F884"; }
.mdi-phone-rotate-portrait:before {
content: "\F885"; }
.mdi-phone-settings:before {
content: "\F3FD"; }
.mdi-phone-voip:before {
content: "\F3FE"; }
.mdi-pi:before {
content: "\F3FF"; }
.mdi-pi-box:before {
content: "\F400"; }
.mdi-piano:before {
content: "\F67C"; }
.mdi-pickaxe:before {
content: "\F8B6"; }
.mdi-pier:before {
content: "\F886"; }
.mdi-pier-crane:before {
content: "\F887"; }
.mdi-pig:before {
content: "\F401"; }
.mdi-pill:before {
content: "\F402"; }
.mdi-pillar:before {
content: "\F701"; }
.mdi-pin:before {
content: "\F403"; }
.mdi-pin-off:before {
content: "\F404"; }
.mdi-pin-off-outline:before {
content: "\F92F"; }
.mdi-pin-outline:before {
content: "\F930"; }
.mdi-pine-tree:before {
content: "\F405"; }
.mdi-pine-tree-box:before {
content: "\F406"; }
.mdi-pinterest:before {
content: "\F407"; }
.mdi-pinterest-box:before {
content: "\F408"; }
.mdi-pinwheel:before {
content: "\FAD4"; }
.mdi-pinwheel-outline:before {
content: "\FAD5"; }
.mdi-pipe:before {
content: "\F7E4"; }
.mdi-pipe-disconnected:before {
content: "\F7E5"; }
.mdi-pipe-leak:before {
content: "\F888"; }
.mdi-pirate:before {
content: "\FA07"; }
.mdi-pistol:before {
content: "\F702"; }
.mdi-piston:before {
content: "\F889"; }
.mdi-pizza:before {
content: "\F409"; }
.mdi-play:before {
content: "\F40A"; }
.mdi-play-box-outline:before {
content: "\F40B"; }
.mdi-play-circle:before {
content: "\F40C"; }
.mdi-play-circle-outline:before {
content: "\F40D"; }
.mdi-play-network:before {
content: "\F88A"; }
.mdi-play-network-outline:before {
content: "\FC93"; }
.mdi-play-pause:before {
content: "\F40E"; }
.mdi-play-protected-content:before {
content: "\F40F"; }
.mdi-play-speed:before {
content: "\F8FE"; }
.mdi-playlist-check:before {
content: "\F5C7"; }
.mdi-playlist-edit:before {
content: "\F8FF"; }
.mdi-playlist-minus:before {
content: "\F410"; }
.mdi-playlist-music:before {
content: "\FC94"; }
.mdi-playlist-music-outline:before {
content: "\FC95"; }
.mdi-playlist-play:before {
content: "\F411"; }
.mdi-playlist-plus:before {
content: "\F412"; }
.mdi-playlist-remove:before {
content: "\F413"; }
.mdi-playstation:before {
content: "\F414"; }
.mdi-plex:before {
content: "\F6B9"; }
.mdi-plus:before {
content: "\F415"; }
.mdi-plus-box:before {
content: "\F416"; }
.mdi-plus-box-outline:before {
content: "\F703"; }
.mdi-plus-circle:before {
content: "\F417"; }
.mdi-plus-circle-multiple-outline:before {
content: "\F418"; }
.mdi-plus-circle-outline:before {
content: "\F419"; }
.mdi-plus-minus:before {
content: "\F991"; }
.mdi-plus-minus-box:before {
content: "\F992"; }
.mdi-plus-network:before {
content: "\F41A"; }
.mdi-plus-network-outline:before {
content: "\FC96"; }
.mdi-plus-one:before {
content: "\F41B"; }
.mdi-plus-outline:before {
content: "\F704"; }
.mdi-pocket:before {
content: "\F41C"; }
.mdi-podcast:before {
content: "\F993"; }
.mdi-podium:before {
content: "\FD01"; }
.mdi-podium-bronze:before {
content: "\FD02"; }
.mdi-podium-gold:before {
content: "\FD03"; }
.mdi-podium-silver:before {
content: "\FD04"; }
.mdi-pokeball:before {
content: "\F41D"; }
.mdi-pokemon-go:before {
content: "\FA08"; }
.mdi-poker-chip:before {
content: "\F82F"; }
.mdi-polaroid:before {
content: "\F41E"; }
.mdi-poll:before {
content: "\F41F"; }
.mdi-poll-box:before {
content: "\F420"; }
.mdi-polymer:before {
content: "\F421"; }
.mdi-pool:before {
content: "\F606"; }
.mdi-popcorn:before {
content: "\F422"; }
.mdi-postage-stamp:before {
content: "\FC97"; }
.mdi-pot:before {
content: "\F65A"; }
.mdi-pot-mix:before {
content: "\F65B"; }
.mdi-pound:before {
content: "\F423"; }
.mdi-pound-box:before {
content: "\F424"; }
.mdi-power:before {
content: "\F425"; }
.mdi-power-cycle:before {
content: "\F900"; }
.mdi-power-off:before {
content: "\F901"; }
.mdi-power-on:before {
content: "\F902"; }
.mdi-power-plug:before {
content: "\F6A4"; }
.mdi-power-plug-off:before {
content: "\F6A5"; }
.mdi-power-settings:before {
content: "\F426"; }
.mdi-power-sleep:before {
content: "\F903"; }
.mdi-power-socket:before {
content: "\F427"; }
.mdi-power-socket-au:before {
content: "\F904"; }
.mdi-power-socket-eu:before {
content: "\F7E6"; }
.mdi-power-socket-uk:before {
content: "\F7E7"; }
.mdi-power-socket-us:before {
content: "\F7E8"; }
.mdi-power-standby:before {
content: "\F905"; }
.mdi-powershell:before {
content: "\FA09"; }
.mdi-prescription:before {
content: "\F705"; }
.mdi-presentation:before {
content: "\F428"; }
.mdi-presentation-play:before {
content: "\F429"; }
.mdi-printer:before {
content: "\F42A"; }
.mdi-printer-3d:before {
content: "\F42B"; }
.mdi-printer-alert:before {
content: "\F42C"; }
.mdi-printer-settings:before {
content: "\F706"; }
.mdi-printer-wireless:before {
content: "\FA0A"; }
.mdi-priority-high:before {
content: "\F603"; }
.mdi-priority-low:before {
content: "\F604"; }
.mdi-professional-hexagon:before {
content: "\F42D"; }
.mdi-progress-alert:before {
content: "\FC98"; }
.mdi-progress-check:before {
content: "\F994"; }
.mdi-progress-clock:before {
content: "\F995"; }
.mdi-progress-download:before {
content: "\F996"; }
.mdi-progress-upload:before {
content: "\F997"; }
.mdi-progress-wrench:before {
content: "\FC99"; }
.mdi-projector:before {
content: "\F42E"; }
.mdi-projector-screen:before {
content: "\F42F"; }
.mdi-publish:before {
content: "\F6A6"; }
.mdi-pulse:before {
content: "\F430"; }
.mdi-pumpkin:before {
content: "\FB9B"; }
.mdi-puzzle:before {
content: "\F431"; }
.mdi-puzzle-outline:before {
content: "\FA65"; }
.mdi-qi:before {
content: "\F998"; }
.mdi-qqchat:before {
content: "\F605"; }
.mdi-qrcode:before {
content: "\F432"; }
.mdi-qrcode-edit:before {
content: "\F8B7"; }
.mdi-qrcode-scan:before {
content: "\F433"; }
.mdi-quadcopter:before {
content: "\F434"; }
.mdi-quality-high:before {
content: "\F435"; }
.mdi-quality-low:before {
content: "\FA0B"; }
.mdi-quality-medium:before {
content: "\FA0C"; }
.mdi-quicktime:before {
content: "\F436"; }
.mdi-quora:before {
content: "\FD05"; }
.mdi-rabbit:before {
content: "\F906"; }
.mdi-radar:before {
content: "\F437"; }
.mdi-radiator:before {
content: "\F438"; }
.mdi-radiator-disabled:before {
content: "\FAD6"; }
.mdi-radiator-off:before {
content: "\FAD7"; }
.mdi-radio:before {
content: "\F439"; }
.mdi-radio-am:before {
content: "\FC9A"; }
.mdi-radio-fm:before {
content: "\FC9B"; }
.mdi-radio-handheld:before {
content: "\F43A"; }
.mdi-radio-tower:before {
content: "\F43B"; }
.mdi-radioactive:before {
content: "\F43C"; }
.mdi-radiobox-blank:before {
content: "\F43D"; }
.mdi-radiobox-marked:before {
content: "\F43E"; }
.mdi-radius:before {
content: "\FC9C"; }
.mdi-radius-outline:before {
content: "\FC9D"; }
.mdi-raspberrypi:before {
content: "\F43F"; }
.mdi-ray-end:before {
content: "\F440"; }
.mdi-ray-end-arrow:before {
content: "\F441"; }
.mdi-ray-start:before {
content: "\F442"; }
.mdi-ray-start-arrow:before {
content: "\F443"; }
.mdi-ray-start-end:before {
content: "\F444"; }
.mdi-ray-vertex:before {
content: "\F445"; }
.mdi-react:before {
content: "\F707"; }
.mdi-read:before {
content: "\F447"; }
.mdi-receipt:before {
content: "\F449"; }
.mdi-record:before {
content: "\F44A"; }
.mdi-record-player:before {
content: "\F999"; }
.mdi-record-rec:before {
content: "\F44B"; }
.mdi-recycle:before {
content: "\F44C"; }
.mdi-reddit:before {
content: "\F44D"; }
.mdi-redo:before {
content: "\F44E"; }
.mdi-redo-variant:before {
content: "\F44F"; }
.mdi-reflect-horizontal:before {
content: "\FA0D"; }
.mdi-reflect-vertical:before {
content: "\FA0E"; }
.mdi-refresh:before {
content: "\F450"; }
.mdi-regex:before {
content: "\F451"; }
.mdi-registered-trademark:before {
content: "\FA66"; }
.mdi-relative-scale:before {
content: "\F452"; }
.mdi-reload:before {
content: "\F453"; }
.mdi-reminder:before {
content: "\F88B"; }
.mdi-remote:before {
content: "\F454"; }
.mdi-remote-desktop:before {
content: "\F8B8"; }
.mdi-rename-box:before {
content: "\F455"; }
.mdi-reorder-horizontal:before {
content: "\F687"; }
.mdi-reorder-vertical:before {
content: "\F688"; }
.mdi-repeat:before {
content: "\F456"; }
.mdi-repeat-off:before {
content: "\F457"; }
.mdi-repeat-once:before {
content: "\F458"; }
.mdi-replay:before {
content: "\F459"; }
.mdi-reply:before {
content: "\F45A"; }
.mdi-reply-all:before {
content: "\F45B"; }
.mdi-reproduction:before {
content: "\F45C"; }
.mdi-resistor:before {
content: "\FB1F"; }
.mdi-resistor-nodes:before {
content: "\FB20"; }
.mdi-resize:before {
content: "\FA67"; }
.mdi-resize-bottom-right:before {
content: "\F45D"; }
.mdi-responsive:before {
content: "\F45E"; }
.mdi-restart:before {
content: "\F708"; }
.mdi-restore:before {
content: "\F99A"; }
.mdi-restore-clock:before {
content: "\F6A7"; }
.mdi-rewind:before {
content: "\F45F"; }
.mdi-rewind-10:before {
content: "\FD06"; }
.mdi-rewind-outline:before {
content: "\F709"; }
.mdi-rhombus:before {
content: "\F70A"; }
.mdi-rhombus-medium:before {
content: "\FA0F"; }
.mdi-rhombus-outline:before {
content: "\F70B"; }
.mdi-rhombus-split:before {
content: "\FA10"; }
.mdi-ribbon:before {
content: "\F460"; }
.mdi-rice:before {
content: "\F7E9"; }
.mdi-ring:before {
content: "\F7EA"; }
.mdi-road:before {
content: "\F461"; }
.mdi-road-variant:before {
content: "\F462"; }
.mdi-robot:before {
content: "\F6A8"; }
.mdi-robot-industrial:before {
content: "\FB21"; }
.mdi-robot-vacuum:before {
content: "\F70C"; }
.mdi-robot-vacuum-variant:before {
content: "\F907"; }
.mdi-rocket:before {
content: "\F463"; }
.mdi-roller-skate:before {
content: "\FD07"; }
.mdi-rollerblade:before {
content: "\FD08"; }
.mdi-rollupjs:before {
content: "\FB9C"; }
.mdi-room-service:before {
content: "\F88C"; }
.mdi-rotate-3d:before {
content: "\F464"; }
.mdi-rotate-left:before {
content: "\F465"; }
.mdi-rotate-left-variant:before {
content: "\F466"; }
.mdi-rotate-right:before {
content: "\F467"; }
.mdi-rotate-right-variant:before {
content: "\F468"; }
.mdi-rounded-corner:before {
content: "\F607"; }
.mdi-router-wireless:before {
content: "\F469"; }
.mdi-router-wireless-settings:before {
content: "\FA68"; }
.mdi-routes:before {
content: "\F46A"; }
.mdi-rowing:before {
content: "\F608"; }
.mdi-rss:before {
content: "\F46B"; }
.mdi-rss-box:before {
content: "\F46C"; }
.mdi-ruby:before {
content: "\FD09"; }
.mdi-ruler:before {
content: "\F46D"; }
.mdi-ruler-square:before {
content: "\FC9E"; }
.mdi-run:before {
content: "\F70D"; }
.mdi-run-fast:before {
content: "\F46E"; }
.mdi-sack:before {
content: "\FD0A"; }
.mdi-sack-percent:before {
content: "\FD0B"; }
.mdi-safe:before {
content: "\FA69"; }
.mdi-safety-goggles:before {
content: "\FD0C"; }
.mdi-sale:before {
content: "\F46F"; }
.mdi-salesforce:before {
content: "\F88D"; }
.mdi-sass:before {
content: "\F7EB"; }
.mdi-satellite:before {
content: "\F470"; }
.mdi-satellite-upbefore {
content: "\F908"; }
.mdi-satellite-variant:before {
content: "\F471"; }
.mdi-sausage:before {
content: "\F8B9"; }
.mdi-saxophone:before {
content: "\F609"; }
.mdi-scale:before {
content: "\F472"; }
.mdi-scale-balance:before {
content: "\F5D1"; }
.mdi-scale-bathroom:before {
content: "\F473"; }
.mdi-scanner:before {
content: "\F6AA"; }
.mdi-scanner-off:before {
content: "\F909"; }
.mdi-school:before {
content: "\F474"; }
.mdi-scissors-cutting:before {
content: "\FA6A"; }
.mdi-screen-rotation:before {
content: "\F475"; }
.mdi-screen-rotation-lock:before {
content: "\F476"; }
.mdi-screwdriver:before {
content: "\F477"; }
.mdi-script:before {
content: "\FB9D"; }
.mdi-script-outline:before {
content: "\F478"; }
.mdi-script-text:before {
content: "\FB9E"; }
.mdi-script-text-outline:before {
content: "\FB9F"; }
.mdi-sd:before {
content: "\F479"; }
.mdi-seal:before {
content: "\F47A"; }
.mdi-search-web:before {
content: "\F70E"; }
.mdi-seat:before {
content: "\FC9F"; }
.mdi-seat-flat:before {
content: "\F47B"; }
.mdi-seat-flat-angled:before {
content: "\F47C"; }
.mdi-seat-individual-suite:before {
content: "\F47D"; }
.mdi-seat-legroom-extra:before {
content: "\F47E"; }
.mdi-seat-legroom-normal:before {
content: "\F47F"; }
.mdi-seat-legroom-reduced:before {
content: "\F480"; }
.mdi-seat-outline:before {
content: "\FCA0"; }
.mdi-seat-recline-extra:before {
content: "\F481"; }
.mdi-seat-recline-normal:before {
content: "\F482"; }
.mdi-seatbelt:before {
content: "\FCA1"; }
.mdi-security:before {
content: "\F483"; }
.mdi-security-network:before {
content: "\F484"; }
.mdi-select:before {
content: "\F485"; }
.mdi-select-all:before {
content: "\F486"; }
.mdi-select-color:before {
content: "\FD0D"; }
.mdi-select-compare:before {
content: "\FAD8"; }
.mdi-select-drag:before {
content: "\FA6B"; }
.mdi-select-inverse:before {
content: "\F487"; }
.mdi-select-off:before {
content: "\F488"; }
.mdi-selection:before {
content: "\F489"; }
.mdi-selection-drag:before {
content: "\FA6C"; }
.mdi-selection-ellipse:before {
content: "\FD0E"; }
.mdi-selection-off:before {
content: "\F776"; }
.mdi-send:before {
content: "\F48A"; }
.mdi-send-lock:before {
content: "\F7EC"; }
.mdi-serial-port:before {
content: "\F65C"; }
.mdi-server:before {
content: "\F48B"; }
.mdi-server-minus:before {
content: "\F48C"; }
.mdi-server-network:before {
content: "\F48D"; }
.mdi-server-network-off:before {
content: "\F48E"; }
.mdi-server-off:before {
content: "\F48F"; }
.mdi-server-plus:before {
content: "\F490"; }
.mdi-server-remove:before {
content: "\F491"; }
.mdi-server-security:before {
content: "\F492"; }
.mdi-set-all:before {
content: "\F777"; }
.mdi-set-center:before {
content: "\F778"; }
.mdi-set-center-right:before {
content: "\F779"; }
.mdi-set-left:before {
content: "\F77A"; }
.mdi-set-left-center:before {
content: "\F77B"; }
.mdi-set-left-right:before {
content: "\F77C"; }
.mdi-set-none:before {
content: "\F77D"; }
.mdi-set-right:before {
content: "\F77E"; }
.mdi-set-top-box:before {
content: "\F99E"; }
.mdi-settings:before {
content: "\F493"; }
.mdi-settings-box:before {
content: "\F494"; }
.mdi-settings-helper:before {
content: "\FA6D"; }
.mdi-settings-outline:before {
content: "\F8BA"; }
.mdi-shape:before {
content: "\F830"; }
.mdi-shape-circle-plus:before {
content: "\F65D"; }
.mdi-shape-outline:before {
content: "\F831"; }
.mdi-shape-plus:before {
content: "\F495"; }
.mdi-shape-polygon-plus:before {
content: "\F65E"; }
.mdi-shape-rectangle-plus:before {
content: "\F65F"; }
.mdi-shape-square-plus:before {
content: "\F660"; }
.mdi-share:before {
content: "\F496"; }
.mdi-share-outline:before {
content: "\F931"; }
.mdi-share-variant:before {
content: "\F497"; }
.mdi-sheep:before {
content: "\FCA2"; }
.mdi-shield:before {
content: "\F498"; }
.mdi-shield-account:before {
content: "\F88E"; }
.mdi-shield-account-outline:before {
content: "\FA11"; }
.mdi-shield-airplane:before {
content: "\F6BA"; }
.mdi-shield-airplane-outline:before {
content: "\FCA3"; }
.mdi-shield-check:before {
content: "\F565"; }
.mdi-shield-check-outline:before {
content: "\FCA4"; }
.mdi-shield-cross:before {
content: "\FCA5"; }
.mdi-shield-cross-outline:before {
content: "\FCA6"; }
.mdi-shield-half-full:before {
content: "\F77F"; }
.mdi-shield-home:before {
content: "\F689"; }
.mdi-shield-home-outline:before {
content: "\FCA7"; }
.mdi-shield-key:before {
content: "\FBA0"; }
.mdi-shield-key-outline:before {
content: "\FBA1"; }
.mdi-shield-link-variant:before {
content: "\FD0F"; }
.mdi-shield-link-variant-outline:before {
content: "\FD10"; }
.mdi-shield-lock:before {
content: "\F99C"; }
.mdi-shield-lock-outline:before {
content: "\FCA8"; }
.mdi-shield-off:before {
content: "\F99D"; }
.mdi-shield-off-outline:before {
content: "\F99B"; }
.mdi-shield-outline:before {
content: "\F499"; }
.mdi-shield-plus:before {
content: "\FAD9"; }
.mdi-shield-plus-outline:before {
content: "\FADA"; }
.mdi-shield-remove:before {
content: "\FADB"; }
.mdi-shield-remove-outline:before {
content: "\FADC"; }
.mdi-ship-wheel:before {
content: "\F832"; }
.mdi-shoe-formal:before {
content: "\FB22"; }
.mdi-shoe-heel:before {
content: "\FB23"; }
.mdi-shopify:before {
content: "\FADD"; }
.mdi-shopping:before {
content: "\F49A"; }
.mdi-shopping-music:before {
content: "\F49B"; }
.mdi-shovel:before {
content: "\F70F"; }
.mdi-shovel-off:before {
content: "\F710"; }
.mdi-shower:before {
content: "\F99F"; }
.mdi-shower-head:before {
content: "\F9A0"; }
.mdi-shredder:before {
content: "\F49C"; }
.mdi-shuffle:before {
content: "\F49D"; }
.mdi-shuffle-disabled:before {
content: "\F49E"; }
.mdi-shuffle-variant:before {
content: "\F49F"; }
.mdi-sigma:before {
content: "\F4A0"; }
.mdi-sigma-lower:before {
content: "\F62B"; }
.mdi-sign-caution:before {
content: "\F4A1"; }
.mdi-sign-direction:before {
content: "\F780"; }
.mdi-sign-text:before {
content: "\F781"; }
.mdi-signal:before {
content: "\F4A2"; }
.mdi-signal-2g:before {
content: "\F711"; }
.mdi-signal-3g:before {
content: "\F712"; }
.mdi-signal-4g:before {
content: "\F713"; }
.mdi-signal-5g:before {
content: "\FA6E"; }
.mdi-signal-cellular-1:before {
content: "\F8BB"; }
.mdi-signal-cellular-2:before {
content: "\F8BC"; }
.mdi-signal-cellular-3:before {
content: "\F8BD"; }
.mdi-signal-cellular-outline:before {
content: "\F8BE"; }
.mdi-signal-hspa:before {
content: "\F714"; }
.mdi-signal-hspa-plus:before {
content: "\F715"; }
.mdi-signal-off:before {
content: "\F782"; }
.mdi-signal-variant:before {
content: "\F60A"; }
.mdi-silo:before {
content: "\FB24"; }
.mdi-silverware:before {
content: "\F4A3"; }
.mdi-silverware-fork:before {
content: "\F4A4"; }
.mdi-silverware-fork-knife:before {
content: "\FA6F"; }
.mdi-silverware-spoon:before {
content: "\F4A5"; }
.mdi-silverware-variant:before {
content: "\F4A6"; }
.mdi-sim:before {
content: "\F4A7"; }
.mdi-sim-alert:before {
content: "\F4A8"; }
.mdi-sim-off:before {
content: "\F4A9"; }
.mdi-sina-weibo:before {
content: "\FADE"; }
.mdi-sitemap:before {
content: "\F4AA"; }
.mdi-skate:before {
content: "\FD11"; }
.mdi-skew-less:before {
content: "\FD12"; }
.mdi-skew-more:before {
content: "\FD13"; }
.mdi-skip-backward:before {
content: "\F4AB"; }
.mdi-skip-forward:before {
content: "\F4AC"; }
.mdi-skip-next:before {
content: "\F4AD"; }
.mdi-skip-next-circle:before {
content: "\F661"; }
.mdi-skip-next-circle-outline:before {
content: "\F662"; }
.mdi-skip-previous:before {
content: "\F4AE"; }
.mdi-skip-previous-circle:before {
content: "\F663"; }
.mdi-skip-previous-circle-outline:before {
content: "\F664"; }
.mdi-skull:before {
content: "\F68B"; }
.mdi-skull-crossbones:before {
content: "\FBA2"; }
.mdi-skull-crossbones-outline:before {
content: "\FBA3"; }
.mdi-skull-outline:before {
content: "\FBA4"; }
.mdi-skype:before {
content: "\F4AF"; }
.mdi-skype-business:before {
content: "\F4B0"; }
.mdi-slack:before {
content: "\F4B1"; }
.mdi-slackware:before {
content: "\F90A"; }
.mdi-sleep:before {
content: "\F4B2"; }
.mdi-sleep-off:before {
content: "\F4B3"; }
.mdi-smog:before {
content: "\FA70"; }
.mdi-smoke-detector:before {
content: "\F392"; }
.mdi-smoking:before {
content: "\F4B4"; }
.mdi-smoking-off:before {
content: "\F4B5"; }
.mdi-snapchat:before {
content: "\F4B6"; }
.mdi-snowflake:before {
content: "\F716"; }
.mdi-snowman:before {
content: "\F4B7"; }
.mdi-soccer:before {
content: "\F4B8"; }
.mdi-soccer-field:before {
content: "\F833"; }
.mdi-sofa:before {
content: "\F4B9"; }
.mdi-solar-power:before {
content: "\FA71"; }
.mdi-solid:before {
content: "\F68C"; }
.mdi-sort:before {
content: "\F4BA"; }
.mdi-sort-alphabetical:before {
content: "\F4BB"; }
.mdi-sort-ascending:before {
content: "\F4BC"; }
.mdi-sort-descending:before {
content: "\F4BD"; }
.mdi-sort-numeric:before {
content: "\F4BE"; }
.mdi-sort-variant:before {
content: "\F4BF"; }
.mdi-sort-variant-lock:before {
content: "\FCA9"; }
.mdi-sort-variant-lock-open:before {
content: "\FCAA"; }
.mdi-soundcloud:before {
content: "\F4C0"; }
.mdi-source-branch:before {
content: "\F62C"; }
.mdi-source-commit:before {
content: "\F717"; }
.mdi-source-commit-end:before {
content: "\F718"; }
.mdi-source-commit-end-local:before {
content: "\F719"; }
.mdi-source-commit-local:before {
content: "\F71A"; }
.mdi-source-commit-next-local:before {
content: "\F71B"; }
.mdi-source-commit-start:before {
content: "\F71C"; }
.mdi-source-commit-start-next-local:before {
content: "\F71D"; }
.mdi-source-fork:before {
content: "\F4C1"; }
.mdi-source-merge:before {
content: "\F62D"; }
.mdi-source-pull:before {
content: "\F4C2"; }
.mdi-source-repository:before {
content: "\FCAB"; }
.mdi-source-repository-multiple:before {
content: "\FCAC"; }
.mdi-soy-sauce:before {
content: "\F7ED"; }
.mdi-spa:before {
content: "\FCAD"; }
.mdi-spa-outline:before {
content: "\FCAE"; }
.mdi-space-invaders:before {
content: "\FBA5"; }
.mdi-speaker:before {
content: "\F4C3"; }
.mdi-speaker-bluetooth:before {
content: "\F9A1"; }
.mdi-speaker-multiple:before {
content: "\FD14"; }
.mdi-speaker-off:before {
content: "\F4C4"; }
.mdi-speaker-wireless:before {
content: "\F71E"; }
.mdi-speedometer:before {
content: "\F4C5"; }
.mdi-spellcheck:before {
content: "\F4C6"; }
.mdi-spider-web:before {
content: "\FBA6"; }
.mdi-spotify:before {
content: "\F4C7"; }
.mdi-spotlight:before {
content: "\F4C8"; }
.mdi-spotlight-beam:before {
content: "\F4C9"; }
.mdi-spray:before {
content: "\F665"; }
.mdi-spray-bottle:before {
content: "\FADF"; }
.mdi-square:before {
content: "\F763"; }
.mdi-square-edit-outline:before {
content: "\F90B"; }
.mdi-square-inc:before {
content: "\F4CA"; }
.mdi-square-inc-cash:before {
content: "\F4CB"; }
.mdi-square-medium:before {
content: "\FA12"; }
.mdi-square-medium-outline:before {
content: "\FA13"; }
.mdi-square-outline:before {
content: "\F762"; }
.mdi-square-root:before {
content: "\F783"; }
.mdi-square-root-box:before {
content: "\F9A2"; }
.mdi-square-small:before {
content: "\FA14"; }
.mdi-squeegee:before {
content: "\FAE0"; }
.mdi-ssh:before {
content: "\F8BF"; }
.mdi-stack-exchange:before {
content: "\F60B"; }
.mdi-stack-overflow:before {
content: "\F4CC"; }
.mdi-stadium:before {
content: "\F71F"; }
.mdi-stairs:before {
content: "\F4CD"; }
.mdi-stamper:before {
content: "\FD15"; }
.mdi-standard-definition:before {
content: "\F7EE"; }
.mdi-star:before {
content: "\F4CE"; }
.mdi-star-box:before {
content: "\FA72"; }
.mdi-star-box-outline:before {
content: "\FA73"; }
.mdi-star-circle:before {
content: "\F4CF"; }
.mdi-star-circle-outline:before {
content: "\F9A3"; }
.mdi-star-face:before {
content: "\F9A4"; }
.mdi-star-four-points:before {
content: "\FAE1"; }
.mdi-star-four-points-outline:before {
content: "\FAE2"; }
.mdi-star-half:before {
content: "\F4D0"; }
.mdi-star-off:before {
content: "\F4D1"; }
.mdi-star-outline:before {
content: "\F4D2"; }
.mdi-star-three-points:before {
content: "\FAE3"; }
.mdi-star-three-points-outline:before {
content: "\FAE4"; }
.mdi-steam:before {
content: "\F4D3"; }
.mdi-steam-box:before {
content: "\F90C"; }
.mdi-steering:before {
content: "\F4D4"; }
.mdi-steering-off:before {
content: "\F90D"; }
.mdi-step-backward:before {
content: "\F4D5"; }
.mdi-step-backward-2:before {
content: "\F4D6"; }
.mdi-step-forward:before {
content: "\F4D7"; }
.mdi-step-forward-2:before {
content: "\F4D8"; }
.mdi-stethoscope:before {
content: "\F4D9"; }
.mdi-sticker:before {
content: "\F5D0"; }
.mdi-sticker-emoji:before {
content: "\F784"; }
.mdi-stocking:before {
content: "\F4DA"; }
.mdi-stop:before {
content: "\F4DB"; }
.mdi-stop-circle:before {
content: "\F666"; }
.mdi-stop-circle-outline:before {
content: "\F667"; }
.mdi-store:before {
content: "\F4DC"; }
.mdi-store-24-hour:before {
content: "\F4DD"; }
.mdi-stove:before {
content: "\F4DE"; }
.mdi-strava:before {
content: "\FB25"; }
.mdi-subdirectory-arrow-left:before {
content: "\F60C"; }
.mdi-subdirectory-arrow-right:before {
content: "\F60D"; }
.mdi-subtitles:before {
content: "\FA15"; }
.mdi-subtitles-outline:before {
content: "\FA16"; }
.mdi-subway:before {
content: "\F6AB"; }
.mdi-subway-variant:before {
content: "\F4DF"; }
.mdi-summit:before {
content: "\F785"; }
.mdi-sunglasses:before {
content: "\F4E0"; }
.mdi-surround-sound:before {
content: "\F5C5"; }
.mdi-surround-sound-2-0:before {
content: "\F7EF"; }
.mdi-surround-sound-3-1:before {
content: "\F7F0"; }
.mdi-surround-sound-5-1:before {
content: "\F7F1"; }
.mdi-surround-sound-7-1:before {
content: "\F7F2"; }
.mdi-svg:before {
content: "\F720"; }
.mdi-swap-horizontal:before {
content: "\F4E1"; }
.mdi-swap-horizontal-bold:before {
content: "\FBA9"; }
.mdi-swap-horizontal-variant:before {
content: "\F8C0"; }
.mdi-swap-vertical:before {
content: "\F4E2"; }
.mdi-swap-vertical-bold:before {
content: "\FBAA"; }
.mdi-swap-vertical-variant:before {
content: "\F8C1"; }
.mdi-swim:before {
content: "\F4E3"; }
.mdi-switch:before {
content: "\F4E4"; }
.mdi-sword:before {
content: "\F4E5"; }
.mdi-sword-cross:before {
content: "\F786"; }
.mdi-symfony:before {
content: "\FAE5"; }
.mdi-sync:before {
content: "\F4E6"; }
.mdi-sync-alert:before {
content: "\F4E7"; }
.mdi-sync-off:before {
content: "\F4E8"; }
.mdi-tab:before {
content: "\F4E9"; }
.mdi-tab-minus:before {
content: "\FB26"; }
.mdi-tab-plus:before {
content: "\F75B"; }
.mdi-tab-remove:before {
content: "\FB27"; }
.mdi-tab-unselected:before {
content: "\F4EA"; }
.mdi-table:before {
content: "\F4EB"; }
.mdi-table-border:before {
content: "\FA17"; }
.mdi-table-column:before {
content: "\F834"; }
.mdi-table-column-plus-after:before {
content: "\F4EC"; }
.mdi-table-column-plus-before:before {
content: "\F4ED"; }
.mdi-table-column-remove:before {
content: "\F4EE"; }
.mdi-table-column-width:before {
content: "\F4EF"; }
.mdi-table-edit:before {
content: "\F4F0"; }
.mdi-table-large:before {
content: "\F4F1"; }
.mdi-table-merge-cells:before {
content: "\F9A5"; }
.mdi-table-of-contents:before {
content: "\F835"; }
.mdi-table-plus:before {
content: "\FA74"; }
.mdi-table-remove:before {
content: "\FA75"; }
.mdi-table-row:before {
content: "\F836"; }
.mdi-table-row-height:before {
content: "\F4F2"; }
.mdi-table-row-plus-after:before {
content: "\F4F3"; }
.mdi-table-row-plus-before:before {
content: "\F4F4"; }
.mdi-table-row-remove:before {
content: "\F4F5"; }
.mdi-table-search:before {
content: "\F90E"; }
.mdi-table-settings:before {
content: "\F837"; }
.mdi-tablet:before {
content: "\F4F6"; }
.mdi-tablet-android:before {
content: "\F4F7"; }
.mdi-tablet-cellphone:before {
content: "\F9A6"; }
.mdi-tablet-ipad:before {
content: "\F4F8"; }
.mdi-taco:before {
content: "\F761"; }
.mdi-tag:before {
content: "\F4F9"; }
.mdi-tag-faces:before {
content: "\F4FA"; }
.mdi-tag-heart:before {
content: "\F68A"; }
.mdi-tag-heart-outline:before {
content: "\FBAB"; }
.mdi-tag-minus:before {
content: "\F90F"; }
.mdi-tag-multiple:before {
content: "\F4FB"; }
.mdi-tag-outline:before {
content: "\F4FC"; }
.mdi-tag-plus:before {
content: "\F721"; }
.mdi-tag-remove:before {
content: "\F722"; }
.mdi-tag-text-outline:before {
content: "\F4FD"; }
.mdi-tank:before {
content: "\FD16"; }
.mdi-tape-measure:before {
content: "\FB28"; }
.mdi-target:before {
content: "\F4FE"; }
.mdi-target-account:before {
content: "\FBAC"; }
.mdi-target-variant:before {
content: "\FA76"; }
.mdi-taxi:before {
content: "\F4FF"; }
.mdi-teach:before {
content: "\F88F"; }
.mdi-teamviewer:before {
content: "\F500"; }
.mdi-telegram:before {
content: "\F501"; }
.mdi-telescope:before {
content: "\FB29"; }
.mdi-television:before {
content: "\F502"; }
.mdi-television-box:before {
content: "\F838"; }
.mdi-television-classic:before {
content: "\F7F3"; }
.mdi-television-classic-off:before {
content: "\F839"; }
.mdi-television-guide:before {
content: "\F503"; }
.mdi-television-off:before {
content: "\F83A"; }
.mdi-temperature-celsius:before {
content: "\F504"; }
.mdi-temperature-fahrenheit:before {
content: "\F505"; }
.mdi-temperature-kelvin:before {
content: "\F506"; }
.mdi-tennis:before {
content: "\F507"; }
.mdi-tent:before {
content: "\F508"; }
.mdi-terrain:before {
content: "\F509"; }
.mdi-test-tube:before {
content: "\F668"; }
.mdi-test-tube-empty:before {
content: "\F910"; }
.mdi-test-tube-off:before {
content: "\F911"; }
.mdi-text:before {
content: "\F9A7"; }
.mdi-text-shadow:before {
content: "\F669"; }
.mdi-text-short:before {
content: "\F9A8"; }
.mdi-text-subject:before {
content: "\F9A9"; }
.mdi-text-to-speech:before {
content: "\F50A"; }
.mdi-text-to-speech-off:before {
content: "\F50B"; }
.mdi-textbox:before {
content: "\F60E"; }
.mdi-textbox-password:before {
content: "\F7F4"; }
.mdi-texture:before {
content: "\F50C"; }
.mdi-theater:before {
content: "\F50D"; }
.mdi-theme-light-dark:before {
content: "\F50E"; }
.mdi-thermometer:before {
content: "\F50F"; }
.mdi-thermometer-lines:before {
content: "\F510"; }
.mdi-thermostat:before {
content: "\F393"; }
.mdi-thermostat-box:before {
content: "\F890"; }
.mdi-thought-bubble:before {
content: "\F7F5"; }
.mdi-thought-bubble-outline:before {
content: "\F7F6"; }
.mdi-thumb-down:before {
content: "\F511"; }
.mdi-thumb-down-outline:before {
content: "\F512"; }
.mdi-thumb-up:before {
content: "\F513"; }
.mdi-thumb-up-outline:before {
content: "\F514"; }
.mdi-thumbs-up-down:before {
content: "\F515"; }
.mdi-ticket:before {
content: "\F516"; }
.mdi-ticket-account:before {
content: "\F517"; }
.mdi-ticket-confirmation:before {
content: "\F518"; }
.mdi-ticket-outline:before {
content: "\F912"; }
.mdi-ticket-percent:before {
content: "\F723"; }
.mdi-tie:before {
content: "\F519"; }
.mdi-tilde:before {
content: "\F724"; }
.mdi-timelapse:before {
content: "\F51A"; }
.mdi-timeline:before {
content: "\FBAD"; }
.mdi-timeline-outline:before {
content: "\FBAE"; }
.mdi-timeline-text:before {
content: "\FBAF"; }
.mdi-timeline-text-outline:before {
content: "\FBB0"; }
.mdi-timer:before {
content: "\F51B"; }
.mdi-timer-10:before {
content: "\F51C"; }
.mdi-timer-3:before {
content: "\F51D"; }
.mdi-timer-off:before {
content: "\F51E"; }
.mdi-timer-sand:before {
content: "\F51F"; }
.mdi-timer-sand-empty:before {
content: "\F6AC"; }
.mdi-timer-sand-full:before {
content: "\F78B"; }
.mdi-timetable:before {
content: "\F520"; }
.mdi-toaster-oven:before {
content: "\FCAF"; }
.mdi-toggle-switch:before {
content: "\F521"; }
.mdi-toggle-switch-off:before {
content: "\F522"; }
.mdi-toggle-switch-off-outline:before {
content: "\FA18"; }
.mdi-toggle-switch-outline:before {
content: "\FA19"; }
.mdi-toilet:before {
content: "\F9AA"; }
.mdi-toolbox:before {
content: "\F9AB"; }
.mdi-toolbox-outline:before {
content: "\F9AC"; }
.mdi-tooltip:before {
content: "\F523"; }
.mdi-tooltip-account:before {
content: "\F00C"; }
.mdi-tooltip-edit:before {
content: "\F524"; }
.mdi-tooltip-image:before {
content: "\F525"; }
.mdi-tooltip-image-outline:before {
content: "\FBB1"; }
.mdi-tooltip-outline:before {
content: "\F526"; }
.mdi-tooltip-plus:before {
content: "\FBB2"; }
.mdi-tooltip-plus-outline:before {
content: "\F527"; }
.mdi-tooltip-text:before {
content: "\F528"; }
.mdi-tooltip-text-outline:before {
content: "\FBB3"; }
.mdi-tooth:before {
content: "\F8C2"; }
.mdi-tooth-outline:before {
content: "\F529"; }
.mdi-tor:before {
content: "\F52A"; }
.mdi-tortoise:before {
content: "\FD17"; }
.mdi-tournament:before {
content: "\F9AD"; }
.mdi-tower-beach:before {
content: "\F680"; }
.mdi-tower-fire:before {
content: "\F681"; }
.mdi-towing:before {
content: "\F83B"; }
.mdi-track-light:before {
content: "\F913"; }
.mdi-trackpad:before {
content: "\F7F7"; }
.mdi-trackpad-lock:before {
content: "\F932"; }
.mdi-tractor:before {
content: "\F891"; }
.mdi-trademark:before {
content: "\FA77"; }
.mdi-traffic-light:before {
content: "\F52B"; }
.mdi-train:before {
content: "\F52C"; }
.mdi-train-car:before {
content: "\FBB4"; }
.mdi-train-variant:before {
content: "\F8C3"; }
.mdi-tram:before {
content: "\F52D"; }
.mdi-transcribe:before {
content: "\F52E"; }
.mdi-transcribe-close:before {
content: "\F52F"; }
.mdi-transfer:before {
content: "\F530"; }
.mdi-transit-connection:before {
content: "\FD18"; }
.mdi-transit-connection-variant:before {
content: "\FD19"; }
.mdi-transit-transfer:before {
content: "\F6AD"; }
.mdi-transition:before {
content: "\F914"; }
.mdi-transition-masked:before {
content: "\F915"; }
.mdi-translate:before {
content: "\F5CA"; }
.mdi-transmission-tower:before {
content: "\FD1A"; }
.mdi-trash-can:before {
content: "\FA78"; }
.mdi-trash-can-outline:before {
content: "\FA79"; }
.mdi-treasure-chest:before {
content: "\F725"; }
.mdi-tree:before {
content: "\F531"; }
.mdi-trello:before {
content: "\F532"; }
.mdi-trending-down:before {
content: "\F533"; }
.mdi-trending-neutral:before {
content: "\F534"; }
.mdi-trending-up:before {
content: "\F535"; }
.mdi-triangle:before {
content: "\F536"; }
.mdi-triangle-outline:before {
content: "\F537"; }
.mdi-triforce:before {
content: "\FBB5"; }
.mdi-trophy:before {
content: "\F538"; }
.mdi-trophy-award:before {
content: "\F539"; }
.mdi-trophy-outline:before {
content: "\F53A"; }
.mdi-trophy-variant:before {
content: "\F53B"; }
.mdi-trophy-variant-outline:before {
content: "\F53C"; }
.mdi-truck:before {
content: "\F53D"; }
.mdi-truck-check:before {
content: "\FCB0"; }
.mdi-truck-delivery:before {
content: "\F53E"; }
.mdi-truck-fast:before {
content: "\F787"; }
.mdi-truck-trailer:before {
content: "\F726"; }
.mdi-tshirt-crew:before {
content: "\FA7A"; }
.mdi-tshirt-crew-outline:before {
content: "\F53F"; }
.mdi-tshirt-v:before {
content: "\FA7B"; }
.mdi-tshirt-v-outline:before {
content: "\F540"; }
.mdi-tumble-dryer:before {
content: "\F916"; }
.mdi-tumblr:before {
content: "\F541"; }
.mdi-tumblr-box:before {
content: "\F917"; }
.mdi-tumblr-reblog:before {
content: "\F542"; }
.mdi-tune:before {
content: "\F62E"; }
.mdi-tune-vertical:before {
content: "\F66A"; }
.mdi-turnstile:before {
content: "\FCB1"; }
.mdi-turnstile-outline:before {
content: "\FCB2"; }
.mdi-turtle:before {
content: "\FCB3"; }
.mdi-twitch:before {
content: "\F543"; }
.mdi-twitter:before {
content: "\F544"; }
.mdi-twitter-box:before {
content: "\F545"; }
.mdi-twitter-circle:before {
content: "\F546"; }
.mdi-twitter-retweet:before {
content: "\F547"; }
.mdi-two-factor-authentication:before {
content: "\F9AE"; }
.mdi-uber:before {
content: "\F748"; }
.mdi-ubisoft:before {
content: "\FBB6"; }
.mdi-ubuntu:before {
content: "\F548"; }
.mdi-ultra-high-definition:before {
content: "\F7F8"; }
.mdi-umbraco:before {
content: "\F549"; }
.mdi-umbrella:before {
content: "\F54A"; }
.mdi-umbrella-closed:before {
content: "\F9AF"; }
.mdi-umbrella-outline:before {
content: "\F54B"; }
.mdi-undo:before {
content: "\F54C"; }
.mdi-undo-variant:before {
content: "\F54D"; }
.mdi-unfold-less-horizontal:before {
content: "\F54E"; }
.mdi-unfold-less-vertical:before {
content: "\F75F"; }
.mdi-unfold-more-horizontal:before {
content: "\F54F"; }
.mdi-unfold-more-vertical:before {
content: "\F760"; }
.mdi-ungroup:before {
content: "\F550"; }
.mdi-unity:before {
content: "\F6AE"; }
.mdi-unreal:before {
content: "\F9B0"; }
.mdi-untappd:before {
content: "\F551"; }
.mdi-update:before {
content: "\F6AF"; }
.mdi-upload:before {
content: "\F552"; }
.mdi-upload-multiple:before {
content: "\F83C"; }
.mdi-upload-network:before {
content: "\F6F5"; }
.mdi-upload-network-outline:before {
content: "\FCB4"; }
.mdi-usb:before {
content: "\F553"; }
.mdi-van-passenger:before {
content: "\F7F9"; }
.mdi-van-utility:before {
content: "\F7FA"; }
.mdi-vanish:before {
content: "\F7FB"; }
.mdi-variable:before {
content: "\FAE6"; }
.mdi-vector-arrange-above:before {
content: "\F554"; }
.mdi-vector-arrange-below:before {
content: "\F555"; }
.mdi-vector-bezier:before {
content: "\FAE7"; }
.mdi-vector-circle:before {
content: "\F556"; }
.mdi-vector-circle-variant:before {
content: "\F557"; }
.mdi-vector-combine:before {
content: "\F558"; }
.mdi-vector-curve:before {
content: "\F559"; }
.mdi-vector-difference:before {
content: "\F55A"; }
.mdi-vector-difference-ab:before {
content: "\F55B"; }
.mdi-vector-difference-ba:before {
content: "\F55C"; }
.mdi-vector-ellipse:before {
content: "\F892"; }
.mdi-vector-intersection:before {
content: "\F55D"; }
.mdi-vector-line:before {
content: "\F55E"; }
.mdi-vector-point:before {
content: "\F55F"; }
.mdi-vector-polygon:before {
content: "\F560"; }
.mdi-vector-polyline:before {
content: "\F561"; }
.mdi-vector-radius:before {
content: "\F749"; }
.mdi-vector-rectangle:before {
content: "\F5C6"; }
.mdi-vector-selection:before {
content: "\F562"; }
.mdi-vector-square:before {
content: "\F001"; }
.mdi-vector-triangle:before {
content: "\F563"; }
.mdi-vector-union:before {
content: "\F564"; }
.mdi-venmo:before {
content: "\F578"; }
.mdi-vhs:before {
content: "\FA1A"; }
.mdi-vibrate:before {
content: "\F566"; }
.mdi-vibrate-off:before {
content: "\FCB5"; }
.mdi-video:before {
content: "\F567"; }
.mdi-video-3d:before {
content: "\F7FC"; }
.mdi-video-4k-box:before {
content: "\F83D"; }
.mdi-video-account:before {
content: "\F918"; }
.mdi-video-image:before {
content: "\F919"; }
.mdi-video-input-antenna:before {
content: "\F83E"; }
.mdi-video-input-component:before {
content: "\F83F"; }
.mdi-video-input-hdmi:before {
content: "\F840"; }
.mdi-video-input-svideo:before {
content: "\F841"; }
.mdi-video-minus:before {
content: "\F9B1"; }
.mdi-video-off:before {
content: "\F568"; }
.mdi-video-off-outline:before {
content: "\FBB7"; }
.mdi-video-outline:before {
content: "\FBB8"; }
.mdi-video-plus:before {
content: "\F9B2"; }
.mdi-video-stabilization:before {
content: "\F91A"; }
.mdi-video-switch:before {
content: "\F569"; }
.mdi-video-vintage:before {
content: "\FA1B"; }
.mdi-view-agenda:before {
content: "\F56A"; }
.mdi-view-array:before {
content: "\F56B"; }
.mdi-view-carousel:before {
content: "\F56C"; }
.mdi-view-column:before {
content: "\F56D"; }
.mdi-view-dashboard:before {
content: "\F56E"; }
.mdi-view-dashboard-outline:before {
content: "\FA1C"; }
.mdi-view-dashboard-variant:before {
content: "\F842"; }
.mdi-view-day:before {
content: "\F56F"; }
.mdi-view-grid:before {
content: "\F570"; }
.mdi-view-headline:before {
content: "\F571"; }
.mdi-view-list:before {
content: "\F572"; }
.mdi-view-module:before {
content: "\F573"; }
.mdi-view-parallel:before {
content: "\F727"; }
.mdi-view-quilt:before {
content: "\F574"; }
.mdi-view-sequential:before {
content: "\F728"; }
.mdi-view-split-horizontal:before {
content: "\FBA7"; }
.mdi-view-split-vertical:before {
content: "\FBA8"; }
.mdi-view-stream:before {
content: "\F575"; }
.mdi-view-week:before {
content: "\F576"; }
.mdi-vimeo:before {
content: "\F577"; }
.mdi-violin:before {
content: "\F60F"; }
.mdi-virtual-reality:before {
content: "\F893"; }
.mdi-visual-studio:before {
content: "\F610"; }
.mdi-visual-studio-code:before {
content: "\FA1D"; }
.mdi-vk:before {
content: "\F579"; }
.mdi-vk-box:before {
content: "\F57A"; }
.mdi-vk-circle:before {
content: "\F57B"; }
.mdi-vlc:before {
content: "\F57C"; }
.mdi-voice:before {
content: "\F5CB"; }
.mdi-voicemail:before {
content: "\F57D"; }
.mdi-volleyball:before {
content: "\F9B3"; }
.mdi-volume-high:before {
content: "\F57E"; }
.mdi-volume-low:before {
content: "\F57F"; }
.mdi-volume-medium:before {
content: "\F580"; }
.mdi-volume-minus:before {
content: "\F75D"; }
.mdi-volume-mute:before {
content: "\F75E"; }
.mdi-volume-off:before {
content: "\F581"; }
.mdi-volume-plus:before {
content: "\F75C"; }
.mdi-vote:before {
content: "\FA1E"; }
.mdi-vote-outline:before {
content: "\FA1F"; }
.mdi-vpn:before {
content: "\F582"; }
.mdi-vuejs:before {
content: "\F843"; }
.mdi-walk:before {
content: "\F583"; }
.mdi-wall:before {
content: "\F7FD"; }
.mdi-wall-sconce:before {
content: "\F91B"; }
.mdi-wall-sconce-flat:before {
content: "\F91C"; }
.mdi-wall-sconce-variant:before {
content: "\F91D"; }
.mdi-wallet:before {
content: "\F584"; }
.mdi-wallet-giftcard:before {
content: "\F585"; }
.mdi-wallet-membership:before {
content: "\F586"; }
.mdi-wallet-outline:before {
content: "\FBB9"; }
.mdi-wallet-travel:before {
content: "\F587"; }
.mdi-wan:before {
content: "\F588"; }
.mdi-washing-machine:before {
content: "\F729"; }
.mdi-watch:before {
content: "\F589"; }
.mdi-watch-export:before {
content: "\F58A"; }
.mdi-watch-export-variant:before {
content: "\F894"; }
.mdi-watch-import:before {
content: "\F58B"; }
.mdi-watch-import-variant:before {
content: "\F895"; }
.mdi-watch-variant:before {
content: "\F896"; }
.mdi-watch-vibrate:before {
content: "\F6B0"; }
.mdi-watch-vibrate-off:before {
content: "\FCB6"; }
.mdi-water:before {
content: "\F58C"; }
.mdi-water-off:before {
content: "\F58D"; }
.mdi-water-percent:before {
content: "\F58E"; }
.mdi-water-pump:before {
content: "\F58F"; }
.mdi-watermark:before {
content: "\F612"; }
.mdi-waves:before {
content: "\F78C"; }
.mdi-waze:before {
content: "\FBBA"; }
.mdi-weather-cloudy:before {
content: "\F590"; }
.mdi-weather-fog:before {
content: "\F591"; }
.mdi-weather-hail:before {
content: "\F592"; }
.mdi-weather-hurricane:before {
content: "\F897"; }
.mdi-weather-lightning:before {
content: "\F593"; }
.mdi-weather-lightning-rainy:before {
content: "\F67D"; }
.mdi-weather-night:before {
content: "\F594"; }
.mdi-weather-partlycloudy:before {
content: "\F595"; }
.mdi-weather-pouring:before {
content: "\F596"; }
.mdi-weather-rainy:before {
content: "\F597"; }
.mdi-weather-snowy:before {
content: "\F598"; }
.mdi-weather-snowy-rainy:before {
content: "\F67E"; }
.mdi-weather-sunny:before {
content: "\F599"; }
.mdi-weather-sunset:before {
content: "\F59A"; }
.mdi-weather-sunset-down:before {
content: "\F59B"; }
.mdi-weather-sunset-up:before {
content: "\F59C"; }
.mdi-weather-windy:before {
content: "\F59D"; }
.mdi-weather-windy-variant:before {
content: "\F59E"; }
.mdi-web:before {
content: "\F59F"; }
.mdi-webcam:before {
content: "\F5A0"; }
.mdi-webhook:before {
content: "\F62F"; }
.mdi-webpack:before {
content: "\F72A"; }
.mdi-wechat:before {
content: "\F611"; }
.mdi-weight:before {
content: "\F5A1"; }
.mdi-weight-gram:before {
content: "\FD1B"; }
.mdi-weight-kilogram:before {
content: "\F5A2"; }
.mdi-weight-pound:before {
content: "\F9B4"; }
.mdi-whatsapp:before {
content: "\F5A3"; }
.mdi-wheelchair-accessibility:before {
content: "\F5A4"; }
.mdi-whistle:before {
content: "\F9B5"; }
.mdi-white-balance-auto:before {
content: "\F5A5"; }
.mdi-white-balance-incandescent:before {
content: "\F5A6"; }
.mdi-white-balance-iridescent:before {
content: "\F5A7"; }
.mdi-white-balance-sunny:before {
content: "\F5A8"; }
.mdi-widgets:before {
content: "\F72B"; }
.mdi-wifi:before {
content: "\F5A9"; }
.mdi-wifi-off:before {
content: "\F5AA"; }
.mdi-wifi-strength-1:before {
content: "\F91E"; }
.mdi-wifi-strength-1-alert:before {
content: "\F91F"; }
.mdi-wifi-strength-1-lock:before {
content: "\F920"; }
.mdi-wifi-strength-2:before {
content: "\F921"; }
.mdi-wifi-strength-2-alert:before {
content: "\F922"; }
.mdi-wifi-strength-2-lock:before {
content: "\F923"; }
.mdi-wifi-strength-3:before {
content: "\F924"; }
.mdi-wifi-strength-3-alert:before {
content: "\F925"; }
.mdi-wifi-strength-3-lock:before {
content: "\F926"; }
.mdi-wifi-strength-4:before {
content: "\F927"; }
.mdi-wifi-strength-4-alert:before {
content: "\F928"; }
.mdi-wifi-strength-4-lock:before {
content: "\F929"; }
.mdi-wifi-strength-alert-outline:before {
content: "\F92A"; }
.mdi-wifi-strength-lock-outline:before {
content: "\F92B"; }
.mdi-wifi-strength-off:before {
content: "\F92C"; }
.mdi-wifi-strength-off-outline:before {
content: "\F92D"; }
.mdi-wifi-strength-outline:before {
content: "\F92E"; }
.mdi-wii:before {
content: "\F5AB"; }
.mdi-wiiu:before {
content: "\F72C"; }
.mdi-wikipedia:before {
content: "\F5AC"; }
.mdi-window-close:before {
content: "\F5AD"; }
.mdi-window-closed:before {
content: "\F5AE"; }
.mdi-window-maximize:before {
content: "\F5AF"; }
.mdi-window-minimize:before {
content: "\F5B0"; }
.mdi-window-open:before {
content: "\F5B1"; }
.mdi-window-restore:before {
content: "\F5B2"; }
.mdi-windows:before {
content: "\F5B3"; }
.mdi-windows-classic:before {
content: "\FA20"; }
.mdi-wiper:before {
content: "\FAE8"; }
.mdi-wordpress:before {
content: "\F5B4"; }
.mdi-worker:before {
content: "\F5B5"; }
.mdi-wrap:before {
content: "\F5B6"; }
.mdi-wrap-disabled:before {
content: "\FBBB"; }
.mdi-wrench:before {
content: "\F5B7"; }
.mdi-wrench-outline:before {
content: "\FBBC"; }
.mdi-wunderlist:before {
content: "\F5B8"; }
.mdi-xamarin:before {
content: "\F844"; }
.mdi-xamarin-outline:before {
content: "\F845"; }
.mdi-xaml:before {
content: "\F673"; }
.mdi-xbox:before {
content: "\F5B9"; }
.mdi-xbox-controller:before {
content: "\F5BA"; }
.mdi-xbox-controller-battery-alert:before {
content: "\F74A"; }
.mdi-xbox-controller-battery-charging:before {
content: "\FA21"; }
.mdi-xbox-controller-battery-empty:before {
content: "\F74B"; }
.mdi-xbox-controller-battery-full:before {
content: "\F74C"; }
.mdi-xbox-controller-battery-low:before {
content: "\F74D"; }
.mdi-xbox-controller-battery-medium:before {
content: "\F74E"; }
.mdi-xbox-controller-battery-unknown:before {
content: "\F74F"; }
.mdi-xbox-controller-off:before {
content: "\F5BB"; }
.mdi-xda:before {
content: "\F5BC"; }
.mdi-xing:before {
content: "\F5BD"; }
.mdi-xing-box:before {
content: "\F5BE"; }
.mdi-xing-circle:before {
content: "\F5BF"; }
.mdi-xml:before {
content: "\F5C0"; }
.mdi-xmpp:before {
content: "\F7FE"; }
.mdi-yahoo:before {
content: "\FB2A"; }
.mdi-yammer:before {
content: "\F788"; }
.mdi-yeast:before {
content: "\F5C1"; }
.mdi-yelp:before {
content: "\F5C2"; }
.mdi-yin-yang:before {
content: "\F67F"; }
.mdi-youtube:before {
content: "\F5C3"; }
.mdi-youtube-creator-studio:before {
content: "\F846"; }
.mdi-youtube-gaming:before {
content: "\F847"; }
.mdi-youtube-subscription:before {
content: "\FD1C"; }
.mdi-youtube-tv:before {
content: "\F448"; }
.mdi-z-wave:before {
content: "\FAE9"; }
.mdi-zend:before {
content: "\FAEA"; }
.mdi-zigbee:before {
content: "\FD1D"; }
.mdi-zip-box:before {
content: "\F5C4"; }
.mdi-zip-disk:before {
content: "\FA22"; }
.mdi-zodiac-aquarius:before {
content: "\FA7C"; }
.mdi-zodiac-aries:before {
content: "\FA7D"; }
.mdi-zodiac-cancer:before {
content: "\FA7E"; }
.mdi-zodiac-capricorn:before {
content: "\FA7F"; }
.mdi-zodiac-gemini:before {
content: "\FA80"; }
.mdi-zodiac-leo:before {
content: "\FA81"; }
.mdi-zodiac-libra:before {
content: "\FA82"; }
.mdi-zodiac-pisces:before {
content: "\FA83"; }
.mdi-zodiac-sagittarius:before {
content: "\FA84"; }
.mdi-zodiac-scorpio:before {
content: "\FA85"; }
.mdi-zodiac-taurus:before {
content: "\FA86"; }
.mdi-zodiac-virgo:before {
content: "\FA87"; }
.mdi-blank:before {
content: "\F68C"; visibility: hidden; }
/* ADDITIONAL STYLE|S —————————————————————————– */ /*
# ----------------------------------------------------------------------------- # ~/vendor/fonts/md_icons/scss/_bs_color_palette.scss # Bootstrap Color Palette for MD Icons # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # -----------------------------------------------------------------------------
*/ .mdi-bs-primary {
color: #3f51b5; }
a.mdi-bs-primary:hover, a.mdi-bs-primary:focus {
color: #1A237E; }
.mdi-bs-secondary {
color: #e91e63; }
a.mdi-bs-secondary:hover, a.mdi-bs-secondary:focus {
color: #880E4F; }
.mdi-bs-success {
color: #4caf50; }
a.mdi-bs-success:hover, a.mdi-bs-success:focus {
color: #1B5E20; }
.mdi-bs-info {
color: #03a9f4; }
a.mdi-bs-info:hover, a.mdi-bs-info:focus {
color: #01579B; }
.mdi-bs-warning {
color: #ffeb3b; }
a.mdi-bs-warning:hover, a.mdi-bs-warning:focus {
color: #F57F17; }
.mdi-bs-danger {
color: #f44336; }
a.mdi-bs-danger:hover, a.mdi-bs-danger:focus {
color: #B71C1C; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/fonts/md_icons/scss/_md_color_palette.scss # MD (Material Design) Color Palette for MD Icons # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # -----------------------------------------------------------------------------
*/ .mdi-md-red {
color: #f44336; }
a.mdi-md-red:hover, a.mdi-md-red:focus {
color: #e53935; }
.mdi-md-red-50 {
color: #ffebee; }
a.mdi-md-red-50:hover, a.mdi-md-red-50:focus {
color: #ffcdd2; }
.mdi-md-red-100 {
color: #ffcdd2; }
a.mdi-md-red-100:hover, a.mdi-md-red-100:focus {
color: #ef9a9a; }
.mdi-md-red-200 {
color: #ef9a9a; }
a.mdi-md-red-200:hover, a.mdi-md-red-200:focus {
color: #e57373; }
.mdi-md-red-300 {
color: #e57373; }
a.mdi-md-red-300:hover, a.mdi-md-red-300:focus {
color: #ef5350; }
.mdi-md-red-400 {
color: #ef5350; }
a.mdi-md-red-400:hover, a.mdi-md-red-400:focus {
color: #f44336; }
.mdi-md-red-500 {
color: #f44336; }
a.mdi-md-red-500:hover, a.mdi-md-red-500:focus {
color: #e53935; }
.mdi-md-red-600 {
color: #e53935; }
a.mdi-md-red-600:hover, a.mdi-md-red-600:focus {
color: #d32f2f; }
.mdi-md-red-700 {
color: #d32f2f; }
a.mdi-md-red-700:hover, a.mdi-md-red-700:focus {
color: #c62828; }
.mdi-md-red-800 {
color: #c62828; }
a.mdi-md-red-800:hover, a.mdi-md-red-800:focus {
color: #b71c1c; }
.mdi-md-red-900 {
color: #b71c1c; }
a.mdi-md-red-900:hover, a.mdi-md-red-900:focus {
color: #8b1515; }
.mdi-md-red-A100 {
color: #ff8a80; }
a.mdi-md-red-A100:hover, a.mdi-md-red-A100:focus {
color: #ff5b4d; }
.mdi-md-red-A200 {
color: #ff5252; }
a.mdi-md-red-A200:hover, a.mdi-md-red-A200:focus {
color: #ff1f1f; }
.mdi-md-red-A400 {
color: #ff1744; }
a.mdi-md-red-A400:hover, a.mdi-md-red-A400:focus {
color: #e3002c; }
.mdi-md-red-A700 {
color: #d50000; }
a.mdi-md-red-A700:hover, a.mdi-md-red-A700:focus {
color: #a20000; }
.mdi-md-bg-red {
background-color: #f44336; }
a.mdi-md-bg-red:hover, a.mdi-md-bg-red:focus {
background-color: #e53935; }
.mdi-md-bg-red-50 {
background-color: #ffebee; }
a.mdi-md-bg-red-50:hover, a.mdi-md-bg-red-50:focus {
background-color: #ffcdd2; }
.mdi-md-bg-red-100 {
background-color: #ffcdd2; }
a.mdi-md-bg-red-100:hover, a.mdi-md-bg-red-100:focus {
background-color: #ef9a9a; }
.mdi-md-bg-red-200 {
background-color: #ef9a9a; }
a.mdi-md-bg-red-200:hover, a.mdi-md-bg-red-200:focus {
background-color: #e57373; }
.mdi-md-bg-red-300 {
background-color: #e57373; }
a.mdi-md-bg-red-300:hover, a.mdi-md-bg-red-300:focus {
background-color: #ef5350; }
.mdi-md-bg-red-400 {
background-color: #ef5350; }
a.mdi-md-bg-red-400:hover, a.mdi-md-bg-red-400:focus {
background-color: #f44336; }
.mdi-md-bg-red-500 {
background-color: #f44336; }
a.mdi-md-bg-red-500:hover, a.mdi-md-bg-red-500:focus {
background-color: #e53935; }
.mdi-md-bg-red-600 {
background-color: #e53935; }
a.mdi-md-bg-red-600:hover, a.mdi-md-bg-red-600:focus {
background-color: #d32f2f; }
.mdi-md-bg-red-700 {
background-color: #d32f2f; }
a.mdi-md-bg-red-700:hover, a.mdi-md-bg-red-700:focus {
background-color: #c62828; }
.mdi-md-bg-red-800 {
background-color: #c62828; }
a.mdi-md-bg-red-800:hover, a.mdi-md-bg-red-800:focus {
background-color: #b71c1c; }
.mdi-md-bg-red-900 {
background-color: #b71c1c; }
a.mdi-md-bg-red-900:hover, a.mdi-md-bg-red-900:focus {
background-color: #8b1515; }
.mdi-md-bg-red-A100 {
background-color: #ff8a80; }
a.mdi-md-bg-red-A100:hover, a.mdi-md-bg-red-A100:focus {
background-color: #ff5b4d; }
.mdi-md-bg-red-A200 {
background-color: #ff5252; }
a.mdi-md-bg-red-A200:hover, a.mdi-md-bg-red-A200:focus {
background-color: #ff1f1f; }
.mdi-md-bg-red-A400 {
background-color: #ff1744; }
a.mdi-md-bg-red-A400:hover, a.mdi-md-bg-red-A400:focus {
background-color: #e3002c; }
.mdi-md-bg-red-A700 {
background-color: #d50000; }
a.mdi-md-bg-red-A700:hover, a.mdi-md-bg-red-A700:focus {
background-color: #a20000; }
.mdi-md-pink {
color: #e91e63; }
a.mdi-md-pink:hover, a.mdi-md-pink:focus {
color: #d81b60; }
.mdi-md-pink-50 {
color: #fce4ec; }
a.mdi-md-pink-50:hover, a.mdi-md-pink-50:focus {
color: #f8bbd0; }
.mdi-md-pink-100 {
color: #f8bbd0; }
a.mdi-md-pink-100:hover, a.mdi-md-pink-100:focus {
color: #f48fb1; }
.mdi-md-pink-200 {
color: #f48fb1; }
a.mdi-md-pink-200:hover, a.mdi-md-pink-200:focus {
color: #f06292; }
.mdi-md-pink-300 {
color: #f06292; }
a.mdi-md-pink-300:hover, a.mdi-md-pink-300:focus {
color: #ec407a; }
.mdi-md-pink-400 {
color: #ec407a; }
a.mdi-md-pink-400:hover, a.mdi-md-pink-400:focus {
color: #e91e63; }
.mdi-md-pink-500 {
color: #e91e63; }
a.mdi-md-pink-500:hover, a.mdi-md-pink-500:focus {
color: #d81b60; }
.mdi-md-pink-600 {
color: #d81b60; }
a.mdi-md-pink-600:hover, a.mdi-md-pink-600:focus {
color: #c2185b; }
.mdi-md-pink-700 {
color: #c2185b; }
a.mdi-md-pink-700:hover, a.mdi-md-pink-700:focus {
color: #ad1457; }
.mdi-md-pink-800 {
color: #ad1457; }
a.mdi-md-pink-800:hover, a.mdi-md-pink-800:focus {
color: #880e4f; }
.mdi-md-pink-900 {
color: #880e4f; }
a.mdi-md-pink-900:hover, a.mdi-md-pink-900:focus {
color: #5a0934; }
.mdi-md-pink-A100 {
color: #ff80ab; }
a.mdi-md-pink-A100:hover, a.mdi-md-pink-A100:focus {
color: #ff4d89; }
.mdi-md-pink-A200 {
color: #ff4081; }
a.mdi-md-pink-A200:hover, a.mdi-md-pink-A200:focus {
color: #ff0d5f; }
.mdi-md-pink-A400 {
color: #f50057; }
a.mdi-md-pink-A400:hover, a.mdi-md-pink-A400:focus {
color: #c20045; }
.mdi-md-pink-A700 {
color: #c51162; }
a.mdi-md-pink-A700:hover, a.mdi-md-pink-A700:focus {
color: #960d4b; }
.mdi-md-bg-pink {
background-color: #e91e63; }
a.mdi-md-bg-pink:hover, a.mdi-md-bg-pink:focus {
background-color: #d81b60; }
.mdi-md-bg-pink-50 {
background-color: #fce4ec; }
a.mdi-md-bg-pink-50:hover, a.mdi-md-bg-pink-50:focus {
background-color: #f8bbd0; }
.mdi-md-bg-pink-100 {
background-color: #f8bbd0; }
a.mdi-md-bg-pink-100:hover, a.mdi-md-bg-pink-100:focus {
background-color: #f48fb1; }
.mdi-md-bg-pink-200 {
background-color: #f48fb1; }
a.mdi-md-bg-pink-200:hover, a.mdi-md-bg-pink-200:focus {
background-color: #f06292; }
.mdi-md-bg-pink-300 {
background-color: #f06292; }
a.mdi-md-bg-pink-300:hover, a.mdi-md-bg-pink-300:focus {
background-color: #ec407a; }
.mdi-md-bg-pink-400 {
background-color: #ec407a; }
a.mdi-md-bg-pink-400:hover, a.mdi-md-bg-pink-400:focus {
background-color: #e91e63; }
.mdi-md-bg-pink-500 {
background-color: #e91e63; }
a.mdi-md-bg-pink-500:hover, a.mdi-md-bg-pink-500:focus {
background-color: #d81b60; }
.mdi-md-bg-pink-600 {
background-color: #d81b60; }
a.mdi-md-bg-pink-600:hover, a.mdi-md-bg-pink-600:focus {
background-color: #c2185b; }
.mdi-md-bg-pink-700 {
background-color: #c2185b; }
a.mdi-md-bg-pink-700:hover, a.mdi-md-bg-pink-700:focus {
background-color: #ad1457; }
.mdi-md-bg-pink-800 {
background-color: #ad1457; }
a.mdi-md-bg-pink-800:hover, a.mdi-md-bg-pink-800:focus {
background-color: #880e4f; }
.mdi-md-bg-pink-900 {
background-color: #880e4f; }
a.mdi-md-bg-pink-900:hover, a.mdi-md-bg-pink-900:focus {
background-color: #5a0934; }
.mdi-md-bg-pink-A100 {
background-color: #ff80ab; }
a.mdi-md-bg-pink-A100:hover, a.mdi-md-bg-pink-A100:focus {
background-color: #ff4d89; }
.mdi-md-bg-pink-A200 {
background-color: #ff4081; }
a.mdi-md-bg-pink-A200:hover, a.mdi-md-bg-pink-A200:focus {
background-color: #ff0d5f; }
.mdi-md-bg-pink-A400 {
background-color: #f50057; }
a.mdi-md-bg-pink-A400:hover, a.mdi-md-bg-pink-A400:focus {
background-color: #c20045; }
.mdi-md-bg-pink-A700 {
background-color: #c51162; }
a.mdi-md-bg-pink-A700:hover, a.mdi-md-bg-pink-A700:focus {
background-color: #960d4b; }
.mdi-md-purple {
color: #9c27b0; }
a.mdi-md-purple:hover, a.mdi-md-purple:focus {
color: #8e24aa; }
.mdi-md-purple-50 {
color: #f3e5f5; }
a.mdi-md-purple-50:hover, a.mdi-md-purple-50:focus {
color: #e1bee7; }
.mdi-md-purple-100 {
color: #e1bee7; }
a.mdi-md-purple-100:hover, a.mdi-md-purple-100:focus {
color: #ce93d8; }
.mdi-md-purple-200 {
color: #ce93d8; }
a.mdi-md-purple-200:hover, a.mdi-md-purple-200:focus {
color: #ba68c8; }
.mdi-md-purple-300 {
color: #ba68c8; }
a.mdi-md-purple-300:hover, a.mdi-md-purple-300:focus {
color: #ab47bc; }
.mdi-md-purple-400 {
color: #ab47bc; }
a.mdi-md-purple-400:hover, a.mdi-md-purple-400:focus {
color: #9c27b0; }
.mdi-md-purple-500 {
color: #9c27b0; }
a.mdi-md-purple-500:hover, a.mdi-md-purple-500:focus {
color: #8e24aa; }
.mdi-md-purple-600 {
color: #8e24aa; }
a.mdi-md-purple-600:hover, a.mdi-md-purple-600:focus {
color: #7b1fa2; }
.mdi-md-purple-700 {
color: #7b1fa2; }
a.mdi-md-purple-700:hover, a.mdi-md-purple-700:focus {
color: #6a1b9a; }
.mdi-md-purple-800 {
color: #6a1b9a; }
a.mdi-md-purple-800:hover, a.mdi-md-purple-800:focus {
color: #4a148c; }
.mdi-md-purple-900 {
color: #4a148c; }
a.mdi-md-purple-900:hover, a.mdi-md-purple-900:focus {
color: #320e5f; }
.mdi-md-purple-A100 {
color: #ea80fc; }
a.mdi-md-purple-A100:hover, a.mdi-md-purple-A100:focus {
color: #e24efb; }
.mdi-md-purple-A200 {
color: #e040fb; }
a.mdi-md-purple-A200:hover, a.mdi-md-purple-A200:focus {
color: #d80efa; }
.mdi-md-purple-A400 {
color: #d500f9; }
a.mdi-md-purple-A400:hover, a.mdi-md-purple-A400:focus {
color: #a900c6; }
.mdi-md-purple-A700 {
color: #aa00ff; }
a.mdi-md-purple-A700:hover, a.mdi-md-purple-A700:focus {
color: #8800cc; }
.mdi-md-bg-purple {
background-color: #9c27b0; }
a.mdi-md-bg-purple:hover, a.mdi-md-bg-purple:focus {
background-color: #8e24aa; }
.mdi-md-bg-purple-50 {
background-color: #f3e5f5; }
a.mdi-md-bg-purple-50:hover, a.mdi-md-bg-purple-50:focus {
background-color: #e1bee7; }
.mdi-md-bg-purple-100 {
background-color: #e1bee7; }
a.mdi-md-bg-purple-100:hover, a.mdi-md-bg-purple-100:focus {
background-color: #ce93d8; }
.mdi-md-bg-purple-200 {
background-color: #ce93d8; }
a.mdi-md-bg-purple-200:hover, a.mdi-md-bg-purple-200:focus {
background-color: #ba68c8; }
.mdi-md-bg-purple-300 {
background-color: #ba68c8; }
a.mdi-md-bg-purple-300:hover, a.mdi-md-bg-purple-300:focus {
background-color: #ab47bc; }
.mdi-md-bg-purple-400 {
background-color: #ab47bc; }
a.mdi-md-bg-purple-400:hover, a.mdi-md-bg-purple-400:focus {
background-color: #9c27b0; }
.mdi-md-bg-purple-500 {
background-color: #9c27b0; }
a.mdi-md-bg-purple-500:hover, a.mdi-md-bg-purple-500:focus {
background-color: #8e24aa; }
.mdi-md-bg-purple-600 {
background-color: #8e24aa; }
a.mdi-md-bg-purple-600:hover, a.mdi-md-bg-purple-600:focus {
background-color: #7b1fa2; }
.mdi-md-bg-purple-700 {
background-color: #7b1fa2; }
a.mdi-md-bg-purple-700:hover, a.mdi-md-bg-purple-700:focus {
background-color: #6a1b9a; }
.mdi-md-bg-purple-800 {
background-color: #6a1b9a; }
a.mdi-md-bg-purple-800:hover, a.mdi-md-bg-purple-800:focus {
background-color: #4a148c; }
.mdi-md-bg-purple-900 {
background-color: #4a148c; }
a.mdi-md-bg-purple-900:hover, a.mdi-md-bg-purple-900:focus {
background-color: #320e5f; }
.mdi-md-bg-purple-A100 {
background-color: #ea80fc; }
a.mdi-md-bg-purple-A100:hover, a.mdi-md-bg-purple-A100:focus {
background-color: #e24efb; }
.mdi-md-bg-purple-A200 {
background-color: #e040fb; }
a.mdi-md-bg-purple-A200:hover, a.mdi-md-bg-purple-A200:focus {
background-color: #d80efa; }
.mdi-md-bg-purple-A400 {
background-color: #d500f9; }
a.mdi-md-bg-purple-A400:hover, a.mdi-md-bg-purple-A400:focus {
background-color: #a900c6; }
.mdi-md-bg-purple-A700 {
background-color: #aa00ff; }
a.mdi-md-bg-purple-A700:hover, a.mdi-md-bg-purple-A700:focus {
background-color: #8800cc; }
.mdi-md-deep-purple {
color: #673ab7; }
a.mdi-md-deep-purple:hover, a.mdi-md-deep-purple:focus {
color: #5e35b1; }
.mdi-md-deep-purple-50 {
color: #ede7f6; }
a.mdi-md-deep-purple-50:hover, a.mdi-md-deep-purple-50:focus {
color: #d1c4e9; }
.mdi-md-deep-purple-100 {
color: #d1c4e9; }
a.mdi-md-deep-purple-100:hover, a.mdi-md-deep-purple-100:focus {
color: #b39ddb; }
.mdi-md-deep-purple-200 {
color: #b39ddb; }
a.mdi-md-deep-purple-200:hover, a.mdi-md-deep-purple-200:focus {
color: #9575cd; }
.mdi-md-deep-purple-300 {
color: #9575cd; }
a.mdi-md-deep-purple-300:hover, a.mdi-md-deep-purple-300:focus {
color: #7e57c2; }
.mdi-md-deep-purple-400 {
color: #7e57c2; }
a.mdi-md-deep-purple-400:hover, a.mdi-md-deep-purple-400:focus {
color: #673ab7; }
.mdi-md-deep-purple-500 {
color: #673ab7; }
a.mdi-md-deep-purple-500:hover, a.mdi-md-deep-purple-500:focus {
color: #5e35b1; }
.mdi-md-deep-purple-600 {
color: #5e35b1; }
a.mdi-md-deep-purple-600:hover, a.mdi-md-deep-purple-600:focus {
color: #512da8; }
.mdi-md-deep-purple-700 {
color: #512da8; }
a.mdi-md-deep-purple-700:hover, a.mdi-md-deep-purple-700:focus {
color: #4527a0; }
.mdi-md-deep-purple-800 {
color: #4527a0; }
a.mdi-md-deep-purple-800:hover, a.mdi-md-deep-purple-800:focus {
color: #311b92; }
.mdi-md-deep-purple-900 {
color: #311b92; }
a.mdi-md-deep-purple-900:hover, a.mdi-md-deep-purple-900:focus {
color: #231367; }
.mdi-md-deep-purple-A100 {
color: #b388ff; }
a.mdi-md-deep-purple-A100:hover, a.mdi-md-deep-purple-A100:focus {
color: #9255ff; }
.mdi-md-deep-purple-A200 {
color: #7c4dff; }
a.mdi-md-deep-purple-A200:hover, a.mdi-md-deep-purple-A200:focus {
color: #561aff; }
.mdi-md-deep-purple-A400 {
color: #651fff; }
a.mdi-md-deep-purple-A400:hover, a.mdi-md-deep-purple-A400:focus {
color: #4900eb; }
.mdi-md-deep-purple-A700 {
color: #6200ea; }
a.mdi-md-deep-purple-A700:hover, a.mdi-md-deep-purple-A700:focus {
color: #4d00b7; }
.mdi-md-bg-deep-purple {
background-color: #673ab7; }
a.mdi-md-bg-deep-purple:hover, a.mdi-md-bg-deep-purple:focus {
background-color: #5e35b1; }
.mdi-md-bg-deep-purple-50 {
background-color: #ede7f6; }
a.mdi-md-bg-deep-purple-50:hover, a.mdi-md-bg-deep-purple-50:focus {
background-color: #d1c4e9; }
.mdi-md-bg-deep-purple-100 {
background-color: #d1c4e9; }
a.mdi-md-bg-deep-purple-100:hover, a.mdi-md-bg-deep-purple-100:focus {
background-color: #b39ddb; }
.mdi-md-bg-deep-purple-200 {
background-color: #b39ddb; }
a.mdi-md-bg-deep-purple-200:hover, a.mdi-md-bg-deep-purple-200:focus {
background-color: #9575cd; }
.mdi-md-bg-deep-purple-300 {
background-color: #9575cd; }
a.mdi-md-bg-deep-purple-300:hover, a.mdi-md-bg-deep-purple-300:focus {
background-color: #7e57c2; }
.mdi-md-bg-deep-purple-400 {
background-color: #7e57c2; }
a.mdi-md-bg-deep-purple-400:hover, a.mdi-md-bg-deep-purple-400:focus {
background-color: #673ab7; }
.mdi-md-bg-deep-purple-500 {
background-color: #673ab7; }
a.mdi-md-bg-deep-purple-500:hover, a.mdi-md-bg-deep-purple-500:focus {
background-color: #5e35b1; }
.mdi-md-bg-deep-purple-600 {
background-color: #5e35b1; }
a.mdi-md-bg-deep-purple-600:hover, a.mdi-md-bg-deep-purple-600:focus {
background-color: #512da8; }
.mdi-md-bg-deep-purple-700 {
background-color: #512da8; }
a.mdi-md-bg-deep-purple-700:hover, a.mdi-md-bg-deep-purple-700:focus {
background-color: #4527a0; }
.mdi-md-bg-deep-purple-800 {
background-color: #4527a0; }
a.mdi-md-bg-deep-purple-800:hover, a.mdi-md-bg-deep-purple-800:focus {
background-color: #311b92; }
.mdi-md-bg-deep-purple-900 {
background-color: #311b92; }
a.mdi-md-bg-deep-purple-900:hover, a.mdi-md-bg-deep-purple-900:focus {
background-color: #231367; }
.mdi-md-bg-deep-purple-A100 {
background-color: #b388ff; }
a.mdi-md-bg-deep-purple-A100:hover, a.mdi-md-bg-deep-purple-A100:focus {
background-color: #9255ff; }
.mdi-md-bg-deep-purple-A200 {
background-color: #7c4dff; }
a.mdi-md-bg-deep-purple-A200:hover, a.mdi-md-bg-deep-purple-A200:focus {
background-color: #561aff; }
.mdi-md-bg-deep-purple-A400 {
background-color: #651fff; }
a.mdi-md-bg-deep-purple-A400:hover, a.mdi-md-bg-deep-purple-A400:focus {
background-color: #4900eb; }
.mdi-md-bg-deep-purple-A700 {
background-color: #6200ea; }
a.mdi-md-bg-deep-purple-A700:hover, a.mdi-md-bg-deep-purple-A700:focus {
background-color: #4d00b7; }
.mdi-md-indigo {
color: #3f51b5; }
a.mdi-md-indigo:hover, a.mdi-md-indigo:focus {
color: #3949ab; }
.mdi-md-indigo-50 {
color: #e8eaf6; }
a.mdi-md-indigo-50:hover, a.mdi-md-indigo-50:focus {
color: #c5cae9; }
.mdi-md-indigo-100 {
color: #c5cae9; }
a.mdi-md-indigo-100:hover, a.mdi-md-indigo-100:focus {
color: #9fa8da; }
.mdi-md-indigo-200 {
color: #9fa8da; }
a.mdi-md-indigo-200:hover, a.mdi-md-indigo-200:focus {
color: #7986cb; }
.mdi-md-indigo-300 {
color: #7986cb; }
a.mdi-md-indigo-300:hover, a.mdi-md-indigo-300:focus {
color: #5c6bc0; }
.mdi-md-indigo-400 {
color: #5c6bc0; }
a.mdi-md-indigo-400:hover, a.mdi-md-indigo-400:focus {
color: #3f51b5; }
.mdi-md-indigo-500 {
color: #3f51b5; }
a.mdi-md-indigo-500:hover, a.mdi-md-indigo-500:focus {
color: #3949ab; }
.mdi-md-indigo-600 {
color: #3949ab; }
a.mdi-md-indigo-600:hover, a.mdi-md-indigo-600:focus {
color: #303f9f; }
.mdi-md-indigo-700 {
color: #303f9f; }
a.mdi-md-indigo-700:hover, a.mdi-md-indigo-700:focus {
color: #283593; }
.mdi-md-indigo-800 {
color: #283593; }
a.mdi-md-indigo-800:hover, a.mdi-md-indigo-800:focus {
color: #1a237e; }
.mdi-md-indigo-900 {
color: #1a237e; }
a.mdi-md-indigo-900:hover, a.mdi-md-indigo-900:focus {
color: #111754; }
.mdi-md-indigo-A100 {
color: #8c9eff; }
a.mdi-md-indigo-A100:hover, a.mdi-md-indigo-A100:focus {
color: #5973ff; }
.mdi-md-indigo-A200 {
color: #536dfe; }
a.mdi-md-indigo-A200:hover, a.mdi-md-indigo-A200:focus {
color: #2042fe; }
.mdi-md-indigo-A400 {
color: #3d5afe; }
a.mdi-md-indigo-A400:hover, a.mdi-md-indigo-A400:focus {
color: #0a2ffe; }
.mdi-md-indigo-A700 {
color: #304ffe; }
a.mdi-md-indigo-A700:hover, a.mdi-md-indigo-A700:focus {
color: #0127fa; }
.mdi-md-bg-indigo {
background-color: #3f51b5; }
a.mdi-md-bg-indigo:hover, a.mdi-md-bg-indigo:focus {
background-color: #3949ab; }
.mdi-md-bg-indigo-50 {
background-color: #e8eaf6; }
a.mdi-md-bg-indigo-50:hover, a.mdi-md-bg-indigo-50:focus {
background-color: #c5cae9; }
.mdi-md-bg-indigo-100 {
background-color: #c5cae9; }
a.mdi-md-bg-indigo-100:hover, a.mdi-md-bg-indigo-100:focus {
background-color: #9fa8da; }
.mdi-md-bg-indigo-200 {
background-color: #9fa8da; }
a.mdi-md-bg-indigo-200:hover, a.mdi-md-bg-indigo-200:focus {
background-color: #7986cb; }
.mdi-md-bg-indigo-300 {
background-color: #7986cb; }
a.mdi-md-bg-indigo-300:hover, a.mdi-md-bg-indigo-300:focus {
background-color: #5c6bc0; }
.mdi-md-bg-indigo-400 {
background-color: #5c6bc0; }
a.mdi-md-bg-indigo-400:hover, a.mdi-md-bg-indigo-400:focus {
background-color: #3f51b5; }
.mdi-md-bg-indigo-500 {
background-color: #3f51b5; }
a.mdi-md-bg-indigo-500:hover, a.mdi-md-bg-indigo-500:focus {
background-color: #3949ab; }
.mdi-md-bg-indigo-600 {
background-color: #3949ab; }
a.mdi-md-bg-indigo-600:hover, a.mdi-md-bg-indigo-600:focus {
background-color: #303f9f; }
.mdi-md-bg-indigo-700 {
background-color: #303f9f; }
a.mdi-md-bg-indigo-700:hover, a.mdi-md-bg-indigo-700:focus {
background-color: #283593; }
.mdi-md-bg-indigo-800 {
background-color: #283593; }
a.mdi-md-bg-indigo-800:hover, a.mdi-md-bg-indigo-800:focus {
background-color: #1a237e; }
.mdi-md-bg-indigo-900 {
background-color: #1a237e; }
a.mdi-md-bg-indigo-900:hover, a.mdi-md-bg-indigo-900:focus {
background-color: #111754; }
.mdi-md-bg-indigo-A100 {
background-color: #8c9eff; }
a.mdi-md-bg-indigo-A100:hover, a.mdi-md-bg-indigo-A100:focus {
background-color: #5973ff; }
.mdi-md-bg-indigo-A200 {
background-color: #536dfe; }
a.mdi-md-bg-indigo-A200:hover, a.mdi-md-bg-indigo-A200:focus {
background-color: #2042fe; }
.mdi-md-bg-indigo-A400 {
background-color: #3d5afe; }
a.mdi-md-bg-indigo-A400:hover, a.mdi-md-bg-indigo-A400:focus {
background-color: #0a2ffe; }
.mdi-md-bg-indigo-A700 {
background-color: #304ffe; }
a.mdi-md-bg-indigo-A700:hover, a.mdi-md-bg-indigo-A700:focus {
background-color: #0127fa; }
.mdi-md-blue {
color: #2196f3; }
a.mdi-md-blue:hover, a.mdi-md-blue:focus {
color: #1e88e5; }
.mdi-md-blue-50 {
color: #e3f2fd; }
a.mdi-md-blue-50:hover, a.mdi-md-blue-50:focus {
color: #bbdefb; }
.mdi-md-blue-100 {
color: #bbdefb; }
a.mdi-md-blue-100:hover, a.mdi-md-blue-100:focus {
color: #90caf9; }
.mdi-md-blue-200 {
color: #90caf9; }
a.mdi-md-blue-200:hover, a.mdi-md-blue-200:focus {
color: #64b5f6; }
.mdi-md-blue-300 {
color: #64b5f6; }
a.mdi-md-blue-300:hover, a.mdi-md-blue-300:focus {
color: #42a5f5; }
.mdi-md-blue-400 {
color: #42a5f5; }
a.mdi-md-blue-400:hover, a.mdi-md-blue-400:focus {
color: #2196f3; }
.mdi-md-blue-500 {
color: #2196f3; }
a.mdi-md-blue-500:hover, a.mdi-md-blue-500:focus {
color: #1e88e5; }
.mdi-md-blue-600 {
color: #1e88e5; }
a.mdi-md-blue-600:hover, a.mdi-md-blue-600:focus {
color: #1976d2; }
.mdi-md-blue-700 {
color: #1976d2; }
a.mdi-md-blue-700:hover, a.mdi-md-blue-700:focus {
color: #1565c0; }
.mdi-md-blue-800 {
color: #1565c0; }
a.mdi-md-blue-800:hover, a.mdi-md-blue-800:focus {
color: #0d47a1; }
.mdi-md-blue-900 {
color: #0d47a1; }
a.mdi-md-blue-900:hover, a.mdi-md-blue-900:focus {
color: #093272; }
.mdi-md-blue-A100 {
color: #82b1ff; }
a.mdi-md-blue-A100:hover, a.mdi-md-blue-A100:focus {
color: #4f91ff; }
.mdi-md-blue-A200 {
color: #448aff; }
a.mdi-md-blue-A200:hover, a.mdi-md-blue-A200:focus {
color: #116aff; }
.mdi-md-blue-A400 {
color: #2979ff; }
a.mdi-md-blue-A400:hover, a.mdi-md-blue-A400:focus {
color: #005cf5; }
.mdi-md-blue-A700 {
color: #2962ff; }
a.mdi-md-blue-A700:hover, a.mdi-md-blue-A700:focus {
color: #0041f5; }
.mdi-md-bg-blue {
background-color: #2196f3; }
a.mdi-md-bg-blue:hover, a.mdi-md-bg-blue:focus {
background-color: #1e88e5; }
.mdi-md-bg-blue-50 {
background-color: #e3f2fd; }
a.mdi-md-bg-blue-50:hover, a.mdi-md-bg-blue-50:focus {
background-color: #bbdefb; }
.mdi-md-bg-blue-100 {
background-color: #bbdefb; }
a.mdi-md-bg-blue-100:hover, a.mdi-md-bg-blue-100:focus {
background-color: #90caf9; }
.mdi-md-bg-blue-200 {
background-color: #90caf9; }
a.mdi-md-bg-blue-200:hover, a.mdi-md-bg-blue-200:focus {
background-color: #64b5f6; }
.mdi-md-bg-blue-300 {
background-color: #64b5f6; }
a.mdi-md-bg-blue-300:hover, a.mdi-md-bg-blue-300:focus {
background-color: #42a5f5; }
.mdi-md-bg-blue-400 {
background-color: #42a5f5; }
a.mdi-md-bg-blue-400:hover, a.mdi-md-bg-blue-400:focus {
background-color: #2196f3; }
.mdi-md-bg-blue-500 {
background-color: #2196f3; }
a.mdi-md-bg-blue-500:hover, a.mdi-md-bg-blue-500:focus {
background-color: #1e88e5; }
.mdi-md-bg-blue-600 {
background-color: #1e88e5; }
a.mdi-md-bg-blue-600:hover, a.mdi-md-bg-blue-600:focus {
background-color: #1976d2; }
.mdi-md-bg-blue-700 {
background-color: #1976d2; }
a.mdi-md-bg-blue-700:hover, a.mdi-md-bg-blue-700:focus {
background-color: #1565c0; }
.mdi-md-bg-blue-800 {
background-color: #1565c0; }
a.mdi-md-bg-blue-800:hover, a.mdi-md-bg-blue-800:focus {
background-color: #0d47a1; }
.mdi-md-bg-blue-900 {
background-color: #0d47a1; }
a.mdi-md-bg-blue-900:hover, a.mdi-md-bg-blue-900:focus {
background-color: #093272; }
.mdi-md-bg-blue-A100 {
background-color: #82b1ff; }
a.mdi-md-bg-blue-A100:hover, a.mdi-md-bg-blue-A100:focus {
background-color: #4f91ff; }
.mdi-md-bg-blue-A200 {
background-color: #448aff; }
a.mdi-md-bg-blue-A200:hover, a.mdi-md-bg-blue-A200:focus {
background-color: #116aff; }
.mdi-md-bg-blue-A400 {
background-color: #2979ff; }
a.mdi-md-bg-blue-A400:hover, a.mdi-md-bg-blue-A400:focus {
background-color: #005cf5; }
.mdi-md-bg-blue-A700 {
background-color: #2962ff; }
a.mdi-md-bg-blue-A700:hover, a.mdi-md-bg-blue-A700:focus {
background-color: #0041f5; }
.mdi-md-light-blue {
color: #03a9f4; }
a.mdi-md-light-blue:hover, a.mdi-md-light-blue:focus {
color: #039be5; }
.mdi-md-light-blue-50 {
color: #e1f5fe; }
a.mdi-md-light-blue-50:hover, a.mdi-md-light-blue-50:focus {
color: #b3e5fc; }
.mdi-md-light-blue-100 {
color: #b3e5fc; }
a.mdi-md-light-blue-100:hover, a.mdi-md-light-blue-100:focus {
color: #81d4fa; }
.mdi-md-light-blue-200 {
color: #81d4fa; }
a.mdi-md-light-blue-200:hover, a.mdi-md-light-blue-200:focus {
color: #4fc3f7; }
.mdi-md-light-blue-300 {
color: #4fc3f7; }
a.mdi-md-light-blue-300:hover, a.mdi-md-light-blue-300:focus {
color: #29b6f6; }
.mdi-md-light-blue-400 {
color: #29b6f6; }
a.mdi-md-light-blue-400:hover, a.mdi-md-light-blue-400:focus {
color: #03a9f4; }
.mdi-md-light-blue-500 {
color: #03a9f4; }
a.mdi-md-light-blue-500:hover, a.mdi-md-light-blue-500:focus {
color: #039be5; }
.mdi-md-light-blue-600 {
color: #039be5; }
a.mdi-md-light-blue-600:hover, a.mdi-md-light-blue-600:focus {
color: #0288d1; }
.mdi-md-light-blue-700 {
color: #0288d1; }
a.mdi-md-light-blue-700:hover, a.mdi-md-light-blue-700:focus {
color: #0277bd; }
.mdi-md-light-blue-800 {
color: #0277bd; }
a.mdi-md-light-blue-800:hover, a.mdi-md-light-blue-800:focus {
color: #01579b; }
.mdi-md-light-blue-900 {
color: #01579b; }
a.mdi-md-light-blue-900:hover, a.mdi-md-light-blue-900:focus {
color: #013b68; }
.mdi-md-light-blue-A100 {
color: #80d8ff; }
a.mdi-md-light-blue-A100:hover, a.mdi-md-light-blue-A100:focus {
color: #4dc8ff; }
.mdi-md-light-blue-A200 {
color: #40c4ff; }
a.mdi-md-light-blue-A200:hover, a.mdi-md-light-blue-A200:focus {
color: #0db4ff; }
.mdi-md-light-blue-A400 {
color: #00b0ff; }
a.mdi-md-light-blue-A400:hover, a.mdi-md-light-blue-A400:focus {
color: #008dcc; }
.mdi-md-light-blue-A700 {
color: #0091ea; }
a.mdi-md-light-blue-A700:hover, a.mdi-md-light-blue-A700:focus {
color: #0071b7; }
.mdi-md-bg-light-blue {
background-color: #03a9f4; }
a.mdi-md-bg-light-blue:hover, a.mdi-md-bg-light-blue:focus {
background-color: #039be5; }
.mdi-md-bg-light-blue-50 {
background-color: #e1f5fe; }
a.mdi-md-bg-light-blue-50:hover, a.mdi-md-bg-light-blue-50:focus {
background-color: #b3e5fc; }
.mdi-md-bg-light-blue-100 {
background-color: #b3e5fc; }
a.mdi-md-bg-light-blue-100:hover, a.mdi-md-bg-light-blue-100:focus {
background-color: #81d4fa; }
.mdi-md-bg-light-blue-200 {
background-color: #81d4fa; }
a.mdi-md-bg-light-blue-200:hover, a.mdi-md-bg-light-blue-200:focus {
background-color: #4fc3f7; }
.mdi-md-bg-light-blue-300 {
background-color: #4fc3f7; }
a.mdi-md-bg-light-blue-300:hover, a.mdi-md-bg-light-blue-300:focus {
background-color: #29b6f6; }
.mdi-md-bg-light-blue-400 {
background-color: #29b6f6; }
a.mdi-md-bg-light-blue-400:hover, a.mdi-md-bg-light-blue-400:focus {
background-color: #03a9f4; }
.mdi-md-bg-light-blue-500 {
background-color: #03a9f4; }
a.mdi-md-bg-light-blue-500:hover, a.mdi-md-bg-light-blue-500:focus {
background-color: #039be5; }
.mdi-md-bg-light-blue-600 {
background-color: #039be5; }
a.mdi-md-bg-light-blue-600:hover, a.mdi-md-bg-light-blue-600:focus {
background-color: #0288d1; }
.mdi-md-bg-light-blue-700 {
background-color: #0288d1; }
a.mdi-md-bg-light-blue-700:hover, a.mdi-md-bg-light-blue-700:focus {
background-color: #0277bd; }
.mdi-md-bg-light-blue-800 {
background-color: #0277bd; }
a.mdi-md-bg-light-blue-800:hover, a.mdi-md-bg-light-blue-800:focus {
background-color: #01579b; }
.mdi-md-bg-light-blue-900 {
background-color: #01579b; }
a.mdi-md-bg-light-blue-900:hover, a.mdi-md-bg-light-blue-900:focus {
background-color: #013b68; }
.mdi-md-bg-light-blue-A100 {
background-color: #80d8ff; }
a.mdi-md-bg-light-blue-A100:hover, a.mdi-md-bg-light-blue-A100:focus {
background-color: #4dc8ff; }
.mdi-md-bg-light-blue-A200 {
background-color: #40c4ff; }
a.mdi-md-bg-light-blue-A200:hover, a.mdi-md-bg-light-blue-A200:focus {
background-color: #0db4ff; }
.mdi-md-bg-light-blue-A400 {
background-color: #00b0ff; }
a.mdi-md-bg-light-blue-A400:hover, a.mdi-md-bg-light-blue-A400:focus {
background-color: #008dcc; }
.mdi-md-bg-light-blue-A700 {
background-color: #0091ea; }
a.mdi-md-bg-light-blue-A700:hover, a.mdi-md-bg-light-blue-A700:focus {
background-color: #0071b7; }
.mdi-md-cyan {
color: #00bcd4; }
a.mdi-md-cyan:hover, a.mdi-md-cyan:focus {
color: #00acc1; }
.mdi-md-cyan-50 {
color: #e0f7fa; }
a.mdi-md-cyan-50:hover, a.mdi-md-cyan-50:focus {
color: #b2ebf2; }
.mdi-md-cyan-100 {
color: #b2ebf2; }
a.mdi-md-cyan-100:hover, a.mdi-md-cyan-100:focus {
color: #80deea; }
.mdi-md-cyan-200 {
color: #80deea; }
a.mdi-md-cyan-200:hover, a.mdi-md-cyan-200:focus {
color: #4dd0e1; }
.mdi-md-cyan-300 {
color: #4dd0e1; }
a.mdi-md-cyan-300:hover, a.mdi-md-cyan-300:focus {
color: #26c6da; }
.mdi-md-cyan-400 {
color: #26c6da; }
a.mdi-md-cyan-400:hover, a.mdi-md-cyan-400:focus {
color: #00bcd4; }
.mdi-md-cyan-500 {
color: #00bcd4; }
a.mdi-md-cyan-500:hover, a.mdi-md-cyan-500:focus {
color: #00acc1; }
.mdi-md-cyan-600 {
color: #00acc1; }
a.mdi-md-cyan-600:hover, a.mdi-md-cyan-600:focus {
color: #0097a7; }
.mdi-md-cyan-700 {
color: #0097a7; }
a.mdi-md-cyan-700:hover, a.mdi-md-cyan-700:focus {
color: #00838f; }
.mdi-md-cyan-800 {
color: #00838f; }
a.mdi-md-cyan-800:hover, a.mdi-md-cyan-800:focus {
color: #006064; }
.mdi-md-cyan-900 {
color: #006064; }
a.mdi-md-cyan-900:hover, a.mdi-md-cyan-900:focus {
color: #002f31; }
.mdi-md-cyan-A100 {
color: #84ffff; }
a.mdi-md-cyan-A100:hover, a.mdi-md-cyan-A100:focus {
color: #51ffff; }
.mdi-md-cyan-A200 {
color: #18ffff; }
a.mdi-md-cyan-A200:hover, a.mdi-md-cyan-A200:focus {
color: #00e4e4; }
.mdi-md-cyan-A400 {
color: #00e5ff; }
a.mdi-md-cyan-A400:hover, a.mdi-md-cyan-A400:focus {
color: #00b7cc; }
.mdi-md-cyan-A700 {
color: #00b8d4; }
a.mdi-md-cyan-A700:hover, a.mdi-md-cyan-A700:focus {
color: #008ca1; }
.mdi-md-bg-cyan {
background-color: #00bcd4; }
a.mdi-md-bg-cyan:hover, a.mdi-md-bg-cyan:focus {
background-color: #00acc1; }
.mdi-md-bg-cyan-50 {
background-color: #e0f7fa; }
a.mdi-md-bg-cyan-50:hover, a.mdi-md-bg-cyan-50:focus {
background-color: #b2ebf2; }
.mdi-md-bg-cyan-100 {
background-color: #b2ebf2; }
a.mdi-md-bg-cyan-100:hover, a.mdi-md-bg-cyan-100:focus {
background-color: #80deea; }
.mdi-md-bg-cyan-200 {
background-color: #80deea; }
a.mdi-md-bg-cyan-200:hover, a.mdi-md-bg-cyan-200:focus {
background-color: #4dd0e1; }
.mdi-md-bg-cyan-300 {
background-color: #4dd0e1; }
a.mdi-md-bg-cyan-300:hover, a.mdi-md-bg-cyan-300:focus {
background-color: #26c6da; }
.mdi-md-bg-cyan-400 {
background-color: #26c6da; }
a.mdi-md-bg-cyan-400:hover, a.mdi-md-bg-cyan-400:focus {
background-color: #00bcd4; }
.mdi-md-bg-cyan-500 {
background-color: #00bcd4; }
a.mdi-md-bg-cyan-500:hover, a.mdi-md-bg-cyan-500:focus {
background-color: #00acc1; }
.mdi-md-bg-cyan-600 {
background-color: #00acc1; }
a.mdi-md-bg-cyan-600:hover, a.mdi-md-bg-cyan-600:focus {
background-color: #0097a7; }
.mdi-md-bg-cyan-700 {
background-color: #0097a7; }
a.mdi-md-bg-cyan-700:hover, a.mdi-md-bg-cyan-700:focus {
background-color: #00838f; }
.mdi-md-bg-cyan-800 {
background-color: #00838f; }
a.mdi-md-bg-cyan-800:hover, a.mdi-md-bg-cyan-800:focus {
background-color: #006064; }
.mdi-md-bg-cyan-900 {
background-color: #006064; }
a.mdi-md-bg-cyan-900:hover, a.mdi-md-bg-cyan-900:focus {
background-color: #002f31; }
.mdi-md-bg-cyan-A100 {
background-color: #84ffff; }
a.mdi-md-bg-cyan-A100:hover, a.mdi-md-bg-cyan-A100:focus {
background-color: #51ffff; }
.mdi-md-bg-cyan-A200 {
background-color: #18ffff; }
a.mdi-md-bg-cyan-A200:hover, a.mdi-md-bg-cyan-A200:focus {
background-color: #00e4e4; }
.mdi-md-bg-cyan-A400 {
background-color: #00e5ff; }
a.mdi-md-bg-cyan-A400:hover, a.mdi-md-bg-cyan-A400:focus {
background-color: #00b7cc; }
.mdi-md-bg-cyan-A700 {
background-color: #00b8d4; }
a.mdi-md-bg-cyan-A700:hover, a.mdi-md-bg-cyan-A700:focus {
background-color: #008ca1; }
.mdi-md-teal {
color: #009688; }
a.mdi-md-teal:hover, a.mdi-md-teal:focus {
color: #00897b; }
.mdi-md-teal-50 {
color: #e0f2f1; }
a.mdi-md-teal-50:hover, a.mdi-md-teal-50:focus {
color: #b2dfdb; }
.mdi-md-teal-100 {
color: #b2dfdb; }
a.mdi-md-teal-100:hover, a.mdi-md-teal-100:focus {
color: #80cbc4; }
.mdi-md-teal-200 {
color: #80cbc4; }
a.mdi-md-teal-200:hover, a.mdi-md-teal-200:focus {
color: #4db6ac; }
.mdi-md-teal-300 {
color: #4db6ac; }
a.mdi-md-teal-300:hover, a.mdi-md-teal-300:focus {
color: #26a69a; }
.mdi-md-teal-400 {
color: #26a69a; }
a.mdi-md-teal-400:hover, a.mdi-md-teal-400:focus {
color: #009688; }
.mdi-md-teal-500 {
color: #009688; }
a.mdi-md-teal-500:hover, a.mdi-md-teal-500:focus {
color: #00897b; }
.mdi-md-teal-600 {
color: #00897b; }
a.mdi-md-teal-600:hover, a.mdi-md-teal-600:focus {
color: #00796b; }
.mdi-md-teal-700 {
color: #00796b; }
a.mdi-md-teal-700:hover, a.mdi-md-teal-700:focus {
color: #00695c; }
.mdi-md-teal-800 {
color: #00695c; }
a.mdi-md-teal-800:hover, a.mdi-md-teal-800:focus {
color: #004d40; }
.mdi-md-teal-900 {
color: #004d40; }
a.mdi-md-teal-900:hover, a.mdi-md-teal-900:focus {
color: #001a16; }
.mdi-md-teal-A100 {
color: #a7ffeb; }
a.mdi-md-teal-A100:hover, a.mdi-md-teal-A100:focus {
color: #74ffdf; }
.mdi-md-teal-A200 {
color: #64ffda; }
a.mdi-md-teal-A200:hover, a.mdi-md-teal-A200:focus {
color: #31ffce; }
.mdi-md-teal-A400 {
color: #1de9b6; }
a.mdi-md-teal-A400:hover, a.mdi-md-teal-A400:focus {
color: #13c095; }
.mdi-md-teal-A700 {
color: #00bfa5; }
a.mdi-md-teal-A700:hover, a.mdi-md-teal-A700:focus {
color: #008c79; }
.mdi-md-bg-teal {
background-color: #009688; }
a.mdi-md-bg-teal:hover, a.mdi-md-bg-teal:focus {
background-color: #00897b; }
.mdi-md-bg-teal-50 {
background-color: #e0f2f1; }
a.mdi-md-bg-teal-50:hover, a.mdi-md-bg-teal-50:focus {
background-color: #b2dfdb; }
.mdi-md-bg-teal-100 {
background-color: #b2dfdb; }
a.mdi-md-bg-teal-100:hover, a.mdi-md-bg-teal-100:focus {
background-color: #80cbc4; }
.mdi-md-bg-teal-200 {
background-color: #80cbc4; }
a.mdi-md-bg-teal-200:hover, a.mdi-md-bg-teal-200:focus {
background-color: #4db6ac; }
.mdi-md-bg-teal-300 {
background-color: #4db6ac; }
a.mdi-md-bg-teal-300:hover, a.mdi-md-bg-teal-300:focus {
background-color: #26a69a; }
.mdi-md-bg-teal-400 {
background-color: #26a69a; }
a.mdi-md-bg-teal-400:hover, a.mdi-md-bg-teal-400:focus {
background-color: #009688; }
.mdi-md-bg-teal-500 {
background-color: #009688; }
a.mdi-md-bg-teal-500:hover, a.mdi-md-bg-teal-500:focus {
background-color: #00897b; }
.mdi-md-bg-teal-600 {
background-color: #00897b; }
a.mdi-md-bg-teal-600:hover, a.mdi-md-bg-teal-600:focus {
background-color: #00796b; }
.mdi-md-bg-teal-700 {
background-color: #00796b; }
a.mdi-md-bg-teal-700:hover, a.mdi-md-bg-teal-700:focus {
background-color: #00695c; }
.mdi-md-bg-teal-800 {
background-color: #00695c; }
a.mdi-md-bg-teal-800:hover, a.mdi-md-bg-teal-800:focus {
background-color: #004d40; }
.mdi-md-bg-teal-900 {
background-color: #004d40; }
a.mdi-md-bg-teal-900:hover, a.mdi-md-bg-teal-900:focus {
background-color: #001a16; }
.mdi-md-bg-teal-A100 {
background-color: #a7ffeb; }
a.mdi-md-bg-teal-A100:hover, a.mdi-md-bg-teal-A100:focus {
background-color: #74ffdf; }
.mdi-md-bg-teal-A200 {
background-color: #64ffda; }
a.mdi-md-bg-teal-A200:hover, a.mdi-md-bg-teal-A200:focus {
background-color: #31ffce; }
.mdi-md-bg-teal-A400 {
background-color: #1de9b6; }
a.mdi-md-bg-teal-A400:hover, a.mdi-md-bg-teal-A400:focus {
background-color: #13c095; }
.mdi-md-bg-teal-A700 {
background-color: #00bfa5; }
a.mdi-md-bg-teal-A700:hover, a.mdi-md-bg-teal-A700:focus {
background-color: #008c79; }
.mdi-md-green {
color: #4caf50; }
a.mdi-md-green:hover, a.mdi-md-green:focus {
color: #43a047; }
.mdi-md-green-50 {
color: #e8f5e9; }
a.mdi-md-green-50:hover, a.mdi-md-green-50:focus {
color: #c8e6c9; }
.mdi-md-green-100 {
color: #c8e6c9; }
a.mdi-md-green-100:hover, a.mdi-md-green-100:focus {
color: #a5d6a7; }
.mdi-md-green-200 {
color: #a5d6a7; }
a.mdi-md-green-200:hover, a.mdi-md-green-200:focus {
color: #81c784; }
.mdi-md-green-300 {
color: #81c784; }
a.mdi-md-green-300:hover, a.mdi-md-green-300:focus {
color: #66bb6a; }
.mdi-md-green-400 {
color: #66bb6a; }
a.mdi-md-green-400:hover, a.mdi-md-green-400:focus {
color: #4caf50; }
.mdi-md-green-500 {
color: #4caf50; }
a.mdi-md-green-500:hover, a.mdi-md-green-500:focus {
color: #43a047; }
.mdi-md-green-600 {
color: #43a047; }
a.mdi-md-green-600:hover, a.mdi-md-green-600:focus {
color: #388e3c; }
.mdi-md-green-700 {
color: #388e3c; }
a.mdi-md-green-700:hover, a.mdi-md-green-700:focus {
color: #2e7d32; }
.mdi-md-green-800 {
color: #2e7d32; }
a.mdi-md-green-800:hover, a.mdi-md-green-800:focus {
color: #1b5e20; }
.mdi-md-green-900 {
color: #1b5e20; }
a.mdi-md-green-900:hover, a.mdi-md-green-900:focus {
color: #103613; }
.mdi-md-green-A100 {
color: #b9f6ca; }
a.mdi-md-green-A100:hover, a.mdi-md-green-A100:focus {
color: #8cf0a8; }
.mdi-md-green-A200 {
color: #69f0ae; }
a.mdi-md-green-A200:hover, a.mdi-md-green-A200:focus {
color: #3beb95; }
.mdi-md-green-A400 {
color: #00e676; }
a.mdi-md-green-A400:hover, a.mdi-md-green-A400:focus {
color: #00b35c; }
.mdi-md-green-A700 {
color: #00c853; }
a.mdi-md-green-A700:hover, a.mdi-md-green-A700:focus {
color: #00953e; }
.mdi-md-bg-green {
background-color: #4caf50; }
a.mdi-md-bg-green:hover, a.mdi-md-bg-green:focus {
background-color: #43a047; }
.mdi-md-bg-green-50 {
background-color: #e8f5e9; }
a.mdi-md-bg-green-50:hover, a.mdi-md-bg-green-50:focus {
background-color: #c8e6c9; }
.mdi-md-bg-green-100 {
background-color: #c8e6c9; }
a.mdi-md-bg-green-100:hover, a.mdi-md-bg-green-100:focus {
background-color: #a5d6a7; }
.mdi-md-bg-green-200 {
background-color: #a5d6a7; }
a.mdi-md-bg-green-200:hover, a.mdi-md-bg-green-200:focus {
background-color: #81c784; }
.mdi-md-bg-green-300 {
background-color: #81c784; }
a.mdi-md-bg-green-300:hover, a.mdi-md-bg-green-300:focus {
background-color: #66bb6a; }
.mdi-md-bg-green-400 {
background-color: #66bb6a; }
a.mdi-md-bg-green-400:hover, a.mdi-md-bg-green-400:focus {
background-color: #4caf50; }
.mdi-md-bg-green-500 {
background-color: #4caf50; }
a.mdi-md-bg-green-500:hover, a.mdi-md-bg-green-500:focus {
background-color: #43a047; }
.mdi-md-bg-green-600 {
background-color: #43a047; }
a.mdi-md-bg-green-600:hover, a.mdi-md-bg-green-600:focus {
background-color: #388e3c; }
.mdi-md-bg-green-700 {
background-color: #388e3c; }
a.mdi-md-bg-green-700:hover, a.mdi-md-bg-green-700:focus {
background-color: #2e7d32; }
.mdi-md-bg-green-800 {
background-color: #2e7d32; }
a.mdi-md-bg-green-800:hover, a.mdi-md-bg-green-800:focus {
background-color: #1b5e20; }
.mdi-md-bg-green-900 {
background-color: #1b5e20; }
a.mdi-md-bg-green-900:hover, a.mdi-md-bg-green-900:focus {
background-color: #103613; }
.mdi-md-bg-green-A100 {
background-color: #b9f6ca; }
a.mdi-md-bg-green-A100:hover, a.mdi-md-bg-green-A100:focus {
background-color: #8cf0a8; }
.mdi-md-bg-green-A200 {
background-color: #69f0ae; }
a.mdi-md-bg-green-A200:hover, a.mdi-md-bg-green-A200:focus {
background-color: #3beb95; }
.mdi-md-bg-green-A400 {
background-color: #00e676; }
a.mdi-md-bg-green-A400:hover, a.mdi-md-bg-green-A400:focus {
background-color: #00b35c; }
.mdi-md-bg-green-A700 {
background-color: #00c853; }
a.mdi-md-bg-green-A700:hover, a.mdi-md-bg-green-A700:focus {
background-color: #00953e; }
.mdi-md-light-green {
color: #8bc34a; }
a.mdi-md-light-green:hover, a.mdi-md-light-green:focus {
color: #7cb342; }
.mdi-md-light-green-50 {
color: #f1f8e9; }
a.mdi-md-light-green-50:hover, a.mdi-md-light-green-50:focus {
color: #dcedc8; }
.mdi-md-light-green-100 {
color: #dcedc8; }
a.mdi-md-light-green-100:hover, a.mdi-md-light-green-100:focus {
color: #c5e1a5; }
.mdi-md-light-green-200 {
color: #c5e1a5; }
a.mdi-md-light-green-200:hover, a.mdi-md-light-green-200:focus {
color: #aed581; }
.mdi-md-light-green-300 {
color: #aed581; }
a.mdi-md-light-green-300:hover, a.mdi-md-light-green-300:focus {
color: #9ccc65; }
.mdi-md-light-green-400 {
color: #9ccc65; }
a.mdi-md-light-green-400:hover, a.mdi-md-light-green-400:focus {
color: #8bc34a; }
.mdi-md-light-green-500 {
color: #8bc34a; }
a.mdi-md-light-green-500:hover, a.mdi-md-light-green-500:focus {
color: #7cb342; }
.mdi-md-light-green-600 {
color: #7cb342; }
a.mdi-md-light-green-600:hover, a.mdi-md-light-green-600:focus {
color: #689f38; }
.mdi-md-light-green-700 {
color: #689f38; }
a.mdi-md-light-green-700:hover, a.mdi-md-light-green-700:focus {
color: #558b2f; }
.mdi-md-light-green-800 {
color: #558b2f; }
a.mdi-md-light-green-800:hover, a.mdi-md-light-green-800:focus {
color: #33691e; }
.mdi-md-light-green-900 {
color: #33691e; }
a.mdi-md-light-green-900:hover, a.mdi-md-light-green-900:focus {
color: #204113; }
.mdi-md-light-green-A100 {
color: #ccff90; }
a.mdi-md-light-green-A100:hover, a.mdi-md-light-green-A100:focus {
color: #b5ff5d; }
.mdi-md-light-green-A200 {
color: #b2ff59; }
a.mdi-md-light-green-A200:hover, a.mdi-md-light-green-A200:focus {
color: #9aff26; }
.mdi-md-light-green-A400 {
color: #76ff03; }
a.mdi-md-light-green-A400:hover, a.mdi-md-light-green-A400:focus {
color: #5ecf00; }
.mdi-md-light-green-A700 {
color: #64dd17; }
a.mdi-md-light-green-A700:hover, a.mdi-md-light-green-A700:focus {
color: #4faf12; }
.mdi-md-bg-light-green {
background-color: #8bc34a; }
a.mdi-md-bg-light-green:hover, a.mdi-md-bg-light-green:focus {
background-color: #7cb342; }
.mdi-md-bg-light-green-50 {
background-color: #f1f8e9; }
a.mdi-md-bg-light-green-50:hover, a.mdi-md-bg-light-green-50:focus {
background-color: #dcedc8; }
.mdi-md-bg-light-green-100 {
background-color: #dcedc8; }
a.mdi-md-bg-light-green-100:hover, a.mdi-md-bg-light-green-100:focus {
background-color: #c5e1a5; }
.mdi-md-bg-light-green-200 {
background-color: #c5e1a5; }
a.mdi-md-bg-light-green-200:hover, a.mdi-md-bg-light-green-200:focus {
background-color: #aed581; }
.mdi-md-bg-light-green-300 {
background-color: #aed581; }
a.mdi-md-bg-light-green-300:hover, a.mdi-md-bg-light-green-300:focus {
background-color: #9ccc65; }
.mdi-md-bg-light-green-400 {
background-color: #9ccc65; }
a.mdi-md-bg-light-green-400:hover, a.mdi-md-bg-light-green-400:focus {
background-color: #8bc34a; }
.mdi-md-bg-light-green-500 {
background-color: #8bc34a; }
a.mdi-md-bg-light-green-500:hover, a.mdi-md-bg-light-green-500:focus {
background-color: #7cb342; }
.mdi-md-bg-light-green-600 {
background-color: #7cb342; }
a.mdi-md-bg-light-green-600:hover, a.mdi-md-bg-light-green-600:focus {
background-color: #689f38; }
.mdi-md-bg-light-green-700 {
background-color: #689f38; }
a.mdi-md-bg-light-green-700:hover, a.mdi-md-bg-light-green-700:focus {
background-color: #558b2f; }
.mdi-md-bg-light-green-800 {
background-color: #558b2f; }
a.mdi-md-bg-light-green-800:hover, a.mdi-md-bg-light-green-800:focus {
background-color: #33691e; }
.mdi-md-bg-light-green-900 {
background-color: #33691e; }
a.mdi-md-bg-light-green-900:hover, a.mdi-md-bg-light-green-900:focus {
background-color: #204113; }
.mdi-md-bg-light-green-A100 {
background-color: #ccff90; }
a.mdi-md-bg-light-green-A100:hover, a.mdi-md-bg-light-green-A100:focus {
background-color: #b5ff5d; }
.mdi-md-bg-light-green-A200 {
background-color: #b2ff59; }
a.mdi-md-bg-light-green-A200:hover, a.mdi-md-bg-light-green-A200:focus {
background-color: #9aff26; }
.mdi-md-bg-light-green-A400 {
background-color: #76ff03; }
a.mdi-md-bg-light-green-A400:hover, a.mdi-md-bg-light-green-A400:focus {
background-color: #5ecf00; }
.mdi-md-bg-light-green-A700 {
background-color: #64dd17; }
a.mdi-md-bg-light-green-A700:hover, a.mdi-md-bg-light-green-A700:focus {
background-color: #4faf12; }
.mdi-md-lime {
color: #cddc39; }
a.mdi-md-lime:hover, a.mdi-md-lime:focus {
color: #c0ca33; }
.mdi-md-lime-50 {
color: #f9fbe7; }
a.mdi-md-lime-50:hover, a.mdi-md-lime-50:focus {
color: #f0f4c3; }
.mdi-md-lime-100 {
color: #f0f4c3; }
a.mdi-md-lime-100:hover, a.mdi-md-lime-100:focus {
color: #e6ee9c; }
.mdi-md-lime-200 {
color: #e6ee9c; }
a.mdi-md-lime-200:hover, a.mdi-md-lime-200:focus {
color: #dce775; }
.mdi-md-lime-300 {
color: #dce775; }
a.mdi-md-lime-300:hover, a.mdi-md-lime-300:focus {
color: #d4e157; }
.mdi-md-lime-400 {
color: #d4e157; }
a.mdi-md-lime-400:hover, a.mdi-md-lime-400:focus {
color: #cddc39; }
.mdi-md-lime-500 {
color: #cddc39; }
a.mdi-md-lime-500:hover, a.mdi-md-lime-500:focus {
color: #c0ca33; }
.mdi-md-lime-600 {
color: #c0ca33; }
a.mdi-md-lime-600:hover, a.mdi-md-lime-600:focus {
color: #afb42b; }
.mdi-md-lime-700 {
color: #afb42b; }
a.mdi-md-lime-700:hover, a.mdi-md-lime-700:focus {
color: #9e9d24; }
.mdi-md-lime-800 {
color: #9e9d24; }
a.mdi-md-lime-800:hover, a.mdi-md-lime-800:focus {
color: #827717; }
.mdi-md-lime-900 {
color: #827717; }
a.mdi-md-lime-900:hover, a.mdi-md-lime-900:focus {
color: #574f0f; }
.mdi-md-lime-A100 {
color: #f4ff81; }
a.mdi-md-lime-A100:hover, a.mdi-md-lime-A100:focus {
color: #f0ff4e; }
.mdi-md-lime-A200 {
color: #eeff41; }
a.mdi-md-lime-A200:hover, a.mdi-md-lime-A200:focus {
color: #e9ff0e; }
.mdi-md-lime-A400 {
color: #c6ff00; }
a.mdi-md-lime-A400:hover, a.mdi-md-lime-A400:focus {
color: #9ecc00; }
.mdi-md-lime-A700 {
color: #aeea00; }
a.mdi-md-lime-A700:hover, a.mdi-md-lime-A700:focus {
color: #88b700; }
.mdi-md-bg-lime {
background-color: #cddc39; }
a.mdi-md-bg-lime:hover, a.mdi-md-bg-lime:focus {
background-color: #c0ca33; }
.mdi-md-bg-lime-50 {
background-color: #f9fbe7; }
a.mdi-md-bg-lime-50:hover, a.mdi-md-bg-lime-50:focus {
background-color: #f0f4c3; }
.mdi-md-bg-lime-100 {
background-color: #f0f4c3; }
a.mdi-md-bg-lime-100:hover, a.mdi-md-bg-lime-100:focus {
background-color: #e6ee9c; }
.mdi-md-bg-lime-200 {
background-color: #e6ee9c; }
a.mdi-md-bg-lime-200:hover, a.mdi-md-bg-lime-200:focus {
background-color: #dce775; }
.mdi-md-bg-lime-300 {
background-color: #dce775; }
a.mdi-md-bg-lime-300:hover, a.mdi-md-bg-lime-300:focus {
background-color: #d4e157; }
.mdi-md-bg-lime-400 {
background-color: #d4e157; }
a.mdi-md-bg-lime-400:hover, a.mdi-md-bg-lime-400:focus {
background-color: #cddc39; }
.mdi-md-bg-lime-500 {
background-color: #cddc39; }
a.mdi-md-bg-lime-500:hover, a.mdi-md-bg-lime-500:focus {
background-color: #c0ca33; }
.mdi-md-bg-lime-600 {
background-color: #c0ca33; }
a.mdi-md-bg-lime-600:hover, a.mdi-md-bg-lime-600:focus {
background-color: #afb42b; }
.mdi-md-bg-lime-700 {
background-color: #afb42b; }
a.mdi-md-bg-lime-700:hover, a.mdi-md-bg-lime-700:focus {
background-color: #9e9d24; }
.mdi-md-bg-lime-800 {
background-color: #9e9d24; }
a.mdi-md-bg-lime-800:hover, a.mdi-md-bg-lime-800:focus {
background-color: #827717; }
.mdi-md-bg-lime-900 {
background-color: #827717; }
a.mdi-md-bg-lime-900:hover, a.mdi-md-bg-lime-900:focus {
background-color: #574f0f; }
.mdi-md-bg-lime-A100 {
background-color: #f4ff81; }
a.mdi-md-bg-lime-A100:hover, a.mdi-md-bg-lime-A100:focus {
background-color: #f0ff4e; }
.mdi-md-bg-lime-A200 {
background-color: #eeff41; }
a.mdi-md-bg-lime-A200:hover, a.mdi-md-bg-lime-A200:focus {
background-color: #e9ff0e; }
.mdi-md-bg-lime-A400 {
background-color: #c6ff00; }
a.mdi-md-bg-lime-A400:hover, a.mdi-md-bg-lime-A400:focus {
background-color: #9ecc00; }
.mdi-md-bg-lime-A700 {
background-color: #aeea00; }
a.mdi-md-bg-lime-A700:hover, a.mdi-md-bg-lime-A700:focus {
background-color: #88b700; }
.mdi-md-yellow {
color: #ffeb3b; }
a.mdi-md-yellow:hover, a.mdi-md-yellow:focus {
color: #fdd835; }
.mdi-md-yellow-50 {
color: #fffde7; }
a.mdi-md-yellow-50:hover, a.mdi-md-yellow-50:focus {
color: #fff9c4; }
.mdi-md-yellow-100 {
color: #fff9c4; }
a.mdi-md-yellow-100:hover, a.mdi-md-yellow-100:focus {
color: #fff59d; }
.mdi-md-yellow-200 {
color: #fff59d; }
a.mdi-md-yellow-200:hover, a.mdi-md-yellow-200:focus {
color: #fff176; }
.mdi-md-yellow-300 {
color: #fff176; }
a.mdi-md-yellow-300:hover, a.mdi-md-yellow-300:focus {
color: #ffee58; }
.mdi-md-yellow-400 {
color: #ffee58; }
a.mdi-md-yellow-400:hover, a.mdi-md-yellow-400:focus {
color: #ffeb3b; }
.mdi-md-yellow-500 {
color: #ffeb3b; }
a.mdi-md-yellow-500:hover, a.mdi-md-yellow-500:focus {
color: #fdd835; }
.mdi-md-yellow-600 {
color: #fdd835; }
a.mdi-md-yellow-600:hover, a.mdi-md-yellow-600:focus {
color: #fbc02d; }
.mdi-md-yellow-700 {
color: #fbc02d; }
a.mdi-md-yellow-700:hover, a.mdi-md-yellow-700:focus {
color: #f9a825; }
.mdi-md-yellow-800 {
color: #f9a825; }
a.mdi-md-yellow-800:hover, a.mdi-md-yellow-800:focus {
color: #f57f17; }
.mdi-md-yellow-900 {
color: #f57f17; }
a.mdi-md-yellow-900:hover, a.mdi-md-yellow-900:focus {
color: #d06609; }
.mdi-md-yellow-A100 {
color: #ffff8d; }
a.mdi-md-yellow-A100:hover, a.mdi-md-yellow-A100:focus {
color: #ffff5a; }
.mdi-md-yellow-A200 {
color: #ffff00; }
a.mdi-md-yellow-A200:hover, a.mdi-md-yellow-A200:focus {
color: #cccc00; }
.mdi-md-yellow-A400 {
color: #ffea00; }
a.mdi-md-yellow-A400:hover, a.mdi-md-yellow-A400:focus {
color: #ccbb00; }
.mdi-md-yellow-A700 {
color: #ffd600; }
a.mdi-md-yellow-A700:hover, a.mdi-md-yellow-A700:focus {
color: #ccab00; }
.mdi-md-bg-yellow {
background-color: #ffeb3b; }
a.mdi-md-bg-yellow:hover, a.mdi-md-bg-yellow:focus {
background-color: #fdd835; }
.mdi-md-bg-yellow-50 {
background-color: #fffde7; }
a.mdi-md-bg-yellow-50:hover, a.mdi-md-bg-yellow-50:focus {
background-color: #fff9c4; }
.mdi-md-bg-yellow-100 {
background-color: #fff9c4; }
a.mdi-md-bg-yellow-100:hover, a.mdi-md-bg-yellow-100:focus {
background-color: #fff59d; }
.mdi-md-bg-yellow-200 {
background-color: #fff59d; }
a.mdi-md-bg-yellow-200:hover, a.mdi-md-bg-yellow-200:focus {
background-color: #fff176; }
.mdi-md-bg-yellow-300 {
background-color: #fff176; }
a.mdi-md-bg-yellow-300:hover, a.mdi-md-bg-yellow-300:focus {
background-color: #ffee58; }
.mdi-md-bg-yellow-400 {
background-color: #ffee58; }
a.mdi-md-bg-yellow-400:hover, a.mdi-md-bg-yellow-400:focus {
background-color: #ffeb3b; }
.mdi-md-bg-yellow-500 {
background-color: #ffeb3b; }
a.mdi-md-bg-yellow-500:hover, a.mdi-md-bg-yellow-500:focus {
background-color: #fdd835; }
.mdi-md-bg-yellow-600 {
background-color: #fdd835; }
a.mdi-md-bg-yellow-600:hover, a.mdi-md-bg-yellow-600:focus {
background-color: #fbc02d; }
.mdi-md-bg-yellow-700 {
background-color: #fbc02d; }
a.mdi-md-bg-yellow-700:hover, a.mdi-md-bg-yellow-700:focus {
background-color: #f9a825; }
.mdi-md-bg-yellow-800 {
background-color: #f9a825; }
a.mdi-md-bg-yellow-800:hover, a.mdi-md-bg-yellow-800:focus {
background-color: #f57f17; }
.mdi-md-bg-yellow-900 {
background-color: #f57f17; }
a.mdi-md-bg-yellow-900:hover, a.mdi-md-bg-yellow-900:focus {
background-color: #d06609; }
.mdi-md-bg-yellow-A100 {
background-color: #ffff8d; }
a.mdi-md-bg-yellow-A100:hover, a.mdi-md-bg-yellow-A100:focus {
background-color: #ffff5a; }
.mdi-md-bg-yellow-A200 {
background-color: #ffff00; }
a.mdi-md-bg-yellow-A200:hover, a.mdi-md-bg-yellow-A200:focus {
background-color: #cccc00; }
.mdi-md-bg-yellow-A400 {
background-color: #ffea00; }
a.mdi-md-bg-yellow-A400:hover, a.mdi-md-bg-yellow-A400:focus {
background-color: #ccbb00; }
.mdi-md-bg-yellow-A700 {
background-color: #ffd600; }
a.mdi-md-bg-yellow-A700:hover, a.mdi-md-bg-yellow-A700:focus {
background-color: #ccab00; }
.mdi-md-amber {
color: #ffc107; }
a.mdi-md-amber:hover, a.mdi-md-amber:focus {
color: #ffb300; }
.mdi-md-amber-50 {
color: #fff8e1; }
a.mdi-md-amber-50:hover, a.mdi-md-amber-50:focus {
color: #ffecb3; }
.mdi-md-amber-100 {
color: #ffecb3; }
a.mdi-md-amber-100:hover, a.mdi-md-amber-100:focus {
color: #ffe082; }
.mdi-md-amber-200 {
color: #ffe082; }
a.mdi-md-amber-200:hover, a.mdi-md-amber-200:focus {
color: #ffd54f; }
.mdi-md-amber-300 {
color: #ffd54f; }
a.mdi-md-amber-300:hover, a.mdi-md-amber-300:focus {
color: #ffca28; }
.mdi-md-amber-400 {
color: #ffca28; }
a.mdi-md-amber-400:hover, a.mdi-md-amber-400:focus {
color: #ffc107; }
.mdi-md-amber-500 {
color: #ffc107; }
a.mdi-md-amber-500:hover, a.mdi-md-amber-500:focus {
color: #ffb300; }
.mdi-md-amber-600 {
color: #ffb300; }
a.mdi-md-amber-600:hover, a.mdi-md-amber-600:focus {
color: #ffa000; }
.mdi-md-amber-700 {
color: #ffa000; }
a.mdi-md-amber-700:hover, a.mdi-md-amber-700:focus {
color: #ff8f00; }
.mdi-md-amber-800 {
color: #ff8f00; }
a.mdi-md-amber-800:hover, a.mdi-md-amber-800:focus {
color: #ff6f00; }
.mdi-md-amber-900 {
color: #ff6f00; }
a.mdi-md-amber-900:hover, a.mdi-md-amber-900:focus {
color: #cc5900; }
.mdi-md-amber-A100 {
color: #ffe57f; }
a.mdi-md-amber-A100:hover, a.mdi-md-amber-A100:focus {
color: #ffdb4c; }
.mdi-md-amber-A200 {
color: #ffd740; }
a.mdi-md-amber-A200:hover, a.mdi-md-amber-A200:focus {
color: #ffcc0d; }
.mdi-md-amber-A400 {
color: #ffc400; }
a.mdi-md-amber-A400:hover, a.mdi-md-amber-A400:focus {
color: #cc9d00; }
.mdi-md-amber-A700 {
color: #ffab00; }
a.mdi-md-amber-A700:hover, a.mdi-md-amber-A700:focus {
color: #cc8900; }
.mdi-md-bg-amber {
background-color: #ffc107; }
a.mdi-md-bg-amber:hover, a.mdi-md-bg-amber:focus {
background-color: #ffb300; }
.mdi-md-bg-amber-50 {
background-color: #fff8e1; }
a.mdi-md-bg-amber-50:hover, a.mdi-md-bg-amber-50:focus {
background-color: #ffecb3; }
.mdi-md-bg-amber-100 {
background-color: #ffecb3; }
a.mdi-md-bg-amber-100:hover, a.mdi-md-bg-amber-100:focus {
background-color: #ffe082; }
.mdi-md-bg-amber-200 {
background-color: #ffe082; }
a.mdi-md-bg-amber-200:hover, a.mdi-md-bg-amber-200:focus {
background-color: #ffd54f; }
.mdi-md-bg-amber-300 {
background-color: #ffd54f; }
a.mdi-md-bg-amber-300:hover, a.mdi-md-bg-amber-300:focus {
background-color: #ffca28; }
.mdi-md-bg-amber-400 {
background-color: #ffca28; }
a.mdi-md-bg-amber-400:hover, a.mdi-md-bg-amber-400:focus {
background-color: #ffc107; }
.mdi-md-bg-amber-500 {
background-color: #ffc107; }
a.mdi-md-bg-amber-500:hover, a.mdi-md-bg-amber-500:focus {
background-color: #ffb300; }
.mdi-md-bg-amber-600 {
background-color: #ffb300; }
a.mdi-md-bg-amber-600:hover, a.mdi-md-bg-amber-600:focus {
background-color: #ffa000; }
.mdi-md-bg-amber-700 {
background-color: #ffa000; }
a.mdi-md-bg-amber-700:hover, a.mdi-md-bg-amber-700:focus {
background-color: #ff8f00; }
.mdi-md-bg-amber-800 {
background-color: #ff8f00; }
a.mdi-md-bg-amber-800:hover, a.mdi-md-bg-amber-800:focus {
background-color: #ff6f00; }
.mdi-md-bg-amber-900 {
background-color: #ff6f00; }
a.mdi-md-bg-amber-900:hover, a.mdi-md-bg-amber-900:focus {
background-color: #cc5900; }
.mdi-md-bg-amber-A100 {
background-color: #ffe57f; }
a.mdi-md-bg-amber-A100:hover, a.mdi-md-bg-amber-A100:focus {
background-color: #ffdb4c; }
.mdi-md-bg-amber-A200 {
background-color: #ffd740; }
a.mdi-md-bg-amber-A200:hover, a.mdi-md-bg-amber-A200:focus {
background-color: #ffcc0d; }
.mdi-md-bg-amber-A400 {
background-color: #ffc400; }
a.mdi-md-bg-amber-A400:hover, a.mdi-md-bg-amber-A400:focus {
background-color: #cc9d00; }
.mdi-md-bg-amber-A700 {
background-color: #ffab00; }
a.mdi-md-bg-amber-A700:hover, a.mdi-md-bg-amber-A700:focus {
background-color: #cc8900; }
.mdi-md-orange {
color: #ff9800; }
a.mdi-md-orange:hover, a.mdi-md-orange:focus {
color: #fb8c00; }
.mdi-md-orange-50 {
color: #fff3e0; }
a.mdi-md-orange-50:hover, a.mdi-md-orange-50:focus {
color: #ffe0b2; }
.mdi-md-orange-100 {
color: #ffe0b2; }
a.mdi-md-orange-100:hover, a.mdi-md-orange-100:focus {
color: #ffcc80; }
.mdi-md-orange-200 {
color: #ffcc80; }
a.mdi-md-orange-200:hover, a.mdi-md-orange-200:focus {
color: #ffb74d; }
.mdi-md-orange-300 {
color: #ffb74d; }
a.mdi-md-orange-300:hover, a.mdi-md-orange-300:focus {
color: #ffa726; }
.mdi-md-orange-400 {
color: #ffa726; }
a.mdi-md-orange-400:hover, a.mdi-md-orange-400:focus {
color: #ff9800; }
.mdi-md-orange-500 {
color: #ff9800; }
a.mdi-md-orange-500:hover, a.mdi-md-orange-500:focus {
color: #fb8c00; }
.mdi-md-orange-600 {
color: #fb8c00; }
a.mdi-md-orange-600:hover, a.mdi-md-orange-600:focus {
color: #f57c00; }
.mdi-md-orange-700 {
color: #f57c00; }
a.mdi-md-orange-700:hover, a.mdi-md-orange-700:focus {
color: #ef6c00; }
.mdi-md-orange-800 {
color: #ef6c00; }
a.mdi-md-orange-800:hover, a.mdi-md-orange-800:focus {
color: #e65100; }
.mdi-md-orange-900 {
color: #e65100; }
a.mdi-md-orange-900:hover, a.mdi-md-orange-900:focus {
color: #b33f00; }
.mdi-md-orange-A100 {
color: #ffd180; }
a.mdi-md-orange-A100:hover, a.mdi-md-orange-A100:focus {
color: #ffbf4d; }
.mdi-md-orange-A200 {
color: #ffab40; }
a.mdi-md-orange-A200:hover, a.mdi-md-orange-A200:focus {
color: #ff950d; }
.mdi-md-orange-A400 {
color: #ff9100; }
a.mdi-md-orange-A400:hover, a.mdi-md-orange-A400:focus {
color: #cc7400; }
.mdi-md-orange-A700 {
color: #ff6d00; }
a.mdi-md-orange-A700:hover, a.mdi-md-orange-A700:focus {
color: #cc5700; }
.mdi-md-bg-orange {
background-color: #ff9800; }
a.mdi-md-bg-orange:hover, a.mdi-md-bg-orange:focus {
background-color: #fb8c00; }
.mdi-md-bg-orange-50 {
background-color: #fff3e0; }
a.mdi-md-bg-orange-50:hover, a.mdi-md-bg-orange-50:focus {
background-color: #ffe0b2; }
.mdi-md-bg-orange-100 {
background-color: #ffe0b2; }
a.mdi-md-bg-orange-100:hover, a.mdi-md-bg-orange-100:focus {
background-color: #ffcc80; }
.mdi-md-bg-orange-200 {
background-color: #ffcc80; }
a.mdi-md-bg-orange-200:hover, a.mdi-md-bg-orange-200:focus {
background-color: #ffb74d; }
.mdi-md-bg-orange-300 {
background-color: #ffb74d; }
a.mdi-md-bg-orange-300:hover, a.mdi-md-bg-orange-300:focus {
background-color: #ffa726; }
.mdi-md-bg-orange-400 {
background-color: #ffa726; }
a.mdi-md-bg-orange-400:hover, a.mdi-md-bg-orange-400:focus {
background-color: #ff9800; }
.mdi-md-bg-orange-500 {
background-color: #ff9800; }
a.mdi-md-bg-orange-500:hover, a.mdi-md-bg-orange-500:focus {
background-color: #fb8c00; }
.mdi-md-bg-orange-600 {
background-color: #fb8c00; }
a.mdi-md-bg-orange-600:hover, a.mdi-md-bg-orange-600:focus {
background-color: #f57c00; }
.mdi-md-bg-orange-700 {
background-color: #f57c00; }
a.mdi-md-bg-orange-700:hover, a.mdi-md-bg-orange-700:focus {
background-color: #ef6c00; }
.mdi-md-bg-orange-800 {
background-color: #ef6c00; }
a.mdi-md-bg-orange-800:hover, a.mdi-md-bg-orange-800:focus {
background-color: #e65100; }
.mdi-md-bg-orange-900 {
background-color: #e65100; }
a.mdi-md-bg-orange-900:hover, a.mdi-md-bg-orange-900:focus {
background-color: #b33f00; }
.mdi-md-bg-orange-A100 {
background-color: #ffd180; }
a.mdi-md-bg-orange-A100:hover, a.mdi-md-bg-orange-A100:focus {
background-color: #ffbf4d; }
.mdi-md-bg-orange-A200 {
background-color: #ffab40; }
a.mdi-md-bg-orange-A200:hover, a.mdi-md-bg-orange-A200:focus {
background-color: #ff950d; }
.mdi-md-bg-orange-A400 {
background-color: #ff9100; }
a.mdi-md-bg-orange-A400:hover, a.mdi-md-bg-orange-A400:focus {
background-color: #cc7400; }
.mdi-md-bg-orange-A700 {
background-color: #ff6d00; }
a.mdi-md-bg-orange-A700:hover, a.mdi-md-bg-orange-A700:focus {
background-color: #cc5700; }
.mdi-md-deep-orange {
color: #ff5722; }
a.mdi-md-deep-orange:hover, a.mdi-md-deep-orange:focus {
color: #f4511e; }
.mdi-md-deep-orange-50 {
color: #fbe9e7; }
a.mdi-md-deep-orange-50:hover, a.mdi-md-deep-orange-50:focus {
color: #ffccbc; }
.mdi-md-deep-orange-100 {
color: #ffccbc; }
a.mdi-md-deep-orange-100:hover, a.mdi-md-deep-orange-100:focus {
color: #ffab91; }
.mdi-md-deep-orange-200 {
color: #ffab91; }
a.mdi-md-deep-orange-200:hover, a.mdi-md-deep-orange-200:focus {
color: #ff8a65; }
.mdi-md-deep-orange-300 {
color: #ff8a65; }
a.mdi-md-deep-orange-300:hover, a.mdi-md-deep-orange-300:focus {
color: #ff7043; }
.mdi-md-deep-orange-400 {
color: #ff7043; }
a.mdi-md-deep-orange-400:hover, a.mdi-md-deep-orange-400:focus {
color: #ff5722; }
.mdi-md-deep-orange-500 {
color: #ff5722; }
a.mdi-md-deep-orange-500:hover, a.mdi-md-deep-orange-500:focus {
color: #f4511e; }
.mdi-md-deep-orange-600 {
color: #f4511e; }
a.mdi-md-deep-orange-600:hover, a.mdi-md-deep-orange-600:focus {
color: #e64a19; }
.mdi-md-deep-orange-700 {
color: #e64a19; }
a.mdi-md-deep-orange-700:hover, a.mdi-md-deep-orange-700:focus {
color: #d84315; }
.mdi-md-deep-orange-800 {
color: #d84315; }
a.mdi-md-deep-orange-800:hover, a.mdi-md-deep-orange-800:focus {
color: #bf360c; }
.mdi-md-deep-orange-900 {
color: #bf360c; }
a.mdi-md-deep-orange-900:hover, a.mdi-md-deep-orange-900:focus {
color: #8f2809; }
.mdi-md-deep-orange-A100 {
color: #ff9e80; }
a.mdi-md-deep-orange-A100:hover, a.mdi-md-deep-orange-A100:focus {
color: #ff774d; }
.mdi-md-deep-orange-A200 {
color: #ff6e40; }
a.mdi-md-deep-orange-A200:hover, a.mdi-md-deep-orange-A200:focus {
color: #ff470d; }
.mdi-md-deep-orange-A400 {
color: #ff3d00; }
a.mdi-md-deep-orange-A400:hover, a.mdi-md-deep-orange-A400:focus {
color: #cc3100; }
.mdi-md-deep-orange-A700 {
color: #dd2c00; }
a.mdi-md-deep-orange-A700:hover, a.mdi-md-deep-orange-A700:focus {
color: #aa2200; }
.mdi-md-bg-deep-orange {
background-color: #ff5722; }
a.mdi-md-bg-deep-orange:hover, a.mdi-md-bg-deep-orange:focus {
background-color: #f4511e; }
.mdi-md-bg-deep-orange-50 {
background-color: #fbe9e7; }
a.mdi-md-bg-deep-orange-50:hover, a.mdi-md-bg-deep-orange-50:focus {
background-color: #ffccbc; }
.mdi-md-bg-deep-orange-100 {
background-color: #ffccbc; }
a.mdi-md-bg-deep-orange-100:hover, a.mdi-md-bg-deep-orange-100:focus {
background-color: #ffab91; }
.mdi-md-bg-deep-orange-200 {
background-color: #ffab91; }
a.mdi-md-bg-deep-orange-200:hover, a.mdi-md-bg-deep-orange-200:focus {
background-color: #ff8a65; }
.mdi-md-bg-deep-orange-300 {
background-color: #ff8a65; }
a.mdi-md-bg-deep-orange-300:hover, a.mdi-md-bg-deep-orange-300:focus {
background-color: #ff7043; }
.mdi-md-bg-deep-orange-400 {
background-color: #ff7043; }
a.mdi-md-bg-deep-orange-400:hover, a.mdi-md-bg-deep-orange-400:focus {
background-color: #ff5722; }
.mdi-md-bg-deep-orange-500 {
background-color: #ff5722; }
a.mdi-md-bg-deep-orange-500:hover, a.mdi-md-bg-deep-orange-500:focus {
background-color: #f4511e; }
.mdi-md-bg-deep-orange-600 {
background-color: #f4511e; }
a.mdi-md-bg-deep-orange-600:hover, a.mdi-md-bg-deep-orange-600:focus {
background-color: #e64a19; }
.mdi-md-bg-deep-orange-700 {
background-color: #e64a19; }
a.mdi-md-bg-deep-orange-700:hover, a.mdi-md-bg-deep-orange-700:focus {
background-color: #d84315; }
.mdi-md-bg-deep-orange-800 {
background-color: #d84315; }
a.mdi-md-bg-deep-orange-800:hover, a.mdi-md-bg-deep-orange-800:focus {
background-color: #bf360c; }
.mdi-md-bg-deep-orange-900 {
background-color: #bf360c; }
a.mdi-md-bg-deep-orange-900:hover, a.mdi-md-bg-deep-orange-900:focus {
background-color: #8f2809; }
.mdi-md-bg-deep-orange-A100 {
background-color: #ff9e80; }
a.mdi-md-bg-deep-orange-A100:hover, a.mdi-md-bg-deep-orange-A100:focus {
background-color: #ff774d; }
.mdi-md-bg-deep-orange-A200 {
background-color: #ff6e40; }
a.mdi-md-bg-deep-orange-A200:hover, a.mdi-md-bg-deep-orange-A200:focus {
background-color: #ff470d; }
.mdi-md-bg-deep-orange-A400 {
background-color: #ff3d00; }
a.mdi-md-bg-deep-orange-A400:hover, a.mdi-md-bg-deep-orange-A400:focus {
background-color: #cc3100; }
.mdi-md-bg-deep-orange-A700 {
background-color: #dd2c00; }
a.mdi-md-bg-deep-orange-A700:hover, a.mdi-md-bg-deep-orange-A700:focus {
background-color: #aa2200; }
.mdi-md-brown {
color: #795548; }
a.mdi-md-brown:hover, a.mdi-md-brown:focus {
color: #6d4c41; }
.mdi-md-brown-50 {
color: #efebe9; }
a.mdi-md-brown-50:hover, a.mdi-md-brown-50:focus {
color: #d7ccc8; }
.mdi-md-brown-100 {
color: #d7ccc8; }
a.mdi-md-brown-100:hover, a.mdi-md-brown-100:focus {
color: #bcaaa4; }
.mdi-md-brown-200 {
color: #bcaaa4; }
a.mdi-md-brown-200:hover, a.mdi-md-brown-200:focus {
color: #a1887f; }
.mdi-md-brown-300 {
color: #a1887f; }
a.mdi-md-brown-300:hover, a.mdi-md-brown-300:focus {
color: #8d6e63; }
.mdi-md-brown-400 {
color: #8d6e63; }
a.mdi-md-brown-400:hover, a.mdi-md-brown-400:focus {
color: #795548; }
.mdi-md-brown-500 {
color: #795548; }
a.mdi-md-brown-500:hover, a.mdi-md-brown-500:focus {
color: #6d4c41; }
.mdi-md-brown-600 {
color: #6d4c41; }
a.mdi-md-brown-600:hover, a.mdi-md-brown-600:focus {
color: #5d4037; }
.mdi-md-brown-700 {
color: #5d4037; }
a.mdi-md-brown-700:hover, a.mdi-md-brown-700:focus {
color: #4e342e; }
.mdi-md-brown-800 {
color: #4e342e; }
a.mdi-md-brown-800:hover, a.mdi-md-brown-800:focus {
color: #3e2723; }
.mdi-md-brown-900 {
color: #3e2723; }
a.mdi-md-brown-900:hover, a.mdi-md-brown-900:focus {
color: #1d1211; }
.mdi-md-bg-brown {
background-color: #795548; }
a.mdi-md-bg-brown:hover, a.mdi-md-bg-brown:focus {
background-color: #6d4c41; }
.mdi-md-bg-brown-50 {
background-color: #efebe9; }
a.mdi-md-bg-brown-50:hover, a.mdi-md-bg-brown-50:focus {
background-color: #d7ccc8; }
.mdi-md-bg-brown-100 {
background-color: #d7ccc8; }
a.mdi-md-bg-brown-100:hover, a.mdi-md-bg-brown-100:focus {
background-color: #bcaaa4; }
.mdi-md-bg-brown-200 {
background-color: #bcaaa4; }
a.mdi-md-bg-brown-200:hover, a.mdi-md-bg-brown-200:focus {
background-color: #a1887f; }
.mdi-md-bg-brown-300 {
background-color: #a1887f; }
a.mdi-md-bg-brown-300:hover, a.mdi-md-bg-brown-300:focus {
background-color: #8d6e63; }
.mdi-md-bg-brown-400 {
background-color: #8d6e63; }
a.mdi-md-bg-brown-400:hover, a.mdi-md-bg-brown-400:focus {
background-color: #795548; }
.mdi-md-bg-brown-500 {
background-color: #795548; }
a.mdi-md-bg-brown-500:hover, a.mdi-md-bg-brown-500:focus {
background-color: #6d4c41; }
.mdi-md-bg-brown-600 {
background-color: #6d4c41; }
a.mdi-md-bg-brown-600:hover, a.mdi-md-bg-brown-600:focus {
background-color: #5d4037; }
.mdi-md-bg-brown-700 {
background-color: #5d4037; }
a.mdi-md-bg-brown-700:hover, a.mdi-md-bg-brown-700:focus {
background-color: #4e342e; }
.mdi-md-bg-brown-800 {
background-color: #4e342e; }
a.mdi-md-bg-brown-800:hover, a.mdi-md-bg-brown-800:focus {
background-color: #3e2723; }
.mdi-md-bg-brown-900 {
background-color: #3e2723; }
a.mdi-md-bg-brown-900:hover, a.mdi-md-bg-brown-900:focus {
background-color: #1d1211; }
.mdi-md-grey {
color: #9e9e9e; }
a.mdi-md-grey:hover, a.mdi-md-grey:focus {
color: #757575; }
.mdi-md-grey-50 {
color: #fafafa; }
a.mdi-md-grey-50:hover, a.mdi-md-grey-50:focus {
color: #f5f5f5; }
.mdi-md-grey-100 {
color: #f5f5f5; }
a.mdi-md-grey-100:hover, a.mdi-md-grey-100:focus {
color: #eeeeee; }
.mdi-md-grey-200 {
color: #eeeeee; }
a.mdi-md-grey-200:hover, a.mdi-md-grey-200:focus {
color: #e0e0e0; }
.mdi-md-grey-300 {
color: #e0e0e0; }
a.mdi-md-grey-300:hover, a.mdi-md-grey-300:focus {
color: #bdbdbd; }
.mdi-md-grey-400 {
color: #bdbdbd; }
a.mdi-md-grey-400:hover, a.mdi-md-grey-400:focus {
color: #9e9e9e; }
.mdi-md-grey-500 {
color: #9e9e9e; }
a.mdi-md-grey-500:hover, a.mdi-md-grey-500:focus {
color: #757575; }
.mdi-md-grey-600 {
color: #757575; }
a.mdi-md-grey-600:hover, a.mdi-md-grey-600:focus {
color: #616161; }
.mdi-md-grey-700 {
color: #616161; }
a.mdi-md-grey-700:hover, a.mdi-md-grey-700:focus {
color: #424242; }
.mdi-md-grey-800 {
color: #424242; }
a.mdi-md-grey-800:hover, a.mdi-md-grey-800:focus {
color: #212121; }
.mdi-md-grey-900 {
color: #212121; }
a.mdi-md-grey-900:hover, a.mdi-md-grey-900:focus {
color: #080808; }
.mdi-md-bg-grey {
background-color: #9e9e9e; }
a.mdi-md-bg-grey:hover, a.mdi-md-bg-grey:focus {
background-color: #757575; }
.mdi-md-bg-grey-50 {
background-color: #fafafa; }
a.mdi-md-bg-grey-50:hover, a.mdi-md-bg-grey-50:focus {
background-color: #f5f5f5; }
.mdi-md-bg-grey-100 {
background-color: #f5f5f5; }
a.mdi-md-bg-grey-100:hover, a.mdi-md-bg-grey-100:focus {
background-color: #eeeeee; }
.mdi-md-bg-grey-200 {
background-color: #eeeeee; }
a.mdi-md-bg-grey-200:hover, a.mdi-md-bg-grey-200:focus {
background-color: #e0e0e0; }
.mdi-md-bg-grey-300 {
background-color: #e0e0e0; }
a.mdi-md-bg-grey-300:hover, a.mdi-md-bg-grey-300:focus {
background-color: #bdbdbd; }
.mdi-md-bg-grey-400 {
background-color: #bdbdbd; }
a.mdi-md-bg-grey-400:hover, a.mdi-md-bg-grey-400:focus {
background-color: #9e9e9e; }
.mdi-md-bg-grey-500 {
background-color: #9e9e9e; }
a.mdi-md-bg-grey-500:hover, a.mdi-md-bg-grey-500:focus {
background-color: #757575; }
.mdi-md-bg-grey-600 {
background-color: #757575; }
a.mdi-md-bg-grey-600:hover, a.mdi-md-bg-grey-600:focus {
background-color: #616161; }
.mdi-md-bg-grey-700 {
background-color: #616161; }
a.mdi-md-bg-grey-700:hover, a.mdi-md-bg-grey-700:focus {
background-color: #424242; }
.mdi-md-bg-grey-800 {
background-color: #424242; }
a.mdi-md-bg-grey-800:hover, a.mdi-md-bg-grey-800:focus {
background-color: #212121; }
.mdi-md-bg-grey-900 {
background-color: #212121; }
a.mdi-md-bg-grey-900:hover, a.mdi-md-bg-grey-900:focus {
background-color: #080808; }
.mdi-md-blue-grey {
color: #607d8b; }
a.mdi-md-blue-grey:hover, a.mdi-md-blue-grey:focus {
color: #546e7a; }
.mdi-md-blue-grey-50 {
color: #eceff1; }
a.mdi-md-blue-grey-50:hover, a.mdi-md-blue-grey-50:focus {
color: #cfd8dc; }
.mdi-md-blue-grey-100 {
color: #cfd8dc; }
a.mdi-md-blue-grey-100:hover, a.mdi-md-blue-grey-100:focus {
color: #b0bec5; }
.mdi-md-blue-grey-200 {
color: #b0bec5; }
a.mdi-md-blue-grey-200:hover, a.mdi-md-blue-grey-200:focus {
color: #90a4ae; }
.mdi-md-blue-grey-300 {
color: #90a4ae; }
a.mdi-md-blue-grey-300:hover, a.mdi-md-blue-grey-300:focus {
color: #78909c; }
.mdi-md-blue-grey-400 {
color: #78909c; }
a.mdi-md-blue-grey-400:hover, a.mdi-md-blue-grey-400:focus {
color: #607d8b; }
.mdi-md-blue-grey-500 {
color: #607d8b; }
a.mdi-md-blue-grey-500:hover, a.mdi-md-blue-grey-500:focus {
color: #546e7a; }
.mdi-md-blue-grey-600 {
color: #546e7a; }
a.mdi-md-blue-grey-600:hover, a.mdi-md-blue-grey-600:focus {
color: #455a64; }
.mdi-md-blue-grey-700 {
color: #455a64; }
a.mdi-md-blue-grey-700:hover, a.mdi-md-blue-grey-700:focus {
color: #37474f; }
.mdi-md-blue-grey-800 {
color: #37474f; }
a.mdi-md-blue-grey-800:hover, a.mdi-md-blue-grey-800:focus {
color: #263238; }
.mdi-md-blue-grey-900 {
color: #263238; }
a.mdi-md-blue-grey-900:hover, a.mdi-md-blue-grey-900:focus {
color: #11171a; }
.mdi-md-bg-blue-grey {
background-color: #607d8b; }
a.mdi-md-bg-blue-grey:hover, a.mdi-md-bg-blue-grey:focus {
background-color: #546e7a; }
.mdi-md-bg-blue-grey-50 {
background-color: #eceff1; }
a.mdi-md-bg-blue-grey-50:hover, a.mdi-md-bg-blue-grey-50:focus {
background-color: #cfd8dc; }
.mdi-md-bg-blue-grey-100 {
background-color: #cfd8dc; }
a.mdi-md-bg-blue-grey-100:hover, a.mdi-md-bg-blue-grey-100:focus {
background-color: #b0bec5; }
.mdi-md-bg-blue-grey-200 {
background-color: #b0bec5; }
a.mdi-md-bg-blue-grey-200:hover, a.mdi-md-bg-blue-grey-200:focus {
background-color: #90a4ae; }
.mdi-md-bg-blue-grey-300 {
background-color: #90a4ae; }
a.mdi-md-bg-blue-grey-300:hover, a.mdi-md-bg-blue-grey-300:focus {
background-color: #78909c; }
.mdi-md-bg-blue-grey-400 {
background-color: #78909c; }
a.mdi-md-bg-blue-grey-400:hover, a.mdi-md-bg-blue-grey-400:focus {
background-color: #607d8b; }
.mdi-md-bg-blue-grey-500 {
background-color: #607d8b; }
a.mdi-md-bg-blue-grey-500:hover, a.mdi-md-bg-blue-grey-500:focus {
background-color: #546e7a; }
.mdi-md-bg-blue-grey-600 {
background-color: #546e7a; }
a.mdi-md-bg-blue-grey-600:hover, a.mdi-md-bg-blue-grey-600:focus {
background-color: #455a64; }
.mdi-md-bg-blue-grey-700 {
background-color: #455a64; }
a.mdi-md-bg-blue-grey-700:hover, a.mdi-md-bg-blue-grey-700:focus {
background-color: #37474f; }
.mdi-md-bg-blue-grey-800 {
background-color: #37474f; }
a.mdi-md-bg-blue-grey-800:hover, a.mdi-md-bg-blue-grey-800:focus {
background-color: #263238; }
.mdi-md-bg-blue-grey-900 {
background-color: #263238; }
a.mdi-md-bg-blue-grey-900:hover, a.mdi-md-bg-blue-grey-900:focus {
background-color: #11171a; }
.mdi-md-white-lighter {
color: rgba(255, 255, 255, 0.12); }
a.mdi-md-white-lighter:hover, a.mdi-md-white-lighter:focus {
color: rgba(255, 255, 255, 0.3); }
.mdi-md-white-light {
color: rgba(255, 255, 255, 0.3); }
a.mdi-md-white-light:hover, a.mdi-md-white-light:focus {
color: rgba(255, 255, 255, 0.7); }
.mdi-md-white-dark {
color: rgba(255, 255, 255, 0.7); }
a.mdi-md-white-dark:hover, a.mdi-md-white-dark:focus {
color: #ffffff; }
.mdi-md-white-darker {
color: #ffffff; }
a.mdi-md-white-darker:hover, a.mdi-md-white-darker:focus {
color: white; }
.mdi-md-white-lighter {
color: rgba(255, 255, 255, 0.12); }
a.mdi-md-white-lighter:hover, a.mdi-md-white-lighter:focus {
color: rgba(255, 255, 255, 0.3); }
.mdi-md-white-light {
color: rgba(255, 255, 255, 0.3); }
a.mdi-md-white-light:hover, a.mdi-md-white-light:focus {
color: rgba(255, 255, 255, 0.7); }
.mdi-md-white-dark {
color: rgba(255, 255, 255, 0.7); }
a.mdi-md-white-dark:hover, a.mdi-md-white-dark:focus {
color: #ffffff; }
.mdi-md-white-darker {
color: #ffffff; }
a.mdi-md-white-darker:hover, a.mdi-md-white-darker:focus {
color: white; }
.mdi-md-black-lighter {
color: rgba(0, 0, 0, 0.12); }
a.mdi-md-black-lighter:hover, a.mdi-md-black-lighter:focus {
color: rgba(0, 0, 0, 0.26); }
.mdi-md-black-light {
color: rgba(0, 0, 0, 0.26); }
a.mdi-md-black-light:hover, a.mdi-md-black-light:focus {
color: rgba(0, 0, 0, 0.54); }
.mdi-md-black-dark {
color: rgba(0, 0, 0, 0.54); }
a.mdi-md-black-dark:hover, a.mdi-md-black-dark:focus {
color: rgba(0, 0, 0, 0.87); }
.mdi-md-black-darker {
color: rgba(0, 0, 0, 0.87); }
a.mdi-md-black-darker:hover, a.mdi-md-black-darker:focus {
color: black; }
.mdi-md-black-lighter {
color: rgba(0, 0, 0, 0.12); }
a.mdi-md-black-lighter:hover, a.mdi-md-black-lighter:focus {
color: rgba(0, 0, 0, 0.26); }
.mdi-md-black-light {
color: rgba(0, 0, 0, 0.26); }
a.mdi-md-black-light:hover, a.mdi-md-black-light:focus {
color: rgba(0, 0, 0, 0.54); }
.mdi-md-black-dark {
color: rgba(0, 0, 0, 0.54); }
a.mdi-md-black-dark:hover, a.mdi-md-black-dark:focus {
color: rgba(0, 0, 0, 0.87); }
.mdi-md-black-darker {
color: rgba(0, 0, 0, 0.87); }
a.mdi-md-black-darker:hover, a.mdi-md-black-darker:focus {
color: black; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/fonts/md_icons/scss/_md_sizes.scss # Additional styles for MDI Icon Font sizes # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # -----------------------------------------------------------------------------
*/ /* Bootstrap sizes —————————————————————————– */ .mdi-xs.mdi-set, .mdi-xs.mdi:before {
font-size: 1.250em; }
.mdi-sm.mdi-set, .mdi-sm.mdi:before {
font-size: 1.375em; }
.mdi-md.mdi-set, .mdi-md.mdi:before {
font-size: 1.500em; }
.mdi-lg.mdi-set, .mdi-lg.mdi:before {
font-size: 1.750em; vertical-align: -25%; }
.mdi-xl.mdi-set, .mdi-xl.mdi:before {
font-size: 2.000em; vertical-align: -25%; }
/* Additional Icon Font sizes —————————————————————————– */ .mdi-1x.mdi-set, .mdi-1x.mdi:before {
font-size: 1rem; }
.mdi-2x.mdi-set, .mdi-2x.mdi:before {
font-size: 2rem; }
.mdi-3x.mdi-set, .mdi-3x.mdi:before {
font-size: 3rem; }
.mdi-4x.mdi-set, .mdi-4x.mdi:before {
font-size: 4rem; }
.mdi-5x.mdi-set, .mdi-5x.mdi:before {
font-size: 5rem; }
.mdi-6x.mdi-set, .mdi-6x.mdi:before {
font-size: 6rem; }
.mdi-7x.mdi-set, .mdi-7x.mdi:before {
font-size: 7rem; }
.mdi-8x.mdi-set, .mdi-8x.mdi:before {
font-size: 8rem; }
.mdi-9x.mdi-set, .mdi-9x.mdi:before {
font-size: 9rem; }
.mdi-10x.mdi-set, .mdi-10x.mdi:before {
font-size: 10rem; }
/*
# ---------------------------------------------------------------------------- # ~/theme_uno/addon/twemoji-awesome.scss # Theme Uno - Styles for Twitter Emoji Icon # Used by Asciidoctor Inline Twitter Emoji Extension # ---------------------------------------------------------------------------- # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # -----------------------------------------------------------------------------
*/ .twa {
display: inline-block; height: 1em; width: 1em; vertical-align: baseline; background-repeat: no-repeat; background-position: center center; background-size: 1em 1em; }
.twa-xs {
height: .875em; width: .875em; vertical-align: baseline; background-size: .875em .875em; }
.twa-sm {
height: 1em; width: 1em; vertical-align: baseline; background-size: 1em 1em; }
.twa-md {
height: 1.25em; width: 1.25em; vertical-align: baseline; background-size: 1.25em 1.25em; }
.twa-lg {
height: 1.5em; width: 1.5em; vertical-align: baseline; background-size: 1.5em 1.5em; }
.twa-xl {
height: 1.75em; width: 1.75em; vertical-align: baseline; background-size: 1.75em 1.75em; }
.twa-1x {
height: 1em; width: 1em; vertical-align: baseline; background-size: 1em 1em; }
.twa-2x {
height: 2em; width: 2em; vertical-align: baseline; background-size: 2em 2em; }
.twa-3x {
height: 3em; width: 3em; vertical-align: baseline; background-size: 3em 3em; }
.twa-4x {
height: 4em; width: 4em; vertical-align: baseline; background-size: 4em 4em; }
.twa-5x {
height: 5em; width: 5em; vertical-align: baseline; background-size: 5em 5em; }
.twa-spin {
-webkit-animation: twa-spin 2s infinite linear; animation: twa-spin 2s infinite linear; }
@-webkit-keyframes twa-spin {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@keyframes twa-spin {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.twa-spin:hover {
animation: none; }
.twa-pulsed {
animation: pulse 2s infinite; box-shadow: 0 0 0 rgba(204, 169, 44, 0.4); }
.twa-pulsed:hover {
animation: none; }
@-webkit-keyframes pulse {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.2, 1.2, 1.2); transform: scale3d(1.2, 1.2, 1.2); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
@keyframes pulse {
from { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } 50% { -webkit-transform: scale3d(1.2, 1.2, 1.2); transform: scale3d(1.2, 1.2, 1.2); } to { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } }
:root .twa-rotate-90, :root .twa-rotate-180, :root .twa-rotate-270, :root .twa-flip-h, :root .twa-flip-v {
-webkit-filter: none; filter: none; }
.twa-rotate-45 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.twa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.twa-rotate-135 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
.twa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.twa-rotate-225 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.twa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg); }
.twa-rotate-315 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(315deg); transform: rotate(315deg); }
.twa-flip-h {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); transform: scale(-1, 1); }
.twa-flip-v {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); transform: scale(1, -1); }
.twa-flip-h.twa-flip-v {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(-1, -1); transform: scale(-1, -1); }
/*
# ---------------------------------------------------------------------------- # ~/theme_uno/addon/twemoji-awesome.scss # Theme Uno - Styles for Twitter Emoji Icon font V2 # Used by Asciidoctor Inline Twitter Emoji Extension # ---------------------------------------------------------------------------- # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # -----------------------------------------------------------------------------
*/ .twa-mahjong-red-dragon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f004.svg"); }
.twa-mahjong {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f004.svg"); }
.twa-joker {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f0cf.svg"); }
.twa-black-joker {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f0cf.svg"); }
.twa-a-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f170.svg"); }
.twa-a {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f170.svg"); }
.twa-b-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f171.svg"); }
.twa-b {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f171.svg"); }
.twa-o-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f17e.svg"); }
.twa-o2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f17e.svg"); }
.twa-p-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f17f.svg"); }
.twa-parking {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f17f.svg"); }
.twa-ab-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f18e.svg"); }
.twa-ab {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f18e.svg"); }
.twa-squared-cl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f191.svg"); }
.twa-cl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f191.svg"); }
.twa-squared-cool {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f192.svg"); }
.twa-cool {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f192.svg"); }
.twa-squared-free {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f193.svg"); }
.twa-free {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f193.svg"); }
.twa-squared-id {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f194.svg"); }
.twa-id {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f194.svg"); }
.twa-squared-new {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f195.svg"); }
.twa-new {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f195.svg"); }
.twa-squared-ng {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f196.svg"); }
.twa-ng {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f196.svg"); }
.twa-squared-ok {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f197.svg"); }
.twa-ok {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f197.svg"); }
.twa-squared-sos {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f198.svg"); }
.twa-sos {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f198.svg"); }
.twa-upexc-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f199.svg"); }
.twa-up {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f199.svg"); }
.twa-squared-vs {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f19a.svg"); }
.twa-vs {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f19a.svg"); }
.twa-ascension-island-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1e8.svg"); }
.twa-andorra-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1e9.svg"); }
.twa-emirates-uae-united-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1ea.svg"); }
.twa-afghanistan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1eb.svg"); }
.twa-antigua-barbuda-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1ec.svg"); }
.twa-anguilla-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1ee.svg"); }
.twa-albania-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1f1.svg"); }
.twa-armenia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1f2.svg"); }
.twa-angola-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1f4.svg"); }
.twa-antarctica-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1f6.svg"); }
.twa-argentina-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1f7.svg"); }
.twa-american-samoa-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1f8.svg"); }
.twa-austria-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1f9.svg"); }
.twa-australia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1fa.svg"); }
.twa-aruba-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1fc.svg"); }
.twa-aland-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1fd.svg"); }
.twa-azerbaijan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6-1f1ff.svg"); }
.twa-aa {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6.svg"); }
.twa-squared-a {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e6.svg"); }
.twa-bosnia-herzegovina-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1e6.svg"); }
.twa-barbados-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1e7.svg"); }
.twa-bangladesh-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1e9.svg"); }
.twa-belgium-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1ea.svg"); }
.twa-burkina-faso-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1eb.svg"); }
.twa-bulgaria-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1ec.svg"); }
.twa-bahrain-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1ed.svg"); }
.twa-burundi-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1ee.svg"); }
.twa-benin-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1ef.svg"); }
.twa-barthelemy-barthelemy-saint-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1f1.svg"); }
.twa-bermuda-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1f2.svg"); }
.twa-brunei-darussalam-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1f3.svg"); }
.twa-bolivia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1f4.svg"); }
.twa-bonaire-caribbean-eustatius-netherlands-saba-sint-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1f6.svg"); }
.twa-brazil-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1f7.svg"); }
.twa-bahamas-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1f8.svg"); }
.twa-bhutan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1f9.svg"); }
.twa-bouvet-island-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1fb.svg"); }
.twa-botswana-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1fc.svg"); }
.twa-belarus-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1fe.svg"); }
.twa-belize-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7-1f1ff.svg"); }
.twa-bb {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7.svg"); }
.twa-squared-b {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e7.svg"); }
.twa-canada-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1e6.svg"); }
.twa-cocos-island-keeling-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1e8.svg"); }
.twa-congo-congo-kinshasa-democratic-republic-of-congo-drc-kinshasa-republic-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1e9.svg"); }
.twa-central-african-republic-republic-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1eb.svg"); }
.twa-brazzaville-congo-congo-republic-congo-brazzaville-republic-republic-of-the-congo-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1ec.svg"); }
.twa-switzerland-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1ed.svg"); }
.twa-cote-ivoire-cote-ivoire-ivory-coast-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1ee.svg"); }
.twa-cook-island-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1f0.svg"); }
.twa-chile-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1f1.svg"); }
.twa-cameroon-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1f2.svg"); }
.twa-china-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1f3.svg"); }
.twa-cn {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1f3.svg"); }
.twa-colombia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1f4.svg"); }
.twa-clipperton-island-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1f5.svg"); }
.twa-costa-rica-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1f7.svg"); }
.twa-cuba-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1fa.svg"); }
.twa-cabo-cape-verde-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1fb.svg"); }
.twa-antilles-curacao-curaçao-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1fc.svg"); }
.twa-christmas-island-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1fd.svg"); }
.twa-cyprus-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1fe.svg"); }
.twa-czech-republic-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8-1f1ff.svg"); }
.twa-cc {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8.svg"); }
.twa-squared-c {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e8.svg"); }
.twa-germany-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e9-1f1ea.svg"); }
.twa-de {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e9-1f1ea.svg"); }
.twa-diego-garcia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e9-1f1ec.svg"); }
.twa-djibouti-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e9-1f1ef.svg"); }
.twa-denmark-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e9-1f1f0.svg"); }
.twa-dominica-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e9-1f1f2.svg"); }
.twa-dominican-republic-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e9-1f1f4.svg"); }
.twa-algeria-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e9-1f1ff.svg"); }
.twa-dd {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e9.svg"); }
.twa-squared-d {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1e9.svg"); }
.twa-ceuta-melilla-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea-1f1e6.svg"); }
.twa-ecuador-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea-1f1e8.svg"); }
.twa-estonia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea-1f1ea.svg"); }
.twa-egypt-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea-1f1ec.svg"); }
.twa-sahara-west-western-sahara-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea-1f1ed.svg"); }
.twa-eritrea-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea-1f1f7.svg"); }
.twa-spain-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea-1f1f8.svg"); }
.twa-es {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea-1f1f8.svg"); }
.twa-ethiopia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea-1f1f9.svg"); }
.twa-european-union-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea-1f1fa.svg"); }
.twa-ee {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea.svg"); }
.twa-squared-e {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ea.svg"); }
.twa-finland-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1eb-1f1ee.svg"); }
.twa-fiji-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1eb-1f1ef.svg"); }
.twa-falkland-falklands-island-islas-malvinas-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1eb-1f1f0.svg"); }
.twa-micronesia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1eb-1f1f2.svg"); }
.twa-faroe-island-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1eb-1f1f4.svg"); }
.twa-france-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1eb-1f1f7.svg"); }
.twa-fr {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1eb-1f1f7.svg"); }
.twa-ff {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1eb.svg"); }
.twa-squared-f {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1eb.svg"); }
.twa-gabon-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1e6.svg"); }
.twa-britain-british-cornwall-england-great-britain-ireland-northern-ireland-scotland-uk-union-jack-united-united-kingdom-wales-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1e7.svg"); }
.twa-gb {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1e7.svg"); }
.twa-grenada-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1e9.svg"); }
.twa-georgia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1ea.svg"); }
.twa-french-guiana-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1eb.svg"); }
.twa-guernsey-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1ec.svg"); }
.twa-ghana-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1ed.svg"); }
.twa-gibraltar-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1ee.svg"); }
.twa-greenland-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1f1.svg"); }
.twa-gambia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1f2.svg"); }
.twa-guinea-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1f3.svg"); }
.twa-guadeloupe-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1f5.svg"); }
.twa-equatorial-guinea-guinea-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1f6.svg"); }
.twa-greece-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1f7.svg"); }
.twa-georgia-island-south-south-georgia-south-sandwich-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1f8.svg"); }
.twa-guatemala-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1f9.svg"); }
.twa-guam-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1fa.svg"); }
.twa-bissau-guinea-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1fc.svg"); }
.twa-guyana-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec-1f1fe.svg"); }
.twa-gg {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec.svg"); }
.twa-squared-g {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ec.svg"); }
.twa-china-hong-kong-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ed-1f1f0.svg"); }
.twa-heard-island-mcdonald-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ed-1f1f2.svg"); }
.twa-honduras-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ed-1f1f3.svg"); }
.twa-croatia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ed-1f1f7.svg"); }
.twa-haiti-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ed-1f1f9.svg"); }
.twa-hungary-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ed-1f1fa.svg"); }
.twa-hh {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ed.svg"); }
.twa-squared-h {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ed.svg"); }
.twa-canary-island-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1e8.svg"); }
.twa-indonesia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1e9.svg"); }
.twa-ireland-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1ea.svg"); }
.twa-israel-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1f1.svg"); }
.twa-isle-of-man-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1f2.svg"); }
.twa-india-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1f3.svg"); }
.twa-british-chagos-indian-ocean-island-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1f4.svg"); }
.twa-iraq-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1f6.svg"); }
.twa-iran-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1f7.svg"); }
.twa-iceland-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1f8.svg"); }
.twa-italy-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1f9.svg"); }
.twa-it {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee-1f1f9.svg"); }
.twa-ii {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee.svg"); }
.twa-squared-i {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ee.svg"); }
.twa-jersey-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ef-1f1ea.svg"); }
.twa-jamaica-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ef-1f1f2.svg"); }
.twa-jordan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ef-1f1f4.svg"); }
.twa-japan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ef-1f1f5.svg"); }
.twa-jp {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ef-1f1f5.svg"); }
.twa-jj {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ef.svg"); }
.twa-squared-j {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ef.svg"); }
.twa-kenya-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1ea.svg"); }
.twa-kyrgyzstan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1ec.svg"); }
.twa-cambodia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1ed.svg"); }
.twa-kiribati-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1ee.svg"); }
.twa-comoros-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1f2.svg"); }
.twa-kitts-nevis-saint-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1f3.svg"); }
.twa-korea-north-north-korea-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1f5.svg"); }
.twa-korea-south-south-korea-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1f7.svg"); }
.twa-kr {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1f7.svg"); }
.twa-kuwait-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1fc.svg"); }
.twa-cayman-island-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1fe.svg"); }
.twa-kazakhstan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0-1f1ff.svg"); }
.twa-kk {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0.svg"); }
.twa-squared-k {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f0.svg"); }
.twa-laos-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1-1f1e6.svg"); }
.twa-lebanon-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1-1f1e7.svg"); }
.twa-lucia-saint-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1-1f1e8.svg"); }
.twa-liechtenstein-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1-1f1ee.svg"); }
.twa-sri-lanka-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1-1f1f0.svg"); }
.twa-liberia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1-1f1f7.svg"); }
.twa-lesotho-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1-1f1f8.svg"); }
.twa-lithuania-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1-1f1f9.svg"); }
.twa-luxembourg-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1-1f1fa.svg"); }
.twa-latvia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1-1f1fb.svg"); }
.twa-libya-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1-1f1fe.svg"); }
.twa-ll {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1.svg"); }
.twa-squared-l {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f1.svg"); }
.twa-morocco-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1e6.svg"); }
.twa-monaco-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1e8.svg"); }
.twa-moldova-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1e9.svg"); }
.twa-montenegro-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1ea.svg"); }
.twa-french-martin-saint-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1eb.svg"); }
.twa-madagascar-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1ec.svg"); }
.twa-island-marshall-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1ed.svg"); }
.twa-macedonia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1f0.svg"); }
.twa-mali-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1f1.svg"); }
.twa-burma-myanmar-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1f2.svg"); }
.twa-mongolia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1f3.svg"); }
.twa-china-macao-macau-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1f4.svg"); }
.twa-island-mariana-north-northern-mariana-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1f5.svg"); }
.twa-martinique-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1f6.svg"); }
.twa-mauritania-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1f7.svg"); }
.twa-montserrat-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1f8.svg"); }
.twa-malta-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1f9.svg"); }
.twa-mauritius-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1fa.svg"); }
.twa-maldives-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1fb.svg"); }
.twa-malawi-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1fc.svg"); }
.twa-mexico-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1fd.svg"); }
.twa-malaysia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1fe.svg"); }
.twa-mozambique-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2-1f1ff.svg"); }
.twa-mm {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2.svg"); }
.twa-squared-m {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f2.svg"); }
.twa-namibia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1e6.svg"); }
.twa-new-new-caledonia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1e8.svg"); }
.twa-niger-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1ea.svg"); }
.twa-island-norfolk-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1eb.svg"); }
.twa-nigeria-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1ec.svg"); }
.twa-nicaragua-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1ee.svg"); }
.twa-netherlands-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1f1.svg"); }
.twa-norway-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1f4.svg"); }
.twa-nepal-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1f5.svg"); }
.twa-nauru-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1f7.svg"); }
.twa-niue-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1fa.svg"); }
.twa-new-new-zealand-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3-1f1ff.svg"); }
.twa-nn {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3.svg"); }
.twa-squared-n {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f3.svg"); }
.twa-oman-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f4-1f1f2.svg"); }
.twa-oo {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f4.svg"); }
.twa-squared-o {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f4.svg"); }
.twa-panama-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1e6.svg"); }
.twa-peru-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1ea.svg"); }
.twa-french-polynesia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1eb.svg"); }
.twa-guinea-new-papua-new-guinea-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1ec.svg"); }
.twa-philippines-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1ed.svg"); }
.twa-pakistan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1f0.svg"); }
.twa-poland-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1f1.svg"); }
.twa-miquelon-pierre-saint-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1f2.svg"); }
.twa-island-pitcairn-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1f3.svg"); }
.twa-puerto-rico-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1f7.svg"); }
.twa-palestine-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1f8.svg"); }
.twa-portugal-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1f9.svg"); }
.twa-palau-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1fc.svg"); }
.twa-paraguay-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5-1f1fe.svg"); }
.twa-pp {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5.svg"); }
.twa-squared-p {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f5.svg"); }
.twa-qatar-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f6-1f1e6.svg"); }
.twa-qq {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f6.svg"); }
.twa-squared-q {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f6.svg"); }
.twa-reunion-reunion-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f7-1f1ea.svg"); }
.twa-romania-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f7-1f1f4.svg"); }
.twa-serbia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f7-1f1f8.svg"); }
.twa-russia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f7-1f1fa.svg"); }
.twa-ru {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f7-1f1fa.svg"); }
.twa-rwanda-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f7-1f1fc.svg"); }
.twa-rr {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f7.svg"); }
.twa-squared-r {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f7.svg"); }
.twa-saudi-arabia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1e6.svg"); }
.twa-island-solomon-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1e7.svg"); }
.twa-seychelles-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1e8.svg"); }
.twa-sudan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1e9.svg"); }
.twa-sweden-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1ea.svg"); }
.twa-singapore-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1ec.svg"); }
.twa-helena-saint-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1ed.svg"); }
.twa-slovenia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1ee.svg"); }
.twa-jan-mayen-svalbard-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1ef.svg"); }
.twa-slovakia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1f0.svg"); }
.twa-sierra-leone-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1f1.svg"); }
.twa-san-marino-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1f2.svg"); }
.twa-senegal-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1f3.svg"); }
.twa-somalia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1f4.svg"); }
.twa-suriname-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1f7.svg"); }
.twa-south-south-sudan-sudan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1f8.svg"); }
.twa-principe-principe-sao-tome-sao-tome-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1f9.svg"); }
.twa-el-salvador-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1fb.svg"); }
.twa-maarten-sint-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1fd.svg"); }
.twa-syria-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1fe.svg"); }
.twa-swaziland-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8-1f1ff.svg"); }
.twa-ss {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8.svg"); }
.twa-squared-s {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f8.svg"); }
.twa-tristan-da-cunha-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1e6.svg"); }
.twa-caicos-island-turks-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1e8.svg"); }
.twa-chad-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1e9.svg"); }
.twa-antarctic-french-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1eb.svg"); }
.twa-togo-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1ec.svg"); }
.twa-thailand-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1ed.svg"); }
.twa-tajikistan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1ef.svg"); }
.twa-tokelau-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1f0.svg"); }
.twa-east-east-timor-timor-leste-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1f1.svg"); }
.twa-turkmenistan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1f2.svg"); }
.twa-tunisia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1f3.svg"); }
.twa-tonga-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1f4.svg"); }
.twa-turkey-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1f7.svg"); }
.twa-tobago-trinidad-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1f9.svg"); }
.twa-tuvalu-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1fb.svg"); }
.twa-china-taiwan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1fc.svg"); }
.twa-tanzania-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9-1f1ff.svg"); }
.twa-tt {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9.svg"); }
.twa-squared-t {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1f9.svg"); }
.twa-ukraine-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fa-1f1e6.svg"); }
.twa-uganda-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fa-1f1ec.svg"); }
.twa-america-island-minor-outlying-united-united-states-us-usa-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fa-1f1f2.svg"); }
.twa-america-stars-and-stripes-united-united-states-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fa-1f1f8.svg"); }
.twa-us {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fa-1f1f8.svg"); }
.twa-uruguay-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fa-1f1fe.svg"); }
.twa-uzbekistan-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fa-1f1ff.svg"); }
.twa-uu {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fa.svg"); }
.twa-squared-u {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fa.svg"); }
.twa-vatican-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fb-1f1e6.svg"); }
.twa-grenadines-saint-vincent-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fb-1f1e8.svg"); }
.twa-venezuela-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fb-1f1ea.svg"); }
.twa-british-island-virgin-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fb-1f1ec.svg"); }
.twa-america-american-island-united-united-states-us-usa-virgin-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fb-1f1ee.svg"); }
.twa-viet-nam-vietnam-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fb-1f1f3.svg"); }
.twa-vanuatu-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fb-1f1fa.svg"); }
.twa-vv {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fb.svg"); }
.twa-squared-v {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fb.svg"); }
.twa-futuna-wallis-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fc-1f1eb.svg"); }
.twa-samoa-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fc-1f1f8.svg"); }
.twa-ww {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fc.svg"); }
.twa-squared-w {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fc.svg"); }
.twa-kosovo-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fd-1f1f0.svg"); }
.twa-xx {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fd.svg"); }
.twa-squared-x {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fd.svg"); }
.twa-yemen-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fe-1f1ea.svg"); }
.twa-mayotte-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fe-1f1f9.svg"); }
.twa-yy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fe.svg"); }
.twa-squared-y {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1fe.svg"); }
.twa-south-south-africa-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ff-1f1e6.svg"); }
.twa-zambia-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ff-1f1f2.svg"); }
.twa-zimbabwe-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ff-1f1fc.svg"); }
.twa-zz {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ff.svg"); }
.twa-squared-z {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f1ff.svg"); }
.twa-squared-katakana-koko {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f201.svg"); }
.twa-koko {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f201.svg"); }
.twa-squared-katakana-sa {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f202.svg"); }
.twa-sa {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f202.svg"); }
.twa-squared-negation-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f21a.svg"); }
.twa-u7121 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f21a.svg"); }
.twa-squared-finger-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f22f.svg"); }
.twa-u6307 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f22f.svg"); }
.twa-squared-prohibit-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f232.svg"); }
.twa-u7981 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f232.svg"); }
.twa-squared-empty-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f233.svg"); }
.twa-u7a7a {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f233.svg"); }
.twa-squared-together-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f234.svg"); }
.twa-u5408 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f234.svg"); }
.twa-squared-fullness-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f235.svg"); }
.twa-u6e80 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f235.svg"); }
.twa-squared-exist-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f236.svg"); }
.twa-u6709 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f236.svg"); }
.twa-squared-moon-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f237.svg"); }
.twa-u6708 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f237.svg"); }
.twa-squared-apply-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f238.svg"); }
.twa-u7533 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f238.svg"); }
.twa-squared-divide-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f239.svg"); }
.twa-u5272 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f239.svg"); }
.twa-squared-operating-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f23a.svg"); }
.twa-u55b6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f23a.svg"); }
.twa-circled-advantage-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f250.svg"); }
.twa-ideograph-advantage {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f250.svg"); }
.twa-circled-accept-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f251.svg"); }
.twa-accept {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f251.svg"); }
.twa-cyclone {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f300.svg"); }
.twa-foggy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f301.svg"); }
.twa-closed-umbrella {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f302.svg"); }
.twa-night-with-stars {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f303.svg"); }
.twa-stars {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f303.svg"); }
.twa-sunrise-over-mountains {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f304.svg"); }
.twa-sunrise {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f305.svg"); }
.twa-cityscape-at-dusk {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f306.svg"); }
.twa-city-sunset {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f306.svg"); }
.twa-sunset {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f307.svg"); }
.twa-city-sunrise {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f307.svg"); }
.twa-rainbow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f308.svg"); }
.twa-bridge-at-night {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f309.svg"); }
.twa-water-wave {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f30a.svg"); }
.twa-ocean {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f30a.svg"); }
.twa-volcano {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f30b.svg"); }
.twa-milky-way {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f30c.svg"); }
.twa-globe-showing-europe-africa {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f30d.svg"); }
.twa-earth-africa {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f30d.svg"); }
.twa-globe-showing-americas {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f30e.svg"); }
.twa-earth-americas {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f30e.svg"); }
.twa-globe-showing-asia-australia {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f30f.svg"); }
.twa-earth-asia {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f30f.svg"); }
.twa-globe-with-meridians {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f310.svg"); }
.twa-new-moon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f311.svg"); }
.twa-waxing-crescent-moon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f312.svg"); }
.twa-first-quarter-moon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f313.svg"); }
.twa-waxing-gibbous-moon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f314.svg"); }
.twa-full-moon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f315.svg"); }
.twa-waning-gibbous-moon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f316.svg"); }
.twa-last-quarter-moon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f317.svg"); }
.twa-waning-crescent-moon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f318.svg"); }
.twa-crescent-moon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f319.svg"); }
.twa-moon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f319.svg"); }
.twa-new-moon-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f31a.svg"); }
.twa-new-moon-with-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f31a.svg"); }
.twa-first-quarter-moon-with-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f31b.svg"); }
.twa-last-quarter-moon-with-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f31c.svg"); }
.twa-full-moon-with-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f31d.svg"); }
.twa-sun-with-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f31e.svg"); }
.twa-glowing-star {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f31f.svg"); }
.twa-star2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f31f.svg"); }
.twa-shooting-star {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f320.svg"); }
.twa-thermometer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f321.svg"); }
.twa-sun-behind-small-cloud {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f324.svg"); }
.twa-sun-behind-large-cloud {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f325.svg"); }
.twa-sun-behind-cloud-with-rain {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f326.svg"); }
.twa-cloud-with-rain {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f327.svg"); }
.twa-cloud-with-snow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f328.svg"); }
.twa-cloud-with-lightning {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f329.svg"); }
.twa-tornado {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f32a.svg"); }
.twa-fog {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f32b.svg"); }
.twa-wind-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f32c.svg"); }
.twa-hot-dog {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f32d.svg"); }
.twa-taco {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f32e.svg"); }
.twa-burrito {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f32f.svg"); }
.twa-chestnut {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f330.svg"); }
.twa-seedling {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f331.svg"); }
.twa-evergreen {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f332.svg"); }
.twa-evergreen-tree {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f332.svg"); }
.twa-deciduous-tree {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f333.svg"); }
.twa-palm-tree {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f334.svg"); }
.twa-cactus {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f335.svg"); }
.twa-hot-pepper {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f336.svg"); }
.twa-tulip {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f337.svg"); }
.twa-cherry-blossom {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f338.svg"); }
.twa-rose {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f339.svg"); }
.twa-hibiscus {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f33a.svg"); }
.twa-sunflower {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f33b.svg"); }
.twa-blossom {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f33c.svg"); }
.twa-ear-of-corn {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f33d.svg"); }
.twa-corn {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f33d.svg"); }
.twa-sheaf-of-rice {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f33e.svg"); }
.twa-ear-of-rice {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f33e.svg"); }
.twa-herb {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f33f.svg"); }
.twa-four-leaf-clover {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f340.svg"); }
.twa-maple-leaf {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f341.svg"); }
.twa-fallen-leaf {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f342.svg"); }
.twa-leaf-fluttering-in-wind {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f343.svg"); }
.twa-leaves {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f343.svg"); }
.twa-mushroom {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f344.svg"); }
.twa-tomato {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f345.svg"); }
.twa-eggplant {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f346.svg"); }
.twa-grapes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f347.svg"); }
.twa-melon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f348.svg"); }
.twa-watermelon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f349.svg"); }
.twa-tangerine {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f34a.svg"); }
.twa-lemon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f34b.svg"); }
.twa-banana {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f34c.svg"); }
.twa-pineapple {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f34d.svg"); }
.twa-red-apple {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f34e.svg"); }
.twa-apple {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f34e.svg"); }
.twa-green-apple {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f34f.svg"); }
.twa-pear {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f350.svg"); }
.twa-peach {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f351.svg"); }
.twa-cherries {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f352.svg"); }
.twa-strawberry {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f353.svg"); }
.twa-hamburger {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f354.svg"); }
.twa-pizza {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f355.svg"); }
.twa-meat-on-bone {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f356.svg"); }
.twa-poultry-leg {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f357.svg"); }
.twa-rice-cracker {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f358.svg"); }
.twa-rice-ball {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f359.svg"); }
.twa-cooked-rice {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f35a.svg"); }
.twa-rice {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f35a.svg"); }
.twa-curry-rice {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f35b.svg"); }
.twa-curry {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f35b.svg"); }
.twa-steaming-bowl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f35c.svg"); }
.twa-ramen {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f35c.svg"); }
.twa-spaghetti {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f35d.svg"); }
.twa-bread {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f35e.svg"); }
.twa-french-fries {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f35f.svg"); }
.twa-fries {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f35f.svg"); }
.twa-roasted-sweet-potato {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f360.svg"); }
.twa-sweet-potato {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f360.svg"); }
.twa-dango {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f361.svg"); }
.twa-oden {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f362.svg"); }
.twa-sushi {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f363.svg"); }
.twa-fried-shrimp {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f364.svg"); }
.twa-fish-cake-with-swirl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f365.svg"); }
.twa-fish-cake {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f365.svg"); }
.twa-soft-ice-cream {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f366.svg"); }
.twa-icecream {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f366.svg"); }
.twa-shaved-ice {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f367.svg"); }
.twa-ice-cream {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f368.svg"); }
.twa-doughnut {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f369.svg"); }
.twa-cookie {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f36a.svg"); }
.twa-chocolate-bar {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f36b.svg"); }
.twa-candy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f36c.svg"); }
.twa-lollipop {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f36d.svg"); }
.twa-custard {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f36e.svg"); }
.twa-honey-pot {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f36f.svg"); }
.twa-shortcake {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f370.svg"); }
.twa-cake {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f370.svg"); }
.twa-bento-box {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f371.svg"); }
.twa-bento {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f371.svg"); }
.twa-pot-of-food {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f372.svg"); }
.twa-stew {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f372.svg"); }
.twa-cooking {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f373.svg"); }
.twa-fork-and-knife {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f374.svg"); }
.twa-teacup-without-handle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f375.svg"); }
.twa-tea {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f375.svg"); }
.twa-sake {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f376.svg"); }
.twa-wine-glass {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f377.svg"); }
.twa-cocktail-glass {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f378.svg"); }
.twa-cocktail {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f378.svg"); }
.twa-tropical-drink {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f379.svg"); }
.twa-beer-mug {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f37a.svg"); }
.twa-beer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f37a.svg"); }
.twa-clinking-beer-mugs {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f37b.svg"); }
.twa-beers {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f37b.svg"); }
.twa-baby-bottle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f37c.svg"); }
.twa-fork-and-knife-with-plate {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f37d.svg"); }
.twa-bottle-with-popping-cork {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f37e.svg"); }
.twa-popcorn {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f37f.svg"); }
.twa-ribbon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f380.svg"); }
.twa-wrapped-present {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f381.svg"); }
.twa-gift {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f381.svg"); }
.twa-birthday-cake {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f382.svg"); }
.twa-birthday {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f382.svg"); }
.twa-jack-o-lantern {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f383.svg"); }
.twa-christmas-tree {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f384.svg"); }
.twa-father-christmas-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f385-1f3fb.svg"); }
.twa-father-christmas-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f385-1f3fc.svg"); }
.twa-father-christmas-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f385-1f3fd.svg"); }
.twa-father-christmas-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f385-1f3fe.svg"); }
.twa-father-christmas-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f385-1f3ff.svg"); }
.twa-santa-claus {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f385.svg"); }
.twa-santa {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f385.svg"); }
.twa-fireworks {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f386.svg"); }
.twa-sparkler {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f387.svg"); }
.twa-balloon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f388.svg"); }
.twa-party-popper {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f389.svg"); }
.twa-tada {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f389.svg"); }
.twa-confetti-ball {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f38a.svg"); }
.twa-tanabata-tree {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f38b.svg"); }
.twa-crossed-flags {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f38c.svg"); }
.twa-pine-decoration {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f38d.svg"); }
.twa-bamboo {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f38d.svg"); }
.twa-japanese-dolls {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f38e.svg"); }
.twa-dolls {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f38e.svg"); }
.twa-carp-streamer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f38f.svg"); }
.twa-flags {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f38f.svg"); }
.twa-wind-chime {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f390.svg"); }
.twa-moon-ceremony {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f391.svg"); }
.twa-rice-scene {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f391.svg"); }
.twa-school-backpack {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f392.svg"); }
.twa-school-satchel {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f392.svg"); }
.twa-graduation-cap {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f393.svg"); }
.twa-mortar-board {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f393.svg"); }
.twa-military-medal {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f396.svg"); }
.twa-reminder-ribbon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f397.svg"); }
.twa-studio-microphone {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f399.svg"); }
.twa-level-slider {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f39a.svg"); }
.twa-control-knobs {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f39b.svg"); }
.twa-film-frames {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f39e.svg"); }
.twa-admission-tickets {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f39f.svg"); }
.twa-carousel-horse {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a0.svg"); }
.twa-ferris-wheel {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a1.svg"); }
.twa-roller-coaster {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a2.svg"); }
.twa-fishing-pole {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a3.svg"); }
.twa-fishing-pole-and-fish {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a3.svg"); }
.twa-microphone {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a4.svg"); }
.twa-movie-camera {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a5.svg"); }
.twa-cinema {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a6.svg"); }
.twa-headphone {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a7.svg"); }
.twa-headphones {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a7.svg"); }
.twa-artist-palette {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a8.svg"); }
.twa-art {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a8.svg"); }
.twa-top-hat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a9.svg"); }
.twa-tophat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3a9.svg"); }
.twa-circus-tent {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3aa.svg"); }
.twa-ticket {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ab.svg"); }
.twa-clapper-board {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ac.svg"); }
.twa-clapper {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ac.svg"); }
.twa-performing-arts {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ad.svg"); }
.twa-video-game {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ae.svg"); }
.twa-direct-hit {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3af.svg"); }
.twa-dart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3af.svg"); }
.twa-slot-machine {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b0.svg"); }
.twa-billiards {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b1.svg"); }
.twa-8ball {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b1.svg"); }
.twa-game-die {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b2.svg"); }
.twa-bowling {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b3.svg"); }
.twa-flower-playing-cards {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b4.svg"); }
.twa-musical-note {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b5.svg"); }
.twa-musical-notes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b6.svg"); }
.twa-notes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b6.svg"); }
.twa-saxophone {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b7.svg"); }
.twa-guitar {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b8.svg"); }
.twa-musical-keyboard {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3b9.svg"); }
.twa-trumpet {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ba.svg"); }
.twa-violin {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3bb.svg"); }
.twa-musical-score {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3bc.svg"); }
.twa-running-shirt {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3bd.svg"); }
.twa-running-shirt-with-sash {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3bd.svg"); }
.twa-tennis {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3be.svg"); }
.twa-skis {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3bf.svg"); }
.twa-ski {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3bf.svg"); }
.twa-basketball {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c0.svg"); }
.twa-chequered-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c1.svg"); }
.twa-checkered-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c1.svg"); }
.twa-snowboarder-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c2-1f3fb.svg"); }
.twa-snowboarder-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c2-1f3fc.svg"); }
.twa-snowboarder-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c2-1f3fd.svg"); }
.twa-snowboarder-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c2-1f3fe.svg"); }
.twa-snowboarder-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c2-1f3ff.svg"); }
.twa-snowboarder {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c2.svg"); }
.twa-runner-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c3-1f3fb.svg"); }
.twa-runner-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c3-1f3fc.svg"); }
.twa-runner-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c3-1f3fd.svg"); }
.twa-runner-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c3-1f3fe.svg"); }
.twa-runner-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c3-1f3ff.svg"); }
.twa-runner {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c3.svg"); }
.twa-surfer-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c4-1f3fb.svg"); }
.twa-surfer-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c4-1f3fc.svg"); }
.twa-surfer-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c4-1f3fd.svg"); }
.twa-surfer-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c4-1f3fe.svg"); }
.twa-surfer-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c4-1f3ff.svg"); }
.twa-surfer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c4.svg"); }
.twa-sports-medal {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c5.svg"); }
.twa-trophy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c6.svg"); }
.twa-horse-racing-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c7-1f3fb.svg"); }
.twa-horse-racing-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c7-1f3fc.svg"); }
.twa-horse-racing-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c7-1f3fd.svg"); }
.twa-horse-racing-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c7-1f3fe.svg"); }
.twa-horse-racing-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c7-1f3ff.svg"); }
.twa-horse-racing {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c7.svg"); }
.twa-american-football {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c8.svg"); }
.twa-football {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c8.svg"); }
.twa-rugby-football {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3c9.svg"); }
.twa-swimmer-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ca-1f3fb.svg"); }
.twa-swimmer-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ca-1f3fc.svg"); }
.twa-swimmer-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ca-1f3fd.svg"); }
.twa-swimmer-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ca-1f3fe.svg"); }
.twa-swimmer-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ca-1f3ff.svg"); }
.twa-swimmer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ca.svg"); }
.twa-weight-lifter-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3cb-1f3fb.svg"); }
.twa-weight-lifter-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3cb-1f3fc.svg"); }
.twa-weight-lifter-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3cb-1f3fd.svg"); }
.twa-weight-lifter-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3cb-1f3fe.svg"); }
.twa-weight-lifter-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3cb-1f3ff.svg"); }
.twa-weight-lifter {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3cb.svg"); }
.twa-golfer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3cc.svg"); }
.twa-motorcycle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3cd.svg"); }
.twa-racing-car {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ce.svg"); }
.twa-cricket {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3cf.svg"); }
.twa-volleyball {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3d0.svg"); }
.twa-field-hockey {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3d1.svg"); }
.twa-ice-hockey-stick-and-puck {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3d2.svg"); }
.twa-ping-pong {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3d3.svg"); }
.twa-snow-capped-mountain {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3d4.svg"); }
.twa-camping {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3d5.svg"); }
.twa-beach-with-umbrella {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3d6.svg"); }
.twa-building-construction {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3d7.svg"); }
.twa-house-buildings {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3d8.svg"); }
.twa-cityscape {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3d9.svg"); }
.twa-derelict-house-building {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3da.svg"); }
.twa-classical-building {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3db.svg"); }
.twa-desert {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3dc.svg"); }
.twa-desert-island {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3dd.svg"); }
.twa-national-park {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3de.svg"); }
.twa-stadium {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3df.svg"); }
.twa-house-building {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e0.svg"); }
.twa-house {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e0.svg"); }
.twa-house-with-garden {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e1.svg"); }
.twa-office-building {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e2.svg"); }
.twa-office {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e2.svg"); }
.twa-japanese-post-office {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e3.svg"); }
.twa-post-office {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e4.svg"); }
.twa-european-post-office {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e4.svg"); }
.twa-hospital {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e5.svg"); }
.twa-bank {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e6.svg"); }
.twa-atm-sign {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e7.svg"); }
.twa-atm {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e7.svg"); }
.twa-hotel {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e8.svg"); }
.twa-love-hotel {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3e9.svg"); }
.twa-convenience-store {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ea.svg"); }
.twa-school {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3eb.svg"); }
.twa-department-store {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ec.svg"); }
.twa-factory {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ed.svg"); }
.twa-red-paper-lantern {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ee.svg"); }
.twa-japanese-castle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ef.svg"); }
.twa-castle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f0.svg"); }
.twa-european-castle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f0.svg"); }
.twa-rainbow-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f3-fe0f-200d-1f308.svg"); }
.twa-pride {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f3-fe0f-200d-1f308.svg"); }
.twa-waving-white-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f3.svg"); }
.twa-pirate-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f4-200d-2620-fe0f.svg"); }
.twa-jolly-roger {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f4-200d-2620-fe0f.svg"); }
.twa-waving-black-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f4.svg"); }
.twa-rosette {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f5.svg"); }
.twa-label {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f7.svg"); }
.twa-badminton {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f8.svg"); }
.twa-bow-and-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3f9.svg"); }
.twa-amphora {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3fa.svg"); }
.twa-skin-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3fb.svg"); }
.twa-skin-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3fc.svg"); }
.twa-skin-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3fd.svg"); }
.twa-skin-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3fe.svg"); }
.twa-skin-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f3ff.svg"); }
.twa-rat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f400.svg"); }
.twa-mouse {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f401.svg"); }
.twa-mouse2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f401.svg"); }
.twa-ox {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f402.svg"); }
.twa-water-buffalo {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f403.svg"); }
.twa-cow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f404.svg"); }
.twa-cow2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f404.svg"); }
.twa-tiger {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f405.svg"); }
.twa-tiger2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f405.svg"); }
.twa-leopard {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f406.svg"); }
.twa-rabbit {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f407.svg"); }
.twa-rabbit2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f407.svg"); }
.twa-cat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f408.svg"); }
.twa-cat2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f408.svg"); }
.twa-dragon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f409.svg"); }
.twa-crocodile {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f40a.svg"); }
.twa-whale {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f40b.svg"); }
.twa-whale2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f40b.svg"); }
.twa-snail {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f40c.svg"); }
.twa-snake {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f40d.svg"); }
.twa-horse {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f40e.svg"); }
.twa-racehorse {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f40e.svg"); }
.twa-ram {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f40f.svg"); }
.twa-goat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f410.svg"); }
.twa-sheep {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f411.svg"); }
.twa-monkey {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f412.svg"); }
.twa-rooster {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f413.svg"); }
.twa-chicken {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f414.svg"); }
.twa-dog {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f415.svg"); }
.twa-dog2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f415.svg"); }
.twa-pig {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f416.svg"); }
.twa-pig2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f416.svg"); }
.twa-boar {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f417.svg"); }
.twa-elephant {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f418.svg"); }
.twa-octopus {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f419.svg"); }
.twa-spiral-shell {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f41a.svg"); }
.twa-shell {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f41a.svg"); }
.twa-bug {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f41b.svg"); }
.twa-ant {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f41c.svg"); }
.twa-honeybee {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f41d.svg"); }
.twa-lady-beetle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f41e.svg"); }
.twa-beetle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f41e.svg"); }
.twa-fish {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f41f.svg"); }
.twa-tropical-fish {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f420.svg"); }
.twa-blowfish {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f421.svg"); }
.twa-turtle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f422.svg"); }
.twa-hatching-chick {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f423.svg"); }
.twa-baby-chick {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f424.svg"); }
.twa-front-facing-baby-chick {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f425.svg"); }
.twa-hatched-chick {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f425.svg"); }
.twa-bird {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f426.svg"); }
.twa-penguin {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f427.svg"); }
.twa-koala {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f428.svg"); }
.twa-poodle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f429.svg"); }
.twa-camel {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f42a.svg"); }
.twa-dromedary-camel {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f42a.svg"); }
.twa-two-hump-camel {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f42b.svg"); }
.twa-dolphin {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f42c.svg"); }
.twa-mouse-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f42d.svg"); }
.twa-cow-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f42e.svg"); }
.twa-tiger-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f42f.svg"); }
.twa-rabbit-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f430.svg"); }
.twa-cat-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f431.svg"); }
.twa-dragon-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f432.svg"); }
.twa-spouting-whale {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f433.svg"); }
.twa-horse-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f434.svg"); }
.twa-monkey-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f435.svg"); }
.twa-dog-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f436.svg"); }
.twa-pig-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f437.svg"); }
.twa-frog-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f438.svg"); }
.twa-frog {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f438.svg"); }
.twa-hamster-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f439.svg"); }
.twa-hamster {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f439.svg"); }
.twa-wolf-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f43a.svg"); }
.twa-wolf {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f43a.svg"); }
.twa-bear-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f43b.svg"); }
.twa-bear {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f43b.svg"); }
.twa-panda-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f43c.svg"); }
.twa-pig-nose {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f43d.svg"); }
.twa-paw-prints {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f43e.svg"); }
.twa-chipmunk {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f43f.svg"); }
.twa-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f440.svg"); }
.twa-eye-in-speech-bubble {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f441-200d-1f5e8.svg"); }
.twa-eye {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f441.svg"); }
.twa-ear-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f442-1f3fb.svg"); }
.twa-ear-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f442-1f3fc.svg"); }
.twa-ear-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f442-1f3fd.svg"); }
.twa-ear-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f442-1f3fe.svg"); }
.twa-ear-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f442-1f3ff.svg"); }
.twa-ear {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f442.svg"); }
.twa-nose-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f443-1f3fb.svg"); }
.twa-nose-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f443-1f3fc.svg"); }
.twa-nose-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f443-1f3fd.svg"); }
.twa-nose-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f443-1f3fe.svg"); }
.twa-nose-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f443-1f3ff.svg"); }
.twa-nose {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f443.svg"); }
.twa-mouth {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f444.svg"); }
.twa-lips {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f444.svg"); }
.twa-tongue {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f445.svg"); }
.twa-white-up-pointing-backhand-index-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f446-1f3fb.svg"); }
.twa-white-up-pointing-backhand-index-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f446-1f3fc.svg"); }
.twa-white-up-pointing-backhand-index-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f446-1f3fd.svg"); }
.twa-white-up-pointing-backhand-index-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f446-1f3fe.svg"); }
.twa-white-up-pointing-backhand-index-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f446-1f3ff.svg"); }
.twa-backhand-index-pointing-up {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f446.svg"); }
.twa-point-up-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f446.svg"); }
.twa-white-down-pointing-backhand-index-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f447-1f3fb.svg"); }
.twa-white-down-pointing-backhand-index-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f447-1f3fc.svg"); }
.twa-white-down-pointing-backhand-index-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f447-1f3fd.svg"); }
.twa-white-down-pointing-backhand-index-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f447-1f3fe.svg"); }
.twa-white-down-pointing-backhand-index-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f447-1f3ff.svg"); }
.twa-backhand-index-pointing-down {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f447.svg"); }
.twa-point-down {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f447.svg"); }
.twa-white-left-pointing-backhand-index-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f448-1f3fb.svg"); }
.twa-white-left-pointing-backhand-index-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f448-1f3fc.svg"); }
.twa-white-left-pointing-backhand-index-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f448-1f3fd.svg"); }
.twa-white-left-pointing-backhand-index-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f448-1f3fe.svg"); }
.twa-white-left-pointing-backhand-index-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f448-1f3ff.svg"); }
.twa-backhand-index-pointing-left {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f448.svg"); }
.twa-point-left {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f448.svg"); }
.twa-white-right-pointing-backhand-index-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f449-1f3fb.svg"); }
.twa-white-right-pointing-backhand-index-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f449-1f3fc.svg"); }
.twa-white-right-pointing-backhand-index-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f449-1f3fd.svg"); }
.twa-white-right-pointing-backhand-index-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f449-1f3fe.svg"); }
.twa-white-right-pointing-backhand-index-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f449-1f3ff.svg"); }
.twa-backhand-index-pointing-right {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f449.svg"); }
.twa-point-right {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f449.svg"); }
.twa-fisted-hand-sign-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44a-1f3fb.svg"); }
.twa-fisted-hand-sign-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44a-1f3fc.svg"); }
.twa-fisted-hand-sign-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44a-1f3fd.svg"); }
.twa-fisted-hand-sign-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44a-1f3fe.svg"); }
.twa-fisted-hand-sign-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44a-1f3ff.svg"); }
.twa-oncoming-fist {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44a.svg"); }
.twa-punch {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44a.svg"); }
.twa-waving-hand-sign-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44b-1f3fb.svg"); }
.twa-waving-hand-sign-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44b-1f3fc.svg"); }
.twa-waving-hand-sign-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44b-1f3fd.svg"); }
.twa-waving-hand-sign-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44b-1f3fe.svg"); }
.twa-waving-hand-sign-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44b-1f3ff.svg"); }
.twa-waving-hand {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44b.svg"); }
.twa-wave {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44b.svg"); }
.twa-ok-hand-sign-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44c-1f3fb.svg"); }
.twa-ok-hand-sign-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44c-1f3fc.svg"); }
.twa-ok-hand-sign-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44c-1f3fd.svg"); }
.twa-ok-hand-sign-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44c-1f3fe.svg"); }
.twa-ok-hand-sign-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44c-1f3ff.svg"); }
.twa-ok-hand {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44c.svg"); }
.twa-thumbs-up-sign-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44d-1f3fb.svg"); }
.twa-thumbs-up-sign-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44d-1f3fc.svg"); }
.twa-thumbs-up-sign-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44d-1f3fd.svg"); }
.twa-thumbs-up-sign-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44d-1f3fe.svg"); }
.twa-thumbs-up-sign-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44d-1f3ff.svg"); }
.twa-thumbs-up {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44d.svg"); }
.twa-thumbsup {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44d.svg"); }
.twa-thumbs-down-sign-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44e-1f3fb.svg"); }
.twa-thumbs-down-sign-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44e-1f3fc.svg"); }
.twa-thumbs-down-sign-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44e-1f3fd.svg"); }
.twa-thumbs-down-sign-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44e-1f3fe.svg"); }
.twa-thumbs-down-sign-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44e-1f3ff.svg"); }
.twa-thumbs-down {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44e.svg"); }
.twa-thumbsdown {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44e.svg"); }
.twa-clapping-hands-sign-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44f-1f3fb.svg"); }
.twa-clapping-hands-sign-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44f-1f3fc.svg"); }
.twa-clapping-hands-sign-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44f-1f3fd.svg"); }
.twa-clapping-hands-sign-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44f-1f3fe.svg"); }
.twa-clapping-hands-sign-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44f-1f3ff.svg"); }
.twa-clapping-hands {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44f.svg"); }
.twa-clap {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f44f.svg"); }
.twa-open-hands-sign-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f450-1f3fb.svg"); }
.twa-open-hands-sign-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f450-1f3fc.svg"); }
.twa-open-hands-sign-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f450-1f3fd.svg"); }
.twa-open-hands-sign-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f450-1f3fe.svg"); }
.twa-open-hands-sign-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f450-1f3ff.svg"); }
.twa-open-hands {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f450.svg"); }
.twa-crown {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f451.svg"); }
.twa-womans-hat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f452.svg"); }
.twa-glasses {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f453.svg"); }
.twa-eyeglasses {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f453.svg"); }
.twa-necktie {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f454.svg"); }
.twa-t-shirt {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f455.svg"); }
.twa-shirt {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f455.svg"); }
.twa-jeans {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f456.svg"); }
.twa-dress {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f457.svg"); }
.twa-kimono {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f458.svg"); }
.twa-bikini {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f459.svg"); }
.twa-womans-clothes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f45a.svg"); }
.twa-purse {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f45b.svg"); }
.twa-handbag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f45c.svg"); }
.twa-pouch {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f45d.svg"); }
.twa-mans-shoe {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f45e.svg"); }
.twa-running-shoe {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f45f.svg"); }
.twa-high-heeled-shoe {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f460.svg"); }
.twa-high-heel {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f460.svg"); }
.twa-womans-sandal {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f461.svg"); }
.twa-sandal {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f461.svg"); }
.twa-womans-boot {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f462.svg"); }
.twa-boot {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f462.svg"); }
.twa-footprints {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f463.svg"); }
.twa-feet {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f463.svg"); }
.twa-bust-in-silhouette {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f464.svg"); }
.twa-busts-in-silhouette {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f465.svg"); }
.twa-boy-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f466-1f3fb.svg"); }
.twa-boy-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f466-1f3fc.svg"); }
.twa-boy-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f466-1f3fd.svg"); }
.twa-boy-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f466-1f3fe.svg"); }
.twa-boy-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f466-1f3ff.svg"); }
.twa-boy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f466.svg"); }
.twa-girl-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f467-1f3fb.svg"); }
.twa-girl-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f467-1f3fc.svg"); }
.twa-girl-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f467-1f3fd.svg"); }
.twa-girl-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f467-1f3fe.svg"); }
.twa-girl-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f467-1f3ff.svg"); }
.twa-girl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f467.svg"); }
.twa-man-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-1f3fb.svg"); }
.twa-man-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-1f3fc.svg"); }
.twa-man-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-1f3fd.svg"); }
.twa-man-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-1f3fe.svg"); }
.twa-man-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-1f3ff.svg"); }
.twa-family-man-man-boy-boy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-1f468-200d-1f466-200d-1f466.svg"); }
.twa-family-man-man-boy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-1f468-200d-1f466.svg"); }
.twa-family-man-man-girl-boy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-1f468-200d-1f467-200d-1f466.svg"); }
.twa-family-man-man-girl-girl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-1f468-200d-1f467-200d-1f467.svg"); }
.twa-family-man-man-girl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-1f468-200d-1f467.svg"); }
.twa-family-man-woman-boy-boy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-1f469-200d-1f466-200d-1f466.svg"); }
.twa-family-man-woman-boy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-1f469-200d-1f466.svg"); }
.twa-family-man-woman-girl-boy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-1f469-200d-1f467-200d-1f466.svg"); }
.twa-family-man-woman-girl-girl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-1f469-200d-1f467-200d-1f467.svg"); }
.twa-family-man-woman-girl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-1f469-200d-1f467.svg"); }
.twa-couple-with-heart-man-man {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-2764-fe0f-200d-1f468.svg"); }
.twa-kiss-man-man {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468-200d-2764-fe0f-200d-1f48b-200d-1f468.svg"); }
.twa-man {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f468.svg"); }
.twa-woman-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-1f3fb.svg"); }
.twa-woman-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-1f3fc.svg"); }
.twa-woman-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-1f3fd.svg"); }
.twa-woman-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-1f3fe.svg"); }
.twa-woman-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-1f3ff.svg"); }
.twa-family-woman-woman-boy-boy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-200d-1f469-200d-1f466-200d-1f466.svg"); }
.twa-family-woman-woman-boy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-200d-1f469-200d-1f466.svg"); }
.twa-family-woman-woman-girl-boy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-200d-1f469-200d-1f467-200d-1f466.svg"); }
.twa-family-woman-woman-girl-girl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-200d-1f469-200d-1f467-200d-1f467.svg"); }
.twa-family-woman-woman-girl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-200d-1f469-200d-1f467.svg"); }
.twa-couple-with-heart-woman-man {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-200d-2764-fe0f-200d-1f468.svg"); }
.twa-couple-with-heart-woman-woman {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-200d-2764-fe0f-200d-1f469.svg"); }
.twa-kiss-woman-man {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-200d-2764-fe0f-200d-1f48b-200d-1f468.svg"); }
.twa-kiss-woman-woman {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469-200d-2764-fe0f-200d-1f48b-200d-1f469.svg"); }
.twa-woman {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f469.svg"); }
.twa-family {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46a.svg"); }
.twa-man-and-woman-holding-hands {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46b.svg"); }
.twa-couple {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46b.svg"); }
.twa-two-men-holding-hands {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46c.svg"); }
.twa-two-women-holding-hands {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46d.svg"); }
.twa-police-officer-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46e-1f3fb.svg"); }
.twa-police-officer-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46e-1f3fc.svg"); }
.twa-police-officer-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46e-1f3fd.svg"); }
.twa-police-officer-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46e-1f3fe.svg"); }
.twa-police-officer-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46e-1f3ff.svg"); }
.twa-police-officer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46e.svg"); }
.twa-cop {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46e.svg"); }
.twa-women-partying {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46f.svg"); }
.twa-dancers {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f46f.svg"); }
.twa-bride-with-veil-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f470-1f3fb.svg"); }
.twa-bride-with-veil-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f470-1f3fc.svg"); }
.twa-bride-with-veil-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f470-1f3fd.svg"); }
.twa-bride-with-veil-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f470-1f3fe.svg"); }
.twa-bride-with-veil-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f470-1f3ff.svg"); }
.twa-bride-with-veil {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f470.svg"); }
.twa-person-with-blond-hair-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f471-1f3fb.svg"); }
.twa-person-with-blond-hair-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f471-1f3fc.svg"); }
.twa-person-with-blond-hair-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f471-1f3fd.svg"); }
.twa-person-with-blond-hair-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f471-1f3fe.svg"); }
.twa-person-with-blond-hair-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f471-1f3ff.svg"); }
.twa-person-with-blond-hair {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f471.svg"); }
.twa-man-with-gua-pi-mao-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f472-1f3fb.svg"); }
.twa-man-with-gua-pi-mao-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f472-1f3fc.svg"); }
.twa-man-with-gua-pi-mao-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f472-1f3fd.svg"); }
.twa-man-with-gua-pi-mao-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f472-1f3fe.svg"); }
.twa-man-with-gua-pi-mao-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f472-1f3ff.svg"); }
.twa-man-with-chinese-cap {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f472.svg"); }
.twa-man-with-gua-pi-mao {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f472.svg"); }
.twa-man-with-turban-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f473-1f3fb.svg"); }
.twa-man-with-turban-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f473-1f3fc.svg"); }
.twa-man-with-turban-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f473-1f3fd.svg"); }
.twa-man-with-turban-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f473-1f3fe.svg"); }
.twa-man-with-turban-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f473-1f3ff.svg"); }
.twa-man-with-turban {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f473.svg"); }
.twa-older-man-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f474-1f3fb.svg"); }
.twa-older-man-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f474-1f3fc.svg"); }
.twa-older-man-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f474-1f3fd.svg"); }
.twa-older-man-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f474-1f3fe.svg"); }
.twa-older-man-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f474-1f3ff.svg"); }
.twa-old-man {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f474.svg"); }
.twa-older-man {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f474.svg"); }
.twa-older-woman-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f475-1f3fb.svg"); }
.twa-older-woman-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f475-1f3fc.svg"); }
.twa-older-woman-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f475-1f3fd.svg"); }
.twa-older-woman-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f475-1f3fe.svg"); }
.twa-older-woman-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f475-1f3ff.svg"); }
.twa-old-woman {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f475.svg"); }
.twa-older-woman {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f475.svg"); }
.twa-baby-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f476-1f3fb.svg"); }
.twa-baby-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f476-1f3fc.svg"); }
.twa-baby-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f476-1f3fd.svg"); }
.twa-baby-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f476-1f3fe.svg"); }
.twa-baby-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f476-1f3ff.svg"); }
.twa-baby {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f476.svg"); }
.twa-construction-worker-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f477-1f3fb.svg"); }
.twa-construction-worker-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f477-1f3fc.svg"); }
.twa-construction-worker-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f477-1f3fd.svg"); }
.twa-construction-worker-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f477-1f3fe.svg"); }
.twa-construction-worker-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f477-1f3ff.svg"); }
.twa-construction-worker {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f477.svg"); }
.twa-princess-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f478-1f3fb.svg"); }
.twa-princess-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f478-1f3fc.svg"); }
.twa-princess-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f478-1f3fd.svg"); }
.twa-princess-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f478-1f3fe.svg"); }
.twa-princess-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f478-1f3ff.svg"); }
.twa-princess {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f478.svg"); }
.twa-ogre {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f479.svg"); }
.twa-japanese-ogre {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f479.svg"); }
.twa-goblin {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47a.svg"); }
.twa-japanese-goblin {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47a.svg"); }
.twa-ghost {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47b.svg"); }
.twa-baby-angel-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47c-1f3fb.svg"); }
.twa-baby-angel-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47c-1f3fc.svg"); }
.twa-baby-angel-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47c-1f3fd.svg"); }
.twa-baby-angel-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47c-1f3fe.svg"); }
.twa-baby-angel-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47c-1f3ff.svg"); }
.twa-baby-angel {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47c.svg"); }
.twa-angel {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47c.svg"); }
.twa-alien {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47d.svg"); }
.twa-alien-monster {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47e.svg"); }
.twa-space-invader {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47e.svg"); }
.twa-imp {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f47f.svg"); }
.twa-skull {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f480.svg"); }
.twa-information-desk-person-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f481-1f3fb.svg"); }
.twa-information-desk-person-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f481-1f3fc.svg"); }
.twa-information-desk-person-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f481-1f3fd.svg"); }
.twa-information-desk-person-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f481-1f3fe.svg"); }
.twa-information-desk-person-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f481-1f3ff.svg"); }
.twa-information-desk-person {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f481.svg"); }
.twa-guardsman-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f482-1f3fb.svg"); }
.twa-guardsman-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f482-1f3fc.svg"); }
.twa-guardsman-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f482-1f3fd.svg"); }
.twa-guardsman-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f482-1f3fe.svg"); }
.twa-guardsman-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f482-1f3ff.svg"); }
.twa-guardsman {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f482.svg"); }
.twa-dancer-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f483-1f3fb.svg"); }
.twa-dancer-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f483-1f3fc.svg"); }
.twa-dancer-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f483-1f3fd.svg"); }
.twa-dancer-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f483-1f3fe.svg"); }
.twa-dancer-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f483-1f3ff.svg"); }
.twa-dancer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f483.svg"); }
.twa-lipstick {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f484.svg"); }
.twa-nail-polish-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f485-1f3fb.svg"); }
.twa-nail-polish-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f485-1f3fc.svg"); }
.twa-nail-polish-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f485-1f3fd.svg"); }
.twa-nail-polish-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f485-1f3fe.svg"); }
.twa-nail-polish-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f485-1f3ff.svg"); }
.twa-nail-polish {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f485.svg"); }
.twa-nail-care {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f485.svg"); }
.twa-face-massage-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f486-1f3fb.svg"); }
.twa-face-massage-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f486-1f3fc.svg"); }
.twa-face-massage-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f486-1f3fd.svg"); }
.twa-face-massage-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f486-1f3fe.svg"); }
.twa-face-massage-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f486-1f3ff.svg"); }
.twa-face-massage {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f486.svg"); }
.twa-massage {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f486.svg"); }
.twa-haircut-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f487-1f3fb.svg"); }
.twa-haircut-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f487-1f3fc.svg"); }
.twa-haircut-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f487-1f3fd.svg"); }
.twa-haircut-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f487-1f3fe.svg"); }
.twa-haircut-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f487-1f3ff.svg"); }
.twa-haircut {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f487.svg"); }
.twa-barber-pole {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f488.svg"); }
.twa-barber {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f488.svg"); }
.twa-syringe {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f489.svg"); }
.twa-pill {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f48a.svg"); }
.twa-kiss-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f48b.svg"); }
.twa-love-letter {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f48c.svg"); }
.twa-ring {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f48d.svg"); }
.twa-gem-stone {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f48e.svg"); }
.twa-gem {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f48e.svg"); }
.twa-kiss {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f48f.svg"); }
.twa-couplekiss {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f48f.svg"); }
.twa-bouquet {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f490.svg"); }
.twa-couple-with-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f491.svg"); }
.twa-wedding {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f492.svg"); }
.twa-beating-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f493.svg"); }
.twa-heartbeat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f493.svg"); }
.twa-broken-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f494.svg"); }
.twa-two-hearts {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f495.svg"); }
.twa-sparkling-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f496.svg"); }
.twa-growing-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f497.svg"); }
.twa-heartpulse {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f497.svg"); }
.twa-heart-with-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f498.svg"); }
.twa-cupid {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f498.svg"); }
.twa-blue-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f499.svg"); }
.twa-green-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f49a.svg"); }
.twa-yellow-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f49b.svg"); }
.twa-purple-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f49c.svg"); }
.twa-heart-with-ribbon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f49d.svg"); }
.twa-gift-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f49d.svg"); }
.twa-revolving-hearts {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f49e.svg"); }
.twa-heart-decoration {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f49f.svg"); }
.twa-diamond-with-a-dot {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a0.svg"); }
.twa-diamond-shape-with-a-dot-inside {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a0.svg"); }
.twa-light-bulb {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a1.svg"); }
.twa-bulb {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a1.svg"); }
.twa-anger-symbol {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a2.svg"); }
.twa-anger {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a2.svg"); }
.twa-bomb {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a3.svg"); }
.twa-zzz {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a4.svg"); }
.twa-collision {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a5.svg"); }
.twa-boom {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a5.svg"); }
.twa-sweat-droplets {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a6.svg"); }
.twa-sweat-drops {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a6.svg"); }
.twa-droplet {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a7.svg"); }
.twa-dashing {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a8.svg"); }
.twa-dash {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a8.svg"); }
.twa-pile-of-poo {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a9.svg"); }
.twa-poop {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4a9.svg"); }
.twa-flexed-biceps-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4aa-1f3fb.svg"); }
.twa-flexed-biceps-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4aa-1f3fc.svg"); }
.twa-flexed-biceps-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4aa-1f3fd.svg"); }
.twa-flexed-biceps-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4aa-1f3fe.svg"); }
.twa-flexed-biceps-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4aa-1f3ff.svg"); }
.twa-flexed-biceps {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4aa.svg"); }
.twa-muscle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4aa.svg"); }
.twa-dizzy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ab.svg"); }
.twa-speech-balloon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ac.svg"); }
.twa-thought-balloon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ad.svg"); }
.twa-white-flower {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ae.svg"); }
.twa-hundred-points {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4af.svg"); }
.twa-100 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4af.svg"); }
.twa-money-bag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b0.svg"); }
.twa-moneybag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b0.svg"); }
.twa-currency-exchange {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b1.svg"); }
.twa-heavy-dollar-sign {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b2.svg"); }
.twa-credit-card {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b3.svg"); }
.twa-yen-banknote {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b4.svg"); }
.twa-yen {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b4.svg"); }
.twa-dollar-banknote {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b5.svg"); }
.twa-dollar {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b5.svg"); }
.twa-euro-banknote {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b6.svg"); }
.twa-euro {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b6.svg"); }
.twa-pound-banknote {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b7.svg"); }
.twa-pound {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b7.svg"); }
.twa-money-with-wings {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b8.svg"); }
.twa-chart-increasing-with-yen {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b9.svg"); }
.twa-chart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4b9.svg"); }
.twa-seat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ba.svg"); }
.twa-laptop-computer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4bb.svg"); }
.twa-computer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4bb.svg"); }
.twa-briefcase {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4bc.svg"); }
.twa-minidisc {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4bd.svg"); }
.twa-floppy-disk {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4be.svg"); }
.twa-optical-disc {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4bf.svg"); }
.twa-cd {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4bf.svg"); }
.twa-dvd {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c0.svg"); }
.twa-file-folder {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c1.svg"); }
.twa-open-file-folder {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c2.svg"); }
.twa-page-with-curl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c3.svg"); }
.twa-page-facing-up {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c4.svg"); }
.twa-calendar {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c5.svg"); }
.twa-date {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c5.svg"); }
.twa-tear-off-calendar {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c6.svg"); }
.twa-card-index {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c7.svg"); }
.twa-chart-increasing {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c8.svg"); }
.twa-chart-with-upwards-trend {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c8.svg"); }
.twa-chart-decreasing {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c9.svg"); }
.twa-chart-with-downwards-trend {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4c9.svg"); }
.twa-bar-chart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ca.svg"); }
.twa-clipboard {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4cb.svg"); }
.twa-pushpin {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4cc.svg"); }
.twa-round-pushpin {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4cd.svg"); }
.twa-paperclip {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ce.svg"); }
.twa-straight-ruler {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4cf.svg"); }
.twa-triangular-ruler {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4d0.svg"); }
.twa-bookmark-tabs {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4d1.svg"); }
.twa-ledger {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4d2.svg"); }
.twa-notebook {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4d3.svg"); }
.twa-notebook-with-decorative-cover {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4d4.svg"); }
.twa-closed-book {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4d5.svg"); }
.twa-open-book {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4d6.svg"); }
.twa-green-book {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4d7.svg"); }
.twa-blue-book {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4d8.svg"); }
.twa-orange-book {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4d9.svg"); }
.twa-books {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4da.svg"); }
.twa-name-badge {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4db.svg"); }
.twa-scroll {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4dc.svg"); }
.twa-memo {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4dd.svg"); }
.twa-telephone-receiver {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4de.svg"); }
.twa-pager {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4df.svg"); }
.twa-fax-machine {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e0.svg"); }
.twa-fax {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e0.svg"); }
.twa-satellite-antenna {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e1.svg"); }
.twa-loudspeaker {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e2.svg"); }
.twa-megaphone {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e3.svg"); }
.twa-mega {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e3.svg"); }
.twa-outbox-tray {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e4.svg"); }
.twa-inbox-tray {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e5.svg"); }
.twa-package {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e6.svg"); }
.twa-e-mail {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e7.svg"); }
.twa-incoming-envelope {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e8.svg"); }
.twa-envelope-with-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4e9.svg"); }
.twa-closed-mailbox-with-lowered-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ea.svg"); }
.twa-mailbox-closed {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ea.svg"); }
.twa-closed-mailbox-with-raised-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4eb.svg"); }
.twa-mailbox {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4eb.svg"); }
.twa-open-mailbox-with-raised-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ec.svg"); }
.twa-mailbox-with-mail {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ec.svg"); }
.twa-open-mailbox-with-lowered-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ed.svg"); }
.twa-mailbox-with-no-mail {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ed.svg"); }
.twa-postbox {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ee.svg"); }
.twa-postal-horn {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ef.svg"); }
.twa-newspaper {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f0.svg"); }
.twa-mobile-phone {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f1.svg"); }
.twa-iphone {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f1.svg"); }
.twa-mobile-phone-with-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f2.svg"); }
.twa-calling {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f2.svg"); }
.twa-vibration-mode {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f3.svg"); }
.twa-mobile-phone-off {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f4.svg"); }
.twa-no-mobile-phones {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f5.svg"); }
.twa-antenna-bars {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f6.svg"); }
.twa-signal-strength {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f6.svg"); }
.twa-camera {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f7.svg"); }
.twa-camera-with-flash {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f8.svg"); }
.twa-video-camera {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4f9.svg"); }
.twa-television {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4fa.svg"); }
.twa-tv {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4fa.svg"); }
.twa-radio {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4fb.svg"); }
.twa-videocassette {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4fc.svg"); }
.twa-vhs {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4fc.svg"); }
.twa-film-projector {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4fd.svg"); }
.twa-prayer-beads {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f4ff.svg"); }
.twa-shuffle-tracks-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f500.svg"); }
.twa-twisted-rightwards-arrows {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f500.svg"); }
.twa-repeat-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f501.svg"); }
.twa-repeat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f501.svg"); }
.twa-repeat-single-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f502.svg"); }
.twa-repeat-one {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f502.svg"); }
.twa-clockwise-vertical-arrows {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f503.svg"); }
.twa-arrows-clockwise {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f503.svg"); }
.twa-anticlockwise-arrows-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f504.svg"); }
.twa-arrows-counterclockwise {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f504.svg"); }
.twa-dim-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f505.svg"); }
.twa-low-brightness {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f505.svg"); }
.twa-bright-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f506.svg"); }
.twa-high-brightness {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f506.svg"); }
.twa-speaker-off {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f507.svg"); }
.twa-mute {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f507.svg"); }
.twa-speaker {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f508.svg"); }
.twa-speaker-on {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f509.svg"); }
.twa-sound {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f509.svg"); }
.twa-speaker-loud {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f50a.svg"); }
.twa-battery {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f50b.svg"); }
.twa-electric-plug {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f50c.svg"); }
.twa-left-pointing-magnifying-glass {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f50d.svg"); }
.twa-mag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f50d.svg"); }
.twa-right-pointing-magnifying-glass {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f50e.svg"); }
.twa-mag-right {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f50e.svg"); }
.twa-lock-with-pen {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f50f.svg"); }
.twa-lock-with-ink-pen {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f50f.svg"); }
.twa-closed-lock-with-key {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f510.svg"); }
.twa-key {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f511.svg"); }
.twa-lock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f512.svg"); }
.twa-open-lock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f513.svg"); }
.twa-unlock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f513.svg"); }
.twa-bell {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f514.svg"); }
.twa-bell-with-slash {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f515.svg"); }
.twa-no-bell {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f515.svg"); }
.twa-bookmark {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f516.svg"); }
.twa-link {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f517.svg"); }
.twa-radio-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f518.svg"); }
.twa-back-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f519.svg"); }
.twa-end-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f51a.svg"); }
.twa-end {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f51a.svg"); }
.twa-onexc-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f51b.svg"); }
.twa-on {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f51b.svg"); }
.twa-soon-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f51c.svg"); }
.twa-soon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f51c.svg"); }
.twa-top-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f51d.svg"); }
.twa-top {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f51d.svg"); }
.twa-no-one-under-eighteen {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f51e.svg"); }
.twa-underage {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f51e.svg"); }
.twa-keycap-ten {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f51f.svg"); }
.twa-input-latin-uppercase {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f520.svg"); }
.twa-capital-abcd {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f520.svg"); }
.twa-input-latin-lowercase {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f521.svg"); }
.twa-abcd {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f521.svg"); }
.twa-input-numbers {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f522.svg"); }
.twa-1234 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f522.svg"); }
.twa-input-symbols {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f523.svg"); }
.twa-symbols {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f523.svg"); }
.twa-input-latin-letters {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f524.svg"); }
.twa-abc {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f524.svg"); }
.twa-fire {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f525.svg"); }
.twa-flashlight {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f526.svg"); }
.twa-wrench {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f527.svg"); }
.twa-hammer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f528.svg"); }
.twa-nut-and-bolt {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f529.svg"); }
.twa-kitchen-knife {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f52a.svg"); }
.twa-hocho {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f52a.svg"); }
.twa-pistol {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f52b.svg"); }
.twa-gun {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f52b.svg"); }
.twa-microscope {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f52c.svg"); }
.twa-telescope {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f52d.svg"); }
.twa-crystal-ball {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f52e.svg"); }
.twa-dotted-six-pointed-star {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f52f.svg"); }
.twa-six-pointed-star {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f52f.svg"); }
.twa-japanese-symbol-for-beginner {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f530.svg"); }
.twa-beginner {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f530.svg"); }
.twa-trident-emblem {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f531.svg"); }
.twa-trident {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f531.svg"); }
.twa-black-square-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f532.svg"); }
.twa-white-square-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f533.svg"); }
.twa-red-circle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f534.svg"); }
.twa-blue-circle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f535.svg"); }
.twa-large-blue-circle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f535.svg"); }
.twa-large-orange-diamond {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f536.svg"); }
.twa-large-blue-diamond {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f537.svg"); }
.twa-small-orange-diamond {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f538.svg"); }
.twa-small-blue-diamond {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f539.svg"); }
.twa-red-triangle-pointed-up {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f53a.svg"); }
.twa-small-red-triangle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f53a.svg"); }
.twa-red-triangle-pointed-down {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f53b.svg"); }
.twa-small-red-triangle-down {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f53b.svg"); }
.twa-up-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f53c.svg"); }
.twa-arrow-up-small {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f53c.svg"); }
.twa-down-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f53d.svg"); }
.twa-arrow-down-small {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f53d.svg"); }
.twa-om {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f549.svg"); }
.twa-dove {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f54a.svg"); }
.twa-kaaba {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f54b.svg"); }
.twa-mosque {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f54c.svg"); }
.twa-synagogue {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f54d.svg"); }
.twa-menorah {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f54e.svg"); }
.twa-one-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f550.svg"); }
.twa-clock1 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f550.svg"); }
.twa-two-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f551.svg"); }
.twa-clock2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f551.svg"); }
.twa-three-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f552.svg"); }
.twa-clock3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f552.svg"); }
.twa-four-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f553.svg"); }
.twa-clock4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f553.svg"); }
.twa-five-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f554.svg"); }
.twa-clock5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f554.svg"); }
.twa-six-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f555.svg"); }
.twa-clock6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f555.svg"); }
.twa-seven-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f556.svg"); }
.twa-clock7 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f556.svg"); }
.twa-eight-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f557.svg"); }
.twa-clock8 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f557.svg"); }
.twa-nine-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f558.svg"); }
.twa-clock9 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f558.svg"); }
.twa-ten-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f559.svg"); }
.twa-clock10 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f559.svg"); }
.twa-eleven-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55a.svg"); }
.twa-clock11 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55a.svg"); }
.twa-twelve-oclock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55b.svg"); }
.twa-clock12 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55b.svg"); }
.twa-one-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55c.svg"); }
.twa-clock130 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55c.svg"); }
.twa-two-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55d.svg"); }
.twa-clock230 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55d.svg"); }
.twa-three-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55e.svg"); }
.twa-clock330 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55e.svg"); }
.twa-four-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55f.svg"); }
.twa-clock430 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f55f.svg"); }
.twa-five-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f560.svg"); }
.twa-clock530 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f560.svg"); }
.twa-six-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f561.svg"); }
.twa-clock630 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f561.svg"); }
.twa-seven-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f562.svg"); }
.twa-clock730 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f562.svg"); }
.twa-eight-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f563.svg"); }
.twa-clock830 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f563.svg"); }
.twa-nine-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f564.svg"); }
.twa-clock930 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f564.svg"); }
.twa-ten-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f565.svg"); }
.twa-clock1030 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f565.svg"); }
.twa-eleven-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f566.svg"); }
.twa-clock1130 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f566.svg"); }
.twa-twelve-thirty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f567.svg"); }
.twa-clock1230 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f567.svg"); }
.twa-candle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f56f.svg"); }
.twa-mantelpiece-clock {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f570.svg"); }
.twa-hole {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f573.svg"); }
.twa-man-in-business-suit-levitating {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f574.svg"); }
.twa-sleuth-or-spy-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f575-1f3fb.svg"); }
.twa-sleuth-or-spy-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f575-1f3fc.svg"); }
.twa-sleuth-or-spy-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f575-1f3fd.svg"); }
.twa-sleuth-or-spy-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f575-1f3fe.svg"); }
.twa-sleuth-or-spy-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f575-1f3ff.svg"); }
.twa-detective {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f575.svg"); }
.twa-sunglasses {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f576.svg"); }
.twa-spider {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f577.svg"); }
.twa-spider-web {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f578.svg"); }
.twa-joystick {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f579.svg"); }
.twa-man-dancing-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f57a-1f3fb.svg"); }
.twa-man-dancing-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f57a-1f3fc.svg"); }
.twa-man-dancing-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f57a-1f3fd.svg"); }
.twa-man-dancing-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f57a-1f3fe.svg"); }
.twa-man-dancing-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f57a-1f3ff.svg"); }
.twa-man-dancing {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f57a.svg"); }
.twa-linked-paperclips {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f587.svg"); }
.twa-pen {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f58a.svg"); }
.twa-fountain-pen {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f58b.svg"); }
.twa-paintbrush {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f58c.svg"); }
.twa-crayon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f58d.svg"); }
.twa-raised-hand-with-fingers-splayed-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f590-1f3fb.svg"); }
.twa-raised-hand-with-fingers-splayed-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f590-1f3fc.svg"); }
.twa-raised-hand-with-fingers-splayed-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f590-1f3fd.svg"); }
.twa-raised-hand-with-fingers-splayed-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f590-1f3fe.svg"); }
.twa-raised-hand-with-fingers-splayed-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f590-1f3ff.svg"); }
.twa-raised-hand-with-fingers-splayed {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f590.svg"); }
.twa-reversed-hand-with-middle-finger-extended-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f595-1f3fb.svg"); }
.twa-reversed-hand-with-middle-finger-extended-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f595-1f3fc.svg"); }
.twa-reversed-hand-with-middle-finger-extended-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f595-1f3fd.svg"); }
.twa-reversed-hand-with-middle-finger-extended-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f595-1f3fe.svg"); }
.twa-reversed-hand-with-middle-finger-extended-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f595-1f3ff.svg"); }
.twa-middle-finger {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f595.svg"); }
.twa-raised-hand-with-part-between-middle-and-ring-fingers-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f596-1f3fb.svg"); }
.twa-raised-hand-with-part-between-middle-and-ring-fingers-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f596-1f3fc.svg"); }
.twa-raised-hand-with-part-between-middle-and-ring-fingers-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f596-1f3fd.svg"); }
.twa-raised-hand-with-part-between-middle-and-ring-fingers-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f596-1f3fe.svg"); }
.twa-raised-hand-with-part-between-middle-and-ring-fingers-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f596-1f3ff.svg"); }
.twa-vulcan-salute {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f596.svg"); }
.twa-black-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5a4.svg"); }
.twa-desktop-computer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5a5.svg"); }
.twa-printer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5a8.svg"); }
.twa-computer-mouse {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5b1.svg"); }
.twa-trackball {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5b2.svg"); }
.twa-frame-with-picture {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5bc.svg"); }
.twa-card-index-dividers {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5c2.svg"); }
.twa-card-file-box {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5c3.svg"); }
.twa-file-cabinet {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5c4.svg"); }
.twa-wastebasket {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5d1.svg"); }
.twa-spiral-notepad {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5d2.svg"); }
.twa-spiral-calendar {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5d3.svg"); }
.twa-compression {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5dc.svg"); }
.twa-old-key {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5dd.svg"); }
.twa-rolled-up-newspaper {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5de.svg"); }
.twa-dagger {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5e1.svg"); }
.twa-speaking-head {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5e3.svg"); }
.twa-left-speech-bubble {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5e8.svg"); }
.twa-right-anger-bubble {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5ef.svg"); }
.twa-ballot-box-with-ballot {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5f3.svg"); }
.twa-world-map {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5fa.svg"); }
.twa-mount-fuji {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5fb.svg"); }
.twa-tokyo-tower {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5fc.svg"); }
.twa-statue-of-liberty {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5fd.svg"); }
.twa-map-of-japan {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5fe.svg"); }
.twa-japan {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5fe.svg"); }
.twa-moai {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5ff.svg"); }
.twa-moyai {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f5ff.svg"); }
.twa-grinning-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f600.svg"); }
.twa-grinning {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f600.svg"); }
.twa-grinning-face-with-smiling-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f601.svg"); }
.twa-grin {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f601.svg"); }
.twa-face-with-tears-of-joy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f602.svg"); }
.twa-joy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f602.svg"); }
.twa-smiling-face-with-open-mouth {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f603.svg"); }
.twa-smiley {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f603.svg"); }
.twa-smiling-face-with-open-mouth-and-smiling-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f604.svg"); }
.twa-smile {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f604.svg"); }
.twa-smiling-face-with-open-mouth-and-cold-sweat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f605.svg"); }
.twa-sweat-smile {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f605.svg"); }
.twa-smiling-face-with-open-mouth-and-tightly-closed-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f606.svg"); }
.twa-laughing {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f606.svg"); }
.twa-smiling-face-with-halo {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f607.svg"); }
.twa-innocent {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f607.svg"); }
.twa-smiling-face-with-horns {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f608.svg"); }
.twa-smiling-imp {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f608.svg"); }
.twa-winking-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f609.svg"); }
.twa-wink {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f609.svg"); }
.twa-smiling-face-with-smiling-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f60a.svg"); }
.twa-blush {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f60a.svg"); }
.twa-face-savouring-delicious-food {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f60b.svg"); }
.twa-yum {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f60b.svg"); }
.twa-relieved-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f60c.svg"); }
.twa-satisfied {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f60c.svg"); }
.twa-smiling-face-with-heart-shaped-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f60d.svg"); }
.twa-heart-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f60d.svg"); }
.twa-smiling-face-with-sunglasses {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f60e.svg"); }
.twa-smirking-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f60f.svg"); }
.twa-smirk {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f60f.svg"); }
.twa-neutral-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f610.svg"); }
.twa-expressionless-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f611.svg"); }
.twa-expressionless {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f611.svg"); }
.twa-unamused-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f612.svg"); }
.twa-unamused {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f612.svg"); }
.twa-face-with-cold-sweat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f613.svg"); }
.twa-sweat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f613.svg"); }
.twa-pensive-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f614.svg"); }
.twa-pensive {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f614.svg"); }
.twa-confused-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f615.svg"); }
.twa-confused {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f615.svg"); }
.twa-confounded-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f616.svg"); }
.twa-confounded {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f616.svg"); }
.twa-kissing-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f617.svg"); }
.twa-kissing {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f617.svg"); }
.twa-face-throwing-a-kiss {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f618.svg"); }
.twa-kissing-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f618.svg"); }
.twa-kissing-face-with-smiling-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f619.svg"); }
.twa-kissing-smiling-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f619.svg"); }
.twa-kissing-face-with-closed-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61a.svg"); }
.twa-kissing-closed-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61a.svg"); }
.twa-face-with-stuck-out-tongue {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61b.svg"); }
.twa-stuck-out-tongue {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61b.svg"); }
.twa-face-with-stuck-out-tongue-and-winking-eye {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61c.svg"); }
.twa-stuck-out-tongue-winking-eye {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61c.svg"); }
.twa-face-with-stuck-out-tongue-and-tightly-closed-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61d.svg"); }
.twa-stuck-out-tongue-closed-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61d.svg"); }
.twa-disappointed-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61e.svg"); }
.twa-disappointed {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61e.svg"); }
.twa-worried-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61f.svg"); }
.twa-worried {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f61f.svg"); }
.twa-angry-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f620.svg"); }
.twa-angry {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f620.svg"); }
.twa-pouting-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f621.svg"); }
.twa-rage {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f621.svg"); }
.twa-crying-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f622.svg"); }
.twa-cry {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f622.svg"); }
.twa-persevering-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f623.svg"); }
.twa-persevere {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f623.svg"); }
.twa-face-with-steam-from-nose {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f624.svg"); }
.twa-triumph {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f624.svg"); }
.twa-disappointed-but-relieved-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f625.svg"); }
.twa-relieved {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f625.svg"); }
.twa-frowning-face-with-open-mouth {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f626.svg"); }
.twa-frowning {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f626.svg"); }
.twa-anguished-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f627.svg"); }
.twa-anguished {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f627.svg"); }
.twa-fearful-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f628.svg"); }
.twa-fearful {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f628.svg"); }
.twa-weary-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f629.svg"); }
.twa-weary {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f629.svg"); }
.twa-sleepy-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f62a.svg"); }
.twa-sleepy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f62a.svg"); }
.twa-tired-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f62b.svg"); }
.twa-grimacing-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f62c.svg"); }
.twa-grimacing {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f62c.svg"); }
.twa-loudly-crying-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f62d.svg"); }
.twa-sob {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f62d.svg"); }
.twa-face-with-open-mouth {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f62e.svg"); }
.twa-open-mouth {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f62e.svg"); }
.twa-hushed-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f62f.svg"); }
.twa-hushed {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f62f.svg"); }
.twa-face-with-open-mouth-and-cold-sweat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f630.svg"); }
.twa-cold-sweat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f630.svg"); }
.twa-face-screaming-in-fear {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f631.svg"); }
.twa-scream {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f631.svg"); }
.twa-astonished-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f632.svg"); }
.twa-astonished {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f632.svg"); }
.twa-flushed-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f633.svg"); }
.twa-flushed {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f633.svg"); }
.twa-sleeping-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f634.svg"); }
.twa-sleeping {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f634.svg"); }
.twa-dizzy-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f635.svg"); }
.twa-face-without-mouth {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f636.svg"); }
.twa-no-mouth {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f636.svg"); }
.twa-face-with-medical-mask {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f637.svg"); }
.twa-mask {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f637.svg"); }
.twa-grinning-cat-face-with-smiling-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f638.svg"); }
.twa-smile-cat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f638.svg"); }
.twa-cat-face-with-tears-of-joy {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f639.svg"); }
.twa-joy-cat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f639.svg"); }
.twa-smiling-cat-face-with-open-mouth {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f63a.svg"); }
.twa-smiley-cat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f63a.svg"); }
.twa-smiling-cat-face-with-heart-shaped-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f63b.svg"); }
.twa-heart-eyes-cat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f63b.svg"); }
.twa-cat-face-with-wry-smile {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f63c.svg"); }
.twa-smirk-cat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f63c.svg"); }
.twa-kissing-cat-face-with-closed-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f63d.svg"); }
.twa-kissing-cat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f63d.svg"); }
.twa-pouting-cat-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f63e.svg"); }
.twa-pouting-cat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f63e.svg"); }
.twa-crying-cat-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f63f.svg"); }
.twa-weary-cat-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f640.svg"); }
.twa-scream-cat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f640.svg"); }
.twa-slightly-frowning-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f641.svg"); }
.twa-slightly-smiling-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f642.svg"); }
.twa-upside-down-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f643.svg"); }
.twa-face-with-rolling-eyes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f644.svg"); }
.twa-face-with-no-good-gesture-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f645-1f3fb.svg"); }
.twa-face-with-no-good-gesture-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f645-1f3fc.svg"); }
.twa-face-with-no-good-gesture-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f645-1f3fd.svg"); }
.twa-face-with-no-good-gesture-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f645-1f3fe.svg"); }
.twa-face-with-no-good-gesture-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f645-1f3ff.svg"); }
.twa-gesturing-no {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f645.svg"); }
.twa-no-good {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f645.svg"); }
.twa-face-with-ok-gesture-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f646-1f3fb.svg"); }
.twa-face-with-ok-gesture-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f646-1f3fc.svg"); }
.twa-face-with-ok-gesture-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f646-1f3fd.svg"); }
.twa-face-with-ok-gesture-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f646-1f3fe.svg"); }
.twa-face-with-ok-gesture-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f646-1f3ff.svg"); }
.twa-gesturing-ok {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f646.svg"); }
.twa-ok-woman {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f646.svg"); }
.twa-person-bowing-deeply-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f647-1f3fb.svg"); }
.twa-person-bowing-deeply-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f647-1f3fc.svg"); }
.twa-person-bowing-deeply-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f647-1f3fd.svg"); }
.twa-person-bowing-deeply-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f647-1f3fe.svg"); }
.twa-person-bowing-deeply-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f647-1f3ff.svg"); }
.twa-person-bowing {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f647.svg"); }
.twa-bow {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f647.svg"); }
.twa-see-no-evil {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f648.svg"); }
.twa-hear-no-evil {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f649.svg"); }
.twa-speak-no-evil {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64a.svg"); }
.twa-happy-person-raising-one-hand-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64b-1f3fb.svg"); }
.twa-happy-person-raising-one-hand-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64b-1f3fc.svg"); }
.twa-happy-person-raising-one-hand-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64b-1f3fd.svg"); }
.twa-happy-person-raising-one-hand-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64b-1f3fe.svg"); }
.twa-happy-person-raising-one-hand-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64b-1f3ff.svg"); }
.twa-happy-person-raising-hand {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64b.svg"); }
.twa-happy-person-raised-hand {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64b.svg"); }
.twa-person-raising-both-hands-in-celebration-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64c-1f3fb.svg"); }
.twa-person-raising-both-hands-in-celebration-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64c-1f3fc.svg"); }
.twa-person-raising-both-hands-in-celebration-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64c-1f3fd.svg"); }
.twa-person-raising-both-hands-in-celebration-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64c-1f3fe.svg"); }
.twa-person-raising-both-hands-in-celebration-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64c-1f3ff.svg"); }
.twa-person-raising-hands {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64c.svg"); }
.twa-raised-hands {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64c.svg"); }
.twa-person-frowning-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64d-1f3fb.svg"); }
.twa-person-frowning-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64d-1f3fc.svg"); }
.twa-person-frowning-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64d-1f3fd.svg"); }
.twa-person-frowning-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64d-1f3fe.svg"); }
.twa-person-frowning-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64d-1f3ff.svg"); }
.twa-person-frowning {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64d.svg"); }
.twa-person-with-pouting-face-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64e-1f3fb.svg"); }
.twa-person-with-pouting-face-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64e-1f3fc.svg"); }
.twa-person-with-pouting-face-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64e-1f3fd.svg"); }
.twa-person-with-pouting-face-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64e-1f3fe.svg"); }
.twa-person-with-pouting-face-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64e-1f3ff.svg"); }
.twa-person-pouting {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64e.svg"); }
.twa-person-with-pouting-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64e.svg"); }
.twa-person-with-folded-hands-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64f-1f3fb.svg"); }
.twa-person-with-folded-hands-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64f-1f3fc.svg"); }
.twa-person-with-folded-hands-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64f-1f3fd.svg"); }
.twa-person-with-folded-hands-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64f-1f3fe.svg"); }
.twa-person-with-folded-hands-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64f-1f3ff.svg"); }
.twa-folded-hands {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64f.svg"); }
.twa-pray {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f64f.svg"); }
.twa-rocket {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f680.svg"); }
.twa-helicopter {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f681.svg"); }
.twa-locomotive {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f682.svg"); }
.twa-steam-locomotive {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f682.svg"); }
.twa-railway-car {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f683.svg"); }
.twa-high-speed-train {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f684.svg"); }
.twa-bullettrain-side {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f684.svg"); }
.twa-high-speed-train-with-bullet-nose {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f685.svg"); }
.twa-bullettrain-front {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f685.svg"); }
.twa-train {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f686.svg"); }
.twa-train2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f686.svg"); }
.twa-metro {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f687.svg"); }
.twa-light-rail {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f688.svg"); }
.twa-station {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f689.svg"); }
.twa-tram {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f68a.svg"); }
.twa-tram-car {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f68b.svg"); }
.twa-bus {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f68c.svg"); }
.twa-oncoming-bus {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f68d.svg"); }
.twa-trolleybus {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f68e.svg"); }
.twa-bus-stop {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f68f.svg"); }
.twa-busstop {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f68f.svg"); }
.twa-minibus {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f690.svg"); }
.twa-ambulance {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f691.svg"); }
.twa-fire-engine {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f692.svg"); }
.twa-police-car {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f693.svg"); }
.twa-oncoming-police-car {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f694.svg"); }
.twa-taxi {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f695.svg"); }
.twa-oncoming-taxi {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f696.svg"); }
.twa-automobile {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f697.svg"); }
.twa-car {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f697.svg"); }
.twa-oncoming-automobile {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f698.svg"); }
.twa-recreational-vehicle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f699.svg"); }
.twa-blue-car {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f699.svg"); }
.twa-delivery-truck {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f69a.svg"); }
.twa-truck {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f69a.svg"); }
.twa-articulated-lorry {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f69b.svg"); }
.twa-tractor {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f69c.svg"); }
.twa-monorail {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f69d.svg"); }
.twa-mountain-railway {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f69e.svg"); }
.twa-suspension-railway {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f69f.svg"); }
.twa-mountain-cableway {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a0.svg"); }
.twa-aerial-tramway {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a1.svg"); }
.twa-ship {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a2.svg"); }
.twa-rowboat-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a3-1f3fb.svg"); }
.twa-rowboat-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a3-1f3fc.svg"); }
.twa-rowboat-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a3-1f3fd.svg"); }
.twa-rowboat-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a3-1f3fe.svg"); }
.twa-rowboat-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a3-1f3ff.svg"); }
.twa-rowboat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a3.svg"); }
.twa-speedboat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a4.svg"); }
.twa-horizontal-traffic-light {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a5.svg"); }
.twa-traffic-light {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a5.svg"); }
.twa-vertical-traffic-light {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a6.svg"); }
.twa-construction {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a7.svg"); }
.twa-police-cars-light {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a8.svg"); }
.twa-rotating-light {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a8.svg"); }
.twa-triangular-flag {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a9.svg"); }
.twa-triangular-flag-on-post {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6a9.svg"); }
.twa-door {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6aa.svg"); }
.twa-prohibited {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6ab.svg"); }
.twa-no-entry-sign {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6ab.svg"); }
.twa-smoking {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6ac.svg"); }
.twa-no-smoking {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6ad.svg"); }
.twa-litter-in-bin-sign {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6ae.svg"); }
.twa-put-litter-in-its-place {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6ae.svg"); }
.twa-no-littering {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6af.svg"); }
.twa-do-not-litter {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6af.svg"); }
.twa-potable-water {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b0.svg"); }
.twa-non-potable-water {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b1.svg"); }
.twa-bicycle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b2.svg"); }
.twa-bike {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b2.svg"); }
.twa-no-bicycles {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b3.svg"); }
.twa-bicyclist-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b4-1f3fb.svg"); }
.twa-bicyclist-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b4-1f3fc.svg"); }
.twa-bicyclist-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b4-1f3fd.svg"); }
.twa-bicyclist-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b4-1f3fe.svg"); }
.twa-bicyclist-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b4-1f3ff.svg"); }
.twa-bicyclist {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b4.svg"); }
.twa-mountain-bicyclist-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b5-1f3fb.svg"); }
.twa-mountain-bicyclist-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b5-1f3fc.svg"); }
.twa-mountain-bicyclist-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b5-1f3fd.svg"); }
.twa-mountain-bicyclist-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b5-1f3fe.svg"); }
.twa-mountain-bicyclist-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b5-1f3ff.svg"); }
.twa-mountain-biker {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b5.svg"); }
.twa-mountain-bicyclist {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b5.svg"); }
.twa-pedestrian-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b6-1f3fb.svg"); }
.twa-pedestrian-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b6-1f3fc.svg"); }
.twa-pedestrian-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b6-1f3fd.svg"); }
.twa-pedestrian-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b6-1f3fe.svg"); }
.twa-pedestrian-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b6-1f3ff.svg"); }
.twa-pedestrian {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b6.svg"); }
.twa-walking {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b6.svg"); }
.twa-no-pedestrians {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b7.svg"); }
.twa-children-crossing {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b8.svg"); }
.twa-mens-room {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b9.svg"); }
.twa-mens {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6b9.svg"); }
.twa-womens-room {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6ba.svg"); }
.twa-womens {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6ba.svg"); }
.twa-restroom {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6bb.svg"); }
.twa-baby-symbol {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6bc.svg"); }
.twa-toilet {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6bd.svg"); }
.twa-water-closet {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6be.svg"); }
.twa-wc {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6be.svg"); }
.twa-shower {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6bf.svg"); }
.twa-bath-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c0-1f3fb.svg"); }
.twa-bath-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c0-1f3fc.svg"); }
.twa-bath-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c0-1f3fd.svg"); }
.twa-bath-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c0-1f3fe.svg"); }
.twa-bath-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c0-1f3ff.svg"); }
.twa-person-taking-bath {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c0.svg"); }
.twa-bath {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c0.svg"); }
.twa-bathtub {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c1.svg"); }
.twa-passport-control {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c2.svg"); }
.twa-customs {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c3.svg"); }
.twa-baggage-claim {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c4.svg"); }
.twa-left-luggage {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6c5.svg"); }
.twa-couch-and-lamp {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6cb.svg"); }
.twa-person-in-bed {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6cc.svg"); }
.twa-shopping-bags {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6cd.svg"); }
.twa-bellhop-bell {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6ce.svg"); }
.twa-bed {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6cf.svg"); }
.twa-place-of-worship {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6d0.svg"); }
.twa-octagonal-sign {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6d1.svg"); }
.twa-shopping-trolley {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6d2.svg"); }
.twa-hammer-and-wrench {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6e0.svg"); }
.twa-shield {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6e1.svg"); }
.twa-oil-drum {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6e2.svg"); }
.twa-motorway {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6e3.svg"); }
.twa-railway-track {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6e4.svg"); }
.twa-motor-boat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6e5.svg"); }
.twa-small-airplane {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6e9.svg"); }
.twa-airplane-departure {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6eb.svg"); }
.twa-airplane-arrival {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6ec.svg"); }
.twa-satellite {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6f0.svg"); }
.twa-passenger-ship {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6f3.svg"); }
.twa-scooter {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6f4.svg"); }
.twa-motor-scooter {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6f5.svg"); }
.twa-canoe {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f6f6.svg"); }
.twa-zipper-mouth-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f910.svg"); }
.twa-money-mouth-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f911.svg"); }
.twa-face-with-thermometer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f912.svg"); }
.twa-nerd-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f913.svg"); }
.twa-thinking-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f914.svg"); }
.twa-face-with-head-bandage {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f915.svg"); }
.twa-robot-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f916.svg"); }
.twa-hugging-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f917.svg"); }
.twa-sign-of-the-horns-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f918-1f3fb.svg"); }
.twa-sign-of-the-horns-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f918-1f3fc.svg"); }
.twa-sign-of-the-horns-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f918-1f3fd.svg"); }
.twa-sign-of-the-horns-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f918-1f3fe.svg"); }
.twa-sign-of-the-horns-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f918-1f3ff.svg"); }
.twa-sign-of-the-horns {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f918.svg"); }
.twa-call-me-hand-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f919-1f3fb.svg"); }
.twa-call-me-hand-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f919-1f3fc.svg"); }
.twa-call-me-hand-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f919-1f3fd.svg"); }
.twa-call-me-hand-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f919-1f3fe.svg"); }
.twa-call-me-hand-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f919-1f3ff.svg"); }
.twa-call-me-hand {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f919.svg"); }
.twa-raised-back-of-hand-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91a-1f3fb.svg"); }
.twa-raised-back-of-hand-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91a-1f3fc.svg"); }
.twa-raised-back-of-hand-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91a-1f3fd.svg"); }
.twa-raised-back-of-hand-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91a-1f3fe.svg"); }
.twa-raised-back-of-hand-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91a-1f3ff.svg"); }
.twa-raised-back-of-hand {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91a.svg"); }
.twa-left-facing-fist-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91b-1f3fb.svg"); }
.twa-left-facing-fist-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91b-1f3fc.svg"); }
.twa-left-facing-fist-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91b-1f3fd.svg"); }
.twa-left-facing-fist-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91b-1f3fe.svg"); }
.twa-left-facing-fist-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91b-1f3ff.svg"); }
.twa-left-facing-fist {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91b.svg"); }
.twa-right-facing-fist-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91c-1f3fb.svg"); }
.twa-right-facing-fist-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91c-1f3fc.svg"); }
.twa-right-facing-fist-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91c-1f3fd.svg"); }
.twa-right-facing-fist-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91c-1f3fe.svg"); }
.twa-right-facing-fist-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91c-1f3ff.svg"); }
.twa-right-facing-fist {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91c.svg"); }
.twa-handshake-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91d-1f3fb.svg"); }
.twa-handshake-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91d-1f3fc.svg"); }
.twa-handshake-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91d-1f3fd.svg"); }
.twa-handshake-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91d-1f3fe.svg"); }
.twa-handshake-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91d-1f3ff.svg"); }
.twa-handshake {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91d.svg"); }
.twa-hand-with-index-and-middle-fingers-crossed-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91e-1f3fb.svg"); }
.twa-hand-with-index-and-middle-fingers-crossed-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91e-1f3fc.svg"); }
.twa-hand-with-index-and-middle-fingers-crossed-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91e-1f3fd.svg"); }
.twa-hand-with-index-and-middle-fingers-crossed-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91e-1f3fe.svg"); }
.twa-hand-with-index-and-middle-fingers-crossed-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91e-1f3ff.svg"); }
.twa-hand-with-index-and-middle-fingers-crossed {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f91e.svg"); }
.twa-face-with-cowboy-hat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f920.svg"); }
.twa-clown-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f921.svg"); }
.twa-nauseated-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f922.svg"); }
.twa-rolling-on-the-floor-laughing {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f923.svg"); }
.twa-drooling-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f924.svg"); }
.twa-lying-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f925.svg"); }
.twa-face-palm-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f926-1f3fb.svg"); }
.twa-face-palm-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f926-1f3fc.svg"); }
.twa-face-palm-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f926-1f3fd.svg"); }
.twa-face-palm-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f926-1f3fe.svg"); }
.twa-face-palm-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f926-1f3ff.svg"); }
.twa-face-palm {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f926.svg"); }
.twa-sneezing-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f927.svg"); }
.twa-pregnant-woman-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f930-1f3fb.svg"); }
.twa-pregnant-woman-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f930-1f3fc.svg"); }
.twa-pregnant-woman-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f930-1f3fd.svg"); }
.twa-pregnant-woman-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f930-1f3fe.svg"); }
.twa-pregnant-woman-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f930-1f3ff.svg"); }
.twa-pregnant-woman {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f930.svg"); }
.twa-selfie-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f933-1f3fb.svg"); }
.twa-selfie-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f933-1f3fc.svg"); }
.twa-selfie-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f933-1f3fd.svg"); }
.twa-selfie-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f933-1f3fe.svg"); }
.twa-selfie-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f933-1f3ff.svg"); }
.twa-selfie {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f933.svg"); }
.twa-prince-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f934-1f3fb.svg"); }
.twa-prince-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f934-1f3fc.svg"); }
.twa-prince-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f934-1f3fd.svg"); }
.twa-prince-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f934-1f3fe.svg"); }
.twa-prince-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f934-1f3ff.svg"); }
.twa-prince {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f934.svg"); }
.twa-man-in-tuxedo-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f935-1f3fb.svg"); }
.twa-man-in-tuxedo-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f935-1f3fc.svg"); }
.twa-man-in-tuxedo-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f935-1f3fd.svg"); }
.twa-man-in-tuxedo-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f935-1f3fe.svg"); }
.twa-man-in-tuxedo-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f935-1f3ff.svg"); }
.twa-man-in-tuxedo {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f935.svg"); }
.twa-mother-christmas-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f936-1f3fb.svg"); }
.twa-mother-christmas-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f936-1f3fc.svg"); }
.twa-mother-christmas-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f936-1f3fd.svg"); }
.twa-mother-christmas-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f936-1f3fe.svg"); }
.twa-mother-christmas-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f936-1f3ff.svg"); }
.twa-mother-christmas {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f936.svg"); }
.twa-shrug-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f937-1f3fb.svg"); }
.twa-shrug-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f937-1f3fc.svg"); }
.twa-shrug-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f937-1f3fd.svg"); }
.twa-shrug-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f937-1f3fe.svg"); }
.twa-shrug-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f937-1f3ff.svg"); }
.twa-shrug {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f937.svg"); }
.twa-person-doing-cartwheel-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f938-1f3fb.svg"); }
.twa-person-doing-cartwheel-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f938-1f3fc.svg"); }
.twa-person-doing-cartwheel-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f938-1f3fd.svg"); }
.twa-person-doing-cartwheel-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f938-1f3fe.svg"); }
.twa-person-doing-cartwheel-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f938-1f3ff.svg"); }
.twa-person-doing-cartwheel {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f938.svg"); }
.twa-juggling-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f939-1f3fb.svg"); }
.twa-juggling-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f939-1f3fc.svg"); }
.twa-juggling-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f939-1f3fd.svg"); }
.twa-juggling-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f939-1f3fe.svg"); }
.twa-juggling-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f939-1f3ff.svg"); }
.twa-juggling {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f939.svg"); }
.twa-fencer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93a.svg"); }
.twa-wrestlers-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93c-1f3fb.svg"); }
.twa-wrestlers-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93c-1f3fc.svg"); }
.twa-wrestlers-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93c-1f3fd.svg"); }
.twa-wrestlers-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93c-1f3fe.svg"); }
.twa-wrestlers-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93c-1f3ff.svg"); }
.twa-wrestlers {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93c.svg"); }
.twa-water-polo-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93d-1f3fb.svg"); }
.twa-water-polo-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93d-1f3fc.svg"); }
.twa-water-polo-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93d-1f3fd.svg"); }
.twa-water-polo-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93d-1f3fe.svg"); }
.twa-water-polo-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93d-1f3ff.svg"); }
.twa-water-polo {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93d.svg"); }
.twa-handball-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93e-1f3fb.svg"); }
.twa-handball-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93e-1f3fc.svg"); }
.twa-handball-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93e-1f3fd.svg"); }
.twa-handball-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93e-1f3fe.svg"); }
.twa-handball-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93e-1f3ff.svg"); }
.twa-handball {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f93e.svg"); }
.twa-wilted-flower {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f940.svg"); }
.twa-drum-with-drumsticks {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f941.svg"); }
.twa-clinking-glasses {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f942.svg"); }
.twa-tumbler-glass {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f943.svg"); }
.twa-spoon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f944.svg"); }
.twa-goal-net {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f945.svg"); }
.twa-first-place-medal {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f947.svg"); }
.twa-second-place-medal {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f948.svg"); }
.twa-third-place-medal {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f949.svg"); }
.twa-boxing-glove {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f94a.svg"); }
.twa-martial-arts-uniform {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f94b.svg"); }
.twa-croissant {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f950.svg"); }
.twa-avocado {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f951.svg"); }
.twa-cucumber {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f952.svg"); }
.twa-bacon {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f953.svg"); }
.twa-potato {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f954.svg"); }
.twa-carrot {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f955.svg"); }
.twa-baguette-bread {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f956.svg"); }
.twa-green-salad {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f957.svg"); }
.twa-shallow-pan-of-food {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f958.svg"); }
.twa-stuffed-flatbread {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f959.svg"); }
.twa-egg {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f95a.svg"); }
.twa-glass-of-milk {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f95b.svg"); }
.twa-peanuts {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f95c.svg"); }
.twa-kiwifruit {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f95d.svg"); }
.twa-pancakes {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f95e.svg"); }
.twa-crab {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f980.svg"); }
.twa-lion-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f981.svg"); }
.twa-scorpion {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f982.svg"); }
.twa-turkey {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f983.svg"); }
.twa-unicorn-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f984.svg"); }
.twa-eagle {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f985.svg"); }
.twa-duck {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f986.svg"); }
.twa-bat {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f987.svg"); }
.twa-shark {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f988.svg"); }
.twa-owl {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f989.svg"); }
.twa-fox-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f98a.svg"); }
.twa-butterfly {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f98b.svg"); }
.twa-deer {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f98c.svg"); }
.twa-gorilla {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f98d.svg"); }
.twa-lizard {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f98e.svg"); }
.twa-rhinoceros {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f98f.svg"); }
.twa-shrimp {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f990.svg"); }
.twa-squid {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f991.svg"); }
.twa-cheese-wedge {
background-image: url("https://twemoji.maxcdn.com/2/svg/1f9c0.svg"); }
.twa-double-exclamation-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/203c.svg"); }
.twa-bangbang {
background-image: url("https://twemoji.maxcdn.com/2/svg/203c.svg"); }
.twa-exclamation-question-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/2049.svg"); }
.twa-interrobang {
background-image: url("https://twemoji.maxcdn.com/2/svg/2049.svg"); }
.twa-trade-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/2122.svg"); }
.twa-tm {
background-image: url("https://twemoji.maxcdn.com/2/svg/2122.svg"); }
.twa-information-source {
background-image: url("https://twemoji.maxcdn.com/2/svg/2139.svg"); }
.twa-left-right-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/2194.svg"); }
.twa-up-down-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/2195.svg"); }
.twa-arrow-up-down {
background-image: url("https://twemoji.maxcdn.com/2/svg/2195.svg"); }
.twa-up-left-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/2196.svg"); }
.twa-arrow-upper-left {
background-image: url("https://twemoji.maxcdn.com/2/svg/2196.svg"); }
.twa-up-right-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/2197.svg"); }
.twa-arrow-upper-right {
background-image: url("https://twemoji.maxcdn.com/2/svg/2197.svg"); }
.twa-down-right-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/2198.svg"); }
.twa-arrow-lower-right {
background-image: url("https://twemoji.maxcdn.com/2/svg/2198.svg"); }
.twa-down-left-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/2199.svg"); }
.twa-arrow-lower-left {
background-image: url("https://twemoji.maxcdn.com/2/svg/2199.svg"); }
.twa-right-arrow-curving-left {
background-image: url("https://twemoji.maxcdn.com/2/svg/21a9.svg"); }
.twa-leftwards-arrow-with-hook {
background-image: url("https://twemoji.maxcdn.com/2/svg/21a9.svg"); }
.twa-left-arrow-curving-right {
background-image: url("https://twemoji.maxcdn.com/2/svg/21aa.svg"); }
.twa-arrow-right-hook {
background-image: url("https://twemoji.maxcdn.com/2/svg/21aa.svg"); }
.twa-hash {
background-image: url("https://twemoji.maxcdn.com/2/svg/23-20e3.svg"); }
.twa-watch {
background-image: url("https://twemoji.maxcdn.com/2/svg/231a.svg"); }
.twa-hourglass {
background-image: url("https://twemoji.maxcdn.com/2/svg/231b.svg"); }
.twa-keyboard {
background-image: url("https://twemoji.maxcdn.com/2/svg/2328.svg"); }
.twa-eject-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/23cf.svg"); }
.twa-fast-forword-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/23e9.svg"); }
.twa-fast-forward {
background-image: url("https://twemoji.maxcdn.com/2/svg/23e9.svg"); }
.twa-fast-reverse-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/23ea.svg"); }
.twa-rewind {
background-image: url("https://twemoji.maxcdn.com/2/svg/23ea.svg"); }
.twa-fast-up-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/23eb.svg"); }
.twa-arrow-double-up {
background-image: url("https://twemoji.maxcdn.com/2/svg/23eb.svg"); }
.twa-fast-down-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/23ec.svg"); }
.twa-arrow-double-down {
background-image: url("https://twemoji.maxcdn.com/2/svg/23ec.svg"); }
.twa-next-track-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/23ed.svg"); }
.twa-last-track-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/23ee.svg"); }
.twa-play-or-pause-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/23ef.svg"); }
.twa-alarm-clock {
background-image: url("https://twemoji.maxcdn.com/2/svg/23f0.svg"); }
.twa-stopwatch {
background-image: url("https://twemoji.maxcdn.com/2/svg/23f1.svg"); }
.twa-timer-clock {
background-image: url("https://twemoji.maxcdn.com/2/svg/23f2.svg"); }
.twa-hourglass-with-flowing-sand {
background-image: url("https://twemoji.maxcdn.com/2/svg/23f3.svg"); }
.twa-hourglass-flowing-sand {
background-image: url("https://twemoji.maxcdn.com/2/svg/23f3.svg"); }
.twa-pause-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/23f8.svg"); }
.twa-stop-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/23f9.svg"); }
.twa-record-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/23fa.svg"); }
.twa-circled-letter-m {
background-image: url("https://twemoji.maxcdn.com/2/svg/24c2.svg"); }
.twa-m {
background-image: url("https://twemoji.maxcdn.com/2/svg/24c2.svg"); }
.twa-black-small-square {
background-image: url("https://twemoji.maxcdn.com/2/svg/25aa.svg"); }
.twa-white-small-square {
background-image: url("https://twemoji.maxcdn.com/2/svg/25ab.svg"); }
.twa-play-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/25b6.svg"); }
.twa-arrow-forward {
background-image: url("https://twemoji.maxcdn.com/2/svg/25b6.svg"); }
.twa-reverse-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/25c0.svg"); }
.twa-arrow-backward {
background-image: url("https://twemoji.maxcdn.com/2/svg/25c0.svg"); }
.twa-white-medium-square {
background-image: url("https://twemoji.maxcdn.com/2/svg/25fb.svg"); }
.twa-black-medium-square {
background-image: url("https://twemoji.maxcdn.com/2/svg/25fc.svg"); }
.twa-white-medium-small-square {
background-image: url("https://twemoji.maxcdn.com/2/svg/25fd.svg"); }
.twa-black-medium-small-square {
background-image: url("https://twemoji.maxcdn.com/2/svg/25fe.svg"); }
.twa-sun {
background-image: url("https://twemoji.maxcdn.com/2/svg/2600.svg"); }
.twa-sunny {
background-image: url("https://twemoji.maxcdn.com/2/svg/2600.svg"); }
.twa-cloud {
background-image: url("https://twemoji.maxcdn.com/2/svg/2601.svg"); }
.twa-umbrella {
background-image: url("https://twemoji.maxcdn.com/2/svg/2602.svg"); }
.twa-snowman {
background-image: url("https://twemoji.maxcdn.com/2/svg/2603.svg"); }
.twa-comet {
background-image: url("https://twemoji.maxcdn.com/2/svg/2604.svg"); }
.twa-telephone {
background-image: url("https://twemoji.maxcdn.com/2/svg/260e.svg"); }
.twa-phone {
background-image: url("https://twemoji.maxcdn.com/2/svg/260e.svg"); }
.twa-ballot-box-with-check {
background-image: url("https://twemoji.maxcdn.com/2/svg/2611.svg"); }
.twa-umbrella-with-rain-drops {
background-image: url("https://twemoji.maxcdn.com/2/svg/2614.svg"); }
.twa-hot-beverage {
background-image: url("https://twemoji.maxcdn.com/2/svg/2615.svg"); }
.twa-coffee {
background-image: url("https://twemoji.maxcdn.com/2/svg/2615.svg"); }
.twa-shamrock {
background-image: url("https://twemoji.maxcdn.com/2/svg/2618.svg"); }
.twa-white-up-pointing-index-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/261d-1f3fb.svg"); }
.twa-white-up-pointing-index-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/261d-1f3fc.svg"); }
.twa-white-up-pointing-index-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/261d-1f3fd.svg"); }
.twa-white-up-pointing-index-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/261d-1f3fe.svg"); }
.twa-white-up-pointing-index-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/261d-1f3ff.svg"); }
.twa-index-pointing-up {
background-image: url("https://twemoji.maxcdn.com/2/svg/261d.svg"); }
.twa-point-up {
background-image: url("https://twemoji.maxcdn.com/2/svg/261d.svg"); }
.twa-skull-and-crossbones {
background-image: url("https://twemoji.maxcdn.com/2/svg/2620.svg"); }
.twa-radioactive {
background-image: url("https://twemoji.maxcdn.com/2/svg/2622.svg"); }
.twa-biohazard {
background-image: url("https://twemoji.maxcdn.com/2/svg/2623.svg"); }
.twa-orthodox-cross {
background-image: url("https://twemoji.maxcdn.com/2/svg/2626.svg"); }
.twa-star-and-crescent {
background-image: url("https://twemoji.maxcdn.com/2/svg/262a.svg"); }
.twa-peace-symbol {
background-image: url("https://twemoji.maxcdn.com/2/svg/262e.svg"); }
.twa-yin-yang {
background-image: url("https://twemoji.maxcdn.com/2/svg/262f.svg"); }
.twa-wheel-of-dharma {
background-image: url("https://twemoji.maxcdn.com/2/svg/2638.svg"); }
.twa-frowning-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/2639.svg"); }
.twa-smiling-face {
background-image: url("https://twemoji.maxcdn.com/2/svg/263a.svg"); }
.twa-relaxed {
background-image: url("https://twemoji.maxcdn.com/2/svg/263a.svg"); }
.twa-aries {
background-image: url("https://twemoji.maxcdn.com/2/svg/2648.svg"); }
.twa-taurus {
background-image: url("https://twemoji.maxcdn.com/2/svg/2649.svg"); }
.twa-gemini {
background-image: url("https://twemoji.maxcdn.com/2/svg/264a.svg"); }
.twa-cancer {
background-image: url("https://twemoji.maxcdn.com/2/svg/264b.svg"); }
.twa-leo {
background-image: url("https://twemoji.maxcdn.com/2/svg/264c.svg"); }
.twa-virgo {
background-image: url("https://twemoji.maxcdn.com/2/svg/264d.svg"); }
.twa-libra {
background-image: url("https://twemoji.maxcdn.com/2/svg/264e.svg"); }
.twa-scorpius {
background-image: url("https://twemoji.maxcdn.com/2/svg/264f.svg"); }
.twa-sagittarius {
background-image: url("https://twemoji.maxcdn.com/2/svg/2650.svg"); }
.twa-capricorn {
background-image: url("https://twemoji.maxcdn.com/2/svg/2651.svg"); }
.twa-aquarius {
background-image: url("https://twemoji.maxcdn.com/2/svg/2652.svg"); }
.twa-pisces {
background-image: url("https://twemoji.maxcdn.com/2/svg/2653.svg"); }
.twa-spade-suit {
background-image: url("https://twemoji.maxcdn.com/2/svg/2660.svg"); }
.twa-spades {
background-image: url("https://twemoji.maxcdn.com/2/svg/2660.svg"); }
.twa-club-suit {
background-image: url("https://twemoji.maxcdn.com/2/svg/2663.svg"); }
.twa-clubs {
background-image: url("https://twemoji.maxcdn.com/2/svg/2663.svg"); }
.twa-heart-suit {
background-image: url("https://twemoji.maxcdn.com/2/svg/2665.svg"); }
.twa-hearts {
background-image: url("https://twemoji.maxcdn.com/2/svg/2665.svg"); }
.twa-diamond-suit {
background-image: url("https://twemoji.maxcdn.com/2/svg/2666.svg"); }
.twa-diamonds {
background-image: url("https://twemoji.maxcdn.com/2/svg/2666.svg"); }
.twa-hot-springs {
background-image: url("https://twemoji.maxcdn.com/2/svg/2668.svg"); }
.twa-hotsprings {
background-image: url("https://twemoji.maxcdn.com/2/svg/2668.svg"); }
.twa-recycling-symbol {
background-image: url("https://twemoji.maxcdn.com/2/svg/267b.svg"); }
.twa-recycle {
background-image: url("https://twemoji.maxcdn.com/2/svg/267b.svg"); }
.twa-wheelchair {
background-image: url("https://twemoji.maxcdn.com/2/svg/267f.svg"); }
.twa-hammer-and-pick {
background-image: url("https://twemoji.maxcdn.com/2/svg/2692.svg"); }
.twa-anchor {
background-image: url("https://twemoji.maxcdn.com/2/svg/2693.svg"); }
.twa-crossed-swords {
background-image: url("https://twemoji.maxcdn.com/2/svg/2694.svg"); }
.twa-balance-scale {
background-image: url("https://twemoji.maxcdn.com/2/svg/2696.svg"); }
.twa-alembic {
background-image: url("https://twemoji.maxcdn.com/2/svg/2697.svg"); }
.twa-gear {
background-image: url("https://twemoji.maxcdn.com/2/svg/2699.svg"); }
.twa-atom-symbol {
background-image: url("https://twemoji.maxcdn.com/2/svg/269b.svg"); }
.twa-fleur-de-lis {
background-image: url("https://twemoji.maxcdn.com/2/svg/269c.svg"); }
.twa-warning {
background-image: url("https://twemoji.maxcdn.com/2/svg/26a0.svg"); }
.twa-high-voltage {
background-image: url("https://twemoji.maxcdn.com/2/svg/26a1.svg"); }
.twa-zap {
background-image: url("https://twemoji.maxcdn.com/2/svg/26a1.svg"); }
.twa-white-circle {
background-image: url("https://twemoji.maxcdn.com/2/svg/26aa.svg"); }
.twa-black-circle {
background-image: url("https://twemoji.maxcdn.com/2/svg/26ab.svg"); }
.twa-coffin {
background-image: url("https://twemoji.maxcdn.com/2/svg/26b0.svg"); }
.twa-funeral-urn {
background-image: url("https://twemoji.maxcdn.com/2/svg/26b1.svg"); }
.twa-soccer-ball {
background-image: url("https://twemoji.maxcdn.com/2/svg/26bd.svg"); }
.twa-soccer {
background-image: url("https://twemoji.maxcdn.com/2/svg/26bd.svg"); }
.twa-baseball {
background-image: url("https://twemoji.maxcdn.com/2/svg/26be.svg"); }
.twa-snowman-without-snow {
background-image: url("https://twemoji.maxcdn.com/2/svg/26c4.svg"); }
.twa-sun-behind-cloud {
background-image: url("https://twemoji.maxcdn.com/2/svg/26c5.svg"); }
.twa-partly-sunny {
background-image: url("https://twemoji.maxcdn.com/2/svg/26c5.svg"); }
.twa-cloud-with-lightning-and-rain {
background-image: url("https://twemoji.maxcdn.com/2/svg/26c8.svg"); }
.twa-ophiuchus {
background-image: url("https://twemoji.maxcdn.com/2/svg/26ce.svg"); }
.twa-pick {
background-image: url("https://twemoji.maxcdn.com/2/svg/26cf.svg"); }
.twa-helmet-with-white-cross {
background-image: url("https://twemoji.maxcdn.com/2/svg/26d1.svg"); }
.twa-chains {
background-image: url("https://twemoji.maxcdn.com/2/svg/26d3.svg"); }
.twa-no-entry {
background-image: url("https://twemoji.maxcdn.com/2/svg/26d4.svg"); }
.twa-shinto-shrine {
background-image: url("https://twemoji.maxcdn.com/2/svg/26e9.svg"); }
.twa-church {
background-image: url("https://twemoji.maxcdn.com/2/svg/26ea.svg"); }
.twa-mountain {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f0.svg"); }
.twa-umbrella-on-ground {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f1.svg"); }
.twa-fountain {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f2.svg"); }
.twa-flag-in-hole {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f3.svg"); }
.twa-golf {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f3.svg"); }
.twa-ferry {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f4.svg"); }
.twa-sailboat {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f5.svg"); }
.twa-boat {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f5.svg"); }
.twa-skier {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f7.svg"); }
.twa-ice-skate {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f8.svg"); }
.twa-person-with-ball-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f9-1f3fb.svg"); }
.twa-person-with-ball-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f9-1f3fc.svg"); }
.twa-person-with-ball-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f9-1f3fd.svg"); }
.twa-person-with-ball-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f9-1f3fe.svg"); }
.twa-person-with-ball-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f9-1f3ff.svg"); }
.twa-person-with-ball {
background-image: url("https://twemoji.maxcdn.com/2/svg/26f9.svg"); }
.twa-tent {
background-image: url("https://twemoji.maxcdn.com/2/svg/26fa.svg"); }
.twa-fuel-pump {
background-image: url("https://twemoji.maxcdn.com/2/svg/26fd.svg"); }
.twa-fuelpump {
background-image: url("https://twemoji.maxcdn.com/2/svg/26fd.svg"); }
.twa-scissors {
background-image: url("https://twemoji.maxcdn.com/2/svg/2702.svg"); }
.twa-white-heavy-check-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/2705.svg"); }
.twa-white-check-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/2705.svg"); }
.twa-airplane {
background-image: url("https://twemoji.maxcdn.com/2/svg/2708.svg"); }
.twa-envelope {
background-image: url("https://twemoji.maxcdn.com/2/svg/2709.svg"); }
.twa-email {
background-image: url("https://twemoji.maxcdn.com/2/svg/2709.svg"); }
.twa-raised-fist-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270a-1f3fb.svg"); }
.twa-raised-fist-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270a-1f3fc.svg"); }
.twa-raised-fist-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270a-1f3fd.svg"); }
.twa-raised-fist-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270a-1f3fe.svg"); }
.twa-raised-fist-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270a-1f3ff.svg"); }
.twa-raised-fist {
background-image: url("https://twemoji.maxcdn.com/2/svg/270a.svg"); }
.twa-fist {
background-image: url("https://twemoji.maxcdn.com/2/svg/270a.svg"); }
.twa-raised-hand-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270b-1f3fb.svg"); }
.twa-raised-hand-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270b-1f3fc.svg"); }
.twa-raised-hand-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270b-1f3fd.svg"); }
.twa-raised-hand-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270b-1f3fe.svg"); }
.twa-raised-hand-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270b-1f3ff.svg"); }
.twa-raised-hand {
background-image: url("https://twemoji.maxcdn.com/2/svg/270b.svg"); }
.twa-hand {
background-image: url("https://twemoji.maxcdn.com/2/svg/270b.svg"); }
.twa-victory-hand-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270c-1f3fb.svg"); }
.twa-victory-hand-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270c-1f3fc.svg"); }
.twa-victory-hand-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270c-1f3fd.svg"); }
.twa-victory-hand-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270c-1f3fe.svg"); }
.twa-victory-hand-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270c-1f3ff.svg"); }
.twa-victory-hand {
background-image: url("https://twemoji.maxcdn.com/2/svg/270c.svg"); }
.twa-v {
background-image: url("https://twemoji.maxcdn.com/2/svg/270c.svg"); }
.twa-writing-hand-type-1-2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270d-1f3fb.svg"); }
.twa-writing-hand-type-3 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270d-1f3fc.svg"); }
.twa-writing-hand-type-4 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270d-1f3fd.svg"); }
.twa-writing-hand-type-5 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270d-1f3fe.svg"); }
.twa-writing-hand-type-6 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270d-1f3ff.svg"); }
.twa-writing-hand {
background-image: url("https://twemoji.maxcdn.com/2/svg/270d.svg"); }
.twa-pencil {
background-image: url("https://twemoji.maxcdn.com/2/svg/270f.svg"); }
.twa-pencil2 {
background-image: url("https://twemoji.maxcdn.com/2/svg/270f.svg"); }
.twa-black-nib {
background-image: url("https://twemoji.maxcdn.com/2/svg/2712.svg"); }
.twa-heavy-check-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/2714.svg"); }
.twa-heavy-multiplication-x {
background-image: url("https://twemoji.maxcdn.com/2/svg/2716.svg"); }
.twa-latin-cross {
background-image: url("https://twemoji.maxcdn.com/2/svg/271d.svg"); }
.twa-star-of-david {
background-image: url("https://twemoji.maxcdn.com/2/svg/2721.svg"); }
.twa-sparkles {
background-image: url("https://twemoji.maxcdn.com/2/svg/2728.svg"); }
.twa-eight-spoked-asterisk {
background-image: url("https://twemoji.maxcdn.com/2/svg/2733.svg"); }
.twa-eight-pointed-star {
background-image: url("https://twemoji.maxcdn.com/2/svg/2734.svg"); }
.twa-eight-pointed-black-star {
background-image: url("https://twemoji.maxcdn.com/2/svg/2734.svg"); }
.twa-snowflake {
background-image: url("https://twemoji.maxcdn.com/2/svg/2744.svg"); }
.twa-sparkle {
background-image: url("https://twemoji.maxcdn.com/2/svg/2747.svg"); }
.twa-cross-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/274c.svg"); }
.twa-x {
background-image: url("https://twemoji.maxcdn.com/2/svg/274c.svg"); }
.twa-cross-mark-button {
background-image: url("https://twemoji.maxcdn.com/2/svg/274e.svg"); }
.twa-negative-squared-cross-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/274e.svg"); }
.twa-question-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/2753.svg"); }
.twa-question {
background-image: url("https://twemoji.maxcdn.com/2/svg/2753.svg"); }
.twa-white-question-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/2754.svg"); }
.twa-grey-question {
background-image: url("https://twemoji.maxcdn.com/2/svg/2754.svg"); }
.twa-white-exclamation-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/2755.svg"); }
.twa-grey-exclamation {
background-image: url("https://twemoji.maxcdn.com/2/svg/2755.svg"); }
.twa-exclamation-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/2757.svg"); }
.twa-exclamation {
background-image: url("https://twemoji.maxcdn.com/2/svg/2757.svg"); }
.twa-heavy-heart-exclamation-mark-ornament {
background-image: url("https://twemoji.maxcdn.com/2/svg/2763.svg"); }
.twa-red-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/2764.svg"); }
.twa-heart {
background-image: url("https://twemoji.maxcdn.com/2/svg/2764.svg"); }
.twa-heavy-plus-sign {
background-image: url("https://twemoji.maxcdn.com/2/svg/2795.svg"); }
.twa-heavy-minus-sign {
background-image: url("https://twemoji.maxcdn.com/2/svg/2796.svg"); }
.twa-heavy-division-sign {
background-image: url("https://twemoji.maxcdn.com/2/svg/2797.svg"); }
.twa-right-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/27a1.svg"); }
.twa-arrow-right {
background-image: url("https://twemoji.maxcdn.com/2/svg/27a1.svg"); }
.twa-curly-loop {
background-image: url("https://twemoji.maxcdn.com/2/svg/27b0.svg"); }
.twa-double-curly-loop {
background-image: url("https://twemoji.maxcdn.com/2/svg/27bf.svg"); }
.twa-loop {
background-image: url("https://twemoji.maxcdn.com/2/svg/27bf.svg"); }
.twa-right-arrow-curving-up {
background-image: url("https://twemoji.maxcdn.com/2/svg/2934.svg"); }
.twa-arrow-heading-up {
background-image: url("https://twemoji.maxcdn.com/2/svg/2934.svg"); }
.twa-right-arrow-curving-down {
background-image: url("https://twemoji.maxcdn.com/2/svg/2935.svg"); }
.twa-arrow-heading-down {
background-image: url("https://twemoji.maxcdn.com/2/svg/2935.svg"); }
.twa-asterisk {
background-image: url("https://twemoji.maxcdn.com/2/svg/2a-20e3.svg"); }
.twa-left-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b05.svg"); }
.twa-arrow-left {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b05.svg"); }
.twa-up-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b06.svg"); }
.twa-arrow-up {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b06.svg"); }
.twa-down-arrow {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b07.svg"); }
.twa-arrow-down {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b07.svg"); }
.twa-black-large-square {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b1b.svg"); }
.twa-white-large-square {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b1c.svg"); }
.twa-white-medium-star {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b50.svg"); }
.twa-star {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b50.svg"); }
.twa-heavy-large-circle {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b55.svg"); }
.twa-o {
background-image: url("https://twemoji.maxcdn.com/2/svg/2b55.svg"); }
.twa-zero {
background-image: url("https://twemoji.maxcdn.com/2/svg/30-20e3.svg"); }
.twa-wavy-dash {
background-image: url("https://twemoji.maxcdn.com/2/svg/3030.svg"); }
.twa-part-alternation-mark {
background-image: url("https://twemoji.maxcdn.com/2/svg/303d.svg"); }
.twa-one {
background-image: url("https://twemoji.maxcdn.com/2/svg/31-20e3.svg"); }
.twa-two {
background-image: url("https://twemoji.maxcdn.com/2/svg/32-20e3.svg"); }
.twa-circled-congratulate-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/3297.svg"); }
.twa-congratulations {
background-image: url("https://twemoji.maxcdn.com/2/svg/3297.svg"); }
.twa-circled-secret-ideograph {
background-image: url("https://twemoji.maxcdn.com/2/svg/3299.svg"); }
.twa-secret {
background-image: url("https://twemoji.maxcdn.com/2/svg/3299.svg"); }
.twa-three {
background-image: url("https://twemoji.maxcdn.com/2/svg/33-20e3.svg"); }
.twa-four {
background-image: url("https://twemoji.maxcdn.com/2/svg/34-20e3.svg"); }
.twa-five {
background-image: url("https://twemoji.maxcdn.com/2/svg/35-20e3.svg"); }
.twa-six {
background-image: url("https://twemoji.maxcdn.com/2/svg/36-20e3.svg"); }
.twa-seven {
background-image: url("https://twemoji.maxcdn.com/2/svg/37-20e3.svg"); }
.twa-eight {
background-image: url("https://twemoji.maxcdn.com/2/svg/38-20e3.svg"); }
.twa-nine {
background-image: url("https://twemoji.maxcdn.com/2/svg/39-20e3.svg"); }
.twa-copyright {
background-image: url("https://twemoji.maxcdn.com/2/svg/a9.svg"); }
.twa-registered {
background-image: url("https://twemoji.maxcdn.com/2/svg/ae.svg"); }
.twa-shibuya {
background-image: url("https://twemoji.maxcdn.com/2/svg/e50a.svg"); }
.twa-shibuya-109 {
background-image: url("https://twemoji.maxcdn.com/2/svg/e50a.svg"); }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_mixins.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .card {
font-size: .875rem; font-weight: normal; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/mixins/_forms.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ /*!
* Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root {
--blue: #2196f3; --indigo: #3f51b5; --purple: #9c27b0; --pink: #e91e63; --red: #f44336; --orange: #ff9800; --yellow: #ffeb3b; --green: #4caf50; --teal: #009688; --cyan: #00bcd4; --white: #fff; --gray: #757575; --gray-dark: #424242; --primary: #3f51b5; --secondary: #757575; --success: #4caf50; --info: #03a9f4; --warning: #ff5722; --danger: #f44336; --light: #f5f5f5; --dark: #424242; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: "Roboto", "Helvetica", "Arial", sans-serif; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*, *::before, *::after {
box-sizing: border-box; }
html {
font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block; }
body {
margin: 0; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212121; text-align: left; background-color: #fafafa; }
[tabindex=“-1”]:focus {
outline: 0 !important; }
hr {
box-sizing: content-box; height: 0; overflow: visible; }
h1, h2, h3, h4, h5, h6 {
margin-top: 0; margin-bottom: 0.5rem; }
p {
margin-top: 0; margin-bottom: 1rem; }
text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; text-decoration-skip-ink: none; }
address {
margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol, ul, dl {
margin-top: 0; margin-bottom: 1rem; }
ol ol, ul ul, ol ul, ul ol {
margin-bottom: 0; }
dt {
font-weight: 700; }
dd {
margin-bottom: .5rem; margin-left: 0; }
blockquote {
margin: 0 0 1rem; }
b, strong {
font-weight: bolder; }
small {
font-size: 80%; }
sub, sup {
position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub {
bottom: -.25em; }
sup {
top: -.5em; }
a {
color: #3f51b5; text-decoration: none; background-color: transparent; } a:hover { color: #2b387c; text-decoration: underline; }
color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; } a:not([href]):not([tabindex]):focus { outline: 0; }
pre, code, kbd, samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; }
pre {
margin-top: 0; margin-bottom: 1rem; overflow: auto; }
figure {
margin: 0 0 1rem; }
img {
vertical-align: middle; border-style: none; }
svg {
overflow: hidden; vertical-align: middle; }
table {
border-collapse: collapse; }
caption {
padding-top: 0.75rem; padding-bottom: 0.75rem; color: #757575; text-align: left; caption-side: bottom; }
th {
text-align: inherit; }
label {
display: inline-block; margin-bottom: 0.5rem; }
button {
border-radius: 0; }
button:focus {
outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
input, button, select, optgroup, textarea {
margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
button, input {
overflow: visible; }
button, select {
text-transform: none; }
select {
word-wrap: normal; }
button, [type=“button”], [type=“reset”],
- type=“submit”
-
{
-webkit-appearance: button; }
button:not(:disabled), [type=“button”]:not(:disabled), [type=“reset”]:not(:disabled), [type=“submit”]:not(:disabled) {
cursor: pointer; }
button::-moz-focus-inner, [type=“button”]::-moz-focus-inner, [type=“reset”]::-moz-focus-inner, [type=“submit”]::-moz-focus-inner {
padding: 0; border-style: none; }
box-sizing: border-box; padding: 0; }
-webkit-appearance: listbox; }
textarea {
overflow: auto; resize: vertical; }
fieldset {
min-width: 0; padding: 0; margin: 0; border: 0; }
legend {
display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }
progress {
vertical-align: baseline; }
[type=“number”]::-webkit-inner-spin-button, [type=“number”]::-webkit-outer-spin-button {
height: auto; }
- type=“search”
-
{
outline-offset: -2px; -webkit-appearance: none; }
[type=“search”]::-webkit-search-decoration {
-webkit-appearance: none; }
::-webkit-file-upload-button {
font: inherit; -webkit-appearance: button; }
output {
display: inline-block; }
summary {
display: list-item; cursor: pointer; }
template {
display: none; }
- hidden
-
{
display: none !important; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem; font-weight: 400; line-height: 1.2; }
h1, .h1 {
font-size: 2.5rem; }
h2, .h2 {
font-size: 2rem; }
h3, .h3 {
font-size: 1.75rem; }
h4, .h4 {
font-size: 1.5rem; }
h5, .h5 {
font-size: 1.25rem; }
h6, .h6 {
font-size: 1rem; }
.lead {
font-size: 1.25rem; font-weight: 300; }
.display-1 {
font-size: 7rem; font-weight: 300; line-height: 1.2; }
.display-2 {
font-size: 3.5rem; font-weight: 300; line-height: 1.2; }
.display-3 {
font-size: 2.8125rem; font-weight: 300; line-height: 1.2; }
.display-4 {
font-size: 2.125rem; font-weight: 300; line-height: 1.2; }
hr {
margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); }
small, .small {
font-size: 80%; font-weight: 400; }
mark, .mark {
padding: 0.2em; background-color: #fcf8e3; }
.list-unstyled {
padding-left: 0; list-style: none; }
.list-inline {
padding-left: 0; list-style: none; }
.list-inline-item {
display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.5rem; }
.initialism {
font-size: 90%; text-transform: uppercase; }
.blockquote {
margin-bottom: 1rem; font-size: 1.25rem; }
.blockquote-footer {
display: block; font-size: 80%; color: #757575; } .blockquote-footer::before { content: "\2014\00A0"; }
.img-fluid {
max-width: 100%; height: auto; }
.img-thumbnail {
padding: 0.25rem; background-color: #fafafa; border: 1px solid #e0e0e0; border-radius: 0.1rem; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); max-width: 100%; height: auto; }
.figure {
display: inline-block; }
.figure-img {
margin-bottom: 0.5rem; line-height: 1; }
.figure-caption {
font-size: 90%; color: #757575; }
code {
font-size: 87.5%; color: #e91e63; word-break: break-word; } a > code { color: inherit; }
kbd {
padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; background-color: #212121; border-radius: 0.0625rem; box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); } kbd kbd { padding: 0; font-size: 100%; font-weight: 700; box-shadow: none; }
pre {
display: block; font-size: 87.5%; color: #212121; } pre code { font-size: inherit; color: inherit; word-break: normal; }
.pre-scrollable {
max-height: 340px; overflow-y: scroll; }
.container {
width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container { max-width: 540px; } } @media (min-width: 768px) { .container { max-width: 720px; } } @media (min-width: 992px) { .container { max-width: 960px; } } @media (min-width: 1200px) { .container { max-width: 1140px; } }
.container-fluid {
width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row {
display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; }
.no-gutters {
margin-right: 0; margin-left: 0; } .no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }
.col {
flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-auto {
flex: 0 0 auto; width: auto; max-width: 100%; }
.col-1 {
flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-2 {
flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-3 {
flex: 0 0 25%; max-width: 25%; }
.col-4 {
flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-5 {
flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-6 {
flex: 0 0 50%; max-width: 50%; }
.col-7 {
flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-8 {
flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-9 {
flex: 0 0 75%; max-width: 75%; }
.col-10 {
flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-11 {
flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-12 {
flex: 0 0 100%; max-width: 100%; }
.order-first {
order: -1; }
.order-last {
order: 13; }
.order-0 {
order: 0; }
.order-1 {
order: 1; }
.order-2 {
order: 2; }
.order-3 {
order: 3; }
.order-4 {
order: 4; }
.order-5 {
order: 5; }
.order-6 {
order: 6; }
.order-7 {
order: 7; }
.order-8 {
order: 8; }
.order-9 {
order: 9; }
.order-10 {
order: 10; }
.order-11 {
order: 11; }
.order-12 {
order: 12; }
.offset-1 {
margin-left: 8.33333%; }
.offset-2 {
margin-left: 16.66667%; }
.offset-3 {
margin-left: 25%; }
.offset-4 {
margin-left: 33.33333%; }
.offset-5 {
margin-left: 41.66667%; }
.offset-6 {
margin-left: 50%; }
.offset-7 {
margin-left: 58.33333%; }
.offset-8 {
margin-left: 66.66667%; }
.offset-9 {
margin-left: 75%; }
.offset-10 {
margin-left: 83.33333%; }
.offset-11 {
margin-left: 91.66667%; }
@media (min-width: 576px) {
.col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-sm-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-sm-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-sm-3 { flex: 0 0 25%; max-width: 25%; } .col-sm-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-sm-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-sm-6 { flex: 0 0 50%; max-width: 50%; } .col-sm-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-sm-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-sm-9 { flex: 0 0 75%; max-width: 75%; } .col-sm-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-sm-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-sm-12 { flex: 0 0 100%; max-width: 100%; } .order-sm-first { order: -1; } .order-sm-last { order: 13; } .order-sm-0 { order: 0; } .order-sm-1 { order: 1; } .order-sm-2 { order: 2; } .order-sm-3 { order: 3; } .order-sm-4 { order: 4; } .order-sm-5 { order: 5; } .order-sm-6 { order: 6; } .order-sm-7 { order: 7; } .order-sm-8 { order: 8; } .order-sm-9 { order: 9; } .order-sm-10 { order: 10; } .order-sm-11 { order: 11; } .order-sm-12 { order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.33333%; } .offset-sm-2 { margin-left: 16.66667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.33333%; } .offset-sm-5 { margin-left: 41.66667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.33333%; } .offset-sm-8 { margin-left: 66.66667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.33333%; } .offset-sm-11 { margin-left: 91.66667%; } }
@media (min-width: 768px) {
.col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-md-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-md-3 { flex: 0 0 25%; max-width: 25%; } .col-md-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-md-6 { flex: 0 0 50%; max-width: 50%; } .col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-md-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-md-9 { flex: 0 0 75%; max-width: 75%; } .col-md-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-md-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-md-12 { flex: 0 0 100%; max-width: 100%; } .order-md-first { order: -1; } .order-md-last { order: 13; } .order-md-0 { order: 0; } .order-md-1 { order: 1; } .order-md-2 { order: 2; } .order-md-3 { order: 3; } .order-md-4 { order: 4; } .order-md-5 { order: 5; } .order-md-6 { order: 6; } .order-md-7 { order: 7; } .order-md-8 { order: 8; } .order-md-9 { order: 9; } .order-md-10 { order: 10; } .order-md-11 { order: 11; } .order-md-12 { order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.33333%; } .offset-md-2 { margin-left: 16.66667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.33333%; } .offset-md-5 { margin-left: 41.66667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.33333%; } .offset-md-8 { margin-left: 66.66667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.33333%; } .offset-md-11 { margin-left: 91.66667%; } }
@media (min-width: 992px) {
.col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-lg-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-lg-3 { flex: 0 0 25%; max-width: 25%; } .col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-lg-6 { flex: 0 0 50%; max-width: 50%; } .col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-lg-9 { flex: 0 0 75%; max-width: 75%; } .col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-lg-12 { flex: 0 0 100%; max-width: 100%; } .order-lg-first { order: -1; } .order-lg-last { order: 13; } .order-lg-0 { order: 0; } .order-lg-1 { order: 1; } .order-lg-2 { order: 2; } .order-lg-3 { order: 3; } .order-lg-4 { order: 4; } .order-lg-5 { order: 5; } .order-lg-6 { order: 6; } .order-lg-7 { order: 7; } .order-lg-8 { order: 8; } .order-lg-9 { order: 9; } .order-lg-10 { order: 10; } .order-lg-11 { order: 11; } .order-lg-12 { order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.33333%; } .offset-lg-2 { margin-left: 16.66667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.33333%; } .offset-lg-5 { margin-left: 41.66667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.33333%; } .offset-lg-8 { margin-left: 66.66667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.33333%; } .offset-lg-11 { margin-left: 91.66667%; } }
@media (min-width: 1200px) {
.col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } .col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } .col-xl-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } .col-xl-3 { flex: 0 0 25%; max-width: 25%; } .col-xl-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } .col-xl-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } .col-xl-6 { flex: 0 0 50%; max-width: 50%; } .col-xl-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } .col-xl-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } .col-xl-9 { flex: 0 0 75%; max-width: 75%; } .col-xl-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } .col-xl-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } .col-xl-12 { flex: 0 0 100%; max-width: 100%; } .order-xl-first { order: -1; } .order-xl-last { order: 13; } .order-xl-0 { order: 0; } .order-xl-1 { order: 1; } .order-xl-2 { order: 2; } .order-xl-3 { order: 3; } .order-xl-4 { order: 4; } .order-xl-5 { order: 5; } .order-xl-6 { order: 6; } .order-xl-7 { order: 7; } .order-xl-8 { order: 8; } .order-xl-9 { order: 9; } .order-xl-10 { order: 10; } .order-xl-11 { order: 11; } .order-xl-12 { order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.33333%; } .offset-xl-2 { margin-left: 16.66667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.33333%; } .offset-xl-5 { margin-left: 41.66667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.33333%; } .offset-xl-8 { margin-left: 66.66667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.33333%; } .offset-xl-11 { margin-left: 91.66667%; } }
.table {
width: 100%; margin-bottom: 1rem; color: #212121; } .table th, .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid rgba(0, 0, 0, 0.06); } .table thead th { vertical-align: bottom; border-bottom: 2px solid rgba(0, 0, 0, 0.06); } .table tbody + tbody { border-top: 2px solid rgba(0, 0, 0, 0.06); }
.table-sm th, .table-sm td {
padding: 0.3rem; }
.table-bordered {
border: 1px solid rgba(0, 0, 0, 0.06); } .table-bordered th, .table-bordered td { border: 1px solid rgba(0, 0, 0, 0.06); } .table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; }
.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
border: 0; }
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover {
color: #212121; background-color: rgba(0, 0, 0, 0.075); }
.table-primary, .table-primary > th, .table-primary > td {
background-color: #c9ceea; }
.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
border-color: #9ba5d9; }
.table-hover .table-primary:hover {
background-color: #b7bde3; } .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #b7bde3; }
.table-secondary, .table-secondary > th, .table-secondary > td {
background-color: #d8d8d8; }
.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
border-color: #b7b7b7; }
.table-hover .table-secondary:hover {
background-color: #cbcbcb; } .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #cbcbcb; }
.table-success, .table-success > th, .table-success > td {
background-color: #cde9ce; }
.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
border-color: #a2d5a4; }
.table-hover .table-success:hover {
background-color: #bbe1bd; } .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #bbe1bd; }
.table-info, .table-info > th, .table-info > td {
background-color: #b8e7fc; }
.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
border-color: #7cd2f9; }
.table-hover .table-info:hover {
background-color: #a0dffb; } .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #a0dffb; }
.table-warning, .table-warning > th, .table-warning > td {
background-color: #ffd0c1; }
.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
border-color: #ffa88c; }
.table-hover .table-warning:hover {
background-color: #ffbda8; } .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #ffbda8; }
.table-danger, .table-danger > th, .table-danger > td {
background-color: #fccac7; }
.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
border-color: #f99d96; }
.table-hover .table-danger:hover {
background-color: #fbb3af; } .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #fbb3af; }
.table-light, .table-light > th, .table-light > td {
background-color: #fcfcfc; }
.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
border-color: #fafafa; }
.table-hover .table-light:hover {
background-color: #efefef; } .table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #efefef; }
.table-dark, .table-dark > th, .table-dark > td {
background-color: #cacaca; }
.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
border-color: #9d9d9d; }
.table-hover .table-dark:hover {
background-color: #bdbdbd; } .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #bdbdbd; }
.table-active, .table-active > th, .table-active > td {
background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, 0.075); } .table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th {
color: #fff; background-color: #424242; border-color: #555555; }
.table .thead-light th {
color: #616161; background-color: #eee; border-color: rgba(0, 0, 0, 0.06); }
.table-dark {
color: #fff; background-color: #424242; } .table-dark th, .table-dark td, .table-dark thead th { border-color: #555555; } .table-dark.table-bordered { border: 0; } .table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); } .table-dark.table-hover tbody tr:hover { color: #fff; background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) {
.table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-sm > .table-bordered { border: 0; } }
@media (max-width: 767.98px) {
.table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-md > .table-bordered { border: 0; } }
@media (max-width: 991.98px) {
.table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-lg > .table-bordered { border: 0; } }
@media (max-width: 1199.98px) {
.table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-xl > .table-bordered { border: 0; } }
.table-responsive {
display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive > .table-bordered { border: 0; }
.form-control, .custom-file-control {
display: block; width: 100%; height: calc(1.5em + 0.875rem + 2px); padding: 0.4375rem 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #616161; background-color: rgba(0, 0, 0, 0); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.26); border-radius: 0; box-shadow: none; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control, .custom-file-control { transition: none; } } .form-control::-ms-expand, .custom-file-control::-ms-expand { background-color: transparent; border: 0; } .form-control:focus, .custom-file-control:focus { color: #616161; background-color: rgba(0, 0, 0, 0); border-color: #98a2db; outline: 0; box-shadow: none, 0 0 0 0.2rem rgba(63, 81, 181, 0.25); } .form-control::placeholder, .custom-file-control::placeholder { color: #757575; opacity: 1; } .form-control:disabled, .custom-file-control:disabled, .form-control[readonly], .custom-file-control[readonly] { background-color: #eee; opacity: 1; }
select.form-control:focus::-ms-value, select.custom-file-control:focus::-ms-value {
color: #616161; background-color: rgba(0, 0, 0, 0); }
.form-control-file, .form-control-range {
display: block; width: 100%; }
.col-form-label {
padding-top: calc(0.4375rem + 1px); padding-bottom: calc(0.4375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; }
.col-form-label-lg {
padding-top: calc(0.5625rem + 1px); padding-bottom: calc(0.5625rem + 1px); font-size: 1.25rem; line-height: 1.5; }
.col-form-label-sm {
padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; }
.form-control-plaintext {
display: block; width: 100%; padding-top: 0.4375rem; padding-bottom: 0.4375rem; margin-bottom: 0; line-height: 1.5; color: #212121; background-color: transparent; border: solid transparent; border-width: 1px 0; } .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-right: 0; padding-left: 0; }
.form-control-sm {
height: calc(1.5em + 0.8125rem + 2px); padding: 0.25rem 0; font-size: 0.875rem; line-height: 1.5; border-radius: 0.0625rem; }
.form-control-lg {
height: calc(1.5em + 1rem + 2px); padding: 0.5625rem 0; font-size: 1.25rem; line-height: 1.5; border-radius: 0.1rem; }
select.form-control, select.custom-file-control, select.form-control, select.custom-file-control {
height: auto; }
textarea.form-control, textarea.custom-file-control {
height: auto; }
.form-group {
margin-bottom: 1rem; }
.form-text {
display: block; margin-top: 0.25rem; }
.form-row {
display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; } .form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; }
.form-check {
position: relative; display: block; padding-left: 1.25rem; }
.form-check-input {
position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; } .form-check-input:disabled ~ .form-check-label { color: #757575; }
.form-check-label {
margin-bottom: 0; }
.form-check-inline {
display: inline-flex; align-items: center; padding-left: 0; margin-right: 0.75rem; } .form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; }
.valid-feedback {
display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #4caf50; }
.valid-tooltip {
position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(76, 175, 80, 0.9); border-radius: 0.1rem; }
.was-validated .form-control:valid, .was-validated .custom-file-control:valid, .form-control.is-valid, .is-valid.custom-file-control {
border-color: #4caf50; padding-right: calc(1.5em + 0.875rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: center right calc(0.375em + 0.21875rem); background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .form-control:valid:focus, .was-validated .custom-file-control:valid:focus, .form-control.is-valid:focus, .is-valid.custom-file-control:focus { border-color: #4caf50; box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); } .was-validated .form-control:valid ~ .valid-feedback, .was-validated .custom-file-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .custom-file-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .is-valid.custom-file-control ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .is-valid.custom-file-control ~ .valid-tooltip { display: block; }
.was-validated textarea.form-control:valid, .was-validated textarea.custom-file-control:valid, textarea.form-control.is-valid, textarea.is-valid.custom-file-control {
padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); }
.was-validated .custom-select:valid, .custom-select.is-valid {
border-color: #4caf50; padding-right: calc((1em + 0.875rem) * 3 / 4 + 1rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234caf50' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") rgba(0, 0, 0, 0) no-repeat center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { border-color: #4caf50; box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); } .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip { display: block; }
.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
color: #4caf50; }
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
color: #4caf50; } .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #4caf50; }
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #6ec071; background-color: #6ec071; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #4caf50; }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
border-color: #4caf50; }
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #4caf50; box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); }
.invalid-feedback {
display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #f44336; }
.invalid-tooltip {
position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(244, 67, 54, 0.9); border-radius: 0.1rem; }
.was-validated .form-control:invalid, .was-validated .custom-file-control:invalid, .form-control.is-invalid, .is-invalid.custom-file-control {
border-color: #f44336; padding-right: calc(1.5em + 0.875rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f44336' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f44336' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); background-repeat: no-repeat; background-position: center right calc(0.375em + 0.21875rem); background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .form-control:invalid:focus, .was-validated .custom-file-control:invalid:focus, .form-control.is-invalid:focus, .is-invalid.custom-file-control:focus { border-color: #f44336; box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); } .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .custom-file-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .custom-file-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.custom-file-control ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .is-invalid.custom-file-control ~ .invalid-tooltip { display: block; }
.was-validated textarea.form-control:invalid, .was-validated textarea.custom-file-control:invalid, textarea.form-control.is-invalid, textarea.is-invalid.custom-file-control {
padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); }
.was-validated .custom-select:invalid, .custom-select.is-invalid {
border-color: #f44336; padding-right: calc((1em + 0.875rem) * 3 / 4 + 1rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f44336' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f44336' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") rgba(0, 0, 0, 0) no-repeat center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: #f44336; box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); } .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip { display: block; }
.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
color: #f44336; }
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
color: #f44336; } .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { border-color: #f44336; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
border-color: #f77066; background-color: #f77066; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #f44336; }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
border-color: #f44336; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip {
display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
border-color: #f44336; box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); }
.form-inline {
display: flex; flex-flow: row wrap; align-items: center; } .form-inline .form-check { width: 100%; } @media (min-width: 576px) { .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0; } .form-inline .form-group { display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0; } .form-inline .form-control, .form-inline .custom-file-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-plaintext { display: inline-block; } .form-inline .input-group, .form-inline .custom-select { width: auto; } .form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0; } .form-inline .form-check-input { position: relative; flex-shrink: 0; margin-top: 0; margin-right: 0.25rem; margin-left: 0; } .form-inline .custom-control { align-items: center; justify-content: center; } .form-inline .custom-control-label { margin-bottom: 0; } }
.btn, .custom-file-control::before {
display: inline-block; font-weight: 500; color: #212121; text-align: center; vertical-align: middle; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.46875rem 1rem; font-size: 1rem; line-height: 1.5; border-radius: 0.1rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn, .custom-file-control::before { transition: none; } } .btn:hover, .custom-file-control:hover::before { color: #212121; text-decoration: none; } .btn:focus, .custom-file-control:focus::before, .btn.focus, .focus.custom-file-control::before { outline: 0; box-shadow: none; } .btn.disabled, .disabled.custom-file-control::before, .btn:disabled, .custom-file-control:disabled::before { opacity: 0.65; box-shadow: none; } .btn:not(:disabled):not(.disabled):active, .custom-file-control:not(:disabled):not(.disabled):active::before, .btn:not(:disabled):not(.disabled).active, .custom-file-control:not(:disabled):not(.disabled).active::before { box-shadow: none; }
a.btn.disabled, a.disabled.custom-file-control::before, fieldset:disabled a.btn, fieldset:disabled a.custom-file-control::before {
pointer-events: none; }
.btn-primary {
color: #fff; background-color: #3f51b5; border-color: #3f51b5; box-shadow: none; } .btn-primary:hover { color: #fff; background-color: #354499; border-color: #32408f; } .btn-primary:focus, .btn-primary.focus { box-shadow: none, 0 0 0 0.2rem rgba(92, 107, 192, 0.5); } .btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #3f51b5; border-color: #3f51b5; } .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #32408f; border-color: #2f3c86; } .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(92, 107, 192, 0.5); }
.btn-secondary {
color: #fff; background-color: #757575; border-color: #757575; box-shadow: none; } .btn-secondary:hover { color: #fff; background-color: #626262; border-color: #5c5c5c; } .btn-secondary:focus, .btn-secondary.focus { box-shadow: none, 0 0 0 0.2rem rgba(138, 138, 138, 0.5); } .btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #757575; border-color: #757575; } .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #5c5c5c; border-color: #555555; } .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(138, 138, 138, 0.5); }
.btn-success {
color: #fff; background-color: #4caf50; border-color: #4caf50; box-shadow: none; } .btn-success:hover { color: #fff; background-color: #409444; border-color: #3d8b40; } .btn-success:focus, .btn-success.focus { box-shadow: none, 0 0 0 0.2rem rgba(103, 187, 106, 0.5); } .btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #4caf50; border-color: #4caf50; } .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #3d8b40; border-color: #39833c; } .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(103, 187, 106, 0.5); }
.btn-info {
color: #fff; background-color: #03a9f4; border-color: #03a9f4; box-shadow: none; } .btn-info:hover { color: #fff; background-color: #038fce; border-color: #0286c2; } .btn-info:focus, .btn-info.focus { box-shadow: none, 0 0 0 0.2rem rgba(41, 182, 246, 0.5); } .btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #03a9f4; border-color: #03a9f4; } .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #0286c2; border-color: #027db5; } .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(41, 182, 246, 0.5); }
.btn-warning {
color: #fff; background-color: #ff5722; border-color: #ff5722; box-shadow: none; } .btn-warning:hover { color: #fff; background-color: #fb3c00; border-color: #ee3900; } .btn-warning:focus, .btn-warning.focus { box-shadow: none, 0 0 0 0.2rem rgba(255, 112, 67, 0.5); } .btn-warning.disabled, .btn-warning:disabled { color: #fff; background-color: #ff5722; border-color: #ff5722; } .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #fff; background-color: #ee3900; border-color: #e13600; } .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 112, 67, 0.5); }
.btn-danger {
color: #fff; background-color: #f44336; border-color: #f44336; box-shadow: none; } .btn-danger:hover { color: #fff; background-color: #f22112; border-color: #ea1c0d; } .btn-danger:focus, .btn-danger.focus { box-shadow: none, 0 0 0 0.2rem rgba(246, 95, 84, 0.5); } .btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #f44336; border-color: #f44336; } .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #ea1c0d; border-color: #de1b0c; } .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(246, 95, 84, 0.5); }
.btn-light {
color: #212121; background-color: #f5f5f5; border-color: #f5f5f5; box-shadow: none; } .btn-light:hover { color: #212121; background-color: #e2e2e2; border-color: gainsboro; } .btn-light:focus, .btn-light.focus { box-shadow: none, 0 0 0 0.2rem rgba(213, 213, 213, 0.5); } .btn-light.disabled, .btn-light:disabled { color: #212121; background-color: #f5f5f5; border-color: #f5f5f5; } .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #212121; background-color: gainsboro; border-color: #d5d5d5; } .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(213, 213, 213, 0.5); }
.btn-dark {
color: #fff; background-color: #424242; border-color: #424242; box-shadow: none; } .btn-dark:hover { color: #fff; background-color: #2f2f2f; border-color: #292929; } .btn-dark:focus, .btn-dark.focus { box-shadow: none, 0 0 0 0.2rem rgba(94, 94, 94, 0.5); } .btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #424242; border-color: #424242; } .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #292929; border-color: #222222; } .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(94, 94, 94, 0.5); }
.btn-outline-primary {
color: #3f51b5; border-color: #3f51b5; } .btn-outline-primary:hover { color: #fff; background-color: #3f51b5; border-color: #3f51b5; } .btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #3f51b5; background-color: transparent; } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #3f51b5; border-color: #3f51b5; } .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.5); }
.btn-outline-secondary {
color: #757575; border-color: #757575; } .btn-outline-secondary:hover { color: #fff; background-color: #757575; border-color: #757575; } .btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5); } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #757575; background-color: transparent; } .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #757575; border-color: #757575; } .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5); }
.btn-outline-success {
color: #4caf50; border-color: #4caf50; } .btn-outline-success:hover { color: #fff; background-color: #4caf50; border-color: #4caf50; } .btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5); } .btn-outline-success.disabled, .btn-outline-success:disabled { color: #4caf50; background-color: transparent; } .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #4caf50; border-color: #4caf50; } .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5); }
.btn-outline-info {
color: #03a9f4; border-color: #03a9f4; } .btn-outline-info:hover { color: #fff; background-color: #03a9f4; border-color: #03a9f4; } .btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.5); } .btn-outline-info.disabled, .btn-outline-info:disabled { color: #03a9f4; background-color: transparent; } .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #03a9f4; border-color: #03a9f4; } .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.5); }
.btn-outline-warning {
color: #ff5722; border-color: #ff5722; } .btn-outline-warning:hover { color: #fff; background-color: #ff5722; border-color: #ff5722; } .btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5); } .btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ff5722; background-color: transparent; } .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #fff; background-color: #ff5722; border-color: #ff5722; } .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5); }
.btn-outline-danger {
color: #f44336; border-color: #f44336; } .btn-outline-danger:hover { color: #fff; background-color: #f44336; border-color: #f44336; } .btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); } .btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #f44336; background-color: transparent; } .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #f44336; border-color: #f44336; } .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }
.btn-outline-light {
color: #f5f5f5; border-color: #f5f5f5; } .btn-outline-light:hover { color: #212121; background-color: #f5f5f5; border-color: #f5f5f5; } .btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #f5f5f5; background-color: transparent; } .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212121; background-color: #f5f5f5; border-color: #f5f5f5; } .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
.btn-outline-dark {
color: #424242; border-color: #424242; } .btn-outline-dark:hover { color: #fff; background-color: #424242; border-color: #424242; } .btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5); } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #424242; background-color: transparent; } .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #424242; border-color: #424242; } .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }
.btn-link {
font-weight: 400; color: #3f51b5; text-decoration: none; } .btn-link:hover { color: #2b387c; text-decoration: underline; } .btn-link:focus, .btn-link.focus { text-decoration: underline; box-shadow: none; } .btn-link:disabled, .btn-link.disabled { color: rgba(0, 0, 0, 0.26); pointer-events: none; }
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .custom-file-control::before {
padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.1rem; }
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .custom-file-control::before {
padding: 0.40625rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.0625rem; }
.btn-block {
display: block; width: 100%; } .btn-block + .btn-block { margin-top: 0.5rem; }
input.btn-block, input.btn-block, input.btn-block {
width: 100%; }
.fade {
transition: opacity 0.15s linear; } @media (prefers-reduced-motion: reduce) { .fade { transition: none; } } .fade:not(.show) { opacity: 0; }
.collapse:not(.show) {
display: none; }
.collapsing {
position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } }
.dropup, .dropright, .dropdown, .dropleft {
position: relative; }
.dropdown-toggle {
white-space: nowrap; } .dropdown-toggle::after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } .dropdown-toggle:empty::after { margin-left: 0; }
.dropdown-menu {
position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212121; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.1rem; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
.dropdown-menu-left {
right: auto; left: 0; }
.dropdown-menu-right {
right: 0; left: auto; }
@media (min-width: 576px) {
.dropdown-menu-sm-left { right: auto; left: 0; } .dropdown-menu-sm-right { right: 0; left: auto; } }
@media (min-width: 768px) {
.dropdown-menu-md-left { right: auto; left: 0; } .dropdown-menu-md-right { right: 0; left: auto; } }
@media (min-width: 992px) {
.dropdown-menu-lg-left { right: auto; left: 0; } .dropdown-menu-lg-right { right: 0; left: auto; } }
@media (min-width: 1200px) {
.dropdown-menu-xl-left { right: auto; left: 0; } .dropdown-menu-xl-right { right: 0; left: auto; } }
.dropup .dropdown-menu {
top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-menu {
top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
margin-left: 0; }
.dropright .dropdown-toggle::after {
vertical-align: 0; }
.dropleft .dropdown-menu {
top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; }
.dropleft .dropdown-toggle::after {
display: none; }
.dropleft .dropdown-toggle::before {
display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
margin-left: 0; }
.dropleft .dropdown-toggle::before {
vertical-align: 0; }
.dropdown-menu, .dropdown-menu, .dropdown-menu, .dropdown-menu {
right: auto; bottom: auto; }
.dropdown-divider {
height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #eee; }
.dropdown-item {
display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212121; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; } .dropdown-item:hover, .dropdown-item:focus { color: #141414; text-decoration: none; background-color: #f5f5f5; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #3f51b5; } .dropdown-item.disabled, .dropdown-item:disabled { color: #757575; pointer-events: none; background-color: transparent; }
.dropdown-menu.show {
display: block; }
.dropdown-header {
display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #757575; white-space: nowrap; }
.dropdown-item-text {
display: block; padding: 0.25rem 1.5rem; color: #212121; }
.btn-group, .btn-group-vertical {
position: relative; display: inline-flex; vertical-align: middle; } .btn-group > .btn, .btn-group > .custom-file-control::before, .btn-group-vertical > .btn, .btn-group-vertical > .custom-file-control::before { position: relative; flex: 1 1 auto; } .btn-group > .btn:hover, .btn-group > .custom-file-control:hover::before, .btn-group-vertical > .btn:hover, .btn-group-vertical > .custom-file-control:hover::before { z-index: 1; } .btn-group > .btn:focus, .btn-group > .custom-file-control:focus::before, .btn-group > .btn:active, .btn-group > .custom-file-control:active::before, .btn-group > .btn.active, .btn-group > .active.custom-file-control::before, .btn-group-vertical > .btn:focus, .btn-group-vertical > .custom-file-control:focus::before, .btn-group-vertical > .btn:active, .btn-group-vertical > .custom-file-control:active::before, .btn-group-vertical > .btn.active, .btn-group-vertical > .active.custom-file-control::before { z-index: 1; }
.btn-toolbar {
display: flex; flex-wrap: wrap; justify-content: flex-start; } .btn-toolbar .input-group { width: auto; }
.btn-group > .btn:not(:first-child), .btn-group > .custom-file-control:not(:first-child)::before, .btn-group > .btn-group:not(:first-child) {
margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .custom-file-control:not(:last-child):not(.dropdown-toggle)::before, .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn-group:not(:last-child) > .custom-file-control::before {
border-top-right-radius: 0; border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child), .btn-group > .custom-file-control:not(:first-child)::before, .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn-group:not(:first-child) > .custom-file-control::before {
border-top-left-radius: 0; border-bottom-left-radius: 0; }
.dropdown-toggle-split {
padding-right: 0.75rem; padding-left: 0.75rem; } .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after { margin-left: 0; } .dropleft .dropdown-toggle-split::before { margin-right: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .custom-file-control::before + .dropdown-toggle-split {
padding-right: 0.375rem; padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .custom-file-control::before + .dropdown-toggle-split {
padding-right: 0.75rem; padding-left: 0.75rem; }
.btn-group.show .dropdown-toggle {
box-shadow: none; } .btn-group.show .dropdown-toggle.btn-link { box-shadow: none; }
.btn-group-vertical {
flex-direction: column; align-items: flex-start; justify-content: center; } .btn-group-vertical > .btn, .btn-group-vertical > .custom-file-control::before, .btn-group-vertical > .btn-group { width: 100%; } .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .custom-file-control:not(:first-child)::before, .btn-group-vertical > .btn-group:not(:first-child) { margin-top: -1px; } .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .custom-file-control:not(:last-child):not(.dropdown-toggle)::before, .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:last-child) > .custom-file-control::before { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .custom-file-control:not(:first-child)::before, .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child) > .custom-file-control::before { border-top-left-radius: 0; border-top-right-radius: 0; }
.btn-group-toggle > .btn, .btn-group-toggle > .custom-file-control::before, .btn-group-toggle > .btn-group > .btn, .btn-group-toggle > .btn-group > .custom-file-control::before {
margin-bottom: 0; } .btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .custom-file-control::before input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .custom-file-control::before input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .custom-file-control::before input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .custom-file-control::before input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }
.input-group {
position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; } .input-group > .form-control, .input-group > .custom-file-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file { position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0; } .input-group > .form-control + .form-control, .input-group > .custom-file-control + .form-control, .input-group > .form-control + .custom-file-control, .input-group > .custom-file-control + .custom-file-control, .input-group > .form-control + .custom-select, .input-group > .custom-file-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-file-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-file-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-file-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-file-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file { margin-left: -1px; } .input-group > .form-control:focus, .input-group > .custom-file-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label { z-index: 3; } .input-group > .custom-file .custom-file-input:focus { z-index: 4; } .input-group > .form-control:not(:last-child), .input-group > .custom-file-control:not(:last-child), .input-group > .custom-select:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group > .form-control:not(:first-child), .input-group > .custom-file-control:not(:first-child), .input-group > .custom-select:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group > .custom-file { display: flex; align-items: center; } .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group > .custom-file:not(:first-child) .custom-file-label { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.input-group-prepend, .input-group-append {
display: flex; } .input-group-prepend .btn, .input-group-prepend .custom-file-control::before, .input-group-append .btn, .input-group-append .custom-file-control::before { position: relative; z-index: 2; } .input-group-prepend .btn:focus, .input-group-prepend .custom-file-control:focus::before, .input-group-append .btn:focus, .input-group-append .custom-file-control:focus::before { z-index: 3; } .input-group-prepend .btn + .btn, .input-group-prepend .custom-file-control::before + .btn, .input-group-prepend .btn + .custom-file-control::before, .input-group-prepend .custom-file-control::before + .custom-file-control::before, .input-group-prepend .btn + .input-group-text, .input-group-prepend .custom-file-control::before + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .custom-file-control::before, .input-group-append .btn + .btn, .input-group-append .custom-file-control::before + .btn, .input-group-append .btn + .custom-file-control::before, .input-group-append .custom-file-control::before + .custom-file-control::before, .input-group-append .btn + .input-group-text, .input-group-append .custom-file-control::before + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .custom-file-control::before { margin-left: -1px; }
.input-group-prepend {
margin-right: -1px; }
.input-group-append {
margin-left: -1px; }
.input-group-text {
display: flex; align-items: center; padding: 0.4375rem 0; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #616161; text-align: center; white-space: nowrap; background-color: transparent; border: 1px solid transparent; border-radius: 0; } .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] { margin-top: 0; }
.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-file-control:not(textarea), .input-group-lg > .custom-select {
height: calc(1.5em + 1rem + 2px); }
.input-group-lg > .form-control, .input-group-lg > .custom-file-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .custom-file-control::before, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .custom-file-control::before {
padding: 0.5625rem 0; font-size: 1.25rem; line-height: 1.5; border-radius: 0.1rem; }
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-file-control:not(textarea), .input-group-sm > .custom-select {
height: calc(1.5em + 0.8125rem + 2px); }
.input-group-sm > .form-control, .input-group-sm > .custom-file-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .custom-file-control::before, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .custom-file-control::before {
padding: 0.25rem 0; font-size: 0.875rem; line-height: 1.5; border-radius: 0.0625rem; }
.input-group-lg > .custom-select, .input-group-sm > .custom-select {
padding-right: 1rem; }
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .custom-file-control::before, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .custom-file-control::before, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .custom-file-control:not(:last-child):not(.dropdown-toggle)::before, .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .custom-file-control::before, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .custom-file-control::before, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .custom-file-control:not(:first-child)::before, .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border-top-left-radius: 0; border-bottom-left-radius: 0; }
.custom-control {
position: relative; display: block; min-height: 1.5rem; padding-left: 1.5rem; }
.custom-control-inline {
display: inline-flex; margin-right: 1rem; }
.custom-control-input {
position: absolute; z-index: -1; opacity: 0; } .custom-control-input:checked ~ .custom-control-label::before { color: #fff; border-color: #3f51b5; background-color: #3f51b5; box-shadow: none; } .custom-control-input:focus ~ .custom-control-label::before { box-shadow: none, 0 0 0 0.2rem rgba(63, 81, 181, 0.25); } .custom-control-input:focus:not(:checked) ~ .custom-control-label::before { border-color: #98a2db; } .custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #fff; background-color: #bec5e8; border-color: #bec5e8; box-shadow: none; } .custom-control-input:disabled ~ .custom-control-label { color: #757575; } .custom-control-input:disabled ~ .custom-control-label::before { background-color: #eee; }
.custom-control-label {
position: relative; margin-bottom: 0; vertical-align: top; } .custom-control-label::before { position: absolute; top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; background-color: rgba(0, 0, 0, 0); border: #9e9e9e solid 1px; box-shadow: none; } .custom-control-label::after { position: absolute; top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background: no-repeat 50% / 50% 50%; }
.custom-checkbox .custom-control-label::before {
border-radius: 0.1rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
border-color: #3f51b5; background-color: #3f51b5; box-shadow: none; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(63, 81, 181, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
background-color: rgba(63, 81, 181, 0.5); }
.custom-radio .custom-control-label::before {
border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
background-color: rgba(63, 81, 181, 0.5); }
.custom-switch {
padding-left: 2.25rem; } .custom-switch .custom-control-label::before { left: -2.25rem; width: 1.75rem; pointer-events: all; border-radius: 0.5rem; } .custom-switch .custom-control-label::after { top: calc(0.25rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #9e9e9e; border-radius: 0.5rem; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .custom-switch .custom-control-label::after { transition: none; } } .custom-switch .custom-control-input:checked ~ .custom-control-label::after { background-color: rgba(0, 0, 0, 0); transform: translateX(0.75rem); } .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(63, 81, 181, 0.5); }
.custom-select {
display: inline-block; width: 100%; height: calc(1.5em + 0.875rem + 2px); padding: 0.4375rem 1rem 0.4375rem 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #616161; vertical-align: middle; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px; background-color: rgba(0, 0, 0, 0); border: 1px solid rgba(0, 0, 0, 0.26); border-radius: 0.1rem; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); appearance: none; } .custom-select:focus { border-color: #98a2db; outline: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(63, 81, 181, 0.25); } .custom-select:focus::-ms-value { color: #616161; background-color: rgba(0, 0, 0, 0); } .custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0; background-image: none; } .custom-select:disabled { color: #757575; background-color: #eee; } .custom-select::-ms-expand { display: none; }
.custom-select-sm {
height: calc(1.5em + 0.8125rem + 2px); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0; font-size: 0.875rem; }
.custom-select-lg {
height: calc(1.5em + 1rem + 2px); padding-top: 0.5625rem; padding-bottom: 0.5625rem; padding-left: 0; font-size: 1.25rem; }
.custom-file {
position: relative; display: inline-block; width: 100%; height: calc(1.5em + 0.875rem + 2px); margin-bottom: 0; }
.custom-file-input {
position: relative; z-index: 2; width: 100%; height: calc(1.5em + 0.875rem + 2px); margin: 0; opacity: 0; } .custom-file-input:focus ~ .custom-file-label { border-color: #98a2db; box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.25); } .custom-file-input:disabled ~ .custom-file-label { background-color: #eee; } .custom-file-input:lang(en) ~ .custom-file-label::after { content: "Browse"; } .custom-file-input ~ .custom-file-label[data-browse]::after { content: attr(data-browse); }
.custom-file-label {
position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(1.5em + 0.875rem + 2px); padding: 0.4375rem 0; font-weight: 400; line-height: 1.3; color: #616161; background-color: transparent; border: 0 solid rgba(0, 0, 0, 0.26); border-radius: 0; box-shadow: none; } .custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(1.5em + 0.875rem); padding: 0.4375rem 0; line-height: 1.3; color: #616161; content: "Browse"; background-color: transparent; border-left: inherit; border-radius: 0 0 0 0; }
.custom-range {
width: 100%; height: calc(1rem + 0.4rem); padding: 0; background-color: transparent; appearance: none; } .custom-range:focus { outline: none; } .custom-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(63, 81, 181, 0.25); } .custom-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(63, 81, 181, 0.25); } .custom-range:focus::-ms-thumb { box-shadow: 0 0 0 1px #fafafa, 0 0 0 0.2rem rgba(63, 81, 181, 0.25); } .custom-range::-moz-focus-outer { border: 0; } .custom-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #3f51b5; border: 0; border-radius: 1rem; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { .custom-range::-webkit-slider-thumb { transition: none; } } .custom-range::-webkit-slider-thumb:active { background-color: #bec5e8; } .custom-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #e0e0e0; border-color: transparent; border-radius: 1rem; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); } .custom-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #3f51b5; border: 0; border-radius: 1rem; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { .custom-range::-moz-range-thumb { transition: none; } } .custom-range::-moz-range-thumb:active { background-color: #bec5e8; } .custom-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #e0e0e0; border-color: transparent; border-radius: 1rem; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); } .custom-range::-ms-thumb { width: 1rem; height: 1rem; margin-top: 0; margin-right: 0.2rem; margin-left: 0.2rem; background-color: #3f51b5; border: 0; border-radius: 1rem; box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1); transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; appearance: none; } @media (prefers-reduced-motion: reduce) { .custom-range::-ms-thumb { transition: none; } } .custom-range::-ms-thumb:active { background-color: #bec5e8; } .custom-range::-ms-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: transparent; border-color: transparent; border-width: 0.5rem; box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); } .custom-range::-ms-fill-lower { background-color: #e0e0e0; border-radius: 1rem; } .custom-range::-ms-fill-upper { margin-right: 15px; background-color: #e0e0e0; border-radius: 1rem; } .custom-range:disabled::-webkit-slider-thumb { background-color: #9e9e9e; } .custom-range:disabled::-webkit-slider-runnable-track { cursor: default; } .custom-range:disabled::-moz-range-thumb { background-color: #9e9e9e; } .custom-range:disabled::-moz-range-track { cursor: default; } .custom-range:disabled::-ms-thumb { background-color: #9e9e9e; }
.custom-control-label::before, .custom-file-label, .custom-select {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .custom-control-label::before, .custom-file-label, .custom-select { transition: none; } }
.nav {
display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-link {
display: block; padding: 0.5rem 1rem; } .nav-link:hover, .nav-link:focus { text-decoration: none; } .nav-link.disabled { color: #757575; pointer-events: none; cursor: default; }
.nav-tabs {
border-bottom: 1px solid #e0e0e0; } .nav-tabs .nav-item { margin-bottom: -1px; } .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.1rem; border-top-right-radius: 0.1rem; } .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #eee #eee #e0e0e0; } .nav-tabs .nav-link.disabled { color: #757575; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #616161; background-color: #fafafa; border-color: #e0e0e0 #e0e0e0 #fafafa; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }
.nav-pills .nav-link {
border-radius: 0.1rem; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff; background-color: #3f51b5; }
.nav-fill .nav-item {
flex: 1 1 auto; text-align: center; }
.nav-justified .nav-item {
flex-basis: 0; flex-grow: 1; text-align: center; }
.tab-content > .tab-pane {
display: none; }
.tab-content > .active {
display: block; }
.navbar {
position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; } .navbar > .container, .navbar > .container-fluid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.navbar-brand {
display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
.navbar-nav {
display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .dropdown-menu { position: static; float: none; }
.navbar-text {
display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; }
.navbar-collapse {
flex-basis: 100%; flex-grow: 1; align-items: center; }
.navbar-toggler {
padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.1rem; } .navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }
.navbar-toggler-icon {
display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; }
@media (max-width: 575.98px) {
.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 576px) {
.navbar-expand-sm { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { flex-wrap: nowrap; } .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } }
@media (max-width: 767.98px) {
.navbar-expand-md > .container, .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 768px) {
.navbar-expand-md { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-md .navbar-nav { flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { flex-wrap: nowrap; } .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } }
@media (max-width: 991.98px) {
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 992px) {
.navbar-expand-lg { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { flex-wrap: nowrap; } .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; } }
@media (max-width: 1199.98px) {
.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 1200px) {
.navbar-expand-xl { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-xl .navbar-nav { flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { flex-wrap: nowrap; } .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; } }
.navbar-expand {
flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; } .navbar-expand .navbar-nav { flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand > .container, .navbar-expand > .container-fluid { flex-wrap: nowrap; } .navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand .navbar-toggler { display: none; }
.navbar-light .navbar-brand {
color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
color: rgba(0, 0, 0, 0.5); } .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
color: rgba(0, 0, 0, 0.5); } .navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand {
color: #fff; } .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
color: #fff; }
.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); } .navbar-dark .navbar-text a { color: #fff; } .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; }
.card {
position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 0.1rem; } .card > hr { margin-right: 0; margin-left: 0; } .card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 0.1rem; border-top-right-radius: 0.1rem; } .card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 0.1rem; border-bottom-left-radius: 0.1rem; }
.card-body {
flex: 1 1 auto; padding: 1.25rem; }
.card-title {
margin-bottom: 0.75rem; }
.card-subtitle {
margin-top: -0.375rem; margin-bottom: 0; }
.card-text:last-child {
margin-bottom: 0; }
.card-hover {
text-decoration: none; }
.card-link + .card-link {
margin-left: 1.25rem; }
.card-header {
padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .card-header:first-child { border-radius: calc(0.1rem - 1px) calc(0.1rem - 1px) 0 0; } .card-header + .list-group .list-group-item:first-child { border-top: 0; }
.card-footer {
padding: 0.75rem 1.25rem; background-color: #fff; border-top: 1px solid rgba(0, 0, 0, 0.12); } .card-footer:last-child { border-radius: 0 0 calc(0.1rem - 1px) calc(0.1rem - 1px); }
.card-header-tabs {
margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; }
.card-header-pills {
margin-right: -0.625rem; margin-left: -0.625rem; }
.card-img-overlay {
position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; }
.card-img {
width: 100%; border-radius: calc(0.1rem - 1px); }
.card-img-top {
width: 100%; border-top-left-radius: calc(0.1rem - 1px); border-top-right-radius: calc(0.1rem - 1px); }
.card-img-bottom {
width: 100%; border-bottom-right-radius: calc(0.1rem - 1px); border-bottom-left-radius: calc(0.1rem - 1px); }
.card-deck {
display: flex; flex-direction: column; } .card-deck .card { margin-bottom: 15px; } @media (min-width: 576px) { .card-deck { flex-flow: row wrap; margin-right: -15px; margin-left: -15px; } .card-deck .card { display: flex; flex: 1 0 0%; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } }
.card-group {
display: flex; flex-direction: column; } .card-group > .card { margin-bottom: 15px; } @media (min-width: 576px) { .card-group { flex-flow: row wrap; } .card-group > .card { flex: 1 0 0%; margin-bottom: 0; } .card-group > .card + .card { margin-left: 0; border-left: 0; } .card-group > .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer { border-bottom-left-radius: 0; } }
.card-columns .card {
margin-bottom: 0.75rem; }
@media (min-width: 576px) {
.card-columns { column-count: 3; column-gap: 1.25rem; orphans: 1; widows: 1; } .card-columns .card { display: inline-block; width: 100%; } }
.accordion > .card {
overflow: hidden; } .accordion > .card:not(:first-of-type) .card-header:first-child { border-radius: 0; } .accordion > .card:not(:first-of-type):not(:last-of-type) { border-bottom: 0; border-radius: 0; } .accordion > .card:first-of-type { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .accordion > .card:last-of-type { border-top-left-radius: 0; border-top-right-radius: 0; } .accordion > .card .card-header { margin-bottom: -1px; }
.breadcrumb {
display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #eee; border-radius: 0.1rem; }
.breadcrumb-item + .breadcrumb-item {
padding-left: 0.5rem; } .breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; color: #757575; content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
text-decoration: none; }
.breadcrumb-item.active {
color: #757575; }
.pagination {
display: flex; padding-left: 0; list-style: none; border-radius: 0.1rem; }
.page-link {
position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: 0; line-height: 1.25; color: #3f51b5; background-color: transparent; border: 0 solid #e0e0e0; } .page-link:hover { z-index: 2; color: #2b387c; text-decoration: none; background-color: #eee; border-color: #e0e0e0; } .page-link:focus { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.25); }
.page-item:first-child .page-link {
margin-left: 0; border-top-left-radius: 0.1rem; border-bottom-left-radius: 0.1rem; }
.page-item:last-child .page-link {
border-top-right-radius: 0.1rem; border-bottom-right-radius: 0.1rem; }
.page-item.active .page-link {
z-index: 1; color: #fff; background-color: #3f51b5; border-color: #3f51b5; }
.page-item.disabled .page-link {
color: #757575; pointer-events: none; cursor: auto; background-color: transparent; border-color: #e0e0e0; }
.pagination-lg .page-link {
padding: 0.75rem 0; font-size: 1.25rem; line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 0.1rem; border-bottom-left-radius: 0.1rem; }
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 0.1rem; border-bottom-right-radius: 0.1rem; }
.pagination-sm .page-link {
padding: 0.25rem 0; font-size: 0.875rem; line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 0.0625rem; border-bottom-left-radius: 0.0625rem; }
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 0.0625rem; border-bottom-right-radius: 0.0625rem; }
.badge {
display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.1rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .badge { transition: none; } } a.badge:hover, a.badge:focus { text-decoration: none; } .badge:empty { display: none; }
.btn .badge, .custom-file-control::before .badge {
position: relative; top: -1px; }
.badge-pill {
padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem; }
.badge-primary {
color: #fff; background-color: #3f51b5; } a.badge-primary:hover, a.badge-primary:focus { color: #fff; background-color: #32408f; } a.badge-primary:focus, a.badge-primary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(63, 81, 181, 0.5); }
.badge-secondary {
color: #fff; background-color: #757575; } a.badge-secondary:hover, a.badge-secondary:focus { color: #fff; background-color: #5c5c5c; } a.badge-secondary:focus, a.badge-secondary.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(117, 117, 117, 0.5); }
.badge-success {
color: #fff; background-color: #4caf50; } a.badge-success:hover, a.badge-success:focus { color: #fff; background-color: #3d8b40; } a.badge-success:focus, a.badge-success.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.5); }
.badge-info {
color: #fff; background-color: #03a9f4; } a.badge-info:hover, a.badge-info:focus { color: #fff; background-color: #0286c2; } a.badge-info:focus, a.badge-info.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.5); }
.badge-warning {
color: #fff; background-color: #ff5722; } a.badge-warning:hover, a.badge-warning:focus { color: #fff; background-color: #ee3900; } a.badge-warning:focus, a.badge-warning.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.5); }
.badge-danger {
color: #fff; background-color: #f44336; } a.badge-danger:hover, a.badge-danger:focus { color: #fff; background-color: #ea1c0d; } a.badge-danger:focus, a.badge-danger.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.5); }
.badge-light {
color: #212121; background-color: #f5f5f5; } a.badge-light:hover, a.badge-light:focus { color: #212121; background-color: gainsboro; } a.badge-light:focus, a.badge-light.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5); }
.badge-dark {
color: #fff; background-color: #424242; } a.badge-dark:hover, a.badge-dark:focus { color: #fff; background-color: #292929; } a.badge-dark:focus, a.badge-dark.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }
.jumbotron {
padding: 2rem 1rem; margin-bottom: 2rem; background-color: #eee; border-radius: 0.1rem; } @media (min-width: 576px) { .jumbotron { padding: 4rem 2rem; } }
.jumbotron-fluid {
padding-right: 0; padding-left: 0; border-radius: 0; }
.alert {
position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.1rem; }
.alert-heading {
color: inherit; }
.alert-link {
font-weight: 700; }
.alert-dismissible {
padding-right: 4rem; } .alert-dismissible .close { position: absolute; top: 0; right: 0; padding: 0.75rem 1.25rem; color: inherit; }
.alert-primary {
color: #212a5e; background-color: #d9dcf0; border-color: #c9ceea; } .alert-primary hr { border-top-color: #b7bde3; } .alert-primary .alert-link { color: #141938; }
.alert-secondary {
color: #3d3d3d; background-color: #e3e3e3; border-color: #d8d8d8; } .alert-secondary hr { border-top-color: #cbcbcb; } .alert-secondary .alert-link { color: #242424; }
.alert-success {
color: #285b2a; background-color: #dbefdc; border-color: #cde9ce; } .alert-success hr { border-top-color: #bbe1bd; } .alert-success .alert-link { color: #18381a; }
.alert-info {
color: #02587f; background-color: #cdeefd; border-color: #b8e7fc; } .alert-info hr { border-top-color: #a0dffb; } .alert-info .alert-link { color: #01354d; }
.alert-warning {
color: #852d12; background-color: #ffddd3; border-color: #ffd0c1; } .alert-warning hr { border-top-color: #ffbda8; } .alert-warning .alert-link { color: #581e0c; }
.alert-danger {
color: #7f231c; background-color: #fdd9d7; border-color: #fccac7; } .alert-danger hr { border-top-color: #fbb3af; } .alert-danger .alert-link { color: #551713; }
.alert-light {
color: #7f7f7f; background-color: #fdfdfd; border-color: #fcfcfc; } .alert-light hr { border-top-color: #efefef; } .alert-light .alert-link { color: #666666; }
.alert-dark {
color: #222222; background-color: #d9d9d9; border-color: #cacaca; } .alert-dark hr { border-top-color: #bdbdbd; } .alert-dark .alert-link { color: #090909; }
@keyframes progress-bar-stripes {
from { background-position: 1rem 0; } to { background-position: 0 0; } }
.progress {
display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #eee; border-radius: 0.1rem; box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }
.progress-bar {
display: flex; flex-direction: column; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: #3f51b5; transition: width 0.6s ease; } @media (prefers-reduced-motion: reduce) { .progress-bar { transition: none; } }
.progress-bar-striped {
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; }
.progress-bar-animated {
animation: progress-bar-stripes 1s linear infinite; } @media (prefers-reduced-motion: reduce) { .progress-bar-animated { animation: none; } }
.media {
display: flex; align-items: flex-start; }
.media-body {
flex: 1; }
.list-group {
display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; }
.list-group-item-action {
width: 100%; color: #616161; text-align: inherit; } .list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #616161; text-decoration: none; background-color: #f5f5f5; } .list-group-item-action:active { color: #212121; background-color: #eee; }
.list-group-item {
position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: inherit; border: 0 solid rgba(0, 0, 0, 0.125); } .list-group-item:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .list-group-item.disabled, .list-group-item:disabled { color: #757575; pointer-events: none; background-color: inherit; } .list-group-item.active { z-index: 2; color: #fff; background-color: #3f51b5; border-color: #3f51b5; }
.list-group-horizontal {
flex-direction: row; } .list-group-horizontal .list-group-item { margin-right: 0; margin-bottom: 0; } .list-group-horizontal .list-group-item:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; } .list-group-horizontal .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
@media (min-width: 576px) {
.list-group-horizontal-sm { flex-direction: row; } .list-group-horizontal-sm .list-group-item { margin-right: 0; margin-bottom: 0; } .list-group-horizontal-sm .list-group-item:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; } .list-group-horizontal-sm .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } }
@media (min-width: 768px) {
.list-group-horizontal-md { flex-direction: row; } .list-group-horizontal-md .list-group-item { margin-right: 0; margin-bottom: 0; } .list-group-horizontal-md .list-group-item:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; } .list-group-horizontal-md .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } }
@media (min-width: 992px) {
.list-group-horizontal-lg { flex-direction: row; } .list-group-horizontal-lg .list-group-item { margin-right: 0; margin-bottom: 0; } .list-group-horizontal-lg .list-group-item:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; } .list-group-horizontal-lg .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } }
@media (min-width: 1200px) {
.list-group-horizontal-xl { flex-direction: row; } .list-group-horizontal-xl .list-group-item { margin-right: 0; margin-bottom: 0; } .list-group-horizontal-xl .list-group-item:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; } .list-group-horizontal-xl .list-group-item:last-child { margin-right: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } }
.list-group-flush .list-group-item {
border-right: 0; border-left: 0; border-radius: 0; } .list-group-flush .list-group-item:last-child { margin-bottom: 0; }
.list-group-flush:first-child .list-group-item:first-child {
border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
margin-bottom: 0; border-bottom: 0; }
.list-group-item-primary {
color: #212a5e; background-color: #c9ceea; } .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #212a5e; background-color: #b7bde3; } .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #212a5e; border-color: #212a5e; }
.list-group-item-secondary {
color: #3d3d3d; background-color: #d8d8d8; } .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #3d3d3d; background-color: #cbcbcb; } .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #3d3d3d; border-color: #3d3d3d; }
.list-group-item-success {
color: #285b2a; background-color: #cde9ce; } .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #285b2a; background-color: #bbe1bd; } .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #285b2a; border-color: #285b2a; }
.list-group-item-info {
color: #02587f; background-color: #b8e7fc; } .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #02587f; background-color: #a0dffb; } .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #02587f; border-color: #02587f; }
.list-group-item-warning {
color: #852d12; background-color: #ffd0c1; } .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #852d12; background-color: #ffbda8; } .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #852d12; border-color: #852d12; }
.list-group-item-danger {
color: #7f231c; background-color: #fccac7; } .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #7f231c; background-color: #fbb3af; } .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #7f231c; border-color: #7f231c; }
.list-group-item-light {
color: #7f7f7f; background-color: #fcfcfc; } .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #7f7f7f; background-color: #efefef; } .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #7f7f7f; border-color: #7f7f7f; }
.list-group-item-dark {
color: #222222; background-color: #cacaca; } .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #222222; background-color: #bdbdbd; } .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #222222; border-color: #222222; }
.close {
float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; } .close:hover { color: #000; text-decoration: none; } .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus { opacity: .75; }
button.close {
padding: 0; background-color: transparent; border: 0; appearance: none; }
a.close.disabled {
pointer-events: none; }
.toast {
max-width: 350px; overflow: hidden; font-size: 0.875rem; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px); opacity: 0; border-radius: 0.25rem; } .toast:not(:last-child) { margin-bottom: 0.75rem; } .toast.showing { opacity: 1; } .toast.show { display: block; opacity: 1; } .toast.hide { display: none; }
.toast-header {
display: flex; align-items: center; padding: 0.25rem 0.75rem; color: #757575; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.toast-body {
padding: 0.75rem; }
.modal-open {
overflow: hidden; } .modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal {
position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; outline: 0; }
.modal-dialog {
position: relative; width: auto; margin: 0.5rem; pointer-events: none; } .modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -50px); } @media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { transition: none; } } .modal.show .modal-dialog { transform: none; }
.modal-dialog-scrollable {
display: flex; max-height: calc(100% - 1rem); } .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 1rem); overflow: hidden; } .modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer { flex-shrink: 0; } .modal-dialog-scrollable .modal-body { overflow-y: auto; }
.modal-dialog-centered {
display: flex; align-items: center; min-height: calc(100% - 1rem); } .modal-dialog-centered::before { display: block; height: calc(100vh - 1rem); content: ""; } .modal-dialog-centered.modal-dialog-scrollable { flex-direction: column; justify-content: center; height: 100%; } .modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height: none; } .modal-dialog-centered.modal-dialog-scrollable::before { content: none; }
.modal-content {
position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.1rem; box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5); outline: 0; }
.modal-backdrop {
position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop.show { opacity: 0.26; }
.modal-header {
display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #e0e0e0; border-top-left-radius: 0.1rem; border-top-right-radius: 0.1rem; } .modal-header .close { padding: 1rem 1rem; margin: -1rem -1rem -1rem auto; }
.modal-title {
margin-bottom: 0; line-height: 1.5; }
.modal-body {
position: relative; flex: 1 1 auto; padding: 1rem; }
.modal-footer {
display: flex; align-items: center; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e0e0e0; border-bottom-right-radius: 0.1rem; border-bottom-left-radius: 0.1rem; } .modal-footer > :not(:first-child) { margin-left: .25rem; } .modal-footer > :not(:last-child) { margin-right: .25rem; }
.modal-scrollbar-measure {
position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }
@media (min-width: 576px) {
.modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-scrollable { max-height: calc(100% - 3.5rem); } .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 3.5rem); } .modal-dialog-centered { min-height: calc(100% - 3.5rem); } .modal-dialog-centered::before { height: calc(100vh - 3.5rem); } .modal-content { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5); } .modal-sm { max-width: 300px; } }
@media (min-width: 992px) {
.modal-lg, .modal-xl { max-width: 800px; } }
@media (min-width: 1200px) {
.modal-xl { max-width: 1140px; } }
.tooltip {
position: absolute; z-index: 1070; display: block; margin: 0; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } .tooltip.show { opacity: 0.9; } .tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; } .tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; }
.bs-tooltip-top, .bs-tooltip-auto {
padding: 0.4rem 0; } .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; } .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: rgba(97, 97, 97, 0.9); }
.bs-tooltip-right, .bs-tooltip-auto {
padding: 0 0.4rem; } .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: rgba(97, 97, 97, 0.9); }
.bs-tooltip-bottom, .bs-tooltip-auto {
padding: 0.4rem 0; } .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; } .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: rgba(97, 97, 97, 0.9); }
.bs-tooltip-left, .bs-tooltip-auto {
padding: 0 0.4rem; } .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: rgba(97, 97, 97, 0.9); }
.tooltip-inner {
max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: rgba(97, 97, 97, 0.9); border-radius: 0.1rem; }
.popover {
position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.1rem; box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); } .popover .arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; margin: 0 0.1rem; } .popover .arrow::before, .popover .arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; }
.bs-popover-top, .bs-popover-auto {
margin-bottom: 0.5rem; } .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow { bottom: calc((0.5rem + 1px) * -1); } .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); } .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; }
.bs-popover-right, .bs-popover-auto {
margin-left: 0.5rem; } .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow { left: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.1rem 0; } .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); } .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; }
.bs-popover-bottom, .bs-popover-auto {
margin-top: 0.5rem; } .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow { top: calc((0.5rem + 1px) * -1); } .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); } .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; } .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f7f7f7; }
.bs-popover-left, .bs-popover-auto {
margin-right: 0.5rem; } .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow { right: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.1rem 0; } .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); } .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; }
.popover-header {
padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.1rem - 1px); border-top-right-radius: calc(0.1rem - 1px); } .popover-header:empty { display: none; }
.popover-body {
padding: 0.5rem 0.75rem; color: #212121; }
.carousel {
position: relative; }
.carousel.pointer-event {
touch-action: pan-y; }
.carousel-inner {
position: relative; width: 100%; overflow: hidden; } .carousel-inner::after { display: block; clear: both; content: ""; }
.carousel-item {
position: relative; display: none; float: left; width: 100%; margin-right: -100%; backface-visibility: hidden; transition: transform 0.6s ease-in-out; } @media (prefers-reduced-motion: reduce) { .carousel-item { transition: none; } }
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
display: block; }
.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
transform: translateX(100%); }
.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
transform: translateX(-100%); }
.carousel-fade .carousel-item {
opacity: 0; transition-property: opacity; transform: none; }
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
z-index: 1; opacity: 1; }
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
z-index: 0; opacity: 0; transition: 0s 0.6s opacity; } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { transition: none; } }
.carousel-control-prev, .carousel-control-next {
position: absolute; top: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; transition: opacity 0.15s ease; } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { transition: none; } } .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; }
.carousel-control-prev {
left: 0; }
.carousel-control-next {
right: 0; }
.carousel-control-prev-icon, .carousel-control-next-icon {
display: inline-block; width: 20px; height: 20px; background: no-repeat 50% / 100% 100%; }
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
.carousel-control-next-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
.carousel-indicators {
position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: flex; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; } .carousel-indicators li { box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: .5; transition: opacity 0.6s ease; } @media (prefers-reduced-motion: reduce) { .carousel-indicators li { transition: none; } } .carousel-indicators .active { opacity: 1; }
.carousel-caption {
position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; }
@keyframes spinner-border {
to { transform: rotate(360deg); } }
.spinner-border {
display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border: 0.25em solid currentColor; border-right-color: transparent; border-radius: 50%; animation: spinner-border .75s linear infinite; }
.spinner-border-sm {
width: 1rem; height: 1rem; border-width: 0.2em; }
@keyframes spinner-grow {
0% { transform: scale(0); } 50% { opacity: 1; } }
.spinner-grow {
display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; animation: spinner-grow .75s linear infinite; }
.spinner-grow-sm {
width: 1rem; height: 1rem; }
.align-baseline {
vertical-align: baseline !important; }
.align-top {
vertical-align: top !important; }
.align-middle {
vertical-align: middle !important; }
.align-bottom {
vertical-align: bottom !important; }
.align-text-bottom {
vertical-align: text-bottom !important; }
.align-text-top {
vertical-align: text-top !important; }
.bg-primary {
background-color: #3f51b5 !important; }
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
background-color: #32408f !important; }
.bg-secondary {
background-color: #757575 !important; }
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
background-color: #5c5c5c !important; }
.bg-success {
background-color: #4caf50 !important; }
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
background-color: #3d8b40 !important; }
.bg-info {
background-color: #03a9f4 !important; }
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
background-color: #0286c2 !important; }
.bg-warning {
background-color: #ff5722 !important; }
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
background-color: #ee3900 !important; }
.bg-danger {
background-color: #f44336 !important; }
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
background-color: #ea1c0d !important; }
.bg-light {
background-color: #f5f5f5 !important; }
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
background-color: gainsboro !important; }
.bg-dark {
background-color: #424242 !important; }
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
background-color: #292929 !important; }
.bg-white {
background-color: #fff !important; }
.bg-transparent {
background-color: transparent !important; }
.border {
border: 1px solid #e0e0e0 !important; }
.border-top {
border-top: 1px solid #e0e0e0 !important; }
.border-right {
border-right: 1px solid #e0e0e0 !important; }
.border-bottom {
border-bottom: 1px solid #e0e0e0 !important; }
.border-left {
border-left: 1px solid #e0e0e0 !important; }
.border-0 {
border: 0 !important; }
.border-top-0 {
border-top: 0 !important; }
.border-right-0 {
border-right: 0 !important; }
.border-bottom-0 {
border-bottom: 0 !important; }
.border-left-0 {
border-left: 0 !important; }
.border-primary {
border-color: #3f51b5 !important; }
.border-secondary {
border-color: #757575 !important; }
.border-success {
border-color: #4caf50 !important; }
.border-info {
border-color: #03a9f4 !important; }
.border-warning {
border-color: #ff5722 !important; }
.border-danger {
border-color: #f44336 !important; }
.border-light {
border-color: #f5f5f5 !important; }
.border-dark {
border-color: #424242 !important; }
.border-white {
border-color: #fff !important; }
.rounded-sm {
border-radius: 0.0625rem !important; }
.rounded {
border-radius: 0.1rem !important; }
.rounded-top {
border-top-left-radius: 0.1rem !important; border-top-right-radius: 0.1rem !important; }
.rounded-right {
border-top-right-radius: 0.1rem !important; border-bottom-right-radius: 0.1rem !important; }
.rounded-bottom {
border-bottom-right-radius: 0.1rem !important; border-bottom-left-radius: 0.1rem !important; }
.rounded-left {
border-top-left-radius: 0.1rem !important; border-bottom-left-radius: 0.1rem !important; }
.rounded-lg {
border-radius: 0.1rem !important; }
.rounded-circle {
border-radius: 50% !important; }
.rounded-pill {
border-radius: 50rem !important; }
.rounded-0 {
border-radius: 0 !important; }
.clearfix::after {
display: block; clear: both; content: ""; }
.d-none {
display: none !important; }
.d-inline {
display: inline !important; }
.d-inline-block {
display: inline-block !important; }
.d-block {
display: block !important; }
.d-table {
display: table !important; }
.d-table-row {
display: table-row !important; }
.d-table-cell {
display: table-cell !important; }
.d-flex {
display: flex !important; }
.d-inline-flex {
display: inline-flex !important; }
@media (min-width: 576px) {
.d-sm-none { display: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: flex !important; } .d-sm-inline-flex { display: inline-flex !important; } }
@media (min-width: 768px) {
.d-md-none { display: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: flex !important; } .d-md-inline-flex { display: inline-flex !important; } }
@media (min-width: 992px) {
.d-lg-none { display: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: flex !important; } .d-lg-inline-flex { display: inline-flex !important; } }
@media (min-width: 1200px) {
.d-xl-none { display: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: flex !important; } .d-xl-inline-flex { display: inline-flex !important; } }
@media print {
.d-print-none { display: none !important; } .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: flex !important; } .d-print-inline-flex { display: inline-flex !important; } }
.embed-responsive {
position: relative; display: block; width: 100%; padding: 0; overflow: hidden; } .embed-responsive::before { display: block; content: ""; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
.embed-responsive-21by9::before {
padding-top: 42.85714%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.embed-responsive-21by9::before {
padding-top: 42.85714%; }
.embed-responsive-16by9::before {
padding-top: 56.25%; }
.embed-responsive-4by3::before {
padding-top: 75%; }
.embed-responsive-1by1::before {
padding-top: 100%; }
.flex-row {
flex-direction: row !important; }
.flex-column {
flex-direction: column !important; }
.flex-row-reverse {
flex-direction: row-reverse !important; }
.flex-column-reverse {
flex-direction: column-reverse !important; }
.flex-wrap {
flex-wrap: wrap !important; }
.flex-nowrap {
flex-wrap: nowrap !important; }
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important; }
.flex-fill {
flex: 1 1 auto !important; }
.flex-grow-0 {
flex-grow: 0 !important; }
.flex-grow-1 {
flex-grow: 1 !important; }
.flex-shrink-0 {
flex-shrink: 0 !important; }
.flex-shrink-1 {
flex-shrink: 1 !important; }
.justify-content-start {
justify-content: flex-start !important; }
.justify-content-end {
justify-content: flex-end !important; }
.justify-content-center {
justify-content: center !important; }
.justify-content-between {
justify-content: space-between !important; }
.justify-content-around {
justify-content: space-around !important; }
.align-items-start {
align-items: flex-start !important; }
.align-items-end {
align-items: flex-end !important; }
.align-items-center {
align-items: center !important; }
.align-items-baseline {
align-items: baseline !important; }
.align-items-stretch {
align-items: stretch !important; }
.align-content-start {
align-content: flex-start !important; }
.align-content-end {
align-content: flex-end !important; }
.align-content-center {
align-content: center !important; }
.align-content-between {
align-content: space-between !important; }
.align-content-around {
align-content: space-around !important; }
.align-content-stretch {
align-content: stretch !important; }
.align-self-auto {
align-self: auto !important; }
.align-self-start {
align-self: flex-start !important; }
.align-self-end {
align-self: flex-end !important; }
.align-self-center {
align-self: center !important; }
.align-self-baseline {
align-self: baseline !important; }
.align-self-stretch {
align-self: stretch !important; }
@media (min-width: 576px) {
.flex-sm-row { flex-direction: row !important; } .flex-sm-column { flex-direction: column !important; } .flex-sm-row-reverse { flex-direction: row-reverse !important; } .flex-sm-column-reverse { flex-direction: column-reverse !important; } .flex-sm-wrap { flex-wrap: wrap !important; } .flex-sm-nowrap { flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-sm-fill { flex: 1 1 auto !important; } .flex-sm-grow-0 { flex-grow: 0 !important; } .flex-sm-grow-1 { flex-grow: 1 !important; } .flex-sm-shrink-0 { flex-shrink: 0 !important; } .flex-sm-shrink-1 { flex-shrink: 1 !important; } .justify-content-sm-start { justify-content: flex-start !important; } .justify-content-sm-end { justify-content: flex-end !important; } .justify-content-sm-center { justify-content: center !important; } .justify-content-sm-between { justify-content: space-between !important; } .justify-content-sm-around { justify-content: space-around !important; } .align-items-sm-start { align-items: flex-start !important; } .align-items-sm-end { align-items: flex-end !important; } .align-items-sm-center { align-items: center !important; } .align-items-sm-baseline { align-items: baseline !important; } .align-items-sm-stretch { align-items: stretch !important; } .align-content-sm-start { align-content: flex-start !important; } .align-content-sm-end { align-content: flex-end !important; } .align-content-sm-center { align-content: center !important; } .align-content-sm-between { align-content: space-between !important; } .align-content-sm-around { align-content: space-around !important; } .align-content-sm-stretch { align-content: stretch !important; } .align-self-sm-auto { align-self: auto !important; } .align-self-sm-start { align-self: flex-start !important; } .align-self-sm-end { align-self: flex-end !important; } .align-self-sm-center { align-self: center !important; } .align-self-sm-baseline { align-self: baseline !important; } .align-self-sm-stretch { align-self: stretch !important; } }
@media (min-width: 768px) {
.flex-md-row { flex-direction: row !important; } .flex-md-column { flex-direction: column !important; } .flex-md-row-reverse { flex-direction: row-reverse !important; } .flex-md-column-reverse { flex-direction: column-reverse !important; } .flex-md-wrap { flex-wrap: wrap !important; } .flex-md-nowrap { flex-wrap: nowrap !important; } .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-md-fill { flex: 1 1 auto !important; } .flex-md-grow-0 { flex-grow: 0 !important; } .flex-md-grow-1 { flex-grow: 1 !important; } .flex-md-shrink-0 { flex-shrink: 0 !important; } .flex-md-shrink-1 { flex-shrink: 1 !important; } .justify-content-md-start { justify-content: flex-start !important; } .justify-content-md-end { justify-content: flex-end !important; } .justify-content-md-center { justify-content: center !important; } .justify-content-md-between { justify-content: space-between !important; } .justify-content-md-around { justify-content: space-around !important; } .align-items-md-start { align-items: flex-start !important; } .align-items-md-end { align-items: flex-end !important; } .align-items-md-center { align-items: center !important; } .align-items-md-baseline { align-items: baseline !important; } .align-items-md-stretch { align-items: stretch !important; } .align-content-md-start { align-content: flex-start !important; } .align-content-md-end { align-content: flex-end !important; } .align-content-md-center { align-content: center !important; } .align-content-md-between { align-content: space-between !important; } .align-content-md-around { align-content: space-around !important; } .align-content-md-stretch { align-content: stretch !important; } .align-self-md-auto { align-self: auto !important; } .align-self-md-start { align-self: flex-start !important; } .align-self-md-end { align-self: flex-end !important; } .align-self-md-center { align-self: center !important; } .align-self-md-baseline { align-self: baseline !important; } .align-self-md-stretch { align-self: stretch !important; } }
@media (min-width: 992px) {
.flex-lg-row { flex-direction: row !important; } .flex-lg-column { flex-direction: column !important; } .flex-lg-row-reverse { flex-direction: row-reverse !important; } .flex-lg-column-reverse { flex-direction: column-reverse !important; } .flex-lg-wrap { flex-wrap: wrap !important; } .flex-lg-nowrap { flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-lg-fill { flex: 1 1 auto !important; } .flex-lg-grow-0 { flex-grow: 0 !important; } .flex-lg-grow-1 { flex-grow: 1 !important; } .flex-lg-shrink-0 { flex-shrink: 0 !important; } .flex-lg-shrink-1 { flex-shrink: 1 !important; } .justify-content-lg-start { justify-content: flex-start !important; } .justify-content-lg-end { justify-content: flex-end !important; } .justify-content-lg-center { justify-content: center !important; } .justify-content-lg-between { justify-content: space-between !important; } .justify-content-lg-around { justify-content: space-around !important; } .align-items-lg-start { align-items: flex-start !important; } .align-items-lg-end { align-items: flex-end !important; } .align-items-lg-center { align-items: center !important; } .align-items-lg-baseline { align-items: baseline !important; } .align-items-lg-stretch { align-items: stretch !important; } .align-content-lg-start { align-content: flex-start !important; } .align-content-lg-end { align-content: flex-end !important; } .align-content-lg-center { align-content: center !important; } .align-content-lg-between { align-content: space-between !important; } .align-content-lg-around { align-content: space-around !important; } .align-content-lg-stretch { align-content: stretch !important; } .align-self-lg-auto { align-self: auto !important; } .align-self-lg-start { align-self: flex-start !important; } .align-self-lg-end { align-self: flex-end !important; } .align-self-lg-center { align-self: center !important; } .align-self-lg-baseline { align-self: baseline !important; } .align-self-lg-stretch { align-self: stretch !important; } }
@media (min-width: 1200px) {
.flex-xl-row { flex-direction: row !important; } .flex-xl-column { flex-direction: column !important; } .flex-xl-row-reverse { flex-direction: row-reverse !important; } .flex-xl-column-reverse { flex-direction: column-reverse !important; } .flex-xl-wrap { flex-wrap: wrap !important; } .flex-xl-nowrap { flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-xl-fill { flex: 1 1 auto !important; } .flex-xl-grow-0 { flex-grow: 0 !important; } .flex-xl-grow-1 { flex-grow: 1 !important; } .flex-xl-shrink-0 { flex-shrink: 0 !important; } .flex-xl-shrink-1 { flex-shrink: 1 !important; } .justify-content-xl-start { justify-content: flex-start !important; } .justify-content-xl-end { justify-content: flex-end !important; } .justify-content-xl-center { justify-content: center !important; } .justify-content-xl-between { justify-content: space-between !important; } .justify-content-xl-around { justify-content: space-around !important; } .align-items-xl-start { align-items: flex-start !important; } .align-items-xl-end { align-items: flex-end !important; } .align-items-xl-center { align-items: center !important; } .align-items-xl-baseline { align-items: baseline !important; } .align-items-xl-stretch { align-items: stretch !important; } .align-content-xl-start { align-content: flex-start !important; } .align-content-xl-end { align-content: flex-end !important; } .align-content-xl-center { align-content: center !important; } .align-content-xl-between { align-content: space-between !important; } .align-content-xl-around { align-content: space-around !important; } .align-content-xl-stretch { align-content: stretch !important; } .align-self-xl-auto { align-self: auto !important; } .align-self-xl-start { align-self: flex-start !important; } .align-self-xl-end { align-self: flex-end !important; } .align-self-xl-center { align-self: center !important; } .align-self-xl-baseline { align-self: baseline !important; } .align-self-xl-stretch { align-self: stretch !important; } }
.float-left {
float: left !important; }
.float-right {
float: right !important; }
.float-none {
float: none !important; }
@media (min-width: 576px) {
.float-sm-left { float: left !important; } .float-sm-right { float: right !important; } .float-sm-none { float: none !important; } }
@media (min-width: 768px) {
.float-md-left { float: left !important; } .float-md-right { float: right !important; } .float-md-none { float: none !important; } }
@media (min-width: 992px) {
.float-lg-left { float: left !important; } .float-lg-right { float: right !important; } .float-lg-none { float: none !important; } }
@media (min-width: 1200px) {
.float-xl-left { float: left !important; } .float-xl-right { float: right !important; } .float-xl-none { float: none !important; } }
.overflow-auto {
overflow: auto !important; }
.overflow-hidden {
overflow: hidden !important; }
.position-static {
position: static !important; }
.position-relative {
position: relative !important; }
.position-absolute {
position: absolute !important; }
.position-fixed {
position: fixed !important; }
.position-sticky {
position: sticky !important; }
.fixed-top {
position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
.fixed-bottom {
position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; }
@supports (position: sticky) {
.sticky-top { position: sticky; top: 0; z-index: 1020; } }
.sr-only {
position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; }
.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
.shadow-none {
box-shadow: none !important; }
.w-25 {
width: 25% !important; }
.w-50 {
width: 50% !important; }
.w-75 {
width: 75% !important; }
.w-100 {
width: 100% !important; }
.w-auto {
width: auto !important; }
.h-25 {
height: 25% !important; }
.h-50 {
height: 50% !important; }
.h-75 {
height: 75% !important; }
.h-100 {
height: 100% !important; }
.h-auto {
height: auto !important; }
.mw-100 {
max-width: 100% !important; }
.mh-100 {
max-height: 100% !important; }
.min-vw-100 {
min-width: 100vw !important; }
.min-vh-100 {
min-height: 100vh !important; }
.vw-100 {
width: 100vw !important; }
.vh-100 {
height: 100vh !important; }
.stretched-:after {
position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: auto; content: ""; background-color: rgba(0, 0, 0, 0); }
.m-0 {
margin: 0 !important; }
.mt-0, .my-0 {
margin-top: 0 !important; }
.mr-0, .mx-0 {
margin-right: 0 !important; }
.mb-0, .my-0 {
margin-bottom: 0 !important; }
.ml-0, .mx-0 {
margin-left: 0 !important; }
.m-1 {
margin: 0.25rem !important; }
.mt-1, .my-1 {
margin-top: 0.25rem !important; }
.mr-1, .mx-1 {
margin-right: 0.25rem !important; }
.mb-1, .my-1 {
margin-bottom: 0.25rem !important; }
.ml-1, .mx-1 {
margin-left: 0.25rem !important; }
.m-2 {
margin: 0.5rem !important; }
.mt-2, .my-2 {
margin-top: 0.5rem !important; }
.mr-2, .mx-2 {
margin-right: 0.5rem !important; }
.mb-2, .my-2 {
margin-bottom: 0.5rem !important; }
.ml-2, .mx-2 {
margin-left: 0.5rem !important; }
.m-3 {
margin: 1rem !important; }
.mt-3, .my-3 {
margin-top: 1rem !important; }
.mr-3, .mx-3 {
margin-right: 1rem !important; }
.mb-3, .my-3 {
margin-bottom: 1rem !important; }
.ml-3, .mx-3 {
margin-left: 1rem !important; }
.m-4 {
margin: 1.5rem !important; }
.mt-4, .my-4 {
margin-top: 1.5rem !important; }
.mr-4, .mx-4 {
margin-right: 1.5rem !important; }
.mb-4, .my-4 {
margin-bottom: 1.5rem !important; }
.ml-4, .mx-4 {
margin-left: 1.5rem !important; }
.m-5 {
margin: 3rem !important; }
.mt-5, .my-5 {
margin-top: 3rem !important; }
.mr-5, .mx-5 {
margin-right: 3rem !important; }
.mb-5, .my-5 {
margin-bottom: 3rem !important; }
.ml-5, .mx-5 {
margin-left: 3rem !important; }
.p-0 {
padding: 0 !important; }
.pt-0, .py-0 {
padding-top: 0 !important; }
.pr-0, .px-0 {
padding-right: 0 !important; }
.pb-0, .py-0 {
padding-bottom: 0 !important; }
.pl-0, .px-0 {
padding-left: 0 !important; }
.p-1 {
padding: 0.25rem !important; }
.pt-1, .py-1 {
padding-top: 0.25rem !important; }
.pr-1, .px-1 {
padding-right: 0.25rem !important; }
.pb-1, .py-1 {
padding-bottom: 0.25rem !important; }
.pl-1, .px-1 {
padding-left: 0.25rem !important; }
.p-2 {
padding: 0.5rem !important; }
.pt-2, .py-2 {
padding-top: 0.5rem !important; }
.pr-2, .px-2 {
padding-right: 0.5rem !important; }
.pb-2, .py-2 {
padding-bottom: 0.5rem !important; }
.pl-2, .px-2 {
padding-left: 0.5rem !important; }
.p-3 {
padding: 1rem !important; }
.pt-3, .py-3 {
padding-top: 1rem !important; }
.pr-3, .px-3 {
padding-right: 1rem !important; }
.pb-3, .py-3 {
padding-bottom: 1rem !important; }
.pl-3, .px-3 {
padding-left: 1rem !important; }
.p-4 {
padding: 1.5rem !important; }
.pt-4, .py-4 {
padding-top: 1.5rem !important; }
.pr-4, .px-4 {
padding-right: 1.5rem !important; }
.pb-4, .py-4 {
padding-bottom: 1.5rem !important; }
.pl-4, .px-4 {
padding-left: 1.5rem !important; }
.p-5 {
padding: 3rem !important; }
.pt-5, .py-5 {
padding-top: 3rem !important; }
.pr-5, .px-5 {
padding-right: 3rem !important; }
.pb-5, .py-5 {
padding-bottom: 3rem !important; }
.pl-5, .px-5 {
padding-left: 3rem !important; }
.m-n1 {
margin: -0.25rem !important; }
.mt-n1, .my-n1 {
margin-top: -0.25rem !important; }
.mr-n1, .mx-n1 {
margin-right: -0.25rem !important; }
.mb-n1, .my-n1 {
margin-bottom: -0.25rem !important; }
.ml-n1, .mx-n1 {
margin-left: -0.25rem !important; }
.m-n2 {
margin: -0.5rem !important; }
.mt-n2, .my-n2 {
margin-top: -0.5rem !important; }
.mr-n2, .mx-n2 {
margin-right: -0.5rem !important; }
.mb-n2, .my-n2 {
margin-bottom: -0.5rem !important; }
.ml-n2, .mx-n2 {
margin-left: -0.5rem !important; }
.m-n3 {
margin: -1rem !important; }
.mt-n3, .my-n3 {
margin-top: -1rem !important; }
.mr-n3, .mx-n3 {
margin-right: -1rem !important; }
.mb-n3, .my-n3 {
margin-bottom: -1rem !important; }
.ml-n3, .mx-n3 {
margin-left: -1rem !important; }
.m-n4 {
margin: -1.5rem !important; }
.mt-n4, .my-n4 {
margin-top: -1.5rem !important; }
.mr-n4, .mx-n4 {
margin-right: -1.5rem !important; }
.mb-n4, .my-n4 {
margin-bottom: -1.5rem !important; }
.ml-n4, .mx-n4 {
margin-left: -1.5rem !important; }
.m-n5 {
margin: -3rem !important; }
.mt-n5, .my-n5 {
margin-top: -3rem !important; }
.mr-n5, .mx-n5 {
margin-right: -3rem !important; }
.mb-n5, .my-n5 {
margin-bottom: -3rem !important; }
.ml-n5, .mx-n5 {
margin-left: -3rem !important; }
.m-auto {
margin: auto !important; }
.mt-auto, .my-auto {
margin-top: auto !important; }
.mr-auto, .mx-auto {
margin-right: auto !important; }
.mb-auto, .my-auto {
margin-bottom: auto !important; }
.ml-auto, .mx-auto {
margin-left: auto !important; }
@media (min-width: 576px) {
.m-sm-0 { margin: 0 !important; } .mt-sm-0, .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, .mx-sm-auto { margin-left: auto !important; } }
@media (min-width: 768px) {
.m-md-0 { margin: 0 !important; } .mt-md-0, .my-md-0 { margin-top: 0 !important; } .mr-md-0, .mx-md-0 { margin-right: 0 !important; } .mb-md-0, .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, .my-md-3 { margin-top: 1rem !important; } .mr-md-3, .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, .my-md-5 { margin-top: 3rem !important; } .mr-md-5, .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, .py-md-0 { padding-top: 0 !important; } .pr-md-0, .px-md-0 { padding-right: 0 !important; } .pb-md-0, .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, .py-md-3 { padding-top: 1rem !important; } .pr-md-3, .px-md-3 { padding-right: 1rem !important; } .pb-md-3, .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, .py-md-5 { padding-top: 3rem !important; } .pr-md-5, .px-md-5 { padding-right: 3rem !important; } .pb-md-5, .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, .my-md-auto { margin-top: auto !important; } .mr-md-auto, .mx-md-auto { margin-right: auto !important; } .mb-md-auto, .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, .mx-md-auto { margin-left: auto !important; } }
@media (min-width: 992px) {
.m-lg-0 { margin: 0 !important; } .mt-lg-0, .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, .mx-lg-auto { margin-left: auto !important; } }
@media (min-width: 1200px) {
.m-xl-0 { margin: 0 !important; } .mt-xl-0, .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } }
.text-monospace {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
.text-justify {
text-align: justify !important; }
.text-wrap {
white-space: normal !important; }
.text-nowrap {
white-space: nowrap !important; }
.text-truncate {
overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-left {
text-align: left !important; }
.text-right {
text-align: right !important; }
.text-center {
text-align: center !important; }
@media (min-width: 576px) {
.text-sm-left { text-align: left !important; } .text-sm-right { text-align: right !important; } .text-sm-center { text-align: center !important; } }
@media (min-width: 768px) {
.text-md-left { text-align: left !important; } .text-md-right { text-align: right !important; } .text-md-center { text-align: center !important; } }
@media (min-width: 992px) {
.text-lg-left { text-align: left !important; } .text-lg-right { text-align: right !important; } .text-lg-center { text-align: center !important; } }
@media (min-width: 1200px) {
.text-xl-left { text-align: left !important; } .text-xl-right { text-align: right !important; } .text-xl-center { text-align: center !important; } }
.text-lowercase {
text-transform: lowercase !important; }
.text-uppercase {
text-transform: uppercase !important; }
.text-capitalize {
text-transform: capitalize !important; }
.font-weight-light {
font-weight: 300 !important; }
.font-weight-lighter {
font-weight: lighter !important; }
.font-weight-normal {
font-weight: 400 !important; }
.font-weight-bold {
font-weight: 700 !important; }
.font-weight-bolder {
font-weight: bolder !important; }
.font-italic {
font-style: italic !important; }
.text-white {
color: #fff !important; }
.text-primary {
color: #3f51b5 !important; }
a.text-primary:hover, a.text-primary:focus {
color: #2b387c !important; }
.text-secondary {
color: #757575 !important; }
a.text-secondary:hover, a.text-secondary:focus {
color: #4f4f4f !important; }
.text-success {
color: #4caf50 !important; }
a.text-success:hover, a.text-success:focus {
color: #357a38 !important; }
.text-info {
color: #03a9f4 !important; }
a.text-info:hover, a.text-info:focus {
color: #0275a8 !important; }
.text-warning {
color: #ff5722 !important; }
a.text-warning:hover, a.text-warning:focus {
color: #d53300 !important; }
.text-danger {
color: #f44336 !important; }
a.text-danger:hover, a.text-danger:focus {
color: #d2190b !important; }
.text-light {
color: #f5f5f5 !important; }
a.text-light:hover, a.text-light:focus {
color: #cfcfcf !important; }
.text-dark {
color: #424242 !important; }
a.text-dark:hover, a.text-dark:focus {
color: #1c1c1c !important; }
.text-body {
color: #212121 !important; }
.text-muted, .bmd-help {
color: #757575 !important; }
.text-black-50 {
color: rgba(0, 0, 0, 0.5) !important; }
.text-white-50 {
color: rgba(255, 255, 255, 0.5) !important; }
.text-hide {
font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.text-decoration-none {
text-decoration: none !important; }
.text-break {
word-break: break-word !important; overflow-wrap: break-word !important; }
.text-reset {
color: inherit !important; }
.visible {
visibility: visible !important; }
.invisible {
visibility: hidden !important; }
@media print {
*, *::before, *::after { text-shadow: none !important; box-shadow: none !important; } a:not(.btn):not(.custom-file-control::before) { text-decoration: underline; } abbr[title]::after { content: " (" attr(title) ")"; } pre { white-space: pre-wrap !important; } pre, blockquote { border: 1px solid #9e9e9e; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } @page { size: a3; } body { min-width: 992px !important; } .container { min-width: 992px !important; } .navbar { display: none; } .badge { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #e0e0e0 !important; } .table-dark { color: inherit; } .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody { border-color: rgba(0, 0, 0, 0.06); } .table .thead-dark th { color: inherit; border-color: rgba(0, 0, 0, 0.06); } }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_reboot.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ body {
font-weight: 400; }
a:focus {
outline: none; }
button:focus {
outline: none; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_custom.scss # Bootstrap/BMD overrides # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # -----------------------------------------------------------------------------
*/ /*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/custom/_buttons.scss # Provides custom styles and overloads # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # -----------------------------------------------------------------------------
*/ .close {
text-shadow: unset !important; opacity: .7 !important; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/custom/_code.scss # Provides custom styles and overloads # # Product/Info: # https://jekyll-one.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one/j1_template_mde/blob/master/LICENSE # # -----------------------------------------------------------------------------
*/ code {
/* font-family: "Courier New", monospace; */ font-size: 100% !important; font-weight: bold; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_layout.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .bmd-layout-canvas {
display: flex; flex-direction: column; width: 100%; height: 100%; }
.bmd-layout-container {
position: relative; flex: 1; display: flex; flex-direction: column; width: 100%; height: 100%; overflow: hidden; }
.bmd-layout-header {
z-index: 3; display: flex; flex-direction: column; flex-wrap: nowrap; flex-shrink: 0; justify-content: flex-start; width: 100%; max-height: 1000px; transform: translateZ(0); transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.bmd-layout-content {
position: relative; z-index: 1; display: inline-block; flex-grow: 1; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.bmd-layout-spacer {
flex-grow: 1; }
.bmd-layout-backdrop {
position: absolute; top: 0; left: 0; z-index: 4; width: 100%; height: 100%; visibility: hidden; background-color: transparent; transition-property: background-color; transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @supports (pointer-events: auto) { .bmd-layout-backdrop { background-color: rgba(0, 0, 0, 0.5); opacity: 0; transition-property: opacity; visibility: visible; pointer-events: none; } }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_buttons.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .btn, .custom-file-control::before {
position: relative; margin-bottom: 0.3125rem; font-size: 0.875rem; text-decoration: none; text-transform: uppercase; letter-spacing: 0; cursor: pointer; background-color: transparent; border: 0; outline: 0; transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); will-change: box-shadow, transform; color: rgba(0, 0, 0, 0.87); background-color: transparent; border-color: #ccc; } .btn:hover, .custom-file-control:hover::before { color: rgba(0, 0, 0, 0.87); background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn:focus, .custom-file-control:focus::before, .btn.focus, .focus.custom-file-control::before { color: rgba(0, 0, 0, 0.87); background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn:active, .custom-file-control:active::before, .btn.active, .active.custom-file-control::before, .open > .btn.dropdown-toggle, .open > .dropdown-toggle.custom-file-control::before { color: rgba(0, 0, 0, 0.87); background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn:active:hover, .custom-file-control:active:hover::before, .btn:active:focus, .custom-file-control:active:focus::before, .btn:active.focus, .custom-file-control:active.focus::before, .btn.active:hover, .active.custom-file-control:hover::before, .btn.active:focus, .active.custom-file-control:focus::before, .btn.active.focus, .active.focus.custom-file-control::before, .open > .btn.dropdown-toggle:hover, .open > .dropdown-toggle.custom-file-control:hover::before, .open > .btn.dropdown-toggle:focus, .open > .dropdown-toggle.custom-file-control:focus::before, .open > .btn.dropdown-toggle.focus, .open > .dropdown-toggle.focus.custom-file-control::before { color: rgba(0, 0, 0, 0.87); background-color: rgba(153, 153, 153, 0.4); border-color: rgba(153, 153, 153, 0.4); } .open > .btn.dropdown-toggle.bmd-btn-icon, .open > .dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.dropdown-toggle.bmd-btn-icon:hover, .open > .dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.disabled:focus, .disabled.custom-file-control:focus::before, .btn.disabled.focus, .disabled.focus.custom-file-control::before, .btn:disabled:focus, .custom-file-control:disabled:focus::before, .btn:disabled.focus, .custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .btn.disabled:hover, .disabled.custom-file-control:hover::before, .btn:disabled:hover, .custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn, .bg-inverse .custom-file-control::before { color: rgba(0, 0, 0, 0.87); background-color: transparent; border-color: #ccc; } .bg-inverse .btn:hover, .bg-inverse .custom-file-control:hover::before { color: rgba(0, 0, 0, 0.87); background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn:focus, .bg-inverse .custom-file-control:focus::before, .bg-inverse .btn.focus, .bg-inverse .focus.custom-file-control::before { color: rgba(0, 0, 0, 0.87); background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn:active, .bg-inverse .custom-file-control:active::before, .bg-inverse .btn.active, .bg-inverse .active.custom-file-control::before, .open > .bg-inverse .btn.dropdown-toggle, .open > .bg-inverse .dropdown-toggle.custom-file-control::before { color: rgba(0, 0, 0, 0.87); background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn:active:hover, .bg-inverse .custom-file-control:active:hover::before, .bg-inverse .btn:active:focus, .bg-inverse .custom-file-control:active:focus::before, .bg-inverse .btn:active.focus, .bg-inverse .custom-file-control:active.focus::before, .bg-inverse .btn.active:hover, .bg-inverse .active.custom-file-control:hover::before, .bg-inverse .btn.active:focus, .bg-inverse .active.custom-file-control:focus::before, .bg-inverse .btn.active.focus, .bg-inverse .active.focus.custom-file-control::before, .open > .bg-inverse .btn.dropdown-toggle:hover, .open > .bg-inverse .dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.dropdown-toggle:focus, .open > .bg-inverse .dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.dropdown-toggle.focus, .open > .bg-inverse .dropdown-toggle.focus.custom-file-control::before { color: rgba(0, 0, 0, 0.87); background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.disabled:focus, .bg-inverse .disabled.custom-file-control:focus::before, .bg-inverse .btn.disabled.focus, .bg-inverse .disabled.focus.custom-file-control::before, .bg-inverse .btn:disabled:focus, .bg-inverse .custom-file-control:disabled:focus::before, .bg-inverse .btn:disabled.focus, .bg-inverse .custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.disabled:hover, .bg-inverse .disabled.custom-file-control:hover::before, .bg-inverse .btn:disabled:hover, .bg-inverse .custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .btn.btn-link, .btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-primary, .btn-primary.custom-file-control::before { color: #3f51b5; background-color: transparent; border-color: #ccc; } .btn.btn-primary:hover, .btn-primary.custom-file-control:hover::before { color: #3f51b5; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-primary:focus, .btn-primary.custom-file-control:focus::before, .btn.btn-primary.focus, .btn-primary.focus.custom-file-control::before { color: #3f51b5; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-primary:active, .btn-primary.custom-file-control:active::before, .btn.btn-primary.active, .btn-primary.active.custom-file-control::before, .open > .btn.btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle.custom-file-control::before { color: #3f51b5; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-primary:active:hover, .btn-primary.custom-file-control:active:hover::before, .btn.btn-primary:active:focus, .btn-primary.custom-file-control:active:focus::before, .btn.btn-primary:active.focus, .btn-primary.custom-file-control:active.focus::before, .btn.btn-primary.active:hover, .btn-primary.active.custom-file-control:hover::before, .btn.btn-primary.active:focus, .btn-primary.active.custom-file-control:focus::before, .btn.btn-primary.active.focus, .btn-primary.active.focus.custom-file-control::before, .open > .btn.btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle.focus.custom-file-control::before { color: #3f51b5; background-color: rgba(153, 153, 153, 0.4); border-color: rgba(153, 153, 153, 0.4); } .open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-primary.disabled:focus, .btn-primary.disabled.custom-file-control:focus::before, .btn.btn-primary.disabled.focus, .btn-primary.disabled.focus.custom-file-control::before, .btn.btn-primary:disabled:focus, .btn-primary.custom-file-control:disabled:focus::before, .btn.btn-primary:disabled.focus, .btn-primary.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .btn.btn-primary.disabled:hover, .btn-primary.disabled.custom-file-control:hover::before, .btn.btn-primary:disabled:hover, .btn-primary.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-primary, .bg-inverse .btn-primary.custom-file-control::before { color: #3f51b5; background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-primary:hover, .bg-inverse .btn-primary.custom-file-control:hover::before { color: #3f51b5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-primary:focus, .bg-inverse .btn-primary.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.focus, .bg-inverse .btn-primary.focus.custom-file-control::before { color: #3f51b5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-primary:active, .bg-inverse .btn-primary.custom-file-control:active::before, .bg-inverse .btn.btn-primary.active, .bg-inverse .btn-primary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle, .open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control::before { color: #3f51b5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-primary:active:hover, .bg-inverse .btn-primary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-primary:active:focus, .bg-inverse .btn-primary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-primary:active.focus, .bg-inverse .btn-primary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-primary.active:hover, .bg-inverse .btn-primary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-primary.active:focus, .bg-inverse .btn-primary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.active.focus, .bg-inverse .btn-primary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle:hover, .open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle:focus, .open > .bg-inverse .btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-primary.dropdown-toggle.focus, .open > .bg-inverse .btn-primary.dropdown-toggle.focus.custom-file-control::before { color: #3f51b5; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-primary.disabled:focus, .bg-inverse .btn-primary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-primary.disabled.focus, .bg-inverse .btn-primary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-primary:disabled:focus, .bg-inverse .btn-primary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-primary:disabled.focus, .bg-inverse .btn-primary.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-primary.disabled:hover, .bg-inverse .btn-primary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-primary:disabled:hover, .bg-inverse .btn-primary.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .btn.btn-primary.btn-link, .btn-primary.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-secondary, .btn-secondary.custom-file-control::before { color: #757575; background-color: transparent; border-color: #ccc; } .btn.btn-secondary:hover, .btn-secondary.custom-file-control:hover::before { color: #757575; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-secondary:focus, .btn-secondary.custom-file-control:focus::before, .btn.btn-secondary.focus, .btn-secondary.focus.custom-file-control::before { color: #757575; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-secondary:active, .btn-secondary.custom-file-control:active::before, .btn.btn-secondary.active, .btn-secondary.active.custom-file-control::before, .open > .btn.btn-secondary.dropdown-toggle, .open > .btn-secondary.dropdown-toggle.custom-file-control::before { color: #757575; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-secondary:active:hover, .btn-secondary.custom-file-control:active:hover::before, .btn.btn-secondary:active:focus, .btn-secondary.custom-file-control:active:focus::before, .btn.btn-secondary:active.focus, .btn-secondary.custom-file-control:active.focus::before, .btn.btn-secondary.active:hover, .btn-secondary.active.custom-file-control:hover::before, .btn.btn-secondary.active:focus, .btn-secondary.active.custom-file-control:focus::before, .btn.btn-secondary.active.focus, .btn-secondary.active.focus.custom-file-control::before, .open > .btn.btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle.focus.custom-file-control::before { color: #757575; background-color: rgba(153, 153, 153, 0.4); border-color: rgba(153, 153, 153, 0.4); } .open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-secondary.disabled:focus, .btn-secondary.disabled.custom-file-control:focus::before, .btn.btn-secondary.disabled.focus, .btn-secondary.disabled.focus.custom-file-control::before, .btn.btn-secondary:disabled:focus, .btn-secondary.custom-file-control:disabled:focus::before, .btn.btn-secondary:disabled.focus, .btn-secondary.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .btn.btn-secondary.disabled:hover, .btn-secondary.disabled.custom-file-control:hover::before, .btn.btn-secondary:disabled:hover, .btn-secondary.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-secondary, .bg-inverse .btn-secondary.custom-file-control::before { color: #757575; background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-secondary:hover, .bg-inverse .btn-secondary.custom-file-control:hover::before { color: #757575; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-secondary:focus, .bg-inverse .btn-secondary.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.focus, .bg-inverse .btn-secondary.focus.custom-file-control::before { color: #757575; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-secondary:active, .bg-inverse .btn-secondary.custom-file-control:active::before, .bg-inverse .btn.btn-secondary.active, .bg-inverse .btn-secondary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle, .open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control::before { color: #757575; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-secondary:active:hover, .bg-inverse .btn-secondary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-secondary:active:focus, .bg-inverse .btn-secondary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-secondary:active.focus, .bg-inverse .btn-secondary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-secondary.active:hover, .bg-inverse .btn-secondary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-secondary.active:focus, .bg-inverse .btn-secondary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.active.focus, .bg-inverse .btn-secondary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle:hover, .open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle:focus, .open > .bg-inverse .btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-secondary.dropdown-toggle.focus, .open > .bg-inverse .btn-secondary.dropdown-toggle.focus.custom-file-control::before { color: #757575; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-secondary.disabled:focus, .bg-inverse .btn-secondary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-secondary.disabled.focus, .bg-inverse .btn-secondary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-secondary:disabled:focus, .bg-inverse .btn-secondary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-secondary:disabled.focus, .bg-inverse .btn-secondary.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-secondary.disabled:hover, .bg-inverse .btn-secondary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-secondary:disabled:hover, .bg-inverse .btn-secondary.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .btn.btn-secondary.btn-link, .btn-secondary.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-success, .btn-success.custom-file-control::before { color: #4caf50; background-color: transparent; border-color: #ccc; } .btn.btn-success:hover, .btn-success.custom-file-control:hover::before { color: #4caf50; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-success:focus, .btn-success.custom-file-control:focus::before, .btn.btn-success.focus, .btn-success.focus.custom-file-control::before { color: #4caf50; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-success:active, .btn-success.custom-file-control:active::before, .btn.btn-success.active, .btn-success.active.custom-file-control::before, .open > .btn.btn-success.dropdown-toggle, .open > .btn-success.dropdown-toggle.custom-file-control::before { color: #4caf50; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-success:active:hover, .btn-success.custom-file-control:active:hover::before, .btn.btn-success:active:focus, .btn-success.custom-file-control:active:focus::before, .btn.btn-success:active.focus, .btn-success.custom-file-control:active.focus::before, .btn.btn-success.active:hover, .btn-success.active.custom-file-control:hover::before, .btn.btn-success.active:focus, .btn-success.active.custom-file-control:focus::before, .btn.btn-success.active.focus, .btn-success.active.focus.custom-file-control::before, .open > .btn.btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle.focus.custom-file-control::before { color: #4caf50; background-color: rgba(153, 153, 153, 0.4); border-color: rgba(153, 153, 153, 0.4); } .open > .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open > .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-success.disabled:focus, .btn-success.disabled.custom-file-control:focus::before, .btn.btn-success.disabled.focus, .btn-success.disabled.focus.custom-file-control::before, .btn.btn-success:disabled:focus, .btn-success.custom-file-control:disabled:focus::before, .btn.btn-success:disabled.focus, .btn-success.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .btn.btn-success.disabled:hover, .btn-success.disabled.custom-file-control:hover::before, .btn.btn-success:disabled:hover, .btn-success.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-success, .bg-inverse .btn-success.custom-file-control::before { color: #4caf50; background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-success:hover, .bg-inverse .btn-success.custom-file-control:hover::before { color: #4caf50; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-success:focus, .bg-inverse .btn-success.custom-file-control:focus::before, .bg-inverse .btn.btn-success.focus, .bg-inverse .btn-success.focus.custom-file-control::before { color: #4caf50; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-success:active, .bg-inverse .btn-success.custom-file-control:active::before, .bg-inverse .btn.btn-success.active, .bg-inverse .btn-success.active.custom-file-control::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle, .open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control::before { color: #4caf50; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-success:active:hover, .bg-inverse .btn-success.custom-file-control:active:hover::before, .bg-inverse .btn.btn-success:active:focus, .bg-inverse .btn-success.custom-file-control:active:focus::before, .bg-inverse .btn.btn-success:active.focus, .bg-inverse .btn-success.custom-file-control:active.focus::before, .bg-inverse .btn.btn-success.active:hover, .bg-inverse .btn-success.active.custom-file-control:hover::before, .bg-inverse .btn.btn-success.active:focus, .bg-inverse .btn-success.active.custom-file-control:focus::before, .bg-inverse .btn.btn-success.active.focus, .bg-inverse .btn-success.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle:hover, .open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle:focus, .open > .bg-inverse .btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-success.dropdown-toggle.focus, .open > .bg-inverse .btn-success.dropdown-toggle.focus.custom-file-control::before { color: #4caf50; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-success.disabled:focus, .bg-inverse .btn-success.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-success.disabled.focus, .bg-inverse .btn-success.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-success:disabled:focus, .bg-inverse .btn-success.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-success:disabled.focus, .bg-inverse .btn-success.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-success.disabled:hover, .bg-inverse .btn-success.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-success:disabled:hover, .bg-inverse .btn-success.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .btn.btn-success.btn-link, .btn-success.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-info, .btn-info.custom-file-control::before { color: #03a9f4; background-color: transparent; border-color: #ccc; } .btn.btn-info:hover, .btn-info.custom-file-control:hover::before { color: #03a9f4; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-info:focus, .btn-info.custom-file-control:focus::before, .btn.btn-info.focus, .btn-info.focus.custom-file-control::before { color: #03a9f4; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-info:active, .btn-info.custom-file-control:active::before, .btn.btn-info.active, .btn-info.active.custom-file-control::before, .open > .btn.btn-info.dropdown-toggle, .open > .btn-info.dropdown-toggle.custom-file-control::before { color: #03a9f4; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-info:active:hover, .btn-info.custom-file-control:active:hover::before, .btn.btn-info:active:focus, .btn-info.custom-file-control:active:focus::before, .btn.btn-info:active.focus, .btn-info.custom-file-control:active.focus::before, .btn.btn-info.active:hover, .btn-info.active.custom-file-control:hover::before, .btn.btn-info.active:focus, .btn-info.active.custom-file-control:focus::before, .btn.btn-info.active.focus, .btn-info.active.focus.custom-file-control::before, .open > .btn.btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle.focus.custom-file-control::before { color: #03a9f4; background-color: rgba(153, 153, 153, 0.4); border-color: rgba(153, 153, 153, 0.4); } .open > .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open > .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-info.disabled:focus, .btn-info.disabled.custom-file-control:focus::before, .btn.btn-info.disabled.focus, .btn-info.disabled.focus.custom-file-control::before, .btn.btn-info:disabled:focus, .btn-info.custom-file-control:disabled:focus::before, .btn.btn-info:disabled.focus, .btn-info.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .btn.btn-info.disabled:hover, .btn-info.disabled.custom-file-control:hover::before, .btn.btn-info:disabled:hover, .btn-info.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-info, .bg-inverse .btn-info.custom-file-control::before { color: #03a9f4; background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-info:hover, .bg-inverse .btn-info.custom-file-control:hover::before { color: #03a9f4; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-info:focus, .bg-inverse .btn-info.custom-file-control:focus::before, .bg-inverse .btn.btn-info.focus, .bg-inverse .btn-info.focus.custom-file-control::before { color: #03a9f4; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-info:active, .bg-inverse .btn-info.custom-file-control:active::before, .bg-inverse .btn.btn-info.active, .bg-inverse .btn-info.active.custom-file-control::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle, .open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control::before { color: #03a9f4; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-info:active:hover, .bg-inverse .btn-info.custom-file-control:active:hover::before, .bg-inverse .btn.btn-info:active:focus, .bg-inverse .btn-info.custom-file-control:active:focus::before, .bg-inverse .btn.btn-info:active.focus, .bg-inverse .btn-info.custom-file-control:active.focus::before, .bg-inverse .btn.btn-info.active:hover, .bg-inverse .btn-info.active.custom-file-control:hover::before, .bg-inverse .btn.btn-info.active:focus, .bg-inverse .btn-info.active.custom-file-control:focus::before, .bg-inverse .btn.btn-info.active.focus, .bg-inverse .btn-info.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle:hover, .open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle:focus, .open > .bg-inverse .btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-info.dropdown-toggle.focus, .open > .bg-inverse .btn-info.dropdown-toggle.focus.custom-file-control::before { color: #03a9f4; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-info.disabled:focus, .bg-inverse .btn-info.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-info.disabled.focus, .bg-inverse .btn-info.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-info:disabled:focus, .bg-inverse .btn-info.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-info:disabled.focus, .bg-inverse .btn-info.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-info.disabled:hover, .bg-inverse .btn-info.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-info:disabled:hover, .bg-inverse .btn-info.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .btn.btn-info.btn-link, .btn-info.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-warning, .btn-warning.custom-file-control::before { color: #ff5722; background-color: transparent; border-color: #ccc; } .btn.btn-warning:hover, .btn-warning.custom-file-control:hover::before { color: #ff5722; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-warning:focus, .btn-warning.custom-file-control:focus::before, .btn.btn-warning.focus, .btn-warning.focus.custom-file-control::before { color: #ff5722; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-warning:active, .btn-warning.custom-file-control:active::before, .btn.btn-warning.active, .btn-warning.active.custom-file-control::before, .open > .btn.btn-warning.dropdown-toggle, .open > .btn-warning.dropdown-toggle.custom-file-control::before { color: #ff5722; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-warning:active:hover, .btn-warning.custom-file-control:active:hover::before, .btn.btn-warning:active:focus, .btn-warning.custom-file-control:active:focus::before, .btn.btn-warning:active.focus, .btn-warning.custom-file-control:active.focus::before, .btn.btn-warning.active:hover, .btn-warning.active.custom-file-control:hover::before, .btn.btn-warning.active:focus, .btn-warning.active.custom-file-control:focus::before, .btn.btn-warning.active.focus, .btn-warning.active.focus.custom-file-control::before, .open > .btn.btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle.focus.custom-file-control::before { color: #ff5722; background-color: rgba(153, 153, 153, 0.4); border-color: rgba(153, 153, 153, 0.4); } .open > .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-warning.disabled:focus, .btn-warning.disabled.custom-file-control:focus::before, .btn.btn-warning.disabled.focus, .btn-warning.disabled.focus.custom-file-control::before, .btn.btn-warning:disabled:focus, .btn-warning.custom-file-control:disabled:focus::before, .btn.btn-warning:disabled.focus, .btn-warning.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .btn.btn-warning.disabled:hover, .btn-warning.disabled.custom-file-control:hover::before, .btn.btn-warning:disabled:hover, .btn-warning.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-warning, .bg-inverse .btn-warning.custom-file-control::before { color: #ff5722; background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-warning:hover, .bg-inverse .btn-warning.custom-file-control:hover::before { color: #ff5722; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-warning:focus, .bg-inverse .btn-warning.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.focus, .bg-inverse .btn-warning.focus.custom-file-control::before { color: #ff5722; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-warning:active, .bg-inverse .btn-warning.custom-file-control:active::before, .bg-inverse .btn.btn-warning.active, .bg-inverse .btn-warning.active.custom-file-control::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle, .open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control::before { color: #ff5722; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-warning:active:hover, .bg-inverse .btn-warning.custom-file-control:active:hover::before, .bg-inverse .btn.btn-warning:active:focus, .bg-inverse .btn-warning.custom-file-control:active:focus::before, .bg-inverse .btn.btn-warning:active.focus, .bg-inverse .btn-warning.custom-file-control:active.focus::before, .bg-inverse .btn.btn-warning.active:hover, .bg-inverse .btn-warning.active.custom-file-control:hover::before, .bg-inverse .btn.btn-warning.active:focus, .bg-inverse .btn-warning.active.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.active.focus, .bg-inverse .btn-warning.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle:hover, .open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle:focus, .open > .bg-inverse .btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-warning.dropdown-toggle.focus, .open > .bg-inverse .btn-warning.dropdown-toggle.focus.custom-file-control::before { color: #ff5722; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-warning.disabled:focus, .bg-inverse .btn-warning.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-warning.disabled.focus, .bg-inverse .btn-warning.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-warning:disabled:focus, .bg-inverse .btn-warning.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-warning:disabled.focus, .bg-inverse .btn-warning.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-warning.disabled:hover, .bg-inverse .btn-warning.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-warning:disabled:hover, .bg-inverse .btn-warning.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .btn.btn-warning.btn-link, .btn-warning.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-danger, .btn-danger.custom-file-control::before { color: #f44336; background-color: transparent; border-color: #ccc; } .btn.btn-danger:hover, .btn-danger.custom-file-control:hover::before { color: #f44336; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-danger:focus, .btn-danger.custom-file-control:focus::before, .btn.btn-danger.focus, .btn-danger.focus.custom-file-control::before { color: #f44336; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-danger:active, .btn-danger.custom-file-control:active::before, .btn.btn-danger.active, .btn-danger.active.custom-file-control::before, .open > .btn.btn-danger.dropdown-toggle, .open > .btn-danger.dropdown-toggle.custom-file-control::before { color: #f44336; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-danger:active:hover, .btn-danger.custom-file-control:active:hover::before, .btn.btn-danger:active:focus, .btn-danger.custom-file-control:active:focus::before, .btn.btn-danger:active.focus, .btn-danger.custom-file-control:active.focus::before, .btn.btn-danger.active:hover, .btn-danger.active.custom-file-control:hover::before, .btn.btn-danger.active:focus, .btn-danger.active.custom-file-control:focus::before, .btn.btn-danger.active.focus, .btn-danger.active.focus.custom-file-control::before, .open > .btn.btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle.focus.custom-file-control::before { color: #f44336; background-color: rgba(153, 153, 153, 0.4); border-color: rgba(153, 153, 153, 0.4); } .open > .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-danger.disabled:focus, .btn-danger.disabled.custom-file-control:focus::before, .btn.btn-danger.disabled.focus, .btn-danger.disabled.focus.custom-file-control::before, .btn.btn-danger:disabled:focus, .btn-danger.custom-file-control:disabled:focus::before, .btn.btn-danger:disabled.focus, .btn-danger.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .btn.btn-danger.disabled:hover, .btn-danger.disabled.custom-file-control:hover::before, .btn.btn-danger:disabled:hover, .btn-danger.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-danger, .bg-inverse .btn-danger.custom-file-control::before { color: #f44336; background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-danger:hover, .bg-inverse .btn-danger.custom-file-control:hover::before { color: #f44336; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-danger:focus, .bg-inverse .btn-danger.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.focus, .bg-inverse .btn-danger.focus.custom-file-control::before { color: #f44336; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-danger:active, .bg-inverse .btn-danger.custom-file-control:active::before, .bg-inverse .btn.btn-danger.active, .bg-inverse .btn-danger.active.custom-file-control::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle, .open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control::before { color: #f44336; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-danger:active:hover, .bg-inverse .btn-danger.custom-file-control:active:hover::before, .bg-inverse .btn.btn-danger:active:focus, .bg-inverse .btn-danger.custom-file-control:active:focus::before, .bg-inverse .btn.btn-danger:active.focus, .bg-inverse .btn-danger.custom-file-control:active.focus::before, .bg-inverse .btn.btn-danger.active:hover, .bg-inverse .btn-danger.active.custom-file-control:hover::before, .bg-inverse .btn.btn-danger.active:focus, .bg-inverse .btn-danger.active.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.active.focus, .bg-inverse .btn-danger.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle:hover, .open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle:focus, .open > .bg-inverse .btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-danger.dropdown-toggle.focus, .open > .bg-inverse .btn-danger.dropdown-toggle.focus.custom-file-control::before { color: #f44336; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-danger.disabled:focus, .bg-inverse .btn-danger.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-danger.disabled.focus, .bg-inverse .btn-danger.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-danger:disabled:focus, .bg-inverse .btn-danger.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-danger:disabled.focus, .bg-inverse .btn-danger.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-danger.disabled:hover, .bg-inverse .btn-danger.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-danger:disabled:hover, .bg-inverse .btn-danger.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .btn.btn-danger.btn-link, .btn-danger.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-light, .btn-light.custom-file-control::before { color: #f5f5f5; background-color: transparent; border-color: #ccc; } .btn.btn-light:hover, .btn-light.custom-file-control:hover::before { color: #f5f5f5; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-light:focus, .btn-light.custom-file-control:focus::before, .btn.btn-light.focus, .btn-light.focus.custom-file-control::before { color: #f5f5f5; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-light:active, .btn-light.custom-file-control:active::before, .btn.btn-light.active, .btn-light.active.custom-file-control::before, .open > .btn.btn-light.dropdown-toggle, .open > .btn-light.dropdown-toggle.custom-file-control::before { color: #f5f5f5; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-light:active:hover, .btn-light.custom-file-control:active:hover::before, .btn.btn-light:active:focus, .btn-light.custom-file-control:active:focus::before, .btn.btn-light:active.focus, .btn-light.custom-file-control:active.focus::before, .btn.btn-light.active:hover, .btn-light.active.custom-file-control:hover::before, .btn.btn-light.active:focus, .btn-light.active.custom-file-control:focus::before, .btn.btn-light.active.focus, .btn-light.active.focus.custom-file-control::before, .open > .btn.btn-light.dropdown-toggle:hover, .open > .btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-light.dropdown-toggle:focus, .open > .btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-light.dropdown-toggle.focus, .open > .btn-light.dropdown-toggle.focus.custom-file-control::before { color: #f5f5f5; background-color: rgba(153, 153, 153, 0.4); border-color: rgba(153, 153, 153, 0.4); } .open > .btn.btn-light.dropdown-toggle.bmd-btn-icon, .open > .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-light.disabled:focus, .btn-light.disabled.custom-file-control:focus::before, .btn.btn-light.disabled.focus, .btn-light.disabled.focus.custom-file-control::before, .btn.btn-light:disabled:focus, .btn-light.custom-file-control:disabled:focus::before, .btn.btn-light:disabled.focus, .btn-light.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .btn.btn-light.disabled:hover, .btn-light.disabled.custom-file-control:hover::before, .btn.btn-light:disabled:hover, .btn-light.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-light, .bg-inverse .btn-light.custom-file-control::before { color: #f5f5f5; background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-light:hover, .bg-inverse .btn-light.custom-file-control:hover::before { color: #f5f5f5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-light:focus, .bg-inverse .btn-light.custom-file-control:focus::before, .bg-inverse .btn.btn-light.focus, .bg-inverse .btn-light.focus.custom-file-control::before { color: #f5f5f5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-light:active, .bg-inverse .btn-light.custom-file-control:active::before, .bg-inverse .btn.btn-light.active, .bg-inverse .btn-light.active.custom-file-control::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle, .open > .bg-inverse .btn-light.dropdown-toggle.custom-file-control::before { color: #f5f5f5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-light:active:hover, .bg-inverse .btn-light.custom-file-control:active:hover::before, .bg-inverse .btn.btn-light:active:focus, .bg-inverse .btn-light.custom-file-control:active:focus::before, .bg-inverse .btn.btn-light:active.focus, .bg-inverse .btn-light.custom-file-control:active.focus::before, .bg-inverse .btn.btn-light.active:hover, .bg-inverse .btn-light.active.custom-file-control:hover::before, .bg-inverse .btn.btn-light.active:focus, .bg-inverse .btn-light.active.custom-file-control:focus::before, .bg-inverse .btn.btn-light.active.focus, .bg-inverse .btn-light.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle:hover, .open > .bg-inverse .btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle:focus, .open > .bg-inverse .btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-light.dropdown-toggle.focus, .open > .bg-inverse .btn-light.dropdown-toggle.focus.custom-file-control::before { color: #f5f5f5; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-light.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-light.disabled:focus, .bg-inverse .btn-light.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-light.disabled.focus, .bg-inverse .btn-light.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-light:disabled:focus, .bg-inverse .btn-light.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-light:disabled.focus, .bg-inverse .btn-light.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-light.disabled:hover, .bg-inverse .btn-light.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-light:disabled:hover, .bg-inverse .btn-light.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .btn.btn-light.btn-link, .btn-light.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-dark, .btn-dark.custom-file-control::before { color: #424242; background-color: transparent; border-color: #ccc; } .btn.btn-dark:hover, .btn-dark.custom-file-control:hover::before { color: #424242; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-dark:focus, .btn-dark.custom-file-control:focus::before, .btn.btn-dark.focus, .btn-dark.focus.custom-file-control::before { color: #424242; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-dark:active, .btn-dark.custom-file-control:active::before, .btn.btn-dark.active, .btn-dark.active.custom-file-control::before, .open > .btn.btn-dark.dropdown-toggle, .open > .btn-dark.dropdown-toggle.custom-file-control::before { color: #424242; background-color: rgba(153, 153, 153, 0.2); border-color: rgba(153, 153, 153, 0.2); } .btn.btn-dark:active:hover, .btn-dark.custom-file-control:active:hover::before, .btn.btn-dark:active:focus, .btn-dark.custom-file-control:active:focus::before, .btn.btn-dark:active.focus, .btn-dark.custom-file-control:active.focus::before, .btn.btn-dark.active:hover, .btn-dark.active.custom-file-control:hover::before, .btn.btn-dark.active:focus, .btn-dark.active.custom-file-control:focus::before, .btn.btn-dark.active.focus, .btn-dark.active.focus.custom-file-control::before, .open > .btn.btn-dark.dropdown-toggle:hover, .open > .btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-dark.dropdown-toggle:focus, .open > .btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-dark.dropdown-toggle.focus, .open > .btn-dark.dropdown-toggle.focus.custom-file-control::before { color: #424242; background-color: rgba(153, 153, 153, 0.4); border-color: rgba(153, 153, 153, 0.4); } .open > .btn.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-dark.disabled:focus, .btn-dark.disabled.custom-file-control:focus::before, .btn.btn-dark.disabled.focus, .btn-dark.disabled.focus.custom-file-control::before, .btn.btn-dark:disabled:focus, .btn-dark.custom-file-control:disabled:focus::before, .btn.btn-dark:disabled.focus, .btn-dark.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .btn.btn-dark.disabled:hover, .btn-dark.disabled.custom-file-control:hover::before, .btn.btn-dark:disabled:hover, .btn-dark.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-dark, .bg-inverse .btn-dark.custom-file-control::before { color: #424242; background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-dark:hover, .bg-inverse .btn-dark.custom-file-control:hover::before { color: #424242; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-dark:focus, .bg-inverse .btn-dark.custom-file-control:focus::before, .bg-inverse .btn.btn-dark.focus, .bg-inverse .btn-dark.focus.custom-file-control::before { color: #424242; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-dark:active, .bg-inverse .btn-dark.custom-file-control:active::before, .bg-inverse .btn.btn-dark.active, .bg-inverse .btn-dark.active.custom-file-control::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle, .open > .bg-inverse .btn-dark.dropdown-toggle.custom-file-control::before { color: #424242; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-dark:active:hover, .bg-inverse .btn-dark.custom-file-control:active:hover::before, .bg-inverse .btn.btn-dark:active:focus, .bg-inverse .btn-dark.custom-file-control:active:focus::before, .bg-inverse .btn.btn-dark:active.focus, .bg-inverse .btn-dark.custom-file-control:active.focus::before, .bg-inverse .btn.btn-dark.active:hover, .bg-inverse .btn-dark.active.custom-file-control:hover::before, .bg-inverse .btn.btn-dark.active:focus, .bg-inverse .btn-dark.active.custom-file-control:focus::before, .bg-inverse .btn.btn-dark.active.focus, .bg-inverse .btn-dark.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle:hover, .open > .bg-inverse .btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle:focus, .open > .bg-inverse .btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-dark.dropdown-toggle.focus, .open > .bg-inverse .btn-dark.dropdown-toggle.focus.custom-file-control::before { color: #424242; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-dark.disabled:focus, .bg-inverse .btn-dark.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-dark.disabled.focus, .bg-inverse .btn-dark.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-dark:disabled:focus, .bg-inverse .btn-dark.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-dark:disabled.focus, .bg-inverse .btn-dark.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ccc; } .bg-inverse .btn.btn-dark.disabled:hover, .bg-inverse .btn-dark.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-dark:disabled:hover, .bg-inverse .btn-dark.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ccc; } .btn.btn-dark.btn-link, .btn-dark.btn-link.custom-file-control::before { background-color: transparent; } .btn.bmd-btn-fab.btn-primary, .bmd-btn-fab.btn-primary.custom-file-control::before, .btn.btn-raised.btn-primary, .btn-raised.btn-primary.custom-file-control::before, .btn-group-raised .btn.btn-primary, .btn-group-raised .btn-primary.custom-file-control::before { color: #fff; background-color: #3f51b5; border-color: #3f51b5; } .btn.bmd-btn-fab.btn-primary:hover, .bmd-btn-fab.btn-primary.custom-file-control:hover::before, .btn.btn-raised.btn-primary:hover, .btn-raised.btn-primary.custom-file-control:hover::before, .btn-group-raised .btn.btn-primary:hover, .btn-group-raised .btn-primary.custom-file-control:hover::before { color: #fff; background-color: #495bc0; border-color: #2f3d88; } .btn.bmd-btn-fab.btn-primary:focus, .bmd-btn-fab.btn-primary.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.focus, .bmd-btn-fab.btn-primary.focus.custom-file-control::before, .btn.btn-raised.btn-primary:focus, .btn-raised.btn-primary.custom-file-control:focus::before, .btn.btn-raised.btn-primary.focus, .btn-raised.btn-primary.focus.custom-file-control::before, .btn-group-raised .btn.btn-primary:focus, .btn-group-raised .btn-primary.custom-file-control:focus::before, .btn-group-raised .btn.btn-primary.focus, .btn-group-raised .btn-primary.focus.custom-file-control::before { color: #fff; background-color: #495bc0; border-color: #2f3d88; } .btn.bmd-btn-fab.btn-primary:active, .bmd-btn-fab.btn-primary.custom-file-control:active::before, .btn.bmd-btn-fab.btn-primary.active, .bmd-btn-fab.btn-primary.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-primary:active, .btn-raised.btn-primary.custom-file-control:active::before, .btn.btn-raised.btn-primary.active, .btn-raised.btn-primary.active.custom-file-control::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle, .open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-primary:active, .btn-group-raised .btn-primary.custom-file-control:active::before, .btn-group-raised .btn.btn-primary.active, .btn-group-raised .btn-primary.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle, .open > .btn-group-raised .btn-primary.dropdown-toggle.custom-file-control::before { color: #fff; background-color: #495bc0; border-color: #2f3d88; } .btn.bmd-btn-fab.btn-primary:active:hover, .bmd-btn-fab.btn-primary.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-primary:active:focus, .bmd-btn-fab.btn-primary.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-primary:active.focus, .bmd-btn-fab.btn-primary.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-primary.active:hover, .bmd-btn-fab.btn-primary.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-primary.active:focus, .bmd-btn-fab.btn-primary.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.active.focus, .bmd-btn-fab.btn-primary.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-primary:active:hover, .btn-raised.btn-primary.custom-file-control:active:hover::before, .btn.btn-raised.btn-primary:active:focus, .btn-raised.btn-primary.custom-file-control:active:focus::before, .btn.btn-raised.btn-primary:active.focus, .btn-raised.btn-primary.custom-file-control:active.focus::before, .btn.btn-raised.btn-primary.active:hover, .btn-raised.btn-primary.active.custom-file-control:hover::before, .btn.btn-raised.btn-primary.active:focus, .btn-raised.btn-primary.active.custom-file-control:focus::before, .btn.btn-raised.btn-primary.active.focus, .btn-raised.btn-primary.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle:hover, .open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle:focus, .open > .btn-raised.btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle.focus, .open > .btn-raised.btn-primary.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-primary:active:hover, .btn-group-raised .btn-primary.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-primary:active:focus, .btn-group-raised .btn-primary.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-primary:active.focus, .btn-group-raised .btn-primary.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-primary.active:hover, .btn-group-raised .btn-primary.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-primary.active:focus, .btn-group-raised .btn-primary.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-primary.active.focus, .btn-group-raised .btn-primary.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle:hover, .open > .btn-group-raised .btn-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle:focus, .open > .btn-group-raised .btn-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle.focus, .open > .btn-group-raised .btn-primary.dropdown-toggle.focus.custom-file-control::before { color: #fff; background-color: #495bc0; border-color: #1e2756; } .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: #3f51b5; } .open > .btn.bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: #495bc0; } .btn.bmd-btn-fab.btn-primary.disabled:focus, .bmd-btn-fab.btn-primary.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-primary.disabled.focus, .bmd-btn-fab.btn-primary.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-primary:disabled:focus, .bmd-btn-fab.btn-primary.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-primary:disabled.focus, .bmd-btn-fab.btn-primary.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-primary.disabled:focus, .btn-raised.btn-primary.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-primary.disabled.focus, .btn-raised.btn-primary.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-primary:disabled:focus, .btn-raised.btn-primary.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-primary:disabled.focus, .btn-raised.btn-primary.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-primary.disabled:focus, .btn-group-raised .btn-primary.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-primary.disabled.focus, .btn-group-raised .btn-primary.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-primary:disabled:focus, .btn-group-raised .btn-primary.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-primary:disabled.focus, .btn-group-raised .btn-primary.custom-file-control:disabled.focus::before { background-color: #3f51b5; border-color: #3f51b5; } .btn.bmd-btn-fab.btn-primary.disabled:hover, .bmd-btn-fab.btn-primary.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-primary:disabled:hover, .bmd-btn-fab.btn-primary.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-primary.disabled:hover, .btn-raised.btn-primary.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-primary:disabled:hover, .btn-raised.btn-primary.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-primary.disabled:hover, .btn-group-raised .btn-primary.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-primary:disabled:hover, .btn-group-raised .btn-primary.custom-file-control:disabled:hover::before { background-color: #3f51b5; border-color: #3f51b5; } .btn.bmd-btn-fab.btn-secondary, .bmd-btn-fab.btn-secondary.custom-file-control::before, .btn.btn-raised.btn-secondary, .btn-raised.btn-secondary.custom-file-control::before, .btn-group-raised .btn.btn-secondary, .btn-group-raised .btn-secondary.custom-file-control::before { color: #fff; background-color: #757575; border-color: #757575; } .btn.bmd-btn-fab.btn-secondary:hover, .bmd-btn-fab.btn-secondary.custom-file-control:hover::before, .btn.btn-raised.btn-secondary:hover, .btn-raised.btn-secondary.custom-file-control:hover::before, .btn-group-raised .btn.btn-secondary:hover, .btn-group-raised .btn-secondary.custom-file-control:hover::before { color: #fff; background-color: #6b6b6b; border-color: #565656; } .btn.bmd-btn-fab.btn-secondary:focus, .bmd-btn-fab.btn-secondary.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.focus, .bmd-btn-fab.btn-secondary.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:focus, .btn-raised.btn-secondary.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.focus, .btn-raised.btn-secondary.focus.custom-file-control::before, .btn-group-raised .btn.btn-secondary:focus, .btn-group-raised .btn-secondary.custom-file-control:focus::before, .btn-group-raised .btn.btn-secondary.focus, .btn-group-raised .btn-secondary.focus.custom-file-control::before { color: #fff; background-color: #6b6b6b; border-color: #565656; } .btn.bmd-btn-fab.btn-secondary:active, .bmd-btn-fab.btn-secondary.custom-file-control:active::before, .btn.bmd-btn-fab.btn-secondary.active, .bmd-btn-fab.btn-secondary.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-secondary:active, .btn-raised.btn-secondary.custom-file-control:active::before, .btn.btn-raised.btn-secondary.active, .btn-raised.btn-secondary.active.custom-file-control::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle, .open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-secondary:active, .btn-group-raised .btn-secondary.custom-file-control:active::before, .btn-group-raised .btn.btn-secondary.active, .btn-group-raised .btn-secondary.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle, .open > .btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control::before { color: #fff; background-color: #6b6b6b; border-color: #565656; } .btn.bmd-btn-fab.btn-secondary:active:hover, .bmd-btn-fab.btn-secondary.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-secondary:active:focus, .bmd-btn-fab.btn-secondary.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-secondary:active.focus, .bmd-btn-fab.btn-secondary.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-secondary.active:hover, .bmd-btn-fab.btn-secondary.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-secondary.active:focus, .bmd-btn-fab.btn-secondary.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.active.focus, .bmd-btn-fab.btn-secondary.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:active:hover, .btn-raised.btn-secondary.custom-file-control:active:hover::before, .btn.btn-raised.btn-secondary:active:focus, .btn-raised.btn-secondary.custom-file-control:active:focus::before, .btn.btn-raised.btn-secondary:active.focus, .btn-raised.btn-secondary.custom-file-control:active.focus::before, .btn.btn-raised.btn-secondary.active:hover, .btn-raised.btn-secondary.active.custom-file-control:hover::before, .btn.btn-raised.btn-secondary.active:focus, .btn-raised.btn-secondary.active.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.active.focus, .btn-raised.btn-secondary.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle:hover, .open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle:focus, .open > .btn-raised.btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle.focus, .open > .btn-raised.btn-secondary.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-secondary:active:hover, .btn-group-raised .btn-secondary.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-secondary:active:focus, .btn-group-raised .btn-secondary.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-secondary:active.focus, .btn-group-raised .btn-secondary.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-secondary.active:hover, .btn-group-raised .btn-secondary.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-secondary.active:focus, .btn-group-raised .btn-secondary.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-secondary.active.focus, .btn-group-raised .btn-secondary.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle:hover, .open > .btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle:focus, .open > .btn-group-raised .btn-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle.focus, .open > .btn-group-raised .btn-secondary.dropdown-toggle.focus.custom-file-control::before { color: #fff; background-color: #6b6b6b; border-color: #353535; } .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: #757575; } .open > .btn.bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: #6b6b6b; } .btn.bmd-btn-fab.btn-secondary.disabled:focus, .bmd-btn-fab.btn-secondary.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-secondary.disabled.focus, .bmd-btn-fab.btn-secondary.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-secondary:disabled:focus, .bmd-btn-fab.btn-secondary.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-secondary:disabled.focus, .bmd-btn-fab.btn-secondary.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-secondary.disabled:focus, .btn-raised.btn-secondary.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-secondary.disabled.focus, .btn-raised.btn-secondary.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-secondary:disabled:focus, .btn-raised.btn-secondary.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-secondary:disabled.focus, .btn-raised.btn-secondary.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-secondary.disabled:focus, .btn-group-raised .btn-secondary.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-secondary.disabled.focus, .btn-group-raised .btn-secondary.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-secondary:disabled:focus, .btn-group-raised .btn-secondary.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-secondary:disabled.focus, .btn-group-raised .btn-secondary.custom-file-control:disabled.focus::before { background-color: #757575; border-color: #757575; } .btn.bmd-btn-fab.btn-secondary.disabled:hover, .bmd-btn-fab.btn-secondary.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-secondary:disabled:hover, .bmd-btn-fab.btn-secondary.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-secondary.disabled:hover, .btn-raised.btn-secondary.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-secondary:disabled:hover, .btn-raised.btn-secondary.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-secondary.disabled:hover, .btn-group-raised .btn-secondary.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-secondary:disabled:hover, .btn-group-raised .btn-secondary.custom-file-control:disabled:hover::before { background-color: #757575; border-color: #757575; } .btn.bmd-btn-fab.btn-success, .bmd-btn-fab.btn-success.custom-file-control::before, .btn.btn-raised.btn-success, .btn-raised.btn-success.custom-file-control::before, .btn-group-raised .btn.btn-success, .btn-group-raised .btn-success.custom-file-control::before { color: #fff; background-color: #4caf50; border-color: #4caf50; } .btn.bmd-btn-fab.btn-success:hover, .bmd-btn-fab.btn-success.custom-file-control:hover::before, .btn.btn-raised.btn-success:hover, .btn-raised.btn-success.custom-file-control:hover::before, .btn-group-raised .btn.btn-success:hover, .btn-group-raised .btn-success.custom-file-control:hover::before { color: #fff; background-color: #46a149; border-color: #39843c; } .btn.bmd-btn-fab.btn-success:focus, .bmd-btn-fab.btn-success.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.focus, .bmd-btn-fab.btn-success.focus.custom-file-control::before, .btn.btn-raised.btn-success:focus, .btn-raised.btn-success.custom-file-control:focus::before, .btn.btn-raised.btn-success.focus, .btn-raised.btn-success.focus.custom-file-control::before, .btn-group-raised .btn.btn-success:focus, .btn-group-raised .btn-success.custom-file-control:focus::before, .btn-group-raised .btn.btn-success.focus, .btn-group-raised .btn-success.focus.custom-file-control::before { color: #fff; background-color: #46a149; border-color: #39843c; } .btn.bmd-btn-fab.btn-success:active, .bmd-btn-fab.btn-success.custom-file-control:active::before, .btn.bmd-btn-fab.btn-success.active, .bmd-btn-fab.btn-success.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle, .open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-success:active, .btn-raised.btn-success.custom-file-control:active::before, .btn.btn-raised.btn-success.active, .btn-raised.btn-success.active.custom-file-control::before, .open > .btn.btn-raised.btn-success.dropdown-toggle, .open > .btn-raised.btn-success.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-success:active, .btn-group-raised .btn-success.custom-file-control:active::before, .btn-group-raised .btn.btn-success.active, .btn-group-raised .btn-success.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle, .open > .btn-group-raised .btn-success.dropdown-toggle.custom-file-control::before { color: #fff; background-color: #46a149; border-color: #39843c; } .btn.bmd-btn-fab.btn-success:active:hover, .bmd-btn-fab.btn-success.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-success:active:focus, .bmd-btn-fab.btn-success.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-success:active.focus, .bmd-btn-fab.btn-success.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-success.active:hover, .bmd-btn-fab.btn-success.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-success.active:focus, .bmd-btn-fab.btn-success.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.active.focus, .bmd-btn-fab.btn-success.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-success.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-success:active:hover, .btn-raised.btn-success.custom-file-control:active:hover::before, .btn.btn-raised.btn-success:active:focus, .btn-raised.btn-success.custom-file-control:active:focus::before, .btn.btn-raised.btn-success:active.focus, .btn-raised.btn-success.custom-file-control:active.focus::before, .btn.btn-raised.btn-success.active:hover, .btn-raised.btn-success.active.custom-file-control:hover::before, .btn.btn-raised.btn-success.active:focus, .btn-raised.btn-success.active.custom-file-control:focus::before, .btn.btn-raised.btn-success.active.focus, .btn-raised.btn-success.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-success.dropdown-toggle:hover, .open > .btn-raised.btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-success.dropdown-toggle:focus, .open > .btn-raised.btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-success.dropdown-toggle.focus, .open > .btn-raised.btn-success.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-success:active:hover, .btn-group-raised .btn-success.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-success:active:focus, .btn-group-raised .btn-success.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-success:active.focus, .btn-group-raised .btn-success.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-success.active:hover, .btn-group-raised .btn-success.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-success.active:focus, .btn-group-raised .btn-success.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-success.active.focus, .btn-group-raised .btn-success.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle:hover, .open > .btn-group-raised .btn-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle:focus, .open > .btn-group-raised .btn-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle.focus, .open > .btn-group-raised .btn-success.dropdown-toggle.focus.custom-file-control::before { color: #fff; background-color: #46a149; border-color: #255627; } .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: #4caf50; } .open > .btn.bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: #46a149; } .btn.bmd-btn-fab.btn-success.disabled:focus, .bmd-btn-fab.btn-success.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-success.disabled.focus, .bmd-btn-fab.btn-success.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-success:disabled:focus, .bmd-btn-fab.btn-success.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-success:disabled.focus, .bmd-btn-fab.btn-success.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-success.disabled:focus, .btn-raised.btn-success.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-success.disabled.focus, .btn-raised.btn-success.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-success:disabled:focus, .btn-raised.btn-success.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-success:disabled.focus, .btn-raised.btn-success.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-success.disabled:focus, .btn-group-raised .btn-success.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-success.disabled.focus, .btn-group-raised .btn-success.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-success:disabled:focus, .btn-group-raised .btn-success.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-success:disabled.focus, .btn-group-raised .btn-success.custom-file-control:disabled.focus::before { background-color: #4caf50; border-color: #4caf50; } .btn.bmd-btn-fab.btn-success.disabled:hover, .bmd-btn-fab.btn-success.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-success:disabled:hover, .bmd-btn-fab.btn-success.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-success.disabled:hover, .btn-raised.btn-success.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-success:disabled:hover, .btn-raised.btn-success.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-success.disabled:hover, .btn-group-raised .btn-success.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-success:disabled:hover, .btn-group-raised .btn-success.custom-file-control:disabled:hover::before { background-color: #4caf50; border-color: #4caf50; } .btn.bmd-btn-fab.btn-info, .bmd-btn-fab.btn-info.custom-file-control::before, .btn.btn-raised.btn-info, .btn-raised.btn-info.custom-file-control::before, .btn-group-raised .btn.btn-info, .btn-group-raised .btn-info.custom-file-control::before { color: #fff; background-color: #03a9f4; border-color: #03a9f4; } .btn.bmd-btn-fab.btn-info:hover, .bmd-btn-fab.btn-info.custom-file-control:hover::before, .btn.btn-raised.btn-info:hover, .btn-raised.btn-info.custom-file-control:hover::before, .btn-group-raised .btn.btn-info:hover, .btn-group-raised .btn-info.custom-file-control:hover::before { color: #fff; background-color: #039be0; border-color: #027fb8; } .btn.bmd-btn-fab.btn-info:focus, .bmd-btn-fab.btn-info.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.focus, .bmd-btn-fab.btn-info.focus.custom-file-control::before, .btn.btn-raised.btn-info:focus, .btn-raised.btn-info.custom-file-control:focus::before, .btn.btn-raised.btn-info.focus, .btn-raised.btn-info.focus.custom-file-control::before, .btn-group-raised .btn.btn-info:focus, .btn-group-raised .btn-info.custom-file-control:focus::before, .btn-group-raised .btn.btn-info.focus, .btn-group-raised .btn-info.focus.custom-file-control::before { color: #fff; background-color: #039be0; border-color: #027fb8; } .btn.bmd-btn-fab.btn-info:active, .bmd-btn-fab.btn-info.custom-file-control:active::before, .btn.bmd-btn-fab.btn-info.active, .bmd-btn-fab.btn-info.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle, .open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-info:active, .btn-raised.btn-info.custom-file-control:active::before, .btn.btn-raised.btn-info.active, .btn-raised.btn-info.active.custom-file-control::before, .open > .btn.btn-raised.btn-info.dropdown-toggle, .open > .btn-raised.btn-info.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-info:active, .btn-group-raised .btn-info.custom-file-control:active::before, .btn-group-raised .btn.btn-info.active, .btn-group-raised .btn-info.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle, .open > .btn-group-raised .btn-info.dropdown-toggle.custom-file-control::before { color: #fff; background-color: #039be0; border-color: #027fb8; } .btn.bmd-btn-fab.btn-info:active:hover, .bmd-btn-fab.btn-info.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-info:active:focus, .bmd-btn-fab.btn-info.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-info:active.focus, .bmd-btn-fab.btn-info.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-info.active:hover, .bmd-btn-fab.btn-info.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-info.active:focus, .bmd-btn-fab.btn-info.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.active.focus, .bmd-btn-fab.btn-info.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-info.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-info:active:hover, .btn-raised.btn-info.custom-file-control:active:hover::before, .btn.btn-raised.btn-info:active:focus, .btn-raised.btn-info.custom-file-control:active:focus::before, .btn.btn-raised.btn-info:active.focus, .btn-raised.btn-info.custom-file-control:active.focus::before, .btn.btn-raised.btn-info.active:hover, .btn-raised.btn-info.active.custom-file-control:hover::before, .btn.btn-raised.btn-info.active:focus, .btn-raised.btn-info.active.custom-file-control:focus::before, .btn.btn-raised.btn-info.active.focus, .btn-raised.btn-info.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-info.dropdown-toggle:hover, .open > .btn-raised.btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-info.dropdown-toggle:focus, .open > .btn-raised.btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-info.dropdown-toggle.focus, .open > .btn-raised.btn-info.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-info:active:hover, .btn-group-raised .btn-info.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-info:active:focus, .btn-group-raised .btn-info.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-info:active.focus, .btn-group-raised .btn-info.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-info.active:hover, .btn-group-raised .btn-info.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-info.active:focus, .btn-group-raised .btn-info.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-info.active.focus, .btn-group-raised .btn-info.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle:hover, .open > .btn-group-raised .btn-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle:focus, .open > .btn-group-raised .btn-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle.focus, .open > .btn-group-raised .btn-info.dropdown-toggle.focus.custom-file-control::before { color: #fff; background-color: #039be0; border-color: #015276; } .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: #03a9f4; } .open > .btn.bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: #039be0; } .btn.bmd-btn-fab.btn-info.disabled:focus, .bmd-btn-fab.btn-info.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-info.disabled.focus, .bmd-btn-fab.btn-info.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-info:disabled:focus, .bmd-btn-fab.btn-info.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-info:disabled.focus, .bmd-btn-fab.btn-info.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-info.disabled:focus, .btn-raised.btn-info.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-info.disabled.focus, .btn-raised.btn-info.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-info:disabled:focus, .btn-raised.btn-info.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-info:disabled.focus, .btn-raised.btn-info.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-info.disabled:focus, .btn-group-raised .btn-info.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-info.disabled.focus, .btn-group-raised .btn-info.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-info:disabled:focus, .btn-group-raised .btn-info.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-info:disabled.focus, .btn-group-raised .btn-info.custom-file-control:disabled.focus::before { background-color: #03a9f4; border-color: #03a9f4; } .btn.bmd-btn-fab.btn-info.disabled:hover, .bmd-btn-fab.btn-info.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-info:disabled:hover, .bmd-btn-fab.btn-info.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-info.disabled:hover, .btn-raised.btn-info.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-info:disabled:hover, .btn-raised.btn-info.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-info.disabled:hover, .btn-group-raised .btn-info.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-info:disabled:hover, .btn-group-raised .btn-info.custom-file-control:disabled:hover::before { background-color: #03a9f4; border-color: #03a9f4; } .btn.bmd-btn-fab.btn-warning, .bmd-btn-fab.btn-warning.custom-file-control::before, .btn.btn-raised.btn-warning, .btn-raised.btn-warning.custom-file-control::before, .btn-group-raised .btn.btn-warning, .btn-group-raised .btn-warning.custom-file-control::before { color: #fff; background-color: #ff5722; border-color: #ff5722; } .btn.bmd-btn-fab.btn-warning:hover, .bmd-btn-fab.btn-warning.custom-file-control:hover::before, .btn.btn-raised.btn-warning:hover, .btn-raised.btn-warning.custom-file-control:hover::before, .btn-group-raised .btn.btn-warning:hover, .btn-group-raised .btn-warning.custom-file-control:hover::before { color: #fff; background-color: #ff470e; border-color: #e43700; } .btn.bmd-btn-fab.btn-warning:focus, .bmd-btn-fab.btn-warning.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.focus, .bmd-btn-fab.btn-warning.focus.custom-file-control::before, .btn.btn-raised.btn-warning:focus, .btn-raised.btn-warning.custom-file-control:focus::before, .btn.btn-raised.btn-warning.focus, .btn-raised.btn-warning.focus.custom-file-control::before, .btn-group-raised .btn.btn-warning:focus, .btn-group-raised .btn-warning.custom-file-control:focus::before, .btn-group-raised .btn.btn-warning.focus, .btn-group-raised .btn-warning.focus.custom-file-control::before { color: #fff; background-color: #ff470e; border-color: #e43700; } .btn.bmd-btn-fab.btn-warning:active, .bmd-btn-fab.btn-warning.custom-file-control:active::before, .btn.bmd-btn-fab.btn-warning.active, .bmd-btn-fab.btn-warning.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-warning:active, .btn-raised.btn-warning.custom-file-control:active::before, .btn.btn-raised.btn-warning.active, .btn-raised.btn-warning.active.custom-file-control::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle, .open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-warning:active, .btn-group-raised .btn-warning.custom-file-control:active::before, .btn-group-raised .btn.btn-warning.active, .btn-group-raised .btn-warning.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle, .open > .btn-group-raised .btn-warning.dropdown-toggle.custom-file-control::before { color: #fff; background-color: #ff470e; border-color: #e43700; } .btn.bmd-btn-fab.btn-warning:active:hover, .bmd-btn-fab.btn-warning.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-warning:active:focus, .bmd-btn-fab.btn-warning.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-warning:active.focus, .bmd-btn-fab.btn-warning.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-warning.active:hover, .bmd-btn-fab.btn-warning.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-warning.active:focus, .bmd-btn-fab.btn-warning.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.active.focus, .bmd-btn-fab.btn-warning.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-warning:active:hover, .btn-raised.btn-warning.custom-file-control:active:hover::before, .btn.btn-raised.btn-warning:active:focus, .btn-raised.btn-warning.custom-file-control:active:focus::before, .btn.btn-raised.btn-warning:active.focus, .btn-raised.btn-warning.custom-file-control:active.focus::before, .btn.btn-raised.btn-warning.active:hover, .btn-raised.btn-warning.active.custom-file-control:hover::before, .btn.btn-raised.btn-warning.active:focus, .btn-raised.btn-warning.active.custom-file-control:focus::before, .btn.btn-raised.btn-warning.active.focus, .btn-raised.btn-warning.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle:hover, .open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle:focus, .open > .btn-raised.btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle.focus, .open > .btn-raised.btn-warning.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-warning:active:hover, .btn-group-raised .btn-warning.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-warning:active:focus, .btn-group-raised .btn-warning.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-warning:active.focus, .btn-group-raised .btn-warning.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-warning.active:hover, .btn-group-raised .btn-warning.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-warning.active:focus, .btn-group-raised .btn-warning.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-warning.active.focus, .btn-group-raised .btn-warning.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle:hover, .open > .btn-group-raised .btn-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle:focus, .open > .btn-group-raised .btn-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle.focus, .open > .btn-group-raised .btn-warning.dropdown-toggle.focus.custom-file-control::before { color: #fff; background-color: #ff470e; border-color: #a22700; } .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: #ff5722; } .open > .btn.bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: #ff470e; } .btn.bmd-btn-fab.btn-warning.disabled:focus, .bmd-btn-fab.btn-warning.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-warning.disabled.focus, .bmd-btn-fab.btn-warning.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-warning:disabled:focus, .bmd-btn-fab.btn-warning.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-warning:disabled.focus, .bmd-btn-fab.btn-warning.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-warning.disabled:focus, .btn-raised.btn-warning.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-warning.disabled.focus, .btn-raised.btn-warning.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-warning:disabled:focus, .btn-raised.btn-warning.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-warning:disabled.focus, .btn-raised.btn-warning.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-warning.disabled:focus, .btn-group-raised .btn-warning.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-warning.disabled.focus, .btn-group-raised .btn-warning.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-warning:disabled:focus, .btn-group-raised .btn-warning.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-warning:disabled.focus, .btn-group-raised .btn-warning.custom-file-control:disabled.focus::before { background-color: #ff5722; border-color: #ff5722; } .btn.bmd-btn-fab.btn-warning.disabled:hover, .bmd-btn-fab.btn-warning.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-warning:disabled:hover, .bmd-btn-fab.btn-warning.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-warning.disabled:hover, .btn-raised.btn-warning.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-warning:disabled:hover, .btn-raised.btn-warning.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-warning.disabled:hover, .btn-group-raised .btn-warning.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-warning:disabled:hover, .btn-group-raised .btn-warning.custom-file-control:disabled:hover::before { background-color: #ff5722; border-color: #ff5722; } .btn.bmd-btn-fab.btn-danger, .bmd-btn-fab.btn-danger.custom-file-control::before, .btn.btn-raised.btn-danger, .btn-raised.btn-danger.custom-file-control::before, .btn-group-raised .btn.btn-danger, .btn-group-raised .btn-danger.custom-file-control::before { color: #fff; background-color: #f44336; border-color: #f44336; } .btn.bmd-btn-fab.btn-danger:hover, .bmd-btn-fab.btn-danger.custom-file-control:hover::before, .btn.btn-raised.btn-danger:hover, .btn-raised.btn-danger.custom-file-control:hover::before, .btn-group-raised .btn.btn-danger:hover, .btn-group-raised .btn-danger.custom-file-control:hover::before { color: #fff; background-color: #f55549; border-color: #e11b0c; } .btn.bmd-btn-fab.btn-danger:focus, .bmd-btn-fab.btn-danger.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.focus, .bmd-btn-fab.btn-danger.focus.custom-file-control::before, .btn.btn-raised.btn-danger:focus, .btn-raised.btn-danger.custom-file-control:focus::before, .btn.btn-raised.btn-danger.focus, .btn-raised.btn-danger.focus.custom-file-control::before, .btn-group-raised .btn.btn-danger:focus, .btn-group-raised .btn-danger.custom-file-control:focus::before, .btn-group-raised .btn.btn-danger.focus, .btn-group-raised .btn-danger.focus.custom-file-control::before { color: #fff; background-color: #f55549; border-color: #e11b0c; } .btn.bmd-btn-fab.btn-danger:active, .bmd-btn-fab.btn-danger.custom-file-control:active::before, .btn.bmd-btn-fab.btn-danger.active, .bmd-btn-fab.btn-danger.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-danger:active, .btn-raised.btn-danger.custom-file-control:active::before, .btn.btn-raised.btn-danger.active, .btn-raised.btn-danger.active.custom-file-control::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle, .open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-danger:active, .btn-group-raised .btn-danger.custom-file-control:active::before, .btn-group-raised .btn.btn-danger.active, .btn-group-raised .btn-danger.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle, .open > .btn-group-raised .btn-danger.dropdown-toggle.custom-file-control::before { color: #fff; background-color: #f55549; border-color: #e11b0c; } .btn.bmd-btn-fab.btn-danger:active:hover, .bmd-btn-fab.btn-danger.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-danger:active:focus, .bmd-btn-fab.btn-danger.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-danger:active.focus, .bmd-btn-fab.btn-danger.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-danger.active:hover, .bmd-btn-fab.btn-danger.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-danger.active:focus, .bmd-btn-fab.btn-danger.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.active.focus, .bmd-btn-fab.btn-danger.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-danger:active:hover, .btn-raised.btn-danger.custom-file-control:active:hover::before, .btn.btn-raised.btn-danger:active:focus, .btn-raised.btn-danger.custom-file-control:active:focus::before, .btn.btn-raised.btn-danger:active.focus, .btn-raised.btn-danger.custom-file-control:active.focus::before, .btn.btn-raised.btn-danger.active:hover, .btn-raised.btn-danger.active.custom-file-control:hover::before, .btn.btn-raised.btn-danger.active:focus, .btn-raised.btn-danger.active.custom-file-control:focus::before, .btn.btn-raised.btn-danger.active.focus, .btn-raised.btn-danger.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle:hover, .open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle:focus, .open > .btn-raised.btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle.focus, .open > .btn-raised.btn-danger.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-danger:active:hover, .btn-group-raised .btn-danger.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-danger:active:focus, .btn-group-raised .btn-danger.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-danger:active.focus, .btn-group-raised .btn-danger.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-danger.active:hover, .btn-group-raised .btn-danger.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-danger.active:focus, .btn-group-raised .btn-danger.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-danger.active.focus, .btn-group-raised .btn-danger.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle:hover, .open > .btn-group-raised .btn-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle:focus, .open > .btn-group-raised .btn-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle.focus, .open > .btn-group-raised .btn-danger.dropdown-toggle.focus.custom-file-control::before { color: #fff; background-color: #f55549; border-color: #a21309; } .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: #f44336; } .open > .btn.bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: #f55549; } .btn.bmd-btn-fab.btn-danger.disabled:focus, .bmd-btn-fab.btn-danger.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-danger.disabled.focus, .bmd-btn-fab.btn-danger.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-danger:disabled:focus, .bmd-btn-fab.btn-danger.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-danger:disabled.focus, .bmd-btn-fab.btn-danger.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-danger.disabled:focus, .btn-raised.btn-danger.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-danger.disabled.focus, .btn-raised.btn-danger.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-danger:disabled:focus, .btn-raised.btn-danger.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-danger:disabled.focus, .btn-raised.btn-danger.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-danger.disabled:focus, .btn-group-raised .btn-danger.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-danger.disabled.focus, .btn-group-raised .btn-danger.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-danger:disabled:focus, .btn-group-raised .btn-danger.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-danger:disabled.focus, .btn-group-raised .btn-danger.custom-file-control:disabled.focus::before { background-color: #f44336; border-color: #f44336; } .btn.bmd-btn-fab.btn-danger.disabled:hover, .bmd-btn-fab.btn-danger.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-danger:disabled:hover, .bmd-btn-fab.btn-danger.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-danger.disabled:hover, .btn-raised.btn-danger.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-danger:disabled:hover, .btn-raised.btn-danger.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-danger.disabled:hover, .btn-group-raised .btn-danger.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-danger:disabled:hover, .btn-group-raised .btn-danger.custom-file-control:disabled:hover::before { background-color: #f44336; border-color: #f44336; } .btn.bmd-btn-fab.btn-light, .bmd-btn-fab.btn-light.custom-file-control::before, .btn.btn-raised.btn-light, .btn-raised.btn-light.custom-file-control::before, .btn-group-raised .btn.btn-light, .btn-group-raised .btn-light.custom-file-control::before { color: #fff; background-color: #f5f5f5; border-color: #f5f5f5; } .btn.bmd-btn-fab.btn-light:hover, .bmd-btn-fab.btn-light.custom-file-control:hover::before, .btn.btn-raised.btn-light:hover, .btn-raised.btn-light.custom-file-control:hover::before, .btn-group-raised .btn.btn-light:hover, .btn-group-raised .btn-light.custom-file-control:hover::before { color: #fff; background-color: #ebebeb; border-color: #d6d6d6; } .btn.bmd-btn-fab.btn-light:focus, .bmd-btn-fab.btn-light.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-light.focus, .bmd-btn-fab.btn-light.focus.custom-file-control::before, .btn.btn-raised.btn-light:focus, .btn-raised.btn-light.custom-file-control:focus::before, .btn.btn-raised.btn-light.focus, .btn-raised.btn-light.focus.custom-file-control::before, .btn-group-raised .btn.btn-light:focus, .btn-group-raised .btn-light.custom-file-control:focus::before, .btn-group-raised .btn.btn-light.focus, .btn-group-raised .btn-light.focus.custom-file-control::before { color: #fff; background-color: #ebebeb; border-color: #d6d6d6; } .btn.bmd-btn-fab.btn-light:active, .bmd-btn-fab.btn-light.custom-file-control:active::before, .btn.bmd-btn-fab.btn-light.active, .bmd-btn-fab.btn-light.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle, .open > .bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-light:active, .btn-raised.btn-light.custom-file-control:active::before, .btn.btn-raised.btn-light.active, .btn-raised.btn-light.active.custom-file-control::before, .open > .btn.btn-raised.btn-light.dropdown-toggle, .open > .btn-raised.btn-light.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-light:active, .btn-group-raised .btn-light.custom-file-control:active::before, .btn-group-raised .btn.btn-light.active, .btn-group-raised .btn-light.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle, .open > .btn-group-raised .btn-light.dropdown-toggle.custom-file-control::before { color: #fff; background-color: #ebebeb; border-color: #d6d6d6; } .btn.bmd-btn-fab.btn-light:active:hover, .bmd-btn-fab.btn-light.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-light:active:focus, .bmd-btn-fab.btn-light.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-light:active.focus, .bmd-btn-fab.btn-light.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-light.active:hover, .bmd-btn-fab.btn-light.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-light.active:focus, .bmd-btn-fab.btn-light.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-light.active.focus, .bmd-btn-fab.btn-light.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-light.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-light:active:hover, .btn-raised.btn-light.custom-file-control:active:hover::before, .btn.btn-raised.btn-light:active:focus, .btn-raised.btn-light.custom-file-control:active:focus::before, .btn.btn-raised.btn-light:active.focus, .btn-raised.btn-light.custom-file-control:active.focus::before, .btn.btn-raised.btn-light.active:hover, .btn-raised.btn-light.active.custom-file-control:hover::before, .btn.btn-raised.btn-light.active:focus, .btn-raised.btn-light.active.custom-file-control:focus::before, .btn.btn-raised.btn-light.active.focus, .btn-raised.btn-light.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-light.dropdown-toggle:hover, .open > .btn-raised.btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-light.dropdown-toggle:focus, .open > .btn-raised.btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-light.dropdown-toggle.focus, .open > .btn-raised.btn-light.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-light:active:hover, .btn-group-raised .btn-light.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-light:active:focus, .btn-group-raised .btn-light.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-light:active.focus, .btn-group-raised .btn-light.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-light.active:hover, .btn-group-raised .btn-light.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-light.active:focus, .btn-group-raised .btn-light.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-light.active.focus, .btn-group-raised .btn-light.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle:hover, .open > .btn-group-raised .btn-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle:focus, .open > .btn-group-raised .btn-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle.focus, .open > .btn-group-raised .btn-light.dropdown-toggle.focus.custom-file-control::before { color: #fff; background-color: #ebebeb; border-color: #b5b5b5; } .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-light.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: #f5f5f5; } .open > .btn.bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: #ebebeb; } .btn.bmd-btn-fab.btn-light.disabled:focus, .bmd-btn-fab.btn-light.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-light.disabled.focus, .bmd-btn-fab.btn-light.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-light:disabled:focus, .bmd-btn-fab.btn-light.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-light:disabled.focus, .bmd-btn-fab.btn-light.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-light.disabled:focus, .btn-raised.btn-light.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-light.disabled.focus, .btn-raised.btn-light.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-light:disabled:focus, .btn-raised.btn-light.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-light:disabled.focus, .btn-raised.btn-light.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-light.disabled:focus, .btn-group-raised .btn-light.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-light.disabled.focus, .btn-group-raised .btn-light.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-light:disabled:focus, .btn-group-raised .btn-light.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-light:disabled.focus, .btn-group-raised .btn-light.custom-file-control:disabled.focus::before { background-color: #f5f5f5; border-color: #f5f5f5; } .btn.bmd-btn-fab.btn-light.disabled:hover, .bmd-btn-fab.btn-light.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-light:disabled:hover, .bmd-btn-fab.btn-light.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-light.disabled:hover, .btn-raised.btn-light.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-light:disabled:hover, .btn-raised.btn-light.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-light.disabled:hover, .btn-group-raised .btn-light.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-light:disabled:hover, .btn-group-raised .btn-light.custom-file-control:disabled:hover::before { background-color: #f5f5f5; border-color: #f5f5f5; } .btn.bmd-btn-fab.btn-dark, .bmd-btn-fab.btn-dark.custom-file-control::before, .btn.btn-raised.btn-dark, .btn-raised.btn-dark.custom-file-control::before, .btn-group-raised .btn.btn-dark, .btn-group-raised .btn-dark.custom-file-control::before { color: #fff; background-color: #424242; border-color: #424242; } .btn.bmd-btn-fab.btn-dark:hover, .bmd-btn-fab.btn-dark.custom-file-control:hover::before, .btn.btn-raised.btn-dark:hover, .btn-raised.btn-dark.custom-file-control:hover::before, .btn-group-raised .btn.btn-dark:hover, .btn-group-raised .btn-dark.custom-file-control:hover::before { color: #fff; background-color: #383838; border-color: #232323; } .btn.bmd-btn-fab.btn-dark:focus, .bmd-btn-fab.btn-dark.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-dark.focus, .bmd-btn-fab.btn-dark.focus.custom-file-control::before, .btn.btn-raised.btn-dark:focus, .btn-raised.btn-dark.custom-file-control:focus::before, .btn.btn-raised.btn-dark.focus, .btn-raised.btn-dark.focus.custom-file-control::before, .btn-group-raised .btn.btn-dark:focus, .btn-group-raised .btn-dark.custom-file-control:focus::before, .btn-group-raised .btn.btn-dark.focus, .btn-group-raised .btn-dark.focus.custom-file-control::before { color: #fff; background-color: #383838; border-color: #232323; } .btn.bmd-btn-fab.btn-dark:active, .bmd-btn-fab.btn-dark.custom-file-control:active::before, .btn.bmd-btn-fab.btn-dark.active, .bmd-btn-fab.btn-dark.active.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control::before, .btn.btn-raised.btn-dark:active, .btn-raised.btn-dark.custom-file-control:active::before, .btn.btn-raised.btn-dark.active, .btn-raised.btn-dark.active.custom-file-control::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle, .open > .btn-raised.btn-dark.dropdown-toggle.custom-file-control::before, .btn-group-raised .btn.btn-dark:active, .btn-group-raised .btn-dark.custom-file-control:active::before, .btn-group-raised .btn.btn-dark.active, .btn-group-raised .btn-dark.active.custom-file-control::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle, .open > .btn-group-raised .btn-dark.dropdown-toggle.custom-file-control::before { color: #fff; background-color: #383838; border-color: #232323; } .btn.bmd-btn-fab.btn-dark:active:hover, .bmd-btn-fab.btn-dark.custom-file-control:active:hover::before, .btn.bmd-btn-fab.btn-dark:active:focus, .bmd-btn-fab.btn-dark.custom-file-control:active:focus::before, .btn.bmd-btn-fab.btn-dark:active.focus, .bmd-btn-fab.btn-dark.custom-file-control:active.focus::before, .btn.bmd-btn-fab.btn-dark.active:hover, .bmd-btn-fab.btn-dark.active.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-dark.active:focus, .bmd-btn-fab.btn-dark.active.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-dark.active.focus, .bmd-btn-fab.btn-dark.active.focus.custom-file-control::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle:hover, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle:focus, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle.focus, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.focus.custom-file-control::before, .btn.btn-raised.btn-dark:active:hover, .btn-raised.btn-dark.custom-file-control:active:hover::before, .btn.btn-raised.btn-dark:active:focus, .btn-raised.btn-dark.custom-file-control:active:focus::before, .btn.btn-raised.btn-dark:active.focus, .btn-raised.btn-dark.custom-file-control:active.focus::before, .btn.btn-raised.btn-dark.active:hover, .btn-raised.btn-dark.active.custom-file-control:hover::before, .btn.btn-raised.btn-dark.active:focus, .btn-raised.btn-dark.active.custom-file-control:focus::before, .btn.btn-raised.btn-dark.active.focus, .btn-raised.btn-dark.active.focus.custom-file-control::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle:hover, .open > .btn-raised.btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle:focus, .open > .btn-raised.btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle.focus, .open > .btn-raised.btn-dark.dropdown-toggle.focus.custom-file-control::before, .btn-group-raised .btn.btn-dark:active:hover, .btn-group-raised .btn-dark.custom-file-control:active:hover::before, .btn-group-raised .btn.btn-dark:active:focus, .btn-group-raised .btn-dark.custom-file-control:active:focus::before, .btn-group-raised .btn.btn-dark:active.focus, .btn-group-raised .btn-dark.custom-file-control:active.focus::before, .btn-group-raised .btn.btn-dark.active:hover, .btn-group-raised .btn-dark.active.custom-file-control:hover::before, .btn-group-raised .btn.btn-dark.active:focus, .btn-group-raised .btn-dark.active.custom-file-control:focus::before, .btn-group-raised .btn.btn-dark.active.focus, .btn-group-raised .btn-dark.active.focus.custom-file-control::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle:hover, .open > .btn-group-raised .btn-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle:focus, .open > .btn-group-raised .btn-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle.focus, .open > .btn-group-raised .btn-dark.dropdown-toggle.focus.custom-file-control::before { color: #fff; background-color: #383838; border-color: #020202; } .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-group-raised .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: #424242; } .open > .btn.bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .bmd-btn-fab.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn.btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-raised.btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before, .open > .btn-group-raised .btn.btn-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-group-raised .btn-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: #383838; } .btn.bmd-btn-fab.btn-dark.disabled:focus, .bmd-btn-fab.btn-dark.disabled.custom-file-control:focus::before, .btn.bmd-btn-fab.btn-dark.disabled.focus, .bmd-btn-fab.btn-dark.disabled.focus.custom-file-control::before, .btn.bmd-btn-fab.btn-dark:disabled:focus, .bmd-btn-fab.btn-dark.custom-file-control:disabled:focus::before, .btn.bmd-btn-fab.btn-dark:disabled.focus, .bmd-btn-fab.btn-dark.custom-file-control:disabled.focus::before, .btn.btn-raised.btn-dark.disabled:focus, .btn-raised.btn-dark.disabled.custom-file-control:focus::before, .btn.btn-raised.btn-dark.disabled.focus, .btn-raised.btn-dark.disabled.focus.custom-file-control::before, .btn.btn-raised.btn-dark:disabled:focus, .btn-raised.btn-dark.custom-file-control:disabled:focus::before, .btn.btn-raised.btn-dark:disabled.focus, .btn-raised.btn-dark.custom-file-control:disabled.focus::before, .btn-group-raised .btn.btn-dark.disabled:focus, .btn-group-raised .btn-dark.disabled.custom-file-control:focus::before, .btn-group-raised .btn.btn-dark.disabled.focus, .btn-group-raised .btn-dark.disabled.focus.custom-file-control::before, .btn-group-raised .btn.btn-dark:disabled:focus, .btn-group-raised .btn-dark.custom-file-control:disabled:focus::before, .btn-group-raised .btn.btn-dark:disabled.focus, .btn-group-raised .btn-dark.custom-file-control:disabled.focus::before { background-color: #424242; border-color: #424242; } .btn.bmd-btn-fab.btn-dark.disabled:hover, .bmd-btn-fab.btn-dark.disabled.custom-file-control:hover::before, .btn.bmd-btn-fab.btn-dark:disabled:hover, .bmd-btn-fab.btn-dark.custom-file-control:disabled:hover::before, .btn.btn-raised.btn-dark.disabled:hover, .btn-raised.btn-dark.disabled.custom-file-control:hover::before, .btn.btn-raised.btn-dark:disabled:hover, .btn-raised.btn-dark.custom-file-control:disabled:hover::before, .btn-group-raised .btn.btn-dark.disabled:hover, .btn-group-raised .btn-dark.disabled.custom-file-control:hover::before, .btn-group-raised .btn.btn-dark:disabled:hover, .btn-group-raised .btn-dark.custom-file-control:disabled:hover::before { background-color: #424242; border-color: #424242; } .btn.bmd-btn-fab:hover, .bmd-btn-fab.custom-file-control:hover::before, .btn.bmd-btn-fab:focus, .bmd-btn-fab.custom-file-control:focus::before, .btn.btn-raised:hover, .btn-raised.custom-file-control:hover::before, .btn.btn-raised:focus, .btn-raised.custom-file-control:focus::before, .btn-group-raised .btn:hover, .btn-group-raised .custom-file-control:hover::before, .btn-group-raised .btn:focus, .btn-group-raised .custom-file-control:focus::before { z-index: 1; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); } .btn.bmd-btn-fab.active, .bmd-btn-fab.active.custom-file-control::before, .btn.bmd-btn-fab:active, .bmd-btn-fab.custom-file-control:active::before, .btn.btn-raised.active, .btn-raised.active.custom-file-control::before, .btn.btn-raised:active, .btn-raised.custom-file-control:active::before, .btn-group-raised .btn.active, .btn-group-raised .active.custom-file-control::before, .btn-group-raised .btn:active, .btn-group-raised .custom-file-control:active::before { z-index: 1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36); } .btn.bmd-btn-fab.focus, .bmd-btn-fab.focus.custom-file-control::before, .btn.bmd-btn-fab:focus, .bmd-btn-fab.custom-file-control:focus::before, .btn.btn-raised.focus, .btn-raised.focus.custom-file-control::before, .btn.btn-raised:focus, .btn-raised.custom-file-control:focus::before, .btn-group-raised .btn.focus, .btn-group-raised .focus.custom-file-control::before, .btn-group-raised .btn:focus, .btn-group-raised .custom-file-control:focus::before { outline: 0; } .btn.btn-raised, .btn-raised.custom-file-control::before, .btn-group-raised .btn, .btn-group-raised .custom-file-control::before { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .btn.btn-raised.btn-link, .btn-raised.btn-link.custom-file-control::before, .btn-group-raised .btn.btn-link, .btn-group-raised .btn-link.custom-file-control::before { box-shadow: none; } .btn.btn-raised.btn-link.active, .btn-raised.btn-link.active.custom-file-control::before, .btn-group-raised .btn.btn-link.active, .btn-group-raised .btn-link.active.custom-file-control::before { box-shadow: none; } .btn.btn-raised.btn-link:hover, .btn-raised.btn-link.custom-file-control:hover::before, .btn.btn-raised.btn-link:focus, .btn-raised.btn-link.custom-file-control:focus::before, .btn.btn-raised.btn-link:active, .btn-raised.btn-link.custom-file-control:active::before, .btn-group-raised .btn.btn-link:hover, .btn-group-raised .btn-link.custom-file-control:hover::before, .btn-group-raised .btn.btn-link:focus, .btn-group-raised .btn-link.custom-file-control:focus::before, .btn-group-raised .btn.btn-link:active, .btn-group-raised .btn-link.custom-file-control:active::before { box-shadow: none; } fieldset[disabled][disabled] .btn.btn-raised, fieldset[disabled][disabled] .btn-raised.custom-file-control::before, .btn.btn-raised.disabled, .btn-raised.disabled.custom-file-control::before, .btn.btn-raised:disabled, .btn-raised.custom-file-control:disabled::before, .btn.btn-raised[disabled], .btn-raised.custom-file-control[disabled]::before, fieldset[disabled][disabled] .btn-group-raised .btn, fieldset[disabled][disabled] .btn-group-raised .custom-file-control::before, .btn-group-raised .btn.disabled, .btn-group-raised .disabled.custom-file-control::before, .btn-group-raised .btn:disabled, .btn-group-raised .custom-file-control:disabled::before, .btn-group-raised .btn[disabled], .btn-group-raised .custom-file-control[disabled]::before { box-shadow: none; } .btn.btn-outline, .btn-outline.custom-file-control::before { border-color: currentColor; border-style: solid; border-width: 1px; } .btn.btn-outline-primary, .btn-outline-primary.custom-file-control::before { border-color: currentColor; border-style: solid; border-width: 1px; color: #3f51b5; background-color: transparent; border-color: #3f51b5; } .btn.btn-outline-primary:hover, .btn-outline-primary.custom-file-control:hover::before { color: #3f51b5; background-color: rgba(153, 153, 153, 0.2); border-color: #3f51b5; } .btn.btn-outline-primary:focus, .btn-outline-primary.custom-file-control:focus::before, .btn.btn-outline-primary.focus, .btn-outline-primary.focus.custom-file-control::before { color: #3f51b5; background-color: rgba(153, 153, 153, 0.2); border-color: #3f51b5; } .btn.btn-outline-primary:active, .btn-outline-primary.custom-file-control:active::before, .btn.btn-outline-primary.active, .btn-outline-primary.active.custom-file-control::before, .open > .btn.btn-outline-primary.dropdown-toggle, .open > .btn-outline-primary.dropdown-toggle.custom-file-control::before { color: #3f51b5; background-color: rgba(153, 153, 153, 0.2); border-color: #3f51b5; } .btn.btn-outline-primary:active:hover, .btn-outline-primary.custom-file-control:active:hover::before, .btn.btn-outline-primary:active:focus, .btn-outline-primary.custom-file-control:active:focus::before, .btn.btn-outline-primary:active.focus, .btn-outline-primary.custom-file-control:active.focus::before, .btn.btn-outline-primary.active:hover, .btn-outline-primary.active.custom-file-control:hover::before, .btn.btn-outline-primary.active:focus, .btn-outline-primary.active.custom-file-control:focus::before, .btn.btn-outline-primary.active.focus, .btn-outline-primary.active.focus.custom-file-control::before, .open > .btn.btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-primary.dropdown-toggle.focus, .open > .btn-outline-primary.dropdown-toggle.focus.custom-file-control::before { color: #3f51b5; background-color: rgba(153, 153, 153, 0.4); border-color: #3f51b5; } .open > .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.custom-file-control:focus::before, .btn.btn-outline-primary.disabled.focus, .btn-outline-primary.disabled.focus.custom-file-control::before, .btn.btn-outline-primary:disabled:focus, .btn-outline-primary.custom-file-control:disabled:focus::before, .btn.btn-outline-primary:disabled.focus, .btn-outline-primary.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #3f51b5; } .btn.btn-outline-primary.disabled:hover, .btn-outline-primary.disabled.custom-file-control:hover::before, .btn.btn-outline-primary:disabled:hover, .btn-outline-primary.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #3f51b5; } .bg-inverse .btn.btn-outline-primary, .bg-inverse .btn-outline-primary.custom-file-control::before { color: #3f51b5; background-color: transparent; border-color: #3f51b5; } .bg-inverse .btn.btn-outline-primary:hover, .bg-inverse .btn-outline-primary.custom-file-control:hover::before { color: #3f51b5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-primary:focus, .bg-inverse .btn-outline-primary.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.focus, .bg-inverse .btn-outline-primary.focus.custom-file-control::before { color: #3f51b5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-primary:active, .bg-inverse .btn-outline-primary.custom-file-control:active::before, .bg-inverse .btn.btn-outline-primary.active, .bg-inverse .btn-outline-primary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control::before { color: #3f51b5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-primary:active:hover, .bg-inverse .btn-outline-primary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-primary:active:focus, .bg-inverse .btn-outline-primary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-primary:active.focus, .bg-inverse .btn-outline-primary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-primary.active:hover, .bg-inverse .btn-outline-primary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-primary.active:focus, .bg-inverse .btn-outline-primary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.active.focus, .bg-inverse .btn-outline-primary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.focus.custom-file-control::before { color: #3f51b5; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-outline-primary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-primary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-primary.disabled:focus, .bg-inverse .btn-outline-primary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-primary.disabled.focus, .bg-inverse .btn-outline-primary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-primary:disabled:focus, .bg-inverse .btn-outline-primary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-primary:disabled.focus, .bg-inverse .btn-outline-primary.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #3f51b5; } .bg-inverse .btn.btn-outline-primary.disabled:hover, .bg-inverse .btn-outline-primary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-primary:disabled:hover, .bg-inverse .btn-outline-primary.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #3f51b5; } .btn.btn-outline-primary.btn-link, .btn-outline-primary.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-outline-secondary, .btn-outline-secondary.custom-file-control::before { border-color: currentColor; border-style: solid; border-width: 1px; color: #757575; background-color: transparent; border-color: #757575; } .btn.btn-outline-secondary:hover, .btn-outline-secondary.custom-file-control:hover::before { color: #757575; background-color: rgba(153, 153, 153, 0.2); border-color: #757575; } .btn.btn-outline-secondary:focus, .btn-outline-secondary.custom-file-control:focus::before, .btn.btn-outline-secondary.focus, .btn-outline-secondary.focus.custom-file-control::before { color: #757575; background-color: rgba(153, 153, 153, 0.2); border-color: #757575; } .btn.btn-outline-secondary:active, .btn-outline-secondary.custom-file-control:active::before, .btn.btn-outline-secondary.active, .btn-outline-secondary.active.custom-file-control::before, .open > .btn.btn-outline-secondary.dropdown-toggle, .open > .btn-outline-secondary.dropdown-toggle.custom-file-control::before { color: #757575; background-color: rgba(153, 153, 153, 0.2); border-color: #757575; } .btn.btn-outline-secondary:active:hover, .btn-outline-secondary.custom-file-control:active:hover::before, .btn.btn-outline-secondary:active:focus, .btn-outline-secondary.custom-file-control:active:focus::before, .btn.btn-outline-secondary:active.focus, .btn-outline-secondary.custom-file-control:active.focus::before, .btn.btn-outline-secondary.active:hover, .btn-outline-secondary.active.custom-file-control:hover::before, .btn.btn-outline-secondary.active:focus, .btn-outline-secondary.active.custom-file-control:focus::before, .btn.btn-outline-secondary.active.focus, .btn-outline-secondary.active.focus.custom-file-control::before, .open > .btn.btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-secondary.dropdown-toggle.focus, .open > .btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before { color: #757575; background-color: rgba(153, 153, 153, 0.4); border-color: #757575; } .open > .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.custom-file-control:focus::before, .btn.btn-outline-secondary.disabled.focus, .btn-outline-secondary.disabled.focus.custom-file-control::before, .btn.btn-outline-secondary:disabled:focus, .btn-outline-secondary.custom-file-control:disabled:focus::before, .btn.btn-outline-secondary:disabled.focus, .btn-outline-secondary.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #757575; } .btn.btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled.custom-file-control:hover::before, .btn.btn-outline-secondary:disabled:hover, .btn-outline-secondary.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #757575; } .bg-inverse .btn.btn-outline-secondary, .bg-inverse .btn-outline-secondary.custom-file-control::before { color: #757575; background-color: transparent; border-color: #757575; } .bg-inverse .btn.btn-outline-secondary:hover, .bg-inverse .btn-outline-secondary.custom-file-control:hover::before { color: #757575; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-secondary:focus, .bg-inverse .btn-outline-secondary.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.focus, .bg-inverse .btn-outline-secondary.focus.custom-file-control::before { color: #757575; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-secondary:active, .bg-inverse .btn-outline-secondary.custom-file-control:active::before, .bg-inverse .btn.btn-outline-secondary.active, .bg-inverse .btn-outline-secondary.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control::before { color: #757575; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-secondary:active:hover, .bg-inverse .btn-outline-secondary.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-secondary:active:focus, .bg-inverse .btn-outline-secondary.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-secondary:active.focus, .bg-inverse .btn-outline-secondary.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-secondary.active:hover, .bg-inverse .btn-outline-secondary.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-secondary.active:focus, .bg-inverse .btn-outline-secondary.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.active.focus, .bg-inverse .btn-outline-secondary.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.focus.custom-file-control::before { color: #757575; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-outline-secondary.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-secondary.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-secondary.disabled:focus, .bg-inverse .btn-outline-secondary.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-secondary.disabled.focus, .bg-inverse .btn-outline-secondary.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-secondary:disabled:focus, .bg-inverse .btn-outline-secondary.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-secondary:disabled.focus, .bg-inverse .btn-outline-secondary.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #757575; } .bg-inverse .btn.btn-outline-secondary.disabled:hover, .bg-inverse .btn-outline-secondary.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-secondary:disabled:hover, .bg-inverse .btn-outline-secondary.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #757575; } .btn.btn-outline-secondary.btn-link, .btn-outline-secondary.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-outline-success, .btn-outline-success.custom-file-control::before { border-color: currentColor; border-style: solid; border-width: 1px; color: #4caf50; background-color: transparent; border-color: #4caf50; } .btn.btn-outline-success:hover, .btn-outline-success.custom-file-control:hover::before { color: #4caf50; background-color: rgba(153, 153, 153, 0.2); border-color: #4caf50; } .btn.btn-outline-success:focus, .btn-outline-success.custom-file-control:focus::before, .btn.btn-outline-success.focus, .btn-outline-success.focus.custom-file-control::before { color: #4caf50; background-color: rgba(153, 153, 153, 0.2); border-color: #4caf50; } .btn.btn-outline-success:active, .btn-outline-success.custom-file-control:active::before, .btn.btn-outline-success.active, .btn-outline-success.active.custom-file-control::before, .open > .btn.btn-outline-success.dropdown-toggle, .open > .btn-outline-success.dropdown-toggle.custom-file-control::before { color: #4caf50; background-color: rgba(153, 153, 153, 0.2); border-color: #4caf50; } .btn.btn-outline-success:active:hover, .btn-outline-success.custom-file-control:active:hover::before, .btn.btn-outline-success:active:focus, .btn-outline-success.custom-file-control:active:focus::before, .btn.btn-outline-success:active.focus, .btn-outline-success.custom-file-control:active.focus::before, .btn.btn-outline-success.active:hover, .btn-outline-success.active.custom-file-control:hover::before, .btn.btn-outline-success.active:focus, .btn-outline-success.active.custom-file-control:focus::before, .btn.btn-outline-success.active.focus, .btn-outline-success.active.focus.custom-file-control::before, .open > .btn.btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-success.dropdown-toggle.focus, .open > .btn-outline-success.dropdown-toggle.focus.custom-file-control::before { color: #4caf50; background-color: rgba(153, 153, 153, 0.4); border-color: #4caf50; } .open > .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-outline-success.disabled:focus, .btn-outline-success.disabled.custom-file-control:focus::before, .btn.btn-outline-success.disabled.focus, .btn-outline-success.disabled.focus.custom-file-control::before, .btn.btn-outline-success:disabled:focus, .btn-outline-success.custom-file-control:disabled:focus::before, .btn.btn-outline-success:disabled.focus, .btn-outline-success.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #4caf50; } .btn.btn-outline-success.disabled:hover, .btn-outline-success.disabled.custom-file-control:hover::before, .btn.btn-outline-success:disabled:hover, .btn-outline-success.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #4caf50; } .bg-inverse .btn.btn-outline-success, .bg-inverse .btn-outline-success.custom-file-control::before { color: #4caf50; background-color: transparent; border-color: #4caf50; } .bg-inverse .btn.btn-outline-success:hover, .bg-inverse .btn-outline-success.custom-file-control:hover::before { color: #4caf50; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-success:focus, .bg-inverse .btn-outline-success.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.focus, .bg-inverse .btn-outline-success.focus.custom-file-control::before { color: #4caf50; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-success:active, .bg-inverse .btn-outline-success.custom-file-control:active::before, .bg-inverse .btn.btn-outline-success.active, .bg-inverse .btn-outline-success.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle, .open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control::before { color: #4caf50; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-success:active:hover, .bg-inverse .btn-outline-success.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-success:active:focus, .bg-inverse .btn-outline-success.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-success:active.focus, .bg-inverse .btn-outline-success.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-success.active:hover, .bg-inverse .btn-outline-success.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-success.active:focus, .bg-inverse .btn-outline-success.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.active.focus, .bg-inverse .btn-outline-success.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-success.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-success.dropdown-toggle.focus.custom-file-control::before { color: #4caf50; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-outline-success.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-success.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-success.disabled:focus, .bg-inverse .btn-outline-success.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-success.disabled.focus, .bg-inverse .btn-outline-success.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-success:disabled:focus, .bg-inverse .btn-outline-success.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-success:disabled.focus, .bg-inverse .btn-outline-success.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #4caf50; } .bg-inverse .btn.btn-outline-success.disabled:hover, .bg-inverse .btn-outline-success.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-success:disabled:hover, .bg-inverse .btn-outline-success.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #4caf50; } .btn.btn-outline-success.btn-link, .btn-outline-success.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-outline-info, .btn-outline-info.custom-file-control::before { border-color: currentColor; border-style: solid; border-width: 1px; color: #03a9f4; background-color: transparent; border-color: #03a9f4; } .btn.btn-outline-info:hover, .btn-outline-info.custom-file-control:hover::before { color: #03a9f4; background-color: rgba(153, 153, 153, 0.2); border-color: #03a9f4; } .btn.btn-outline-info:focus, .btn-outline-info.custom-file-control:focus::before, .btn.btn-outline-info.focus, .btn-outline-info.focus.custom-file-control::before { color: #03a9f4; background-color: rgba(153, 153, 153, 0.2); border-color: #03a9f4; } .btn.btn-outline-info:active, .btn-outline-info.custom-file-control:active::before, .btn.btn-outline-info.active, .btn-outline-info.active.custom-file-control::before, .open > .btn.btn-outline-info.dropdown-toggle, .open > .btn-outline-info.dropdown-toggle.custom-file-control::before { color: #03a9f4; background-color: rgba(153, 153, 153, 0.2); border-color: #03a9f4; } .btn.btn-outline-info:active:hover, .btn-outline-info.custom-file-control:active:hover::before, .btn.btn-outline-info:active:focus, .btn-outline-info.custom-file-control:active:focus::before, .btn.btn-outline-info:active.focus, .btn-outline-info.custom-file-control:active.focus::before, .btn.btn-outline-info.active:hover, .btn-outline-info.active.custom-file-control:hover::before, .btn.btn-outline-info.active:focus, .btn-outline-info.active.custom-file-control:focus::before, .btn.btn-outline-info.active.focus, .btn-outline-info.active.focus.custom-file-control::before, .open > .btn.btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-info.dropdown-toggle.focus, .open > .btn-outline-info.dropdown-toggle.focus.custom-file-control::before { color: #03a9f4; background-color: rgba(153, 153, 153, 0.4); border-color: #03a9f4; } .open > .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-outline-info.disabled:focus, .btn-outline-info.disabled.custom-file-control:focus::before, .btn.btn-outline-info.disabled.focus, .btn-outline-info.disabled.focus.custom-file-control::before, .btn.btn-outline-info:disabled:focus, .btn-outline-info.custom-file-control:disabled:focus::before, .btn.btn-outline-info:disabled.focus, .btn-outline-info.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #03a9f4; } .btn.btn-outline-info.disabled:hover, .btn-outline-info.disabled.custom-file-control:hover::before, .btn.btn-outline-info:disabled:hover, .btn-outline-info.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #03a9f4; } .bg-inverse .btn.btn-outline-info, .bg-inverse .btn-outline-info.custom-file-control::before { color: #03a9f4; background-color: transparent; border-color: #03a9f4; } .bg-inverse .btn.btn-outline-info:hover, .bg-inverse .btn-outline-info.custom-file-control:hover::before { color: #03a9f4; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-info:focus, .bg-inverse .btn-outline-info.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.focus, .bg-inverse .btn-outline-info.focus.custom-file-control::before { color: #03a9f4; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-info:active, .bg-inverse .btn-outline-info.custom-file-control:active::before, .bg-inverse .btn.btn-outline-info.active, .bg-inverse .btn-outline-info.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle, .open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control::before { color: #03a9f4; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-info:active:hover, .bg-inverse .btn-outline-info.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-info:active:focus, .bg-inverse .btn-outline-info.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-info:active.focus, .bg-inverse .btn-outline-info.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-info.active:hover, .bg-inverse .btn-outline-info.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-info.active:focus, .bg-inverse .btn-outline-info.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.active.focus, .bg-inverse .btn-outline-info.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-info.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-info.dropdown-toggle.focus.custom-file-control::before { color: #03a9f4; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-outline-info.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-info.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-info.disabled:focus, .bg-inverse .btn-outline-info.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-info.disabled.focus, .bg-inverse .btn-outline-info.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-info:disabled:focus, .bg-inverse .btn-outline-info.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-info:disabled.focus, .bg-inverse .btn-outline-info.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #03a9f4; } .bg-inverse .btn.btn-outline-info.disabled:hover, .bg-inverse .btn-outline-info.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-info:disabled:hover, .bg-inverse .btn-outline-info.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #03a9f4; } .btn.btn-outline-info.btn-link, .btn-outline-info.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-outline-warning, .btn-outline-warning.custom-file-control::before { border-color: currentColor; border-style: solid; border-width: 1px; color: #ff5722; background-color: transparent; border-color: #ff5722; } .btn.btn-outline-warning:hover, .btn-outline-warning.custom-file-control:hover::before { color: #ff5722; background-color: rgba(153, 153, 153, 0.2); border-color: #ff5722; } .btn.btn-outline-warning:focus, .btn-outline-warning.custom-file-control:focus::before, .btn.btn-outline-warning.focus, .btn-outline-warning.focus.custom-file-control::before { color: #ff5722; background-color: rgba(153, 153, 153, 0.2); border-color: #ff5722; } .btn.btn-outline-warning:active, .btn-outline-warning.custom-file-control:active::before, .btn.btn-outline-warning.active, .btn-outline-warning.active.custom-file-control::before, .open > .btn.btn-outline-warning.dropdown-toggle, .open > .btn-outline-warning.dropdown-toggle.custom-file-control::before { color: #ff5722; background-color: rgba(153, 153, 153, 0.2); border-color: #ff5722; } .btn.btn-outline-warning:active:hover, .btn-outline-warning.custom-file-control:active:hover::before, .btn.btn-outline-warning:active:focus, .btn-outline-warning.custom-file-control:active:focus::before, .btn.btn-outline-warning:active.focus, .btn-outline-warning.custom-file-control:active.focus::before, .btn.btn-outline-warning.active:hover, .btn-outline-warning.active.custom-file-control:hover::before, .btn.btn-outline-warning.active:focus, .btn-outline-warning.active.custom-file-control:focus::before, .btn.btn-outline-warning.active.focus, .btn-outline-warning.active.focus.custom-file-control::before, .open > .btn.btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-warning.dropdown-toggle.focus, .open > .btn-outline-warning.dropdown-toggle.focus.custom-file-control::before { color: #ff5722; background-color: rgba(153, 153, 153, 0.4); border-color: #ff5722; } .open > .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.custom-file-control:focus::before, .btn.btn-outline-warning.disabled.focus, .btn-outline-warning.disabled.focus.custom-file-control::before, .btn.btn-outline-warning:disabled:focus, .btn-outline-warning.custom-file-control:disabled:focus::before, .btn.btn-outline-warning:disabled.focus, .btn-outline-warning.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ff5722; } .btn.btn-outline-warning.disabled:hover, .btn-outline-warning.disabled.custom-file-control:hover::before, .btn.btn-outline-warning:disabled:hover, .btn-outline-warning.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ff5722; } .bg-inverse .btn.btn-outline-warning, .bg-inverse .btn-outline-warning.custom-file-control::before { color: #ff5722; background-color: transparent; border-color: #ff5722; } .bg-inverse .btn.btn-outline-warning:hover, .bg-inverse .btn-outline-warning.custom-file-control:hover::before { color: #ff5722; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-warning:focus, .bg-inverse .btn-outline-warning.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.focus, .bg-inverse .btn-outline-warning.focus.custom-file-control::before { color: #ff5722; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-warning:active, .bg-inverse .btn-outline-warning.custom-file-control:active::before, .bg-inverse .btn.btn-outline-warning.active, .bg-inverse .btn-outline-warning.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control::before { color: #ff5722; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-warning:active:hover, .bg-inverse .btn-outline-warning.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-warning:active:focus, .bg-inverse .btn-outline-warning.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-warning:active.focus, .bg-inverse .btn-outline-warning.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-warning.active:hover, .bg-inverse .btn-outline-warning.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-warning.active:focus, .bg-inverse .btn-outline-warning.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.active.focus, .bg-inverse .btn-outline-warning.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.focus.custom-file-control::before { color: #ff5722; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-outline-warning.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-warning.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-warning.disabled:focus, .bg-inverse .btn-outline-warning.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-warning.disabled.focus, .bg-inverse .btn-outline-warning.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-warning:disabled:focus, .bg-inverse .btn-outline-warning.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-warning:disabled.focus, .bg-inverse .btn-outline-warning.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #ff5722; } .bg-inverse .btn.btn-outline-warning.disabled:hover, .bg-inverse .btn-outline-warning.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-warning:disabled:hover, .bg-inverse .btn-outline-warning.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #ff5722; } .btn.btn-outline-warning.btn-link, .btn-outline-warning.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-outline-danger, .btn-outline-danger.custom-file-control::before { border-color: currentColor; border-style: solid; border-width: 1px; color: #f44336; background-color: transparent; border-color: #f44336; } .btn.btn-outline-danger:hover, .btn-outline-danger.custom-file-control:hover::before { color: #f44336; background-color: rgba(153, 153, 153, 0.2); border-color: #f44336; } .btn.btn-outline-danger:focus, .btn-outline-danger.custom-file-control:focus::before, .btn.btn-outline-danger.focus, .btn-outline-danger.focus.custom-file-control::before { color: #f44336; background-color: rgba(153, 153, 153, 0.2); border-color: #f44336; } .btn.btn-outline-danger:active, .btn-outline-danger.custom-file-control:active::before, .btn.btn-outline-danger.active, .btn-outline-danger.active.custom-file-control::before, .open > .btn.btn-outline-danger.dropdown-toggle, .open > .btn-outline-danger.dropdown-toggle.custom-file-control::before { color: #f44336; background-color: rgba(153, 153, 153, 0.2); border-color: #f44336; } .btn.btn-outline-danger:active:hover, .btn-outline-danger.custom-file-control:active:hover::before, .btn.btn-outline-danger:active:focus, .btn-outline-danger.custom-file-control:active:focus::before, .btn.btn-outline-danger:active.focus, .btn-outline-danger.custom-file-control:active.focus::before, .btn.btn-outline-danger.active:hover, .btn-outline-danger.active.custom-file-control:hover::before, .btn.btn-outline-danger.active:focus, .btn-outline-danger.active.custom-file-control:focus::before, .btn.btn-outline-danger.active.focus, .btn-outline-danger.active.focus.custom-file-control::before, .open > .btn.btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-danger.dropdown-toggle.focus, .open > .btn-outline-danger.dropdown-toggle.focus.custom-file-control::before { color: #f44336; background-color: rgba(153, 153, 153, 0.4); border-color: #f44336; } .open > .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.custom-file-control:focus::before, .btn.btn-outline-danger.disabled.focus, .btn-outline-danger.disabled.focus.custom-file-control::before, .btn.btn-outline-danger:disabled:focus, .btn-outline-danger.custom-file-control:disabled:focus::before, .btn.btn-outline-danger:disabled.focus, .btn-outline-danger.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #f44336; } .btn.btn-outline-danger.disabled:hover, .btn-outline-danger.disabled.custom-file-control:hover::before, .btn.btn-outline-danger:disabled:hover, .btn-outline-danger.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #f44336; } .bg-inverse .btn.btn-outline-danger, .bg-inverse .btn-outline-danger.custom-file-control::before { color: #f44336; background-color: transparent; border-color: #f44336; } .bg-inverse .btn.btn-outline-danger:hover, .bg-inverse .btn-outline-danger.custom-file-control:hover::before { color: #f44336; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-danger:focus, .bg-inverse .btn-outline-danger.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.focus, .bg-inverse .btn-outline-danger.focus.custom-file-control::before { color: #f44336; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-danger:active, .bg-inverse .btn-outline-danger.custom-file-control:active::before, .bg-inverse .btn.btn-outline-danger.active, .bg-inverse .btn-outline-danger.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control::before { color: #f44336; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-danger:active:hover, .bg-inverse .btn-outline-danger.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-danger:active:focus, .bg-inverse .btn-outline-danger.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-danger:active.focus, .bg-inverse .btn-outline-danger.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-danger.active:hover, .bg-inverse .btn-outline-danger.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-danger.active:focus, .bg-inverse .btn-outline-danger.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.active.focus, .bg-inverse .btn-outline-danger.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.focus.custom-file-control::before { color: #f44336; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-outline-danger.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-danger.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-danger.disabled:focus, .bg-inverse .btn-outline-danger.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-danger.disabled.focus, .bg-inverse .btn-outline-danger.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-danger:disabled:focus, .bg-inverse .btn-outline-danger.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-danger:disabled.focus, .bg-inverse .btn-outline-danger.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #f44336; } .bg-inverse .btn.btn-outline-danger.disabled:hover, .bg-inverse .btn-outline-danger.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-danger:disabled:hover, .bg-inverse .btn-outline-danger.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #f44336; } .btn.btn-outline-danger.btn-link, .btn-outline-danger.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-outline-light, .btn-outline-light.custom-file-control::before { border-color: currentColor; border-style: solid; border-width: 1px; color: #f5f5f5; background-color: transparent; border-color: #f5f5f5; } .btn.btn-outline-light:hover, .btn-outline-light.custom-file-control:hover::before { color: #f5f5f5; background-color: rgba(153, 153, 153, 0.2); border-color: #f5f5f5; } .btn.btn-outline-light:focus, .btn-outline-light.custom-file-control:focus::before, .btn.btn-outline-light.focus, .btn-outline-light.focus.custom-file-control::before { color: #f5f5f5; background-color: rgba(153, 153, 153, 0.2); border-color: #f5f5f5; } .btn.btn-outline-light:active, .btn-outline-light.custom-file-control:active::before, .btn.btn-outline-light.active, .btn-outline-light.active.custom-file-control::before, .open > .btn.btn-outline-light.dropdown-toggle, .open > .btn-outline-light.dropdown-toggle.custom-file-control::before { color: #f5f5f5; background-color: rgba(153, 153, 153, 0.2); border-color: #f5f5f5; } .btn.btn-outline-light:active:hover, .btn-outline-light.custom-file-control:active:hover::before, .btn.btn-outline-light:active:focus, .btn-outline-light.custom-file-control:active:focus::before, .btn.btn-outline-light:active.focus, .btn-outline-light.custom-file-control:active.focus::before, .btn.btn-outline-light.active:hover, .btn-outline-light.active.custom-file-control:hover::before, .btn.btn-outline-light.active:focus, .btn-outline-light.active.custom-file-control:focus::before, .btn.btn-outline-light.active.focus, .btn-outline-light.active.focus.custom-file-control::before, .open > .btn.btn-outline-light.dropdown-toggle:hover, .open > .btn-outline-light.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-light.dropdown-toggle:focus, .open > .btn-outline-light.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-light.dropdown-toggle.focus, .open > .btn-outline-light.dropdown-toggle.focus.custom-file-control::before { color: #f5f5f5; background-color: rgba(153, 153, 153, 0.4); border-color: #f5f5f5; } .open > .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-outline-light.disabled:focus, .btn-outline-light.disabled.custom-file-control:focus::before, .btn.btn-outline-light.disabled.focus, .btn-outline-light.disabled.focus.custom-file-control::before, .btn.btn-outline-light:disabled:focus, .btn-outline-light.custom-file-control:disabled:focus::before, .btn.btn-outline-light:disabled.focus, .btn-outline-light.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #f5f5f5; } .btn.btn-outline-light.disabled:hover, .btn-outline-light.disabled.custom-file-control:hover::before, .btn.btn-outline-light:disabled:hover, .btn-outline-light.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #f5f5f5; } .bg-inverse .btn.btn-outline-light, .bg-inverse .btn-outline-light.custom-file-control::before { color: #f5f5f5; background-color: transparent; border-color: #f5f5f5; } .bg-inverse .btn.btn-outline-light:hover, .bg-inverse .btn-outline-light.custom-file-control:hover::before { color: #f5f5f5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-light:focus, .bg-inverse .btn-outline-light.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-light.focus, .bg-inverse .btn-outline-light.focus.custom-file-control::before { color: #f5f5f5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-light:active, .bg-inverse .btn-outline-light.custom-file-control:active::before, .bg-inverse .btn.btn-outline-light.active, .bg-inverse .btn-outline-light.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle, .open > .bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control::before { color: #f5f5f5; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-light:active:hover, .bg-inverse .btn-outline-light.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-light:active:focus, .bg-inverse .btn-outline-light.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-light:active.focus, .bg-inverse .btn-outline-light.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-light.active:hover, .bg-inverse .btn-outline-light.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-light.active:focus, .bg-inverse .btn-outline-light.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-light.active.focus, .bg-inverse .btn-outline-light.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-light.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-light.dropdown-toggle.focus.custom-file-control::before { color: #f5f5f5; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-outline-light.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-light.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-light.disabled:focus, .bg-inverse .btn-outline-light.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-light.disabled.focus, .bg-inverse .btn-outline-light.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-light:disabled:focus, .bg-inverse .btn-outline-light.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-light:disabled.focus, .bg-inverse .btn-outline-light.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #f5f5f5; } .bg-inverse .btn.btn-outline-light.disabled:hover, .bg-inverse .btn-outline-light.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-light:disabled:hover, .bg-inverse .btn-outline-light.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #f5f5f5; } .btn.btn-outline-light.btn-link, .btn-outline-light.btn-link.custom-file-control::before { background-color: transparent; } .btn.btn-outline-dark, .btn-outline-dark.custom-file-control::before { border-color: currentColor; border-style: solid; border-width: 1px; color: #424242; background-color: transparent; border-color: #424242; } .btn.btn-outline-dark:hover, .btn-outline-dark.custom-file-control:hover::before { color: #424242; background-color: rgba(153, 153, 153, 0.2); border-color: #424242; } .btn.btn-outline-dark:focus, .btn-outline-dark.custom-file-control:focus::before, .btn.btn-outline-dark.focus, .btn-outline-dark.focus.custom-file-control::before { color: #424242; background-color: rgba(153, 153, 153, 0.2); border-color: #424242; } .btn.btn-outline-dark:active, .btn-outline-dark.custom-file-control:active::before, .btn.btn-outline-dark.active, .btn-outline-dark.active.custom-file-control::before, .open > .btn.btn-outline-dark.dropdown-toggle, .open > .btn-outline-dark.dropdown-toggle.custom-file-control::before { color: #424242; background-color: rgba(153, 153, 153, 0.2); border-color: #424242; } .btn.btn-outline-dark:active:hover, .btn-outline-dark.custom-file-control:active:hover::before, .btn.btn-outline-dark:active:focus, .btn-outline-dark.custom-file-control:active:focus::before, .btn.btn-outline-dark:active.focus, .btn-outline-dark.custom-file-control:active.focus::before, .btn.btn-outline-dark.active:hover, .btn-outline-dark.active.custom-file-control:hover::before, .btn.btn-outline-dark.active:focus, .btn-outline-dark.active.custom-file-control:focus::before, .btn.btn-outline-dark.active.focus, .btn-outline-dark.active.focus.custom-file-control::before, .open > .btn.btn-outline-dark.dropdown-toggle:hover, .open > .btn-outline-dark.dropdown-toggle.custom-file-control:hover::before, .open > .btn.btn-outline-dark.dropdown-toggle:focus, .open > .btn-outline-dark.dropdown-toggle.custom-file-control:focus::before, .open > .btn.btn-outline-dark.dropdown-toggle.focus, .open > .btn-outline-dark.dropdown-toggle.focus.custom-file-control::before { color: #424242; background-color: rgba(153, 153, 153, 0.4); border-color: #424242; } .open > .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon, .open > .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(153, 153, 153, 0.2); } .btn.btn-outline-dark.disabled:focus, .btn-outline-dark.disabled.custom-file-control:focus::before, .btn.btn-outline-dark.disabled.focus, .btn-outline-dark.disabled.focus.custom-file-control::before, .btn.btn-outline-dark:disabled:focus, .btn-outline-dark.custom-file-control:disabled:focus::before, .btn.btn-outline-dark:disabled.focus, .btn-outline-dark.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #424242; } .btn.btn-outline-dark.disabled:hover, .btn-outline-dark.disabled.custom-file-control:hover::before, .btn.btn-outline-dark:disabled:hover, .btn-outline-dark.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #424242; } .bg-inverse .btn.btn-outline-dark, .bg-inverse .btn-outline-dark.custom-file-control::before { color: #424242; background-color: transparent; border-color: #424242; } .bg-inverse .btn.btn-outline-dark:hover, .bg-inverse .btn-outline-dark.custom-file-control:hover::before { color: #424242; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-dark:focus, .bg-inverse .btn-outline-dark.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-dark.focus, .bg-inverse .btn-outline-dark.focus.custom-file-control::before { color: #424242; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-dark:active, .bg-inverse .btn-outline-dark.custom-file-control:active::before, .bg-inverse .btn.btn-outline-dark.active, .bg-inverse .btn-outline-dark.active.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control::before { color: #424242; background-color: rgba(204, 204, 204, 0.15); border-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-dark:active:hover, .bg-inverse .btn-outline-dark.custom-file-control:active:hover::before, .bg-inverse .btn.btn-outline-dark:active:focus, .bg-inverse .btn-outline-dark.custom-file-control:active:focus::before, .bg-inverse .btn.btn-outline-dark:active.focus, .bg-inverse .btn-outline-dark.custom-file-control:active.focus::before, .bg-inverse .btn.btn-outline-dark.active:hover, .bg-inverse .btn-outline-dark.active.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-dark.active:focus, .bg-inverse .btn-outline-dark.active.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-dark.active.focus, .bg-inverse .btn-outline-dark.active.focus.custom-file-control::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle:hover, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control:hover::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle:focus, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.custom-file-control:focus::before, .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle.focus, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.focus.custom-file-control::before { color: #424242; background-color: rgba(204, 204, 204, 0.25); border-color: rgba(204, 204, 204, 0.25); } .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control::before { color: inherit; background-color: transparent; } .open > .bg-inverse .btn.btn-outline-dark.dropdown-toggle.bmd-btn-icon:hover, .open > .bg-inverse .btn-outline-dark.dropdown-toggle.bmd-btn-icon.custom-file-control:hover::before { background-color: rgba(204, 204, 204, 0.15); } .bg-inverse .btn.btn-outline-dark.disabled:focus, .bg-inverse .btn-outline-dark.disabled.custom-file-control:focus::before, .bg-inverse .btn.btn-outline-dark.disabled.focus, .bg-inverse .btn-outline-dark.disabled.focus.custom-file-control::before, .bg-inverse .btn.btn-outline-dark:disabled:focus, .bg-inverse .btn-outline-dark.custom-file-control:disabled:focus::before, .bg-inverse .btn.btn-outline-dark:disabled.focus, .bg-inverse .btn-outline-dark.custom-file-control:disabled.focus::before { background-color: transparent; border-color: #424242; } .bg-inverse .btn.btn-outline-dark.disabled:hover, .bg-inverse .btn-outline-dark.disabled.custom-file-control:hover::before, .bg-inverse .btn.btn-outline-dark:disabled:hover, .bg-inverse .btn-outline-dark.custom-file-control:disabled:hover::before { background-color: transparent; border-color: #424242; } .btn.btn-outline-dark.btn-link, .btn-outline-dark.btn-link.custom-file-control::before { background-color: transparent; } .btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before, .btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before { overflow: hidden; font-size: 1.5rem; line-height: 0; } .btn-group-lg .btn.bmd-btn-fab, .btn-group-lg .bmd-btn-fab.custom-file-control::before, .btn-group-sm .btn.bmd-btn-fab, .btn-group-sm .bmd-btn-fab.custom-file-control::before, .btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before, .btn-group-lg .btn.bmd-btn-icon, .btn-group-lg .bmd-btn-icon.custom-file-control::before, .btn-group-sm .btn.bmd-btn-icon, .btn-group-sm .bmd-btn-icon.custom-file-control::before, .btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before { padding: 0; border-radius: 50%; line-height: 0; } .btn.bmd-btn-fab .material-icons, .bmd-btn-fab.custom-file-control::before .material-icons, .btn.bmd-btn-icon .material-icons, .bmd-btn-icon.custom-file-control::before .material-icons { position: absolute; top: 50%; left: 50%; width: 1.5rem; line-height: 1.5rem; transform: translate(-0.75rem, -0.75rem); } .btn.bmd-btn-fab, .bmd-btn-fab.custom-file-control::before { width: 3.5rem; min-width: 3.5rem; height: 3.5rem; box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.26); } .btn.bmd-btn-fab .ripple-container, .bmd-btn-fab.custom-file-control::before .ripple-container { border-radius: 50%; } .btn.bmd-btn-fab.bmd-btn-fab-sm, .bmd-btn-fab.bmd-btn-fab-sm.custom-file-control::before, .btn-group-sm .btn.bmd-btn-fab, .btn-group-sm .bmd-btn-fab.custom-file-control::before { width: 2.5rem; min-width: 2.5rem; height: 2.5rem; } .btn.bmd-btn-icon, .bmd-btn-icon.custom-file-control::before { width: 2rem; min-width: 2rem; height: 2rem; margin: 0; color: inherit; line-height: 0; } .btn.bmd-btn-icon.bmd-btn-icon-sm, .bmd-btn-icon.bmd-btn-icon-sm.custom-file-control::before, .btn-group-sm .btn.bmd-btn-icon, .btn-group-sm .bmd-btn-icon.custom-file-control::before { width: 1.5rem; min-width: 1.5rem; height: 1.5rem; font-size: 1.125rem; } .btn.bmd-btn-icon.bmd-btn-icon-sm .material-icons, .bmd-btn-icon.bmd-btn-icon-sm.custom-file-control::before .material-icons, .btn-group-sm .btn.bmd-btn-icon .material-icons, .btn-group-sm .bmd-btn-icon.custom-file-control::before .material-icons { width: 1.125rem; font-size: 1.125rem; line-height: 1; vertical-align: middle; transform: translate(-0.5625rem, -0.5625rem); } .btn .material-icons, .custom-file-control::before .material-icons { position: relative; display: inline-block; top: .25em; margin-top: -1em; margin-bottom: -1em; font-size: 1.5em; vertical-align: middle; } .btn.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .custom-file-control::before, .btn-lg.custom-file-control::before, .btn-group-lg .btn, .btn-group-lg .custom-file-control::before { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.1rem; } .btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .custom-file-control::before, .btn-sm.custom-file-control::before, .btn-group-sm .btn, .btn-group-sm .custom-file-control::before { padding: 0.40625rem 0.5rem; font-size: 0.8125rem; line-height: 1.5; border-radius: 0.0625rem; font-size: 0.8125rem; }
fieldset[disabled] .btn, fieldset[disabled] .custom-file-control::before, .btn.disabled, .disabled.custom-file-control::before, .btn:disabled, .custom-file-control:disabled::before, .btn, .custom-file-control::before, fieldset[disabled] .input-group-btn .btn, fieldset[disabled] .input-group-btn .custom-file-control::before, .input-group-btn .btn.disabled, .input-group-btn .disabled.custom-file-control::before, .input-group-btn .btn:disabled, .input-group-btn .custom-file-control:disabled::before, .input-group-btn .btn, .input-group-btn .custom-file-control::before, fieldset[disabled] .btn-group, .btn-group.disabled, .btn-group:disabled, .btn-group, fieldset[disabled] .btn-group-vertical, .btn-group-vertical.disabled, .btn-group-vertical:disabled, .btn-group-vertical {
color: rgba(0, 0, 0, 0.26); } .bg-inverse fieldset[disabled][disabled] .btn, .bg-inverse fieldset[disabled][disabled] .custom-file-control::before, .bg-inverse .btn.disabled, .bg-inverse .disabled.custom-file-control::before, .bg-inverse .btn:disabled, .bg-inverse .custom-file-control:disabled::before, .bg-inverse .btn[disabled], .bg-inverse .custom-file-control[disabled]::before, .bg-inverse fieldset[disabled][disabled] .input-group-btn .btn, .bg-inverse fieldset[disabled][disabled] .input-group-btn .custom-file-control::before, .bg-inverse .input-group-btn .btn.disabled, .bg-inverse .input-group-btn .disabled.custom-file-control::before, .bg-inverse .input-group-btn .btn:disabled, .bg-inverse .input-group-btn .custom-file-control:disabled::before, .bg-inverse .input-group-btn .btn[disabled], .bg-inverse .input-group-btn .custom-file-control[disabled]::before, .bg-inverse fieldset[disabled][disabled] .btn-group, .bg-inverse .btn-group.disabled, .bg-inverse .btn-group:disabled, .bg-inverse .btn-group[disabled], .bg-inverse fieldset[disabled][disabled] .btn-group-vertical, .bg-inverse .btn-group-vertical.disabled, .bg-inverse .btn-group-vertical:disabled, .bg-inverse .btn-group-vertical[disabled] { color: rgba(255, 255, 255, 0.3); } fieldset[disabled][disabled] .btn, fieldset[disabled][disabled] .custom-file-control::before, fieldset[disabled][disabled] .btn:hover, fieldset[disabled][disabled] .custom-file-control:hover::before, fieldset[disabled][disabled] .btn:focus, fieldset[disabled][disabled] .custom-file-control:focus::before, .btn.disabled, .disabled.custom-file-control::before, .btn.disabled:hover, .disabled.custom-file-control:hover::before, .btn.disabled:focus, .disabled.custom-file-control:focus::before, .btn:disabled, .custom-file-control:disabled::before, .btn:disabled:hover, .custom-file-control:disabled:hover::before, .btn:disabled:focus, .custom-file-control:disabled:focus::before, .btn[disabled], .custom-file-control[disabled]::before, .btn[disabled]:hover, .custom-file-control[disabled]:hover::before, .btn[disabled]:focus, .custom-file-control[disabled]:focus::before, fieldset[disabled][disabled] .input-group-btn .btn, fieldset[disabled][disabled] .input-group-btn .custom-file-control::before, fieldset[disabled][disabled] .input-group-btn .btn:hover, fieldset[disabled][disabled] .input-group-btn .custom-file-control:hover::before, fieldset[disabled][disabled] .input-group-btn .btn:focus, fieldset[disabled][disabled] .input-group-btn .custom-file-control:focus::before, .input-group-btn .btn.disabled, .input-group-btn .disabled.custom-file-control::before, .input-group-btn .btn.disabled:hover, .input-group-btn .disabled.custom-file-control:hover::before, .input-group-btn .btn.disabled:focus, .input-group-btn .disabled.custom-file-control:focus::before, .input-group-btn .btn:disabled, .input-group-btn .custom-file-control:disabled::before, .input-group-btn .btn:disabled:hover, .input-group-btn .custom-file-control:disabled:hover::before, .input-group-btn .btn:disabled:focus, .input-group-btn .custom-file-control:disabled:focus::before, .input-group-btn .btn[disabled], .input-group-btn .custom-file-control[disabled]::before, .input-group-btn .btn[disabled]:hover, .input-group-btn .custom-file-control[disabled]:hover::before, .input-group-btn .btn[disabled]:focus, .input-group-btn .custom-file-control[disabled]:focus::before, fieldset[disabled][disabled] .btn-group, fieldset[disabled][disabled] .btn-group:hover, fieldset[disabled][disabled] .btn-group:focus, .btn-group.disabled, .btn-group.disabled:hover, .btn-group.disabled:focus, .btn-group:disabled, .btn-group:disabled:hover, .btn-group:disabled:focus, .btn-group[disabled], .btn-group[disabled]:hover, .btn-group[disabled]:focus, fieldset[disabled][disabled] .btn-group-vertical, fieldset[disabled][disabled] .btn-group-vertical:hover, fieldset[disabled][disabled] .btn-group-vertical:focus, .btn-group-vertical.disabled, .btn-group-vertical.disabled:hover, .btn-group-vertical.disabled:focus, .btn-group-vertical:disabled, .btn-group-vertical:disabled:hover, .btn-group-vertical:disabled:focus, .btn-group-vertical[disabled], .btn-group-vertical[disabled]:hover, .btn-group-vertical[disabled]:focus { background: transparent; }
.btn-group, .btn-group-vertical {
position: relative; margin: 10px 1px; } .btn-group .dropdown-menu, .btn-group-vertical .dropdown-menu { border-radius: 0 0 0.1rem 0.1rem; } .btn-group.btn-group-raised, .btn-group-vertical.btn-group-raised { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .btn-group .btn + .btn, .btn-group .custom-file-control::before + .btn, .btn-group .btn + .custom-file-control::before, .btn-group .custom-file-control::before + .custom-file-control::before, .btn-group .btn, .btn-group .custom-file-control::before, .btn-group .btn:active, .btn-group .custom-file-control:active::before, .btn-group .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .custom-file-control::before + .btn, .btn-group-vertical .btn + .custom-file-control::before, .btn-group-vertical .custom-file-control::before + .custom-file-control::before, .btn-group-vertical .btn, .btn-group-vertical .custom-file-control::before, .btn-group-vertical .btn:active, .btn-group-vertical .custom-file-control:active::before, .btn-group-vertical .btn-group { margin: 0; } .btn-group > .btn-group, .btn-group-vertical > .btn-group { margin: 0; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_checkboxes.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .checkbox label, label.checkbox-inline {
position: relative; padding-left: 1.5625rem; } .checkbox label .checkbox-decorator, label.checkbox-inline .checkbox-decorator { position: absolute; left: 0; padding: .7em; margin: -.7em; line-height: .7; vertical-align: middle; cursor: pointer; border-radius: 100%; } .checkbox label .checkbox-decorator .check, label.checkbox-inline .checkbox-decorator .check { position: relative; z-index: 1; display: inline-block; width: 1.25rem; height: 1.25rem; overflow: hidden; border: 0.125rem solid #9e9e9e; border-radius: 0.1rem; } .checkbox label .checkbox-decorator .check::before, label.checkbox-inline .checkbox-decorator .check::before { position: absolute; display: block; width: 0; height: 0; margin-top: -4px; margin-left: 6px; color: white; content: ""; box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset; transform: rotate(45deg); animation: checkbox-off; } .is-focused .checkbox label .checkbox-decorator .check::before, .is-focused label.checkbox-inline .checkbox-decorator .check::before { animation: checkbox-off 0.3s forwards; } .checkbox label input[type=checkbox], label.checkbox-inline input[type=checkbox] { position: absolute; left: 0; z-index: -1; width: 0; height: 0; margin: 0; overflow: hidden; pointer-events: none; opacity: 0; } .checkbox label input[type=checkbox]:focus + .checkbox-decorator .check::after, label.checkbox-inline input[type=checkbox]:focus + .checkbox-decorator .check::after { opacity: 0.2; } .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check, label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check { color: #3f51b5; border-color: #3f51b5; } .checkbox label input[type=checkbox]:checked + .checkbox-decorator .check::before, label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check::before { color: #3f51b5; box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 032px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; animation: checkbox-on 0.3s forwards; } .checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check::after, .checkbox label input[type=checkbox][disabled] .check::after, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check::after, fieldset[disabled] .checkbox label input[type=checkbox] .check::after, label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check::after, label.checkbox-inline input[type=checkbox][disabled] .check::after, fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check::after, fieldset[disabled] label.checkbox-inline input[type=checkbox] .check::after { background-color: rgba(0, 0, 0, 0.87); transform: rotate(-45deg); } .checkbox label input[type=checkbox][disabled] + .checkbox-decorator .check, .checkbox label input[type=checkbox][disabled] .check, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .check, fieldset[disabled] .checkbox label input[type=checkbox] .check, label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .check, label.checkbox-inline input[type=checkbox][disabled] .check, fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .check, fieldset[disabled] label.checkbox-inline input[type=checkbox] .check { border-color: rgba(0, 0, 0, 0.26); } .checkbox label input[type=checkbox][disabled] + .checkbox-decorator .ripple-container, fieldset[disabled] .checkbox label input[type=checkbox] + .checkbox-decorator .ripple-container, label.checkbox-inline input[type=checkbox][disabled] + .checkbox-decorator .ripple-container, fieldset[disabled] label.checkbox-inline input[type=checkbox] + .checkbox-decorator .ripple-container { display: none; }
@keyframes checkbox-on {
0% { box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px; } 50% { box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px; } 100% { box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px; } }
@keyframes checkbox-off {
0% { box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; } 25% { box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset; } 50% { width: 0; height: 0; margin-top: -4px; margin-left: 6px; box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset; transform: rotate(45deg); } 51% { width: 20px; height: 20px; margin-top: -2px; margin-left: -2px; box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 10px inset; transform: rotate(0deg); } 100% { width: 20px; height: 20px; margin-top: -2px; margin-left: -2px; box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset; transform: rotate(0deg); } }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_custom_forms.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .custom-file-control [class^='bmd-label'], .custom-file-control [class*=' bmd-label'] {
color: rgba(0, 0, 0, 0.26); }
.custom-file-control .form-control, .custom-file-control .custom-file-control, .is-focused .custom-file-control .form-control, .is-focused .custom-file-control .custom-file-control {
background-image: linear-gradient(to top, #3f51b5 2px, rgba(63, 81, 181, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.custom-file-control .form-control:invalid, .custom-file-control .custom-file-control:invalid {
background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.custom-file-control .form-control:read-only, .custom-file-control .custom-file-control:read-only {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
fieldset[disabled] .custom-file-control .form-control, fieldset[disabled] .custom-file-control .custom-file-control, .custom-file-control .form-control.disabled, .custom-file-control .disabled.custom-file-control, .custom-file-control .form-control:disabled, .custom-file-control .custom-file-control:disabled, .custom-file-control .form-control, .custom-file-control .custom-file-control {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%); background-repeat: repeat-x; background-size: 3px 1px; }
.custom-file-control .form-control.form-control-success, .custom-file-control .form-control-success.custom-file-control, .is-focused .custom-file-control .form-control.form-control-success, .is-focused .custom-file-control .form-control-success.custom-file-control {
background-image: linear-gradient(to top, #3f51b5 2px, rgba(63, 81, 181, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; }
.custom-file-control .form-control.form-control-warning, .custom-file-control .form-control-warning.custom-file-control, .is-focused .custom-file-control .form-control.form-control-warning, .is-focused .custom-file-control .form-control-warning.custom-file-control {
background-image: linear-gradient(to top, #3f51b5 2px, rgba(63, 81, 181, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; }
.custom-file-control .form-control.form-control-danger, .custom-file-control .form-control-danger.custom-file-control, .is-focused .custom-file-control .form-control.form-control-danger, .is-focused .custom-file-control .form-control-danger.custom-file-control {
background-image: linear-gradient(to top, #3f51b5 2px, rgba(63, 81, 181, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; }
.custom-file-control .is-focused .valid-feedback, .custom-file-control.is-focused .valid-feedback {
display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: rgba(0, 0, 0, 0.26); }
.custom-file-control .is-focused .valid-tooltip, .custom-file-control.is-focused .valid-tooltip {
position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(0, 0, 0, 0.9); border-radius: 0.1rem; }
.was-validated .custom-file-control .is-focused .form-control:valid, .was-validated .custom-file-control .is-focused .custom-file-control:valid, .custom-file-control .is-focused .form-control.is-valid, .custom-file-control .is-focused .is-valid.custom-file-control, .was-validated .custom-file-control.is-focused .form-control:valid, .was-validated .custom-file-control.is-focused .custom-file-control:valid, .custom-file-control.is-focused .form-control.is-valid, .custom-file-control.is-focused .is-valid.custom-file-control {
border-color: rgba(0, 0, 0, 0.26); padding-right: calc(1.5em + 0.875rem); background-image: ""; background-repeat: no-repeat; background-position: center right calc(0.375em + 0.21875rem); background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .custom-file-control .is-focused .form-control:valid:focus, .was-validated .custom-file-control .is-focused .custom-file-control:valid:focus, .custom-file-control .is-focused .form-control.is-valid:focus, .custom-file-control .is-focused .is-valid.custom-file-control:focus, .was-validated .custom-file-control.is-focused .form-control:valid:focus, .was-validated .custom-file-control.is-focused .custom-file-control:valid:focus, .custom-file-control.is-focused .form-control.is-valid:focus, .custom-file-control.is-focused .is-valid.custom-file-control:focus { border-color: rgba(0, 0, 0, 0.26); box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); } .was-validated .custom-file-control .is-focused .form-control:valid ~ .valid-feedback, .was-validated .custom-file-control .is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .custom-file-control .is-focused .form-control:valid ~ .valid-tooltip, .was-validated .custom-file-control .is-focused .custom-file-control:valid ~ .valid-tooltip, .custom-file-control .is-focused .form-control.is-valid ~ .valid-feedback, .custom-file-control .is-focused .is-valid.custom-file-control ~ .valid-feedback, .custom-file-control .is-focused .form-control.is-valid ~ .valid-tooltip, .custom-file-control .is-focused .is-valid.custom-file-control ~ .valid-tooltip, .was-validated .custom-file-control.is-focused .form-control:valid ~ .valid-feedback, .was-validated .custom-file-control.is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .custom-file-control.is-focused .form-control:valid ~ .valid-tooltip, .was-validated .custom-file-control.is-focused .custom-file-control:valid ~ .valid-tooltip, .custom-file-control.is-focused .form-control.is-valid ~ .valid-feedback, .custom-file-control.is-focused .is-valid.custom-file-control ~ .valid-feedback, .custom-file-control.is-focused .form-control.is-valid ~ .valid-tooltip, .custom-file-control.is-focused .is-valid.custom-file-control ~ .valid-tooltip { display: block; }
.was-validated .custom-file-control .is-focused textarea.form-control:valid, .was-validated .custom-file-control .is-focused textarea.custom-file-control:valid, .custom-file-control .is-focused textarea.form-control.is-valid, .custom-file-control .is-focused textarea.is-valid.custom-file-control, .was-validated .custom-file-control.is-focused textarea.form-control:valid, .was-validated .custom-file-control.is-focused textarea.custom-file-control:valid, .custom-file-control.is-focused textarea.form-control.is-valid, .custom-file-control.is-focused textarea.is-valid.custom-file-control {
padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); }
.was-validated .custom-file-control .is-focused .custom-select:valid, .custom-file-control .is-focused .custom-select.is-valid, .was-validated .custom-file-control.is-focused .custom-select:valid, .custom-file-control.is-focused .custom-select.is-valid {
border-color: rgba(0, 0, 0, 0.26); padding-right: calc((1em + 0.875rem) * 3 / 4 + 1rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px, "" rgba(0, 0, 0, 0) no-repeat center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .custom-file-control .is-focused .custom-select:valid:focus, .custom-file-control .is-focused .custom-select.is-valid:focus, .was-validated .custom-file-control.is-focused .custom-select:valid:focus, .custom-file-control.is-focused .custom-select.is-valid:focus { border-color: rgba(0, 0, 0, 0.26); box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); } .was-validated .custom-file-control .is-focused .custom-select:valid ~ .valid-feedback, .was-validated .custom-file-control .is-focused .custom-select:valid ~ .valid-tooltip, .custom-file-control .is-focused .custom-select.is-valid ~ .valid-feedback, .custom-file-control .is-focused .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-file-control.is-focused .custom-select:valid ~ .valid-feedback, .was-validated .custom-file-control.is-focused .custom-select:valid ~ .valid-tooltip, .custom-file-control.is-focused .custom-select.is-valid ~ .valid-feedback, .custom-file-control.is-focused .custom-select.is-valid ~ .valid-tooltip { display: block; }
.was-validated .custom-file-control .is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .custom-file-control .is-focused .form-control-file:valid ~ .valid-tooltip, .custom-file-control .is-focused .form-control-file.is-valid ~ .valid-feedback, .custom-file-control .is-focused .form-control-file.is-valid ~ .valid-tooltip, .was-validated .custom-file-control.is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .custom-file-control.is-focused .form-control-file:valid ~ .valid-tooltip, .custom-file-control.is-focused .form-control-file.is-valid ~ .valid-feedback, .custom-file-control.is-focused .form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-file-control .is-focused .form-check-input:valid ~ .form-check-label, .custom-file-control .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .custom-file-control.is-focused .form-check-input:valid ~ .form-check-label, .custom-file-control.is-focused .form-check-input.is-valid ~ .form-check-label {
color: rgba(0, 0, 0, 0.26); }
.was-validated .custom-file-control .is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .custom-file-control .is-focused .form-check-input:valid ~ .valid-tooltip, .custom-file-control .is-focused .form-check-input.is-valid ~ .valid-feedback, .custom-file-control .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-control.is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .custom-file-control.is-focused .form-check-input:valid ~ .valid-tooltip, .custom-file-control.is-focused .form-check-input.is-valid ~ .valid-feedback, .custom-file-control.is-focused .form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-file-control .is-focused .custom-control-input:valid ~ .custom-control-label, .custom-file-control .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-file-control.is-focused .custom-control-input:valid ~ .custom-control-label, .custom-file-control.is-focused .custom-control-input.is-valid ~ .custom-control-label {
color: rgba(0, 0, 0, 0.26); } .was-validated .custom-file-control .is-focused .custom-control-input:valid ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid ~ .custom-control-label::before { border-color: rgba(0, 0, 0, 0.26); }
.was-validated .custom-file-control .is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-file-control .is-focused .custom-control-input:valid ~ .valid-tooltip, .custom-file-control .is-focused .custom-control-input.is-valid ~ .valid-feedback, .custom-file-control .is-focused .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-control.is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-file-control.is-focused .custom-control-input:valid ~ .valid-tooltip, .custom-file-control.is-focused .custom-control-input.is-valid ~ .valid-feedback, .custom-file-control.is-focused .custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-file-control .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: rgba(26, 26, 26, 0.26); background-color: rgba(26, 26, 26, 0.26); }
.was-validated .custom-file-control .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
.was-validated .custom-file-control .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-file-control .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-file-control.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-file-control.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: rgba(0, 0, 0, 0.26); }
.was-validated .custom-file-control .is-focused .custom-file-input:valid ~ .custom-file-label, .custom-file-control .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-control.is-focused .custom-file-input:valid ~ .custom-file-label, .custom-file-control.is-focused .custom-file-input.is-valid ~ .custom-file-label {
border-color: rgba(0, 0, 0, 0.26); }
.was-validated .custom-file-control .is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-control .is-focused .custom-file-input:valid ~ .valid-tooltip, .custom-file-control .is-focused .custom-file-input.is-valid ~ .valid-feedback, .custom-file-control .is-focused .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-control.is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-control.is-focused .custom-file-input:valid ~ .valid-tooltip, .custom-file-control.is-focused .custom-file-input.is-valid ~ .valid-feedback, .custom-file-control.is-focused .custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .custom-file-control .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-control .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-control.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-control.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: rgba(0, 0, 0, 0.26); box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
.custom-file-control .is-focused [class^='bmd-label'], .custom-file-control .is-focused [class*=' bmd-label'], .custom-file-control.is-focused [class^='bmd-label'], .custom-file-control.is-focused [class*=' bmd-label'] {
color: #3f51b5; }
.custom-file-control .is-focused .bmd-label-placeholder, .custom-file-control.is-focused .bmd-label-placeholder {
color: rgba(0, 0, 0, 0.26); }
.custom-file-control .is-focused .form-control, .custom-file-control .is-focused .custom-file-control, .custom-file-control.is-focused .form-control, .custom-file-control.is-focused .custom-file-control {
border-color: rgba(0, 0, 0, 0.26); }
.custom-file-control .is-focused .bmd-help, .custom-file-control.is-focused .bmd-help {
color: #9e9e9e; }
.custom-file-control::before {
position: absolute; height: calc(100% - 1px); }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_switches.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .switch label {
position: relative; padding-left: 2.4375rem; } .switch label .bmd-switch-track { position: absolute; top: 0.3125rem; left: 0; display: inline-block; width: 2.125rem; height: 0.875rem; cursor: pointer; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 50%, #b7bacb 50%, #b7bacb 100%); background-position: 0%; background-size: 4.25rem 0.875rem; border-radius: 2.125rem; transition: background-position 0.2s ease-in; } .switch label .bmd-switch-track::after { position: absolute; top: 50%; left: 0; display: block; align-self: center; width: 1.25rem; height: 1.25rem; content: ""; background: #f1f1f1; border-radius: 100%; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease; transform: translateY(-50%); } .switch label .bmd-switch-track:active::after { transform: translateY(-50%) scale3d(1.15, 0.85, 1); } .switch label input { position: absolute; display: block; width: 0; height: 0; opacity: 0; } .switch label input:checked + .bmd-switch-track { background-position: -100%; } .switch label input:checked + .bmd-switch-track::after { left: calc(100% - 1.25rem); background-color: #3f51b5; } .switch label input:disabled + .bmd-switch-track:active::after { transform: translateY(-50%); } .switch label input:disabled + .bmd-switch-track { cursor: default; background: rgba(0, 0, 0, 0.12); } .switch label input:disabled + .bmd-switch-track::after { background: #bdbdbd; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_radios.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .radio label, label.radio-inline {
position: relative; padding-left: 1.5625rem; } .radio label .bmd-radio, label.radio-inline .bmd-radio { position: absolute; left: 0; display: inline-block; padding: .7em; margin: -.7em; line-height: .7; border-radius: 100%; } .radio label .bmd-radio::after, label.radio-inline .bmd-radio::after { display: inline-block; width: 1.25rem; height: 1.25rem; cursor: pointer; content: ""; border: 0.125rem solid #9e9e9e; border-radius: 50%; transition: border-color ease .28s; transition-duration: 0.2s; } .radio label .bmd-radio::before, label.radio-inline .bmd-radio::before { position: absolute; display: inline-block; width: 1.25rem; height: 1.25rem; content: ""; background-color: #3f51b5; border-radius: 50%; transition: transform ease .28s; transform: scale3d(0, 0, 0); } .radio label input[type=radio], label.radio-inline input[type=radio] { position: absolute; left: 0; z-index: -1; width: 0; height: 0; margin: 0; overflow: hidden; pointer-events: none; opacity: 0; } .radio label input[type=radio]:checked ~ .bmd-radio::after, label.radio-inline input[type=radio]:checked ~ .bmd-radio::after { border-color: #3f51b5; } .radio label input[type=radio]:checked ~ .bmd-radio::before, label.radio-inline input[type=radio]:checked ~ .bmd-radio::before { background-color: #3f51b5; } .radio label input[type=radio]:checked ~ .bmd-radio::before, label.radio-inline input[type=radio]:checked ~ .bmd-radio::before { transform: scale3d(0.5, 0.5, 1); } .radio label input[type=radio][disabled] + .bmd-radio, .radio label input[type=radio]:disabled + .bmd-radio, fieldset[disabled] .radio label input[type=radio] + .bmd-radio, label.radio-inline input[type=radio][disabled] + .bmd-radio, label.radio-inline input[type=radio]:disabled + .bmd-radio, fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio { cursor: default; } .radio label input[type=radio][disabled] + .bmd-radio::after, .radio label input[type=radio]:disabled + .bmd-radio::after, fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after, label.radio-inline input[type=radio][disabled] + .bmd-radio::after, label.radio-inline input[type=radio]:disabled + .bmd-radio::after, fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::after { border-color: rgba(0, 0, 0, 0.26); } .radio label input[type=radio][disabled] + .bmd-radio::before, .radio label input[type=radio]:disabled + .bmd-radio::before, fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before, label.radio-inline input[type=radio][disabled] + .bmd-radio::before, label.radio-inline input[type=radio]:disabled + .bmd-radio::before, fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::before { background-color: rgba(0, 0, 0, 0.26); } .radio label input[type=radio][disabled] + .bmd-radio .ripple-container, .radio label input[type=radio]:disabled + .bmd-radio .ripple-container, fieldset[disabled] .radio label input[type=radio] + .bmd-radio .ripple-container, label.radio-inline input[type=radio][disabled] + .bmd-radio .ripple-container, label.radio-inline input[type=radio]:disabled + .bmd-radio .ripple-container, fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio .ripple-container { display: none; } .bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::after, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::after, .bg-inverse fieldset[disabled] .radio label input[type=radio] + .bmd-radio::after, .bg-inverse label.radio-inline input[type=radio][disabled] + .bmd-radio::after, .bg-inverse label.radio-inline input[type=radio]:disabled + .bmd-radio::after, .bg-inverse fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::after { border-color: rgba(255, 255, 255, 0.3); } .bg-inverse .radio label input[type=radio][disabled] + .bmd-radio::before, .bg-inverse .radio label input[type=radio]:disabled + .bmd-radio::before, .bg-inverse fieldset[disabled] .radio label input[type=radio] + .bmd-radio::before, .bg-inverse label.radio-inline input[type=radio][disabled] + .bmd-radio::before, .bg-inverse label.radio-inline input[type=radio]:disabled + .bmd-radio::before, .bg-inverse fieldset[disabled] label.radio-inline input[type=radio] + .bmd-radio::before { background-color: rgba(255, 255, 255, 0.3); }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_forms.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ form {
margin-bottom: 1.125rem; } .navbar form { margin-bottom: 0; } .navbar form .bmd-form-group { display: inline-block; padding-top: 0; } .navbar form .btn, .navbar form .custom-file-control::before { margin-bottom: 0; }
.form-control, .custom-file-control {
background: no-repeat center bottom, center calc(100% - 1px); background-size: 0 100%, 100% 100%; border: 0; transition: background 0s ease-out; padding-left: 0; padding-right: 0; } .form-control:focus, .custom-file-control:focus, .bmd-form-group.is-focused .form-control, .bmd-form-group.is-focused .custom-file-control { background-size: 100% 100%, 100% 100%; transition-duration: 0.3s; }
.bmd-help {
position: absolute; display: none; font-size: .8rem; font-weight: normal; } .bmd-form-group.is-focused .bmd-help { display: block; } .bmd-help:nth-of-type(2) { padding-top: 1rem; } .bmd-help + .bmd-help { position: relative; margin-bottom: 0; }
.radio label, .is-focused .radio label, .radio-inline, .is-focused .radio-inline, .checkbox label, .is-focused .checkbox label, .checkbox-inline, .is-focused .checkbox-inline, .switch label, .is-focused .switch label {
color: rgba(0, 0, 0, 0.26); } .radio label:hover, .radio label:focus, .radio label:active, .is-focused .radio label:hover, .is-focused .radio label:focus, .is-focused .radio label:active, .radio-inline:hover, .radio-inline:focus, .radio-inline:active, .is-focused .radio-inline:hover, .is-focused .radio-inline:focus, .is-focused .radio-inline:active, .checkbox label:hover, .checkbox label:focus, .checkbox label:active, .is-focused .checkbox label:hover, .is-focused .checkbox label:focus, .is-focused .checkbox label:active, .checkbox-inline:hover, .checkbox-inline:focus, .checkbox-inline:active, .is-focused .checkbox-inline:hover, .is-focused .checkbox-inline:focus, .is-focused .checkbox-inline:active, .switch label:hover, .switch label:focus, .switch label:active, .is-focused .switch label:hover, .is-focused .switch label:focus, .is-focused .switch label:active { color: #9e9e9e; } .radio label label:has(input[type=radio][disabled]), .radio label label:has(input[type=radio][disabled]):hover, .radio label label:has(input[type=radio][disabled]):focus, .radio label label:has(input[type=checkbox][disabled]), .radio label label:has(input[type=checkbox][disabled]):hover, .radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .radio label, fieldset[disabled] .radio label:hover, fieldset[disabled] .radio label:focus, .is-focused .radio label label:has(input[type=radio][disabled]), .is-focused .radio label label:has(input[type=radio][disabled]):hover, .is-focused .radio label label:has(input[type=radio][disabled]):focus, .is-focused .radio label label:has(input[type=checkbox][disabled]), .is-focused .radio label label:has(input[type=checkbox][disabled]):hover, .is-focused .radio label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .radio label, fieldset[disabled] .is-focused .radio label:hover, fieldset[disabled] .is-focused .radio label:focus, .radio-inline label:has(input[type=radio][disabled]), .radio-inline label:has(input[type=radio][disabled]):hover, .radio-inline label:has(input[type=radio][disabled]):focus, .radio-inline label:has(input[type=checkbox][disabled]), .radio-inline label:has(input[type=checkbox][disabled]):hover, .radio-inline label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .radio-inline, fieldset[disabled] .radio-inline:hover, fieldset[disabled] .radio-inline:focus, .is-focused .radio-inline label:has(input[type=radio][disabled]), .is-focused .radio-inline label:has(input[type=radio][disabled]):hover, .is-focused .radio-inline label:has(input[type=radio][disabled]):focus, .is-focused .radio-inline label:has(input[type=checkbox][disabled]), .is-focused .radio-inline label:has(input[type=checkbox][disabled]):hover, .is-focused .radio-inline label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .radio-inline, fieldset[disabled] .is-focused .radio-inline:hover, fieldset[disabled] .is-focused .radio-inline:focus, .checkbox label label:has(input[type=radio][disabled]), .checkbox label label:has(input[type=radio][disabled]):hover, .checkbox label label:has(input[type=radio][disabled]):focus, .checkbox label label:has(input[type=checkbox][disabled]), .checkbox label label:has(input[type=checkbox][disabled]):hover, .checkbox label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox label:hover, fieldset[disabled] .checkbox label:focus, .is-focused .checkbox label label:has(input[type=radio][disabled]), .is-focused .checkbox label label:has(input[type=radio][disabled]):hover, .is-focused .checkbox label label:has(input[type=radio][disabled]):focus, .is-focused .checkbox label label:has(input[type=checkbox][disabled]), .is-focused .checkbox label label:has(input[type=checkbox][disabled]):hover, .is-focused .checkbox label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .checkbox label, fieldset[disabled] .is-focused .checkbox label:hover, fieldset[disabled] .is-focused .checkbox label:focus, .checkbox-inline label:has(input[type=radio][disabled]), .checkbox-inline label:has(input[type=radio][disabled]):hover, .checkbox-inline label:has(input[type=radio][disabled]):focus, .checkbox-inline label:has(input[type=checkbox][disabled]), .checkbox-inline label:has(input[type=checkbox][disabled]):hover, .checkbox-inline label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox-inline:hover, fieldset[disabled] .checkbox-inline:focus, .is-focused .checkbox-inline label:has(input[type=radio][disabled]), .is-focused .checkbox-inline label:has(input[type=radio][disabled]):hover, .is-focused .checkbox-inline label:has(input[type=radio][disabled]):focus, .is-focused .checkbox-inline label:has(input[type=checkbox][disabled]), .is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):hover, .is-focused .checkbox-inline label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .checkbox-inline, fieldset[disabled] .is-focused .checkbox-inline:hover, fieldset[disabled] .is-focused .checkbox-inline:focus, .switch label label:has(input[type=radio][disabled]), .switch label label:has(input[type=radio][disabled]):hover, .switch label label:has(input[type=radio][disabled]):focus, .switch label label:has(input[type=checkbox][disabled]), .switch label label:has(input[type=checkbox][disabled]):hover, .switch label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .switch label, fieldset[disabled] .switch label:hover, fieldset[disabled] .switch label:focus, .is-focused .switch label label:has(input[type=radio][disabled]), .is-focused .switch label label:has(input[type=radio][disabled]):hover, .is-focused .switch label label:has(input[type=radio][disabled]):focus, .is-focused .switch label label:has(input[type=checkbox][disabled]), .is-focused .switch label label:has(input[type=checkbox][disabled]):hover, .is-focused .switch label label:has(input[type=checkbox][disabled]):focus, fieldset[disabled] .is-focused .switch label, fieldset[disabled] .is-focused .switch label:hover, fieldset[disabled] .is-focused .switch label:focus { color: rgba(0, 0, 0, 0.26); }
[class^='bmd-label'],
- class*=' bmd-label'
-
{
color: rgba(0, 0, 0, 0.26); }
.form-control, .custom-file-control, .is-focused .form-control, .is-focused .custom-file-control {
background-image: linear-gradient(to top, #3f51b5 2px, rgba(63, 81, 181, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.form-control:invalid, .custom-file-control:invalid {
background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.form-control:read-only, .custom-file-control:read-only {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
fieldset[disabled] .form-control, fieldset[disabled] .custom-file-control, .form-control.disabled, .disabled.custom-file-control, .form-control:disabled, .custom-file-control:disabled, .form-control, .custom-file-control {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%); background-repeat: repeat-x; background-size: 3px 1px; }
.form-control.form-control-success, .form-control-success.custom-file-control, .is-focused .form-control.form-control-success, .is-focused .form-control-success.custom-file-control {
background-image: linear-gradient(to top, #3f51b5 2px, rgba(63, 81, 181, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; }
.form-control.form-control-warning, .form-control-warning.custom-file-control, .is-focused .form-control.form-control-warning, .is-focused .form-control-warning.custom-file-control {
background-image: linear-gradient(to top, #3f51b5 2px, rgba(63, 81, 181, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; }
.form-control.form-control-danger, .form-control-danger.custom-file-control, .is-focused .form-control.form-control-danger, .is-focused .form-control-danger.custom-file-control {
background-image: linear-gradient(to top, #3f51b5 2px, rgba(63, 81, 181, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; }
.is-focused .valid-feedback, .is-focused .valid-feedback {
display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: rgba(0, 0, 0, 0.26); }
.is-focused .valid-tooltip, .is-focused .valid-tooltip {
position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(0, 0, 0, 0.9); border-radius: 0.1rem; }
.was-validated .is-focused .form-control:valid, .was-validated .is-focused .custom-file-control:valid, .is-focused .form-control.is-valid, .is-focused .is-valid.custom-file-control, .was-validated .is-focused .form-control:valid, .was-validated .is-focused .custom-file-control:valid, .is-focused .form-control.is-valid, .is-focused .is-valid.custom-file-control {
border-color: rgba(0, 0, 0, 0.26); padding-right: calc(1.5em + 0.875rem); background-image: ""; background-repeat: no-repeat; background-position: center right calc(0.375em + 0.21875rem); background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .is-focused .form-control:valid:focus, .was-validated .is-focused .custom-file-control:valid:focus, .is-focused .form-control.is-valid:focus, .is-focused .is-valid.custom-file-control:focus, .was-validated .is-focused .form-control:valid:focus, .was-validated .is-focused .custom-file-control:valid:focus, .is-focused .form-control.is-valid:focus, .is-focused .is-valid.custom-file-control:focus { border-color: rgba(0, 0, 0, 0.26); box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); } .was-validated .is-focused .form-control:valid ~ .valid-feedback, .was-validated .is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .is-focused .form-control:valid ~ .valid-tooltip, .was-validated .is-focused .custom-file-control:valid ~ .valid-tooltip, .is-focused .form-control.is-valid ~ .valid-feedback, .is-focused .is-valid.custom-file-control ~ .valid-feedback, .is-focused .form-control.is-valid ~ .valid-tooltip, .is-focused .is-valid.custom-file-control ~ .valid-tooltip, .was-validated .is-focused .form-control:valid ~ .valid-feedback, .was-validated .is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .is-focused .form-control:valid ~ .valid-tooltip, .was-validated .is-focused .custom-file-control:valid ~ .valid-tooltip, .is-focused .form-control.is-valid ~ .valid-feedback, .is-focused .is-valid.custom-file-control ~ .valid-feedback, .is-focused .form-control.is-valid ~ .valid-tooltip, .is-focused .is-valid.custom-file-control ~ .valid-tooltip { display: block; }
.was-validated .is-focused textarea.form-control:valid, .was-validated .is-focused textarea.custom-file-control:valid, .is-focused textarea.form-control.is-valid, .is-focused textarea.is-valid.custom-file-control, .was-validated .is-focused textarea.form-control:valid, .was-validated .is-focused textarea.custom-file-control:valid, .is-focused textarea.form-control.is-valid, .is-focused textarea.is-valid.custom-file-control {
padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); }
.was-validated .is-focused .custom-select:valid, .is-focused .custom-select.is-valid, .was-validated .is-focused .custom-select:valid, .is-focused .custom-select.is-valid {
border-color: rgba(0, 0, 0, 0.26); padding-right: calc((1em + 0.875rem) * 3 / 4 + 1rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px, "" rgba(0, 0, 0, 0) no-repeat center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .is-focused .custom-select:valid:focus, .is-focused .custom-select.is-valid:focus, .was-validated .is-focused .custom-select:valid:focus, .is-focused .custom-select.is-valid:focus { border-color: rgba(0, 0, 0, 0.26); box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); } .was-validated .is-focused .custom-select:valid ~ .valid-feedback, .was-validated .is-focused .custom-select:valid ~ .valid-tooltip, .is-focused .custom-select.is-valid ~ .valid-feedback, .is-focused .custom-select.is-valid ~ .valid-tooltip, .was-validated .is-focused .custom-select:valid ~ .valid-feedback, .was-validated .is-focused .custom-select:valid ~ .valid-tooltip, .is-focused .custom-select.is-valid ~ .valid-feedback, .is-focused .custom-select.is-valid ~ .valid-tooltip { display: block; }
.was-validated .is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .is-focused .form-control-file:valid ~ .valid-tooltip, .is-focused .form-control-file.is-valid ~ .valid-feedback, .is-focused .form-control-file.is-valid ~ .valid-tooltip, .was-validated .is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .is-focused .form-control-file:valid ~ .valid-tooltip, .is-focused .form-control-file.is-valid ~ .valid-feedback, .is-focused .form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .is-focused .form-check-input:valid ~ .form-check-label, .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .is-focused .form-check-input:valid ~ .form-check-label, .is-focused .form-check-input.is-valid ~ .form-check-label {
color: rgba(0, 0, 0, 0.26); }
.was-validated .is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .is-focused .form-check-input:valid ~ .valid-tooltip, .is-focused .form-check-input.is-valid ~ .valid-feedback, .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .is-focused .form-check-input:valid ~ .valid-tooltip, .is-focused .form-check-input.is-valid ~ .valid-feedback, .is-focused .form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .is-focused .custom-control-input:valid ~ .custom-control-label, .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .is-focused .custom-control-input:valid ~ .custom-control-label, .is-focused .custom-control-input.is-valid ~ .custom-control-label {
color: rgba(0, 0, 0, 0.26); } .was-validated .is-focused .custom-control-input:valid ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .is-focused .custom-control-input:valid ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid ~ .custom-control-label::before { border-color: rgba(0, 0, 0, 0.26); }
.was-validated .is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .is-focused .custom-control-input:valid ~ .valid-tooltip, .is-focused .custom-control-input.is-valid ~ .valid-feedback, .is-focused .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .is-focused .custom-control-input:valid ~ .valid-tooltip, .is-focused .custom-control-input.is-valid ~ .valid-feedback, .is-focused .custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: rgba(26, 26, 26, 0.26); background-color: rgba(26, 26, 26, 0.26); }
.was-validated .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
.was-validated .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: rgba(0, 0, 0, 0.26); }
.was-validated .is-focused .custom-file-input:valid ~ .custom-file-label, .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .is-focused .custom-file-input:valid ~ .custom-file-label, .is-focused .custom-file-input.is-valid ~ .custom-file-label {
border-color: rgba(0, 0, 0, 0.26); }
.was-validated .is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .is-focused .custom-file-input:valid ~ .valid-tooltip, .is-focused .custom-file-input.is-valid ~ .valid-feedback, .is-focused .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .is-focused .custom-file-input:valid ~ .valid-tooltip, .is-focused .custom-file-input.is-valid ~ .valid-feedback, .is-focused .custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: rgba(0, 0, 0, 0.26); box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25); }
.is-focused [class^='bmd-label'], .is-focused [class*=' bmd-label'], .is-focused [class^='bmd-label'], .is-focused [class*=' bmd-label'] {
color: #3f51b5; }
.is-focused .bmd-label-placeholder, .is-focused .bmd-label-placeholder {
color: rgba(0, 0, 0, 0.26); }
.is-focused .form-control, .is-focused .custom-file-control, .is-focused .form-control, .is-focused .custom-file-control {
border-color: rgba(0, 0, 0, 0.26); }
.is-focused .bmd-help, .is-focused .bmd-help {
color: #9e9e9e; }
.has-success [class^='bmd-label'], .has-success [class*=' bmd-label'] {
color: #4caf50; }
.has-success .form-control, .has-success .custom-file-control, .is-focused .has-success .form-control, .is-focused .has-success .custom-file-control {
background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.has-success .form-control:invalid, .has-success .custom-file-control:invalid {
background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.has-success .form-control:read-only, .has-success .custom-file-control:read-only {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
fieldset[disabled] .has-success .form-control, fieldset[disabled] .has-success .custom-file-control, .has-success .form-control.disabled, .has-success .disabled.custom-file-control, .has-success .form-control:disabled, .has-success .custom-file-control:disabled, .has-success .form-control, .has-success .custom-file-control {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%); background-repeat: repeat-x; background-size: 3px 1px; }
.has-success .form-control.form-control-success, .has-success .form-control-success.custom-file-control, .is-focused .has-success .form-control.form-control-success, .is-focused .has-success .form-control-success.custom-file-control {
background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; }
.has-success .form-control.form-control-warning, .has-success .form-control-warning.custom-file-control, .is-focused .has-success .form-control.form-control-warning, .is-focused .has-success .form-control-warning.custom-file-control {
background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; }
.has-success .form-control.form-control-danger, .has-success .form-control-danger.custom-file-control, .is-focused .has-success .form-control.form-control-danger, .is-focused .has-success .form-control-danger.custom-file-control {
background-image: linear-gradient(to top, #4caf50 2px, rgba(76, 175, 80, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; }
.has-success .is-focused .valid-feedback, .has-success.is-focused .valid-feedback {
display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #4caf50; }
.has-success .is-focused .valid-tooltip, .has-success.is-focused .valid-tooltip {
position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(76, 175, 80, 0.9); border-radius: 0.1rem; }
.was-validated .has-success .is-focused .form-control:valid, .was-validated .has-success .is-focused .custom-file-control:valid, .has-success .is-focused .form-control.is-valid, .has-success .is-focused .is-valid.custom-file-control, .was-validated .has-success.is-focused .form-control:valid, .was-validated .has-success.is-focused .custom-file-control:valid, .has-success.is-focused .form-control.is-valid, .has-success.is-focused .is-valid.custom-file-control {
border-color: #4caf50; padding-right: calc(1.5em + 0.875rem); background-image: ""; background-repeat: no-repeat; background-position: center right calc(0.375em + 0.21875rem); background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-success .is-focused .form-control:valid:focus, .was-validated .has-success .is-focused .custom-file-control:valid:focus, .has-success .is-focused .form-control.is-valid:focus, .has-success .is-focused .is-valid.custom-file-control:focus, .was-validated .has-success.is-focused .form-control:valid:focus, .was-validated .has-success.is-focused .custom-file-control:valid:focus, .has-success.is-focused .form-control.is-valid:focus, .has-success.is-focused .is-valid.custom-file-control:focus { border-color: #4caf50; box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); } .was-validated .has-success .is-focused .form-control:valid ~ .valid-feedback, .was-validated .has-success .is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .has-success .is-focused .form-control:valid ~ .valid-tooltip, .was-validated .has-success .is-focused .custom-file-control:valid ~ .valid-tooltip, .has-success .is-focused .form-control.is-valid ~ .valid-feedback, .has-success .is-focused .is-valid.custom-file-control ~ .valid-feedback, .has-success .is-focused .form-control.is-valid ~ .valid-tooltip, .has-success .is-focused .is-valid.custom-file-control ~ .valid-tooltip, .was-validated .has-success.is-focused .form-control:valid ~ .valid-feedback, .was-validated .has-success.is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .has-success.is-focused .form-control:valid ~ .valid-tooltip, .was-validated .has-success.is-focused .custom-file-control:valid ~ .valid-tooltip, .has-success.is-focused .form-control.is-valid ~ .valid-feedback, .has-success.is-focused .is-valid.custom-file-control ~ .valid-feedback, .has-success.is-focused .form-control.is-valid ~ .valid-tooltip, .has-success.is-focused .is-valid.custom-file-control ~ .valid-tooltip { display: block; }
.was-validated .has-success .is-focused textarea.form-control:valid, .was-validated .has-success .is-focused textarea.custom-file-control:valid, .has-success .is-focused textarea.form-control.is-valid, .has-success .is-focused textarea.is-valid.custom-file-control, .was-validated .has-success.is-focused textarea.form-control:valid, .was-validated .has-success.is-focused textarea.custom-file-control:valid, .has-success.is-focused textarea.form-control.is-valid, .has-success.is-focused textarea.is-valid.custom-file-control {
padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); }
.was-validated .has-success .is-focused .custom-select:valid, .has-success .is-focused .custom-select.is-valid, .was-validated .has-success.is-focused .custom-select:valid, .has-success.is-focused .custom-select.is-valid {
border-color: #4caf50; padding-right: calc((1em + 0.875rem) * 3 / 4 + 1rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px, "" rgba(0, 0, 0, 0) no-repeat center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-success .is-focused .custom-select:valid:focus, .has-success .is-focused .custom-select.is-valid:focus, .was-validated .has-success.is-focused .custom-select:valid:focus, .has-success.is-focused .custom-select.is-valid:focus { border-color: #4caf50; box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); } .was-validated .has-success .is-focused .custom-select:valid ~ .valid-feedback, .was-validated .has-success .is-focused .custom-select:valid ~ .valid-tooltip, .has-success .is-focused .custom-select.is-valid ~ .valid-feedback, .has-success .is-focused .custom-select.is-valid ~ .valid-tooltip, .was-validated .has-success.is-focused .custom-select:valid ~ .valid-feedback, .was-validated .has-success.is-focused .custom-select:valid ~ .valid-tooltip, .has-success.is-focused .custom-select.is-valid ~ .valid-feedback, .has-success.is-focused .custom-select.is-valid ~ .valid-tooltip { display: block; }
.was-validated .has-success .is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .has-success .is-focused .form-control-file:valid ~ .valid-tooltip, .has-success .is-focused .form-control-file.is-valid ~ .valid-feedback, .has-success .is-focused .form-control-file.is-valid ~ .valid-tooltip, .was-validated .has-success.is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .has-success.is-focused .form-control-file:valid ~ .valid-tooltip, .has-success.is-focused .form-control-file.is-valid ~ .valid-feedback, .has-success.is-focused .form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-success .is-focused .form-check-input:valid ~ .form-check-label, .has-success .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-success.is-focused .form-check-input:valid ~ .form-check-label, .has-success.is-focused .form-check-input.is-valid ~ .form-check-label {
color: #4caf50; }
.was-validated .has-success .is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .has-success .is-focused .form-check-input:valid ~ .valid-tooltip, .has-success .is-focused .form-check-input.is-valid ~ .valid-feedback, .has-success .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-success.is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .has-success.is-focused .form-check-input:valid ~ .valid-tooltip, .has-success.is-focused .form-check-input.is-valid ~ .valid-feedback, .has-success.is-focused .form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-success .is-focused .custom-control-input:valid ~ .custom-control-label, .has-success .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-success.is-focused .custom-control-input:valid ~ .custom-control-label, .has-success.is-focused .custom-control-input.is-valid ~ .custom-control-label {
color: #4caf50; } .was-validated .has-success .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #4caf50; }
.was-validated .has-success .is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .has-success .is-focused .custom-control-input:valid ~ .valid-tooltip, .has-success .is-focused .custom-control-input.is-valid ~ .valid-feedback, .has-success .is-focused .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .has-success.is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .has-success.is-focused .custom-control-input:valid ~ .valid-tooltip, .has-success.is-focused .custom-control-input.is-valid ~ .valid-feedback, .has-success.is-focused .custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-success .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #6ec071; background-color: #6ec071; }
.was-validated .has-success .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); }
.was-validated .has-success .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-success .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-success.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-success.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #4caf50; }
.was-validated .has-success .is-focused .custom-file-input:valid ~ .custom-file-label, .has-success .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-success.is-focused .custom-file-input:valid ~ .custom-file-label, .has-success.is-focused .custom-file-input.is-valid ~ .custom-file-label {
border-color: #4caf50; }
.was-validated .has-success .is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .has-success .is-focused .custom-file-input:valid ~ .valid-tooltip, .has-success .is-focused .custom-file-input.is-valid ~ .valid-feedback, .has-success .is-focused .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .has-success.is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .has-success.is-focused .custom-file-input:valid ~ .valid-tooltip, .has-success.is-focused .custom-file-input.is-valid ~ .valid-feedback, .has-success.is-focused .custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-success .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-success .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-success.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-success.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #4caf50; box-shadow: 0 0 0 0.2rem rgba(76, 175, 80, 0.25); }
.has-success .is-focused [class^='bmd-label'], .has-success .is-focused [class*=' bmd-label'], .has-success.is-focused [class^='bmd-label'], .has-success.is-focused [class*=' bmd-label'] {
color: #4caf50; }
.has-success .is-focused .bmd-label-placeholder, .has-success.is-focused .bmd-label-placeholder {
color: #4caf50; }
.has-success .is-focused .form-control, .has-success .is-focused .custom-file-control, .has-success.is-focused .form-control, .has-success.is-focused .custom-file-control {
border-color: #4caf50; }
.has-success .is-focused .bmd-help, .has-success.is-focused .bmd-help {
color: #9e9e9e; }
.has-info [class^='bmd-label'], .has-info [class*=' bmd-label'] {
color: #03a9f4; }
.has-info .form-control, .has-info .custom-file-control, .is-focused .has-info .form-control, .is-focused .has-info .custom-file-control {
background-image: linear-gradient(to top, #03a9f4 2px, rgba(3, 169, 244, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.has-info .form-control:invalid, .has-info .custom-file-control:invalid {
background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.has-info .form-control:read-only, .has-info .custom-file-control:read-only {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
fieldset[disabled] .has-info .form-control, fieldset[disabled] .has-info .custom-file-control, .has-info .form-control.disabled, .has-info .disabled.custom-file-control, .has-info .form-control:disabled, .has-info .custom-file-control:disabled, .has-info .form-control, .has-info .custom-file-control {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%); background-repeat: repeat-x; background-size: 3px 1px; }
.has-info .form-control.form-control-success, .has-info .form-control-success.custom-file-control, .is-focused .has-info .form-control.form-control-success, .is-focused .has-info .form-control-success.custom-file-control {
background-image: linear-gradient(to top, #03a9f4 2px, rgba(3, 169, 244, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; }
.has-info .form-control.form-control-warning, .has-info .form-control-warning.custom-file-control, .is-focused .has-info .form-control.form-control-warning, .is-focused .has-info .form-control-warning.custom-file-control {
background-image: linear-gradient(to top, #03a9f4 2px, rgba(3, 169, 244, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; }
.has-info .form-control.form-control-danger, .has-info .form-control-danger.custom-file-control, .is-focused .has-info .form-control.form-control-danger, .is-focused .has-info .form-control-danger.custom-file-control {
background-image: linear-gradient(to top, #03a9f4 2px, rgba(3, 169, 244, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; }
.has-info .is-focused .valid-feedback, .has-info.is-focused .valid-feedback {
display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #03a9f4; }
.has-info .is-focused .valid-tooltip, .has-info.is-focused .valid-tooltip {
position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(3, 169, 244, 0.9); border-radius: 0.1rem; }
.was-validated .has-info .is-focused .form-control:valid, .was-validated .has-info .is-focused .custom-file-control:valid, .has-info .is-focused .form-control.is-valid, .has-info .is-focused .is-valid.custom-file-control, .was-validated .has-info.is-focused .form-control:valid, .was-validated .has-info.is-focused .custom-file-control:valid, .has-info.is-focused .form-control.is-valid, .has-info.is-focused .is-valid.custom-file-control {
border-color: #03a9f4; padding-right: calc(1.5em + 0.875rem); background-image: ""; background-repeat: no-repeat; background-position: center right calc(0.375em + 0.21875rem); background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-info .is-focused .form-control:valid:focus, .was-validated .has-info .is-focused .custom-file-control:valid:focus, .has-info .is-focused .form-control.is-valid:focus, .has-info .is-focused .is-valid.custom-file-control:focus, .was-validated .has-info.is-focused .form-control:valid:focus, .was-validated .has-info.is-focused .custom-file-control:valid:focus, .has-info.is-focused .form-control.is-valid:focus, .has-info.is-focused .is-valid.custom-file-control:focus { border-color: #03a9f4; box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.25); } .was-validated .has-info .is-focused .form-control:valid ~ .valid-feedback, .was-validated .has-info .is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .has-info .is-focused .form-control:valid ~ .valid-tooltip, .was-validated .has-info .is-focused .custom-file-control:valid ~ .valid-tooltip, .has-info .is-focused .form-control.is-valid ~ .valid-feedback, .has-info .is-focused .is-valid.custom-file-control ~ .valid-feedback, .has-info .is-focused .form-control.is-valid ~ .valid-tooltip, .has-info .is-focused .is-valid.custom-file-control ~ .valid-tooltip, .was-validated .has-info.is-focused .form-control:valid ~ .valid-feedback, .was-validated .has-info.is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .has-info.is-focused .form-control:valid ~ .valid-tooltip, .was-validated .has-info.is-focused .custom-file-control:valid ~ .valid-tooltip, .has-info.is-focused .form-control.is-valid ~ .valid-feedback, .has-info.is-focused .is-valid.custom-file-control ~ .valid-feedback, .has-info.is-focused .form-control.is-valid ~ .valid-tooltip, .has-info.is-focused .is-valid.custom-file-control ~ .valid-tooltip { display: block; }
.was-validated .has-info .is-focused textarea.form-control:valid, .was-validated .has-info .is-focused textarea.custom-file-control:valid, .has-info .is-focused textarea.form-control.is-valid, .has-info .is-focused textarea.is-valid.custom-file-control, .was-validated .has-info.is-focused textarea.form-control:valid, .was-validated .has-info.is-focused textarea.custom-file-control:valid, .has-info.is-focused textarea.form-control.is-valid, .has-info.is-focused textarea.is-valid.custom-file-control {
padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); }
.was-validated .has-info .is-focused .custom-select:valid, .has-info .is-focused .custom-select.is-valid, .was-validated .has-info.is-focused .custom-select:valid, .has-info.is-focused .custom-select.is-valid {
border-color: #03a9f4; padding-right: calc((1em + 0.875rem) * 3 / 4 + 1rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px, "" rgba(0, 0, 0, 0) no-repeat center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-info .is-focused .custom-select:valid:focus, .has-info .is-focused .custom-select.is-valid:focus, .was-validated .has-info.is-focused .custom-select:valid:focus, .has-info.is-focused .custom-select.is-valid:focus { border-color: #03a9f4; box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.25); } .was-validated .has-info .is-focused .custom-select:valid ~ .valid-feedback, .was-validated .has-info .is-focused .custom-select:valid ~ .valid-tooltip, .has-info .is-focused .custom-select.is-valid ~ .valid-feedback, .has-info .is-focused .custom-select.is-valid ~ .valid-tooltip, .was-validated .has-info.is-focused .custom-select:valid ~ .valid-feedback, .was-validated .has-info.is-focused .custom-select:valid ~ .valid-tooltip, .has-info.is-focused .custom-select.is-valid ~ .valid-feedback, .has-info.is-focused .custom-select.is-valid ~ .valid-tooltip { display: block; }
.was-validated .has-info .is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .has-info .is-focused .form-control-file:valid ~ .valid-tooltip, .has-info .is-focused .form-control-file.is-valid ~ .valid-feedback, .has-info .is-focused .form-control-file.is-valid ~ .valid-tooltip, .was-validated .has-info.is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .has-info.is-focused .form-control-file:valid ~ .valid-tooltip, .has-info.is-focused .form-control-file.is-valid ~ .valid-feedback, .has-info.is-focused .form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-info .is-focused .form-check-input:valid ~ .form-check-label, .has-info .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-info.is-focused .form-check-input:valid ~ .form-check-label, .has-info.is-focused .form-check-input.is-valid ~ .form-check-label {
color: #03a9f4; }
.was-validated .has-info .is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .has-info .is-focused .form-check-input:valid ~ .valid-tooltip, .has-info .is-focused .form-check-input.is-valid ~ .valid-feedback, .has-info .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-info.is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .has-info.is-focused .form-check-input:valid ~ .valid-tooltip, .has-info.is-focused .form-check-input.is-valid ~ .valid-feedback, .has-info.is-focused .form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-info .is-focused .custom-control-input:valid ~ .custom-control-label, .has-info .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-info.is-focused .custom-control-input:valid ~ .custom-control-label, .has-info.is-focused .custom-control-input.is-valid ~ .custom-control-label {
color: #03a9f4; } .was-validated .has-info .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #03a9f4; }
.was-validated .has-info .is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .has-info .is-focused .custom-control-input:valid ~ .valid-tooltip, .has-info .is-focused .custom-control-input.is-valid ~ .valid-feedback, .has-info .is-focused .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .has-info.is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .has-info.is-focused .custom-control-input:valid ~ .valid-tooltip, .has-info.is-focused .custom-control-input.is-valid ~ .valid-feedback, .has-info.is-focused .custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-info .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #2ebcfc; background-color: #2ebcfc; }
.was-validated .has-info .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.25); }
.was-validated .has-info .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-info .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-info.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-info.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #03a9f4; }
.was-validated .has-info .is-focused .custom-file-input:valid ~ .custom-file-label, .has-info .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-info.is-focused .custom-file-input:valid ~ .custom-file-label, .has-info.is-focused .custom-file-input.is-valid ~ .custom-file-label {
border-color: #03a9f4; }
.was-validated .has-info .is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .has-info .is-focused .custom-file-input:valid ~ .valid-tooltip, .has-info .is-focused .custom-file-input.is-valid ~ .valid-feedback, .has-info .is-focused .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .has-info.is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .has-info.is-focused .custom-file-input:valid ~ .valid-tooltip, .has-info.is-focused .custom-file-input.is-valid ~ .valid-feedback, .has-info.is-focused .custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-info .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-info .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-info.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-info.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #03a9f4; box-shadow: 0 0 0 0.2rem rgba(3, 169, 244, 0.25); }
.has-info .is-focused [class^='bmd-label'], .has-info .is-focused [class*=' bmd-label'], .has-info.is-focused [class^='bmd-label'], .has-info.is-focused [class*=' bmd-label'] {
color: #03a9f4; }
.has-info .is-focused .bmd-label-placeholder, .has-info.is-focused .bmd-label-placeholder {
color: #03a9f4; }
.has-info .is-focused .form-control, .has-info .is-focused .custom-file-control, .has-info.is-focused .form-control, .has-info.is-focused .custom-file-control {
border-color: #03a9f4; }
.has-info .is-focused .bmd-help, .has-info.is-focused .bmd-help {
color: #9e9e9e; }
.has-warning [class^='bmd-label'], .has-warning [class*=' bmd-label'] {
color: #ff5722; }
.has-warning .form-control, .has-warning .custom-file-control, .is-focused .has-warning .form-control, .is-focused .has-warning .custom-file-control {
background-image: linear-gradient(to top, #ff5722 2px, rgba(255, 87, 34, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.has-warning .form-control:invalid, .has-warning .custom-file-control:invalid {
background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.has-warning .form-control:read-only, .has-warning .custom-file-control:read-only {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
fieldset[disabled] .has-warning .form-control, fieldset[disabled] .has-warning .custom-file-control, .has-warning .form-control.disabled, .has-warning .disabled.custom-file-control, .has-warning .form-control:disabled, .has-warning .custom-file-control:disabled, .has-warning .form-control, .has-warning .custom-file-control {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%); background-repeat: repeat-x; background-size: 3px 1px; }
.has-warning .form-control.form-control-success, .has-warning .form-control-success.custom-file-control, .is-focused .has-warning .form-control.form-control-success, .is-focused .has-warning .form-control-success.custom-file-control {
background-image: linear-gradient(to top, #ff5722 2px, rgba(255, 87, 34, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; }
.has-warning .form-control.form-control-warning, .has-warning .form-control-warning.custom-file-control, .is-focused .has-warning .form-control.form-control-warning, .is-focused .has-warning .form-control-warning.custom-file-control {
background-image: linear-gradient(to top, #ff5722 2px, rgba(255, 87, 34, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; }
.has-warning .form-control.form-control-danger, .has-warning .form-control-danger.custom-file-control, .is-focused .has-warning .form-control.form-control-danger, .is-focused .has-warning .form-control-danger.custom-file-control {
background-image: linear-gradient(to top, #ff5722 2px, rgba(255, 87, 34, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; }
.has-warning .is-focused .valid-feedback, .has-warning.is-focused .valid-feedback {
display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #ff5722; }
.has-warning .is-focused .valid-tooltip, .has-warning.is-focused .valid-tooltip {
position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(255, 87, 34, 0.9); border-radius: 0.1rem; }
.was-validated .has-warning .is-focused .form-control:valid, .was-validated .has-warning .is-focused .custom-file-control:valid, .has-warning .is-focused .form-control.is-valid, .has-warning .is-focused .is-valid.custom-file-control, .was-validated .has-warning.is-focused .form-control:valid, .was-validated .has-warning.is-focused .custom-file-control:valid, .has-warning.is-focused .form-control.is-valid, .has-warning.is-focused .is-valid.custom-file-control {
border-color: #ff5722; padding-right: calc(1.5em + 0.875rem); background-image: ""; background-repeat: no-repeat; background-position: center right calc(0.375em + 0.21875rem); background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-warning .is-focused .form-control:valid:focus, .was-validated .has-warning .is-focused .custom-file-control:valid:focus, .has-warning .is-focused .form-control.is-valid:focus, .has-warning .is-focused .is-valid.custom-file-control:focus, .was-validated .has-warning.is-focused .form-control:valid:focus, .was-validated .has-warning.is-focused .custom-file-control:valid:focus, .has-warning.is-focused .form-control.is-valid:focus, .has-warning.is-focused .is-valid.custom-file-control:focus { border-color: #ff5722; box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.25); } .was-validated .has-warning .is-focused .form-control:valid ~ .valid-feedback, .was-validated .has-warning .is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .has-warning .is-focused .form-control:valid ~ .valid-tooltip, .was-validated .has-warning .is-focused .custom-file-control:valid ~ .valid-tooltip, .has-warning .is-focused .form-control.is-valid ~ .valid-feedback, .has-warning .is-focused .is-valid.custom-file-control ~ .valid-feedback, .has-warning .is-focused .form-control.is-valid ~ .valid-tooltip, .has-warning .is-focused .is-valid.custom-file-control ~ .valid-tooltip, .was-validated .has-warning.is-focused .form-control:valid ~ .valid-feedback, .was-validated .has-warning.is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .has-warning.is-focused .form-control:valid ~ .valid-tooltip, .was-validated .has-warning.is-focused .custom-file-control:valid ~ .valid-tooltip, .has-warning.is-focused .form-control.is-valid ~ .valid-feedback, .has-warning.is-focused .is-valid.custom-file-control ~ .valid-feedback, .has-warning.is-focused .form-control.is-valid ~ .valid-tooltip, .has-warning.is-focused .is-valid.custom-file-control ~ .valid-tooltip { display: block; }
.was-validated .has-warning .is-focused textarea.form-control:valid, .was-validated .has-warning .is-focused textarea.custom-file-control:valid, .has-warning .is-focused textarea.form-control.is-valid, .has-warning .is-focused textarea.is-valid.custom-file-control, .was-validated .has-warning.is-focused textarea.form-control:valid, .was-validated .has-warning.is-focused textarea.custom-file-control:valid, .has-warning.is-focused textarea.form-control.is-valid, .has-warning.is-focused textarea.is-valid.custom-file-control {
padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); }
.was-validated .has-warning .is-focused .custom-select:valid, .has-warning .is-focused .custom-select.is-valid, .was-validated .has-warning.is-focused .custom-select:valid, .has-warning.is-focused .custom-select.is-valid {
border-color: #ff5722; padding-right: calc((1em + 0.875rem) * 3 / 4 + 1rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px, "" rgba(0, 0, 0, 0) no-repeat center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-warning .is-focused .custom-select:valid:focus, .has-warning .is-focused .custom-select.is-valid:focus, .was-validated .has-warning.is-focused .custom-select:valid:focus, .has-warning.is-focused .custom-select.is-valid:focus { border-color: #ff5722; box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.25); } .was-validated .has-warning .is-focused .custom-select:valid ~ .valid-feedback, .was-validated .has-warning .is-focused .custom-select:valid ~ .valid-tooltip, .has-warning .is-focused .custom-select.is-valid ~ .valid-feedback, .has-warning .is-focused .custom-select.is-valid ~ .valid-tooltip, .was-validated .has-warning.is-focused .custom-select:valid ~ .valid-feedback, .was-validated .has-warning.is-focused .custom-select:valid ~ .valid-tooltip, .has-warning.is-focused .custom-select.is-valid ~ .valid-feedback, .has-warning.is-focused .custom-select.is-valid ~ .valid-tooltip { display: block; }
.was-validated .has-warning .is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .has-warning .is-focused .form-control-file:valid ~ .valid-tooltip, .has-warning .is-focused .form-control-file.is-valid ~ .valid-feedback, .has-warning .is-focused .form-control-file.is-valid ~ .valid-tooltip, .was-validated .has-warning.is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .has-warning.is-focused .form-control-file:valid ~ .valid-tooltip, .has-warning.is-focused .form-control-file.is-valid ~ .valid-feedback, .has-warning.is-focused .form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-warning .is-focused .form-check-input:valid ~ .form-check-label, .has-warning .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-warning.is-focused .form-check-input:valid ~ .form-check-label, .has-warning.is-focused .form-check-input.is-valid ~ .form-check-label {
color: #ff5722; }
.was-validated .has-warning .is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .has-warning .is-focused .form-check-input:valid ~ .valid-tooltip, .has-warning .is-focused .form-check-input.is-valid ~ .valid-feedback, .has-warning .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-warning.is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .has-warning.is-focused .form-check-input:valid ~ .valid-tooltip, .has-warning.is-focused .form-check-input.is-valid ~ .valid-feedback, .has-warning.is-focused .form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-warning .is-focused .custom-control-input:valid ~ .custom-control-label, .has-warning .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-warning.is-focused .custom-control-input:valid ~ .custom-control-label, .has-warning.is-focused .custom-control-input.is-valid ~ .custom-control-label {
color: #ff5722; } .was-validated .has-warning .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #ff5722; }
.was-validated .has-warning .is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .has-warning .is-focused .custom-control-input:valid ~ .valid-tooltip, .has-warning .is-focused .custom-control-input.is-valid ~ .valid-feedback, .has-warning .is-focused .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .has-warning.is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .has-warning.is-focused .custom-control-input:valid ~ .valid-tooltip, .has-warning.is-focused .custom-control-input.is-valid ~ .valid-feedback, .has-warning.is-focused .custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-warning .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #ff7e55; background-color: #ff7e55; }
.was-validated .has-warning .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.25); }
.was-validated .has-warning .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-warning .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-warning.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-warning.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #ff5722; }
.was-validated .has-warning .is-focused .custom-file-input:valid ~ .custom-file-label, .has-warning .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-warning.is-focused .custom-file-input:valid ~ .custom-file-label, .has-warning.is-focused .custom-file-input.is-valid ~ .custom-file-label {
border-color: #ff5722; }
.was-validated .has-warning .is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .has-warning .is-focused .custom-file-input:valid ~ .valid-tooltip, .has-warning .is-focused .custom-file-input.is-valid ~ .valid-feedback, .has-warning .is-focused .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .has-warning.is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .has-warning.is-focused .custom-file-input:valid ~ .valid-tooltip, .has-warning.is-focused .custom-file-input.is-valid ~ .valid-feedback, .has-warning.is-focused .custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-warning .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-warning .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-warning.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-warning.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #ff5722; box-shadow: 0 0 0 0.2rem rgba(255, 87, 34, 0.25); }
.has-warning .is-focused [class^='bmd-label'], .has-warning .is-focused [class*=' bmd-label'], .has-warning.is-focused [class^='bmd-label'], .has-warning.is-focused [class*=' bmd-label'] {
color: #ff5722; }
.has-warning .is-focused .bmd-label-placeholder, .has-warning.is-focused .bmd-label-placeholder {
color: #ff5722; }
.has-warning .is-focused .form-control, .has-warning .is-focused .custom-file-control, .has-warning.is-focused .form-control, .has-warning.is-focused .custom-file-control {
border-color: #ff5722; }
.has-warning .is-focused .bmd-help, .has-warning.is-focused .bmd-help {
color: #9e9e9e; }
.has-danger [class^='bmd-label'], .has-danger [class*=' bmd-label'] {
color: #f44336; }
.has-danger .form-control, .has-danger .custom-file-control, .is-focused .has-danger .form-control, .is-focused .has-danger .custom-file-control {
background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.has-danger .form-control:invalid, .has-danger .custom-file-control:invalid {
background-image: linear-gradient(to top, #d50000 2px, rgba(213, 0, 0, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
.has-danger .form-control:read-only, .has-danger .custom-file-control:read-only {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px); }
fieldset[disabled] .has-danger .form-control, fieldset[disabled] .has-danger .custom-file-control, .has-danger .form-control.disabled, .has-danger .disabled.custom-file-control, .has-danger .form-control:disabled, .has-danger .custom-file-control:disabled, .has-danger .form-control, .has-danger .custom-file-control {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 30%, transparent 30%, transparent 100%); background-repeat: repeat-x; background-size: 3px 1px; }
.has-danger .form-control.form-control-success, .has-danger .form-control-success.custom-file-control, .is-focused .has-danger .form-control.form-control-success, .is-focused .has-danger .form-control-success.custom-file-control {
background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg=="; }
.has-danger .form-control.form-control-warning, .has-danger .form-control-warning.custom-file-control, .is-focused .has-danger .form-control.form-control-warning, .is-focused .has-danger .form-control-warning.custom-file-control {
background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+"; }
.has-danger .form-control.form-control-danger, .has-danger .form-control-danger.custom-file-control, .is-focused .has-danger .form-control.form-control-danger, .is-focused .has-danger .form-control-danger.custom-file-control {
background-image: linear-gradient(to top, #f44336 2px, rgba(244, 67, 54, 0) 2px), linear-gradient(to top, rgba(0, 0, 0, 0.26) 1px, rgba(0, 0, 0, 0) 1px), "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="; }
.has-danger .is-focused .valid-feedback, .has-danger.is-focused .valid-feedback {
display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #f44336; }
.has-danger .is-focused .valid-tooltip, .has-danger.is-focused .valid-tooltip {
position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: .1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(244, 67, 54, 0.9); border-radius: 0.1rem; }
.was-validated .has-danger .is-focused .form-control:valid, .was-validated .has-danger .is-focused .custom-file-control:valid, .has-danger .is-focused .form-control.is-valid, .has-danger .is-focused .is-valid.custom-file-control, .was-validated .has-danger.is-focused .form-control:valid, .was-validated .has-danger.is-focused .custom-file-control:valid, .has-danger.is-focused .form-control.is-valid, .has-danger.is-focused .is-valid.custom-file-control {
border-color: #f44336; padding-right: calc(1.5em + 0.875rem); background-image: ""; background-repeat: no-repeat; background-position: center right calc(0.375em + 0.21875rem); background-size: calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-danger .is-focused .form-control:valid:focus, .was-validated .has-danger .is-focused .custom-file-control:valid:focus, .has-danger .is-focused .form-control.is-valid:focus, .has-danger .is-focused .is-valid.custom-file-control:focus, .was-validated .has-danger.is-focused .form-control:valid:focus, .was-validated .has-danger.is-focused .custom-file-control:valid:focus, .has-danger.is-focused .form-control.is-valid:focus, .has-danger.is-focused .is-valid.custom-file-control:focus { border-color: #f44336; box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); } .was-validated .has-danger .is-focused .form-control:valid ~ .valid-feedback, .was-validated .has-danger .is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .has-danger .is-focused .form-control:valid ~ .valid-tooltip, .was-validated .has-danger .is-focused .custom-file-control:valid ~ .valid-tooltip, .has-danger .is-focused .form-control.is-valid ~ .valid-feedback, .has-danger .is-focused .is-valid.custom-file-control ~ .valid-feedback, .has-danger .is-focused .form-control.is-valid ~ .valid-tooltip, .has-danger .is-focused .is-valid.custom-file-control ~ .valid-tooltip, .was-validated .has-danger.is-focused .form-control:valid ~ .valid-feedback, .was-validated .has-danger.is-focused .custom-file-control:valid ~ .valid-feedback, .was-validated .has-danger.is-focused .form-control:valid ~ .valid-tooltip, .was-validated .has-danger.is-focused .custom-file-control:valid ~ .valid-tooltip, .has-danger.is-focused .form-control.is-valid ~ .valid-feedback, .has-danger.is-focused .is-valid.custom-file-control ~ .valid-feedback, .has-danger.is-focused .form-control.is-valid ~ .valid-tooltip, .has-danger.is-focused .is-valid.custom-file-control ~ .valid-tooltip { display: block; }
.was-validated .has-danger .is-focused textarea.form-control:valid, .was-validated .has-danger .is-focused textarea.custom-file-control:valid, .has-danger .is-focused textarea.form-control.is-valid, .has-danger .is-focused textarea.is-valid.custom-file-control, .was-validated .has-danger.is-focused textarea.form-control:valid, .was-validated .has-danger.is-focused textarea.custom-file-control:valid, .has-danger.is-focused textarea.form-control.is-valid, .has-danger.is-focused textarea.is-valid.custom-file-control {
padding-right: calc(1.5em + 0.875rem); background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem); }
.was-validated .has-danger .is-focused .custom-select:valid, .has-danger .is-focused .custom-select.is-valid, .was-validated .has-danger.is-focused .custom-select:valid, .has-danger.is-focused .custom-select.is-valid {
border-color: #f44336; padding-right: calc((1em + 0.875rem) * 3 / 4 + 1rem); background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0 center/8px 10px, "" rgba(0, 0, 0, 0) no-repeat center right 1rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem); } .was-validated .has-danger .is-focused .custom-select:valid:focus, .has-danger .is-focused .custom-select.is-valid:focus, .was-validated .has-danger.is-focused .custom-select:valid:focus, .has-danger.is-focused .custom-select.is-valid:focus { border-color: #f44336; box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); } .was-validated .has-danger .is-focused .custom-select:valid ~ .valid-feedback, .was-validated .has-danger .is-focused .custom-select:valid ~ .valid-tooltip, .has-danger .is-focused .custom-select.is-valid ~ .valid-feedback, .has-danger .is-focused .custom-select.is-valid ~ .valid-tooltip, .was-validated .has-danger.is-focused .custom-select:valid ~ .valid-feedback, .was-validated .has-danger.is-focused .custom-select:valid ~ .valid-tooltip, .has-danger.is-focused .custom-select.is-valid ~ .valid-feedback, .has-danger.is-focused .custom-select.is-valid ~ .valid-tooltip { display: block; }
.was-validated .has-danger .is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .has-danger .is-focused .form-control-file:valid ~ .valid-tooltip, .has-danger .is-focused .form-control-file.is-valid ~ .valid-feedback, .has-danger .is-focused .form-control-file.is-valid ~ .valid-tooltip, .was-validated .has-danger.is-focused .form-control-file:valid ~ .valid-feedback, .was-validated .has-danger.is-focused .form-control-file:valid ~ .valid-tooltip, .has-danger.is-focused .form-control-file.is-valid ~ .valid-feedback, .has-danger.is-focused .form-control-file.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-danger .is-focused .form-check-input:valid ~ .form-check-label, .has-danger .is-focused .form-check-input.is-valid ~ .form-check-label, .was-validated .has-danger.is-focused .form-check-input:valid ~ .form-check-label, .has-danger.is-focused .form-check-input.is-valid ~ .form-check-label {
color: #f44336; }
.was-validated .has-danger .is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .has-danger .is-focused .form-check-input:valid ~ .valid-tooltip, .has-danger .is-focused .form-check-input.is-valid ~ .valid-feedback, .has-danger .is-focused .form-check-input.is-valid ~ .valid-tooltip, .was-validated .has-danger.is-focused .form-check-input:valid ~ .valid-feedback, .was-validated .has-danger.is-focused .form-check-input:valid ~ .valid-tooltip, .has-danger.is-focused .form-check-input.is-valid ~ .valid-feedback, .has-danger.is-focused .form-check-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-danger .is-focused .custom-control-input:valid ~ .custom-control-label, .has-danger .is-focused .custom-control-input.is-valid ~ .custom-control-label, .was-validated .has-danger.is-focused .custom-control-input:valid ~ .custom-control-label, .has-danger.is-focused .custom-control-input.is-valid ~ .custom-control-label {
color: #f44336; } .was-validated .has-danger .is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid ~ .custom-control-label::before { border-color: #f44336; }
.was-validated .has-danger .is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .has-danger .is-focused .custom-control-input:valid ~ .valid-tooltip, .has-danger .is-focused .custom-control-input.is-valid ~ .valid-feedback, .has-danger .is-focused .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .has-danger.is-focused .custom-control-input:valid ~ .valid-feedback, .was-validated .has-danger.is-focused .custom-control-input:valid ~ .valid-tooltip, .has-danger.is-focused .custom-control-input.is-valid ~ .valid-feedback, .has-danger.is-focused .custom-control-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-danger .is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid:checked ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid:checked ~ .custom-control-label::before {
border-color: #f77066; background-color: #f77066; }
.was-validated .has-danger .is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid:focus ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); }
.was-validated .has-danger .is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-danger .is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .has-danger.is-focused .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .has-danger.is-focused .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
border-color: #f44336; }
.was-validated .has-danger .is-focused .custom-file-input:valid ~ .custom-file-label, .has-danger .is-focused .custom-file-input.is-valid ~ .custom-file-label, .was-validated .has-danger.is-focused .custom-file-input:valid ~ .custom-file-label, .has-danger.is-focused .custom-file-input.is-valid ~ .custom-file-label {
border-color: #f44336; }
.was-validated .has-danger .is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .has-danger .is-focused .custom-file-input:valid ~ .valid-tooltip, .has-danger .is-focused .custom-file-input.is-valid ~ .valid-feedback, .has-danger .is-focused .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .has-danger.is-focused .custom-file-input:valid ~ .valid-feedback, .was-validated .has-danger.is-focused .custom-file-input:valid ~ .valid-tooltip, .has-danger.is-focused .custom-file-input.is-valid ~ .valid-feedback, .has-danger.is-focused .custom-file-input.is-valid ~ .valid-tooltip {
display: block; }
.was-validated .has-danger .is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-danger .is-focused .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .has-danger.is-focused .custom-file-input:valid:focus ~ .custom-file-label, .has-danger.is-focused .custom-file-input.is-valid:focus ~ .custom-file-label {
border-color: #f44336; box-shadow: 0 0 0 0.2rem rgba(244, 67, 54, 0.25); }
.has-danger .is-focused [class^='bmd-label'], .has-danger .is-focused [class*=' bmd-label'], .has-danger.is-focused [class^='bmd-label'], .has-danger.is-focused [class*=' bmd-label'] {
color: #f44336; }
.has-danger .is-focused .bmd-label-placeholder, .has-danger.is-focused .bmd-label-placeholder {
color: #f44336; }
.has-danger .is-focused .form-control, .has-danger .is-focused .custom-file-control, .has-danger.is-focused .form-control, .has-danger.is-focused .custom-file-control {
border-color: #f44336; }
.has-danger .is-focused .bmd-help, .has-danger.is-focused .bmd-help {
color: #9e9e9e; }
.bmd-form-group {
position: relative; padding-top: 1.75rem; } .bmd-form-group [class^='bmd-label'], .bmd-form-group [class*=' bmd-label'] { position: absolute; pointer-events: none; transition: 0.3s ease all; } .bmd-form-group [class^='bmd-label'].bmd-label-floating, .bmd-form-group [class*=' bmd-label'].bmd-label-floating { will-change: left, top, contents; } .bmd-form-group.is-filled .bmd-label-placeholder { display: none; } .bmd-form-group.bmd-collapse-inline { display: flex; align-items: center; padding: 0; min-height: 2.1em; } .bmd-form-group.bmd-collapse-inline .collapse { flex: 1; display: none; } .bmd-form-group.bmd-collapse-inline .collapse.show { max-width: 1200px; } .bmd-form-group.bmd-collapse-inline .collapsing, .bmd-form-group.bmd-collapse-inline .width:not(.collapse), .bmd-form-group.bmd-collapse-inline .collapse.show { display: block; } .bmd-form-group.bmd-collapse-inline .collapsing { transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .bmd-form-group .form-control, .bmd-form-group .custom-file-control, .bmd-form-group label, .bmd-form-group input::placeholder { line-height: 1; } .bmd-form-group input.form-control, .bmd-form-group input.custom-file-control, .bmd-form-group input.form-control::placeholder, .bmd-form-group input.custom-file-control::placeholder { padding: 0.28125rem 0; line-height: 1.5; } .bmd-form-group .radio label, .bmd-form-group label.radio-inline, .bmd-form-group .checkbox label, .bmd-form-group label.checkbox-inline, .bmd-form-group .switch label { line-height: 1.5; } .bmd-form-group input::placeholder { font-size: 1rem; } .bmd-form-group .checkbox label, .bmd-form-group .radio label, .bmd-form-group label { font-size: 1rem; } .bmd-form-group .bmd-label-floating, .bmd-form-group .bmd-label-placeholder { top: 2.1875rem; } .bmd-form-group.is-focused .bmd-label-floating, .bmd-form-group .is-focused .bmd-label-floating, .bmd-form-group.is-filled .bmd-label-floating, .bmd-form-group .is-filled .bmd-label-floating { top: 1rem; left: 0; font-size: 0.75rem; } .bmd-form-group .bmd-label-static { top: 1rem; left: 0; font-size: 0.75rem; } .bmd-form-group .bmd-help { margin-top: 0; font-size: 0.75rem; } .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-danger, .bmd-form-group .form-control-danger.custom-file-control { background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem; } .bmd-form-group .form-control.form-control-success, .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-success:focus, .bmd-form-group .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-warning, .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-danger, .bmd-form-group .form-control-danger.custom-file-control, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group .form-control-danger.custom-file-control { padding-right: 0; background-repeat: no-repeat, no-repeat; background-position: center bottom, center calc(100% - 1px), center right 0.46875rem; } .bmd-form-group .form-control.form-control-success:focus, .bmd-form-group .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group .form-control-success.custom-file-control, .bmd-form-group .form-control.form-control-warning:focus, .bmd-form-group .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group .form-control-warning.custom-file-control, .bmd-form-group .form-control.form-control-danger:focus, .bmd-form-group .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group .form-control-danger.custom-file-control { background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem; } .bmd-form-group.bmd-form-group-sm { padding-top: 1.40625rem; } .bmd-form-group.bmd-form-group-sm .form-control, .bmd-form-group.bmd-form-group-sm .custom-file-control, .bmd-form-group.bmd-form-group-sm label, .bmd-form-group.bmd-form-group-sm input::placeholder { line-height: 1; } .bmd-form-group.bmd-form-group-sm input.form-control, .bmd-form-group.bmd-form-group-sm input.custom-file-control, .bmd-form-group.bmd-form-group-sm input.form-control::placeholder, .bmd-form-group.bmd-form-group-sm input.custom-file-control::placeholder { padding: 0.28125rem 0; line-height: 1.5; } .bmd-form-group.bmd-form-group-sm .radio label, .bmd-form-group.bmd-form-group-sm label.radio-inline, .bmd-form-group.bmd-form-group-sm .checkbox label, .bmd-form-group.bmd-form-group-sm label.checkbox-inline, .bmd-form-group.bmd-form-group-sm .switch label { line-height: 1.5; } .bmd-form-group.bmd-form-group-sm input::placeholder { font-size: 0.875rem; } .bmd-form-group.bmd-form-group-sm .checkbox label, .bmd-form-group.bmd-form-group-sm .radio label, .bmd-form-group.bmd-form-group-sm label { font-size: 0.875rem; } .bmd-form-group.bmd-form-group-sm .bmd-label-floating, .bmd-form-group.bmd-form-group-sm .bmd-label-placeholder { top: 1.65625rem; } .bmd-form-group.bmd-form-group-sm.is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-sm .is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-sm.is-filled .bmd-label-floating, .bmd-form-group.bmd-form-group-sm .is-filled .bmd-label-floating { top: 0.75rem; left: 0; font-size: 0.65625rem; } .bmd-form-group.bmd-form-group-sm .bmd-label-static { top: 0.75rem; left: 0; font-size: 0.65625rem; } .bmd-form-group.bmd-form-group-sm .bmd-help { margin-top: 0; font-size: 0.65625rem; } .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control { background-size: 0 100%, 100% 100%, 0.6875rem 0.6875rem; } .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control { padding-right: 0; background-repeat: no-repeat, no-repeat; background-position: center bottom, center calc(100% - 1px), center right 0.34375rem; } .bmd-form-group.bmd-form-group-sm .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-sm .form-control-danger.custom-file-control { background-size: 100% 100%, 100% 100%, 0.6875rem 0.6875rem; } .bmd-form-group.bmd-form-group-lg { padding-top: 1.9375rem; } .bmd-form-group.bmd-form-group-lg .form-control, .bmd-form-group.bmd-form-group-lg .custom-file-control, .bmd-form-group.bmd-form-group-lg label, .bmd-form-group.bmd-form-group-lg input::placeholder { line-height: 1; } .bmd-form-group.bmd-form-group-lg input.form-control, .bmd-form-group.bmd-form-group-lg input.custom-file-control, .bmd-form-group.bmd-form-group-lg input.form-control::placeholder, .bmd-form-group.bmd-form-group-lg input.custom-file-control::placeholder { padding: 0.28125rem 0; line-height: 1.5; } .bmd-form-group.bmd-form-group-lg .radio label, .bmd-form-group.bmd-form-group-lg label.radio-inline, .bmd-form-group.bmd-form-group-lg .checkbox label, .bmd-form-group.bmd-form-group-lg label.checkbox-inline, .bmd-form-group.bmd-form-group-lg .switch label { line-height: 1.5; } .bmd-form-group.bmd-form-group-lg input::placeholder { font-size: 1.25rem; } .bmd-form-group.bmd-form-group-lg .checkbox label, .bmd-form-group.bmd-form-group-lg .radio label, .bmd-form-group.bmd-form-group-lg label { font-size: 1.25rem; } .bmd-form-group.bmd-form-group-lg .bmd-label-floating, .bmd-form-group.bmd-form-group-lg .bmd-label-placeholder { top: 2.5rem; } .bmd-form-group.bmd-form-group-lg.is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-lg .is-focused .bmd-label-floating, .bmd-form-group.bmd-form-group-lg.is-filled .bmd-label-floating, .bmd-form-group.bmd-form-group-lg .is-filled .bmd-label-floating { top: 1rem; left: 0; font-size: 0.9375rem; } .bmd-form-group.bmd-form-group-lg .bmd-label-static { top: 1rem; left: 0; font-size: 0.9375rem; } .bmd-form-group.bmd-form-group-lg .bmd-help { margin-top: 0; font-size: 0.9375rem; } .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control { background-size: 0 100%, 100% 100%, 1.1875rem 1.1875rem; } .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control { padding-right: 0; background-repeat: no-repeat, no-repeat; background-position: center bottom, center calc(100% - 1px), center right 0.59375rem; } .bmd-form-group.bmd-form-group-lg .form-control.form-control-success:focus, .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-success, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-success.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning:focus, .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-warning, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-warning.custom-file-control, .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger:focus, .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control.form-control-danger, .bmd-form-group.is-focused .bmd-form-group.bmd-form-group-lg .form-control-danger.custom-file-control { background-size: 100% 100%, 100% 100%, 1.1875rem 1.1875rem; }
.form-control, .custom-file-control, label, input::placeholder {
line-height: 1; }
input.form-control, input.custom-file-control, input.form-control::placeholder, input.custom-file-control::placeholder {
padding: 0.28125rem 0; line-height: 1.5; }
.radio label, label.radio-inline, .checkbox label, label.checkbox-inline, .switch label {
line-height: 1.5; }
input::placeholder {
font-size: 1rem; }
.checkbox label, .radio label, label {
font-size: 1rem; }
.bmd-label-floating, .bmd-label-placeholder {
top: 2.1875rem; }
.is-focused .bmd-label-floating, .is-focused .bmd-label-floating, .is-filled .bmd-label-floating, .is-filled .bmd-label-floating {
top: 1rem; left: 0; font-size: 0.75rem; }
.bmd-label-static {
top: 1rem; left: 0; font-size: 0.75rem; }
.bmd-help {
margin-top: 0; font-size: 0.75rem; }
.form-control.form-control-success, .form-control-success.custom-file-control, .form-control.form-control-warning, .form-control-warning.custom-file-control, .form-control.form-control-danger, .form-control-danger.custom-file-control {
background-size: 0 100%, 100% 100%, 0.9375rem 0.9375rem; } .form-control.form-control-success, .form-control-success.custom-file-control, .form-control.form-control-success:focus, .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-success, .bmd-form-group.is-focused .form-control-success.custom-file-control, .form-control.form-control-warning, .form-control-warning.custom-file-control, .form-control.form-control-warning:focus, .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .bmd-form-group.is-focused .form-control-warning.custom-file-control, .form-control.form-control-danger, .form-control-danger.custom-file-control, .form-control.form-control-danger:focus, .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-danger, .bmd-form-group.is-focused .form-control-danger.custom-file-control { padding-right: 0; background-repeat: no-repeat, no-repeat; background-position: center bottom, center calc(100% - 1px), center right 0.46875rem; } .form-control.form-control-success:focus, .form-control-success.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-success, .bmd-form-group.is-focused .form-control-success.custom-file-control, .form-control.form-control-warning:focus, .form-control-warning.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-warning, .bmd-form-group.is-focused .form-control-warning.custom-file-control, .form-control.form-control-danger:focus, .form-control-danger.custom-file-control:focus, .bmd-form-group.is-focused .form-control.form-control-danger, .bmd-form-group.is-focused .form-control-danger.custom-file-control { background-size: 100% 100%, 100% 100%, 0.9375rem 0.9375rem; }
select, select.form-control, select.custom-file-control {
-moz-appearance: none; -webkit-appearance: none; }
@media (min-width: 576px) {
.form-inline .input-group { display: inline-flex; align-items: center; } }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_input-group.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .input-group .input-group-addon {
display: flex; justify-content: center; align-items: center; background-color: transparent; border-color: transparent; }
.input-group .input-group-addon + input, .input-group input + .input-group-addon {
margin-left: .75rem; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_list-groups.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .list-group {
display: flex; flex-direction: column; flex-grow: 1; padding: .5rem 0; } .list-group.bmd-list-group-sm { padding: .25rem 0; } .list-group.bmd-list-group-sm .list-group-item { padding: .5rem 1rem; }
.bmd-list-group-col {
display: flex; flex-direction: column; min-width: 0; }
.list-group-item {
display: flex; flex-flow: row wrap; align-items: center; padding: 1rem; line-height: 1; } .list-group-item .list-group-item-text { min-width: 0; max-height: 2.188rem; overflow: hidden; text-overflow: ellipsis; } .list-group-item :first-child { margin-right: 2rem; } .list-group-item > .pull-xs-right, .list-group-item > .pull-sm-right, .list-group-item > .pull-md-right, .list-group-item > .pull-lg-right, .list-group-item > .pull-xl-right, .list-group-item > * ~ .label:last-child, .list-group-item > * ~ .material-icons:last-child { margin-right: 0; margin-left: auto; } .list-group-item .material-icons.pull-xs-right, .list-group-item .material-icons.pull-sm-right, .list-group-item .material-icons.pull-md-right, .list-group-item .material-icons.pull-lg-right, .list-group-item .material-icons.pull-xl-right, .list-group-item .material-icons ~ .material-icons:last-child { padding-left: 1rem; } .list-group-item .list-group-item-text { font-size: .875rem; color: #9e9e9e; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_tables.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .table-inverse {
color: rgba(255, 255, 255, 0.84); }
.table thead th {
font-size: 0.95rem; font-weight: 500; color: #9e9e9e; border-top-width: 0; border-bottom-width: 1px; }
thead.thead-inverse th, .table-inverse thead th {
color: rgba(255, 255, 255, 0.54); }
.table-inverse th, .table-inverse td, .table-inverse thead th {
border-color: rgba(255, 255, 255, 0.06); }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_nav.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .nav-link {
text-transform: uppercase; }
.navbar-nav .nav-link {
padding: 0.5321rem; font-size: 0.875rem; font-weight: 400; }
.nav-tabs, .nav-pills {
border: 0; } .nav-tabs .nav-link, .nav-pills .nav-link { padding: 1.4286em 0.8575em; font-size: 0.875rem; font-weight: 500; border: 0; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link { background-color: transparent; color: inherit; }
.nav-tabs .nav-link {
border-bottom: 0.214rem solid transparent; }
.nav-tabs .nav-link {
color: #9e9e9e; } .nav-tabs .nav-link.active { color: rgba(0, 0, 0, 0.87); border-color: theme-color(primary); } .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus { border-color: theme-color(primary); } .nav-tabs .nav-link.disabled { color: rgba(0, 0, 0, 0.26); } .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:hover, .nav-tabs .nav-link.disabled:focus { color: rgba(0, 0, 0, 0.26); }
.nav-tabs.bg-primary .nav-link {
color: white; } .nav-tabs.bg-primary .nav-link.active { color: #fff; border-color: #fff; } .nav-tabs.bg-primary .nav-link.active:hover, .nav-tabs.bg-primary .nav-link.active:focus { border-color: #fff; } .nav-tabs.bg-primary .nav-link.disabled { color: rgba(255, 255, 255, 0.84); } .nav-tabs.bg-primary .nav-link.disabled, .nav-tabs.bg-primary .nav-link.disabled:hover, .nav-tabs.bg-primary .nav-link.disabled:focus { color: rgba(255, 255, 255, 0.84); }
.nav-tabs.bg-dark .nav-link {
color: white; } .nav-tabs.bg-dark .nav-link.active { color: #fff; border-color: #fff; } .nav-tabs.bg-dark .nav-link.active:hover, .nav-tabs.bg-dark .nav-link.active:focus { border-color: #fff; } .nav-tabs.bg-dark .nav-link.disabled { color: rgba(255, 255, 255, 0.84); } .nav-tabs.bg-dark .nav-link.disabled, .nav-tabs.bg-dark .nav-link.disabled:hover, .nav-tabs.bg-dark .nav-link.disabled:focus { color: rgba(255, 255, 255, 0.84); }
.nav .nav-item {
position: relative; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_navbar.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .navbar {
z-index: 1; border: 0; border-radius: 0; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .navbar .navbar-brand { position: relative; } .navbar > .container { flex: 1; }
.navbar-dark .form-control, .navbar-dark .custom-file-control {
color: #fff; } .navbar-dark .form-control::placeholder, .navbar-dark .custom-file-control::placeholder { color: rgba(255, 255, 255, 0.5); }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_alert.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .alert {
border: 0; border-radius: 0; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_progress.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .progress {
height: 4px; background: #c8c8c8; border-radius: 0; box-shadow: none; } .progress .progress-bar { box-shadow: none; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_pagination.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .page-item:first-child .page-link {
border-top-left-radius: 0; border-bottom-left-radius: 0; }
.page-item:last-child .page-link {
border-top-right-radius: 0; border-bottom-right-radius: 0; margin-right: 0; }
.page-item:first-child .page-link, .page-item:last-child .page-link {
display: flex; justify-content: center; padding-right: .75rem; padding-left: .75rem; } .page-item:first-child .page-link > .material-icons, .page-item:last-child .page-link > .material-icons { font-size: 1.5em; }
.page-link {
min-width: 2.6em; margin-right: 0.5em; text-align: center; border-radius: 4em; color: #fafafa; background-color: #3f51b5; border-color: #3f51b5; } .page-link:hover, .page-link:focus { text-decoration: none; background-color: #e8eaf6; border-color: #e8eaf6; }
.pagination-lg .page-link {
min-width: 2.8em; }
.pagination-lg .page-link {
padding: 0.75rem 0; font-size: 1.25rem; line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
border-top-left-radius: 4em; border-bottom-left-radius: 4em; }
.pagination-lg .page-item:last-child .page-link {
border-top-right-radius: 4em; border-bottom-right-radius: 4em; }
.pagination-sm .page-link {
min-width: 2.2em; }
.pagination-sm .page-link {
padding: 0.25rem 0; font-size: 0.875rem; line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
border-top-left-radius: 4em; border-bottom-left-radius: 4em; }
.pagination-sm .page-item:last-child .page-link {
border-top-right-radius: 4em; border-bottom-right-radius: 4em; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_type.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ h6 {
font-weight: 500; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_tooltip.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .tooltip-arrow {
display: none; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_popover.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ /*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_cards.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .card {
border: 0; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .card .card-header { padding: 1rem; background-color: transparent; } .card .card-block { padding: 1.5rem 1rem 1rem; } .card h1.card-title, .card h2.card-title, .card h3.card-title, .card h4.card-title, .card h5.card-title, .card h6.card-title { font-size: 1.5rem; font-weight: 300; } .card .bmd-card-actions, .card it may be necessary .card-footer { padding: .5rem; } .card.bmd-card-raised { box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); } @media (min-width: 992px) { .card.bmd-card-flat { box-shadow: none; } }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_modal.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .modal-content {
border: 0; border-radius: 0.1rem; } .modal-content .modal-header { padding: 24px 24px 0; border-bottom: 0; } .modal-content .modal-body { padding: 20px 24px 24px; } .modal-content .modal-footer { padding: 8px 8px 8px 24px; border-top: 0; } .modal-content .modal-footer .btn, .modal-content .modal-footer .custom-file-control::before { margin: 0; } .modal-content .modal-footer .btn + .btn, .modal-content .modal-footer .custom-file-control::before + .btn, .modal-content .modal-footer .btn + .custom-file-control::before, .modal-content .modal-footer .custom-file-control::before + .custom-file-control::before { margin-left: 8px; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_drawer.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .drawer-toggler {
color: rgba(255, 255, 255, 0.5) !important; padding: .25rem .75rem; font-size: 1.25rem; line-height: 1; background: transparent; border: 0 solid transparent; border-radius: .125rem; outline: none !important; }
.bmd-layout-drawer {
position: absolute; z-index: 5; box-sizing: border-box; display: flex; flex-direction: column; flex-wrap: nowrap; max-height: 100%; overflow: visible; overflow-y: auto; font-size: .875rem; background: #fff; transition: transform; will-change: transform; transform-style: preserve-3d; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); transition-duration: 0.2s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .bmd-layout-drawer > * { flex-shrink: 0; } .bmd-layout-drawer > header { display: flex; flex-direction: column; justify-content: flex-end; padding: 1rem; } .bmd-layout-drawer > header .navbar-brand { padding-left: 1.5rem; font-size: 1.25rem; } .bmd-layout-drawer > .list-group { padding-top: 1rem; } .bmd-layout-drawer > .list-group .list-group-item { padding-right: 2.5rem; padding-left: 2.5rem; font-size: .8125rem; font-weight: 500; }
.bmd-drawer-f-l > .bmd-layout-drawer {
top: 0; left: 0; width: 240px; height: 100%; transform: translateX(-250px); }
.bmd-drawer-f-l > .bmd-layout-header, .bmd-drawer-f-l > .bmd-layout-content {
margin-left: 0; }
.bmd-drawer-f-r > .bmd-layout-drawer {
top: 0; right: 0; width: 240px; height: 100%; transform: translateX(250px); }
.bmd-drawer-f-r > .bmd-layout-header, .bmd-drawer-f-r > .bmd-layout-content {
margin-right: 0; }
.bmd-drawer-f-t > .bmd-layout-drawer {
top: 0; left: 0; width: 100%; height: 100px; transform: translateY(-110px); }
.bmd-drawer-f-t > .bmd-layout-content {
margin-top: 0; }
.bmd-drawer-f-b > .bmd-layout-drawer {
bottom: 0; left: 0; width: 100%; height: 100px; transform: translateY(110px); }
.bmd-drawer-f-b > .bmd-layout-content {
margin-bottom: 0; }
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-header {
width: calc(100% - 240px); margin-left: 240px; }
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-drawer {
transform: translateX(0); }
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-l > .bmd-layout-content {
margin-left: 240px; }
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-header {
width: calc(100% - 240px); margin-right: 240px; }
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-drawer {
transform: translateX(0); }
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-r > .bmd-layout-content {
margin-right: 240px; }
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t > .bmd-layout-header {
margin-top: 100px; }
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-t > .bmd-layout-drawer {
transform: translateY(0); }
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b > .bmd-layout-drawer {
transform: translateY(0); }
:not(.bmd-drawer-out).bmd-drawer-in.bmd-drawer-f-b > .bmd-layout-content {
margin-bottom: 100px; }
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in {
visibility: visible; background-color: rgba(0, 0, 0, 0.5); }
@supports (pointer-events: auto) {
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } }
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-l > .bmd-layout-content {
width: 100%; margin-left: 0; }
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-r > .bmd-layout-content {
width: 100%; margin-right: 0; }
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop .in {
visibility: visible; background-color: rgba(0, 0, 0, 0.5); }
@supports (pointer-events: auto) {
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } }
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-t > .bmd-layout-header {
margin-top: 0; }
:not(.bmd-drawer-out).bmd-drawer-overlay.bmd-drawer-overlay.bmd-drawer-f-b > .bmd-layout-content {
margin-bottom: 0; }
@media (min-width: 576px) {
:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 240px); margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 240px); margin-right: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 240px; } }
@media (min-width: 576px) {
:not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t > .bmd-layout-header { margin-top: 100px; } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-t > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-sm-up.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 100px; } }
@media (max-width: 767.98px) {
:not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } }
@media (max-width: 767.98px) {
:not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-t > .bmd-layout-header { margin-top: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-sm-down.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 0; } }
@media (min-width: 768px) {
:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 240px); margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 240px); margin-right: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 240px; } }
@media (min-width: 768px) {
:not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t > .bmd-layout-header { margin-top: 100px; } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-t > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-md-up.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 100px; } }
@media (max-width: 991.98px) {
:not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } }
@media (max-width: 991.98px) {
:not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-md-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-t > .bmd-layout-header { margin-top: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-md-down.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 0; } }
@media (min-width: 992px) {
:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 240px); margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 240px); margin-right: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 240px; } }
@media (min-width: 992px) {
:not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t > .bmd-layout-header { margin-top: 100px; } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-t > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-lg-up.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 100px; } }
@media (max-width: 1199.98px) {
:not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-l > .bmd-layout-content { width: 100%; margin-left: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-r > .bmd-layout-content { width: 100%; margin-right: 0; } }
@media (max-width: 1199.98px) {
:not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop .in { visibility: visible; background-color: rgba(0, 0, 0, 0.5); } @supports (pointer-events: auto) { :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } } :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-t > .bmd-layout-header { margin-top: 0; } :not(.bmd-drawer-out).bmd-drawer-overlay-lg-down.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 0; } }
@media (min-width: 1200px) {
:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-header { width: calc(100% - 240px); margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-l > .bmd-layout-content { margin-left: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-header { width: calc(100% - 240px); margin-right: 240px; } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-drawer { transform: translateX(0); } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-r > .bmd-layout-content { margin-right: 240px; } }
@media (min-width: 1200px) {
:not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t > .bmd-layout-header { margin-top: 100px; } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-t > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b > .bmd-layout-drawer { transform: translateY(0); } :not(.bmd-drawer-out).bmd-drawer-in-xl-up.bmd-drawer-f-b > .bmd-layout-content { margin-bottom: 100px; } }
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
visibility: visible; background-color: rgba(0, 0, 0, 0.5); }
@supports (pointer-events: auto) {
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } }
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-l > .bmd-layout-content {
width: 100%; margin-left: 0; }
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r > .bmd-layout-header, :not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-r > .bmd-layout-content {
width: 100%; margin-right: 0; }
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop .in {
visibility: visible; background-color: rgba(0, 0, 0, 0.5); }
@supports (pointer-events: auto) {
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down > .bmd-layout-backdrop.in { pointer-events: auto; opacity: 1; } }
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-t > .bmd-layout-header {
margin-top: 0; }
:not(.bmd-drawer-out).bmd-drawer-overlay-xl-down.bmd-drawer-f-b > .bmd-layout-content {
margin-bottom: 0; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_themes.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ /*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_ripples.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ .ripple {
position: relative; }
.ripple-container {
position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; overflow: hidden; pointer-events: none; border-radius: inherit; } .ripple-container .ripple-decorator { position: absolute; width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; pointer-events: none; background-color: rgba(0, 0, 0, 0.05); border-radius: 100%; opacity: 0; transform: scale(1); transform-origin: 50%; } .ripple-container .ripple-decorator.ripple-on { opacity: 0.1; transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; } .ripple-container .ripple-decorator.ripple-out { opacity: 0; transition: opacity 0.1s linear 0s !important; }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_extensions.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ /*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_snackbar.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/ snackbar-container {
position: fixed; bottom: 0; left: 0; z-index: 99999; display: flex; flex-direction: column; align-items: center; width: 100%; }
.snackbar {
display: inline-block; min-width: 100%; max-height: 0; opacity: 0; transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0s 0.25s, max-height 0.25s; transform: translateY(100%); } .snackbar.toast .snackbar-content { border-radius: 10rem; }
.snackbar-content {
display: block; padding: 0.8rem 1.5rem; margin-top: 3px; font-size: .9rem; color: #fff; background-color: #323232; border-radius: 2px; } .snackbar-content .btn, .snackbar-content .custom-file-control::before { margin-bottom: 0; }
.snackbar.snackbar-opened {
max-height: 100px; opacity: 1; transition: transform 0.25s cubic-bezier(0, 0, 0.2, 1), opacity 0s 0s, max-height 0.25s; transform: translateY(0%); }
@media (min-width: 576px) {
#snackbar-container { right: 1rem; left: 1rem; width: 100%; } .snackbar { min-width: 280px; } }
/*
# ----------------------------------------------------------------------------- # ~/vendor/bmd/_selectize.scss # # Product/Info: # https://github.com/FezVrasta/bootstrap-material-design # # Copyright (C) 2019 Federico Zivolo and Contributors # # Bootstrap Material Design is licensed under the MIT License. # See: https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md # -----------------------------------------------------------------------------
*/