/** Import Compass */
/* Margins ========================================================================== */
/* Paddings ========================================================================== */
/* Directions ========================================================================== */
/* Floats ========================================================================== */
/* Text Alignment ========================================================================== */
/* Transforms ========================================================================== */
/* ========================================================================== Icon Library Mixin ========================================================================== */
/* ========================================================================== Shadows ========================================================================== */
/* ========================================================================== Bar Chart (Universal Theme Specific Styles) ========================================================================== */
@-webkit-keyframes animateFill { from { -webkit-transform: translateX(-10%); transform: translateX(-10%); }
  to { -webkit-transform: translateX(0); transform: translateX(0); } }
@keyframes animateFill { from { -webkit-transform: translateX(-10%); transform: translateX(-10%); }
  to { -webkit-transform: translateX(0); transform: translateX(0); } }

.a-BarChart .a-BarChart-item { padding: 1.2rem; box-shadow: 0 -0.1rem 0 rgba(0, 0, 0, 0.05) inset; }

.a-BarChart .a-BarChart-item img { border-radius: 0.2rem; }

.a-BarChart .a-BarChart-filled { -webkit-animation: animateFill linear 1; animation: animateFill linear 1; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-duration: .2s; animation-duration: .2s; }

.a-BarChart--classic .a-BarChart-label, .a-BarChart--classic .a-BarChart-barLink, .a-BarChart--classic .a-BarChart-value { box-shadow: 0 -0.1rem 0 rgba(0, 0, 0, 0.05) inset; }

.a-BarChart--classic .a-BarChart-bar, .a-BarChart--classic .a-BarChart-filled { border-radius: 0.1rem; }

.a-BarChart--classic .a-BarChart-item .a-BarChart-bar { height: 1.2rem; margin: 0.4rem 0; }

.a-BarChart--classic .a-BarChart-filled { height: 1.2rem; opacity: .75; }

.a-BarChart--modern .a-BarChart-bar, .a-BarChart--modern .a-BarChart-filled { border-radius: 0.1rem; }

.a-BarChart--modern .a-BarChart-item .a-BarChart-bar { height: 0.8rem; margin: 0.2rem 0; }

.a-BarChart--modern .a-BarChart-filled { height: 0.8rem; opacity: .75; }
