@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800); /*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */

@font-face {
    font-family: weathericons;
    src: url(icons/weather-icons/fonts/weathericons-regular-webfont.eot);
    src: url(icons/weather-icons/fonts/weathericons-regular-webfont.eot?#iefix)
            format("embedded-opentype"),
        url(icons/weather-icons/fonts/weathericons-regular-webfont.woff2)
            format("woff2"),
        url(icons/weather-icons/fonts/weathericons-regular-webfont.woff)
            format("woff"),
        url(icons/weather-icons/fonts/weathericons-regular-webfont.ttf)
            format("truetype"),
        url(icons/weather-icons/fonts/weathericons-regular-webfont.svg#weather_iconsregular)
            format("svg");
    font-weight: 400;
    font-style: normal;
}
.wi {
    display: inline-block;
    font-family: weathericons;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wi-fw {
    text-align: center;
    width: 1.4em;
}
.wi-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wi-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wi-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.wi-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.wi-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
.wi-day-sunny:before {
    content: "\f00d";
}
.wi-day-cloudy:before {
    content: "\f002";
}
.wi-day-cloudy-gusts:before {
    content: "\f000";
}
.wi-day-cloudy-windy:before {
    content: "\f001";
}
.wi-day-fog:before {
    content: "\f003";
}
.wi-day-hail:before {
    content: "\f004";
}
.wi-day-haze:before {
    content: "\f0b6";
}
.wi-day-lightning:before {
    content: "\f005";
}
.wi-day-rain:before {
    content: "\f008";
}
.wi-day-rain-mix:before {
    content: "\f006";
}
.wi-day-rain-wind:before {
    content: "\f007";
}
.wi-day-showers:before {
    content: "\f009";
}
.wi-day-sleet:before {
    content: "\f0b2";
}
.wi-day-sleet-storm:before {
    content: "\f068";
}
.wi-day-snow:before {
    content: "\f00a";
}
.wi-day-snow-thunderstorm:before {
    content: "\f06b";
}
.wi-day-snow-wind:before {
    content: "\f065";
}
.wi-day-sprinkle:before {
    content: "\f00b";
}
.wi-day-storm-showers:before {
    content: "\f00e";
}
.wi-day-sunny-overcast:before {
    content: "\f00c";
}
.wi-day-thunderstorm:before {
    content: "\f010";
}
.wi-day-windy:before {
    content: "\f085";
}
.wi-solar-eclipse:before {
    content: "\f06e";
}
.wi-hot:before {
    content: "\f072";
}
.wi-day-cloudy-high:before {
    content: "\f07d";
}
.wi-day-light-wind:before {
    content: "\f0c4";
}
.wi-night-clear:before {
    content: "\f02e";
}
.wi-night-alt-cloudy:before {
    content: "\f086";
}
.wi-night-alt-cloudy-gusts:before {
    content: "\f022";
}
.wi-night-alt-cloudy-windy:before {
    content: "\f023";
}
.wi-night-alt-hail:before {
    content: "\f024";
}
.wi-night-alt-lightning:before {
    content: "\f025";
}
.wi-night-alt-rain:before {
    content: "\f028";
}
.wi-night-alt-rain-mix:before {
    content: "\f026";
}
.wi-night-alt-rain-wind:before {
    content: "\f027";
}
.wi-night-alt-showers:before {
    content: "\f029";
}
.wi-night-alt-sleet:before {
    content: "\f0b4";
}
.wi-night-alt-sleet-storm:before {
    content: "\f06a";
}
.wi-night-alt-snow:before {
    content: "\f02a";
}
.wi-night-alt-snow-thunderstorm:before {
    content: "\f06d";
}
.wi-night-alt-snow-wind:before {
    content: "\f067";
}
.wi-night-alt-sprinkle:before {
    content: "\f02b";
}
.wi-night-alt-storm-showers:before {
    content: "\f02c";
}
.wi-night-alt-thunderstorm:before {
    content: "\f02d";
}
.wi-night-cloudy:before {
    content: "\f031";
}
.wi-night-cloudy-gusts:before {
    content: "\f02f";
}
.wi-night-cloudy-windy:before {
    content: "\f030";
}
.wi-night-fog:before {
    content: "\f04a";
}
.wi-night-hail:before {
    content: "\f032";
}
.wi-night-lightning:before {
    content: "\f033";
}
.wi-night-partly-cloudy:before {
    content: "\f083";
}
.wi-night-rain:before {
    content: "\f036";
}
.wi-night-rain-mix:before {
    content: "\f034";
}
.wi-night-rain-wind:before {
    content: "\f035";
}
.wi-night-showers:before {
    content: "\f037";
}
.wi-night-sleet:before {
    content: "\f0b3";
}
.wi-night-sleet-storm:before {
    content: "\f069";
}
.wi-night-snow:before {
    content: "\f038";
}
.wi-night-snow-thunderstorm:before {
    content: "\f06c";
}
.wi-night-snow-wind:before {
    content: "\f066";
}
.wi-night-sprinkle:before {
    content: "\f039";
}
.wi-night-storm-showers:before {
    content: "\f03a";
}
.wi-night-thunderstorm:before {
    content: "\f03b";
}
.wi-lunar-eclipse:before {
    content: "\f070";
}
.wi-stars:before {
    content: "\f077";
}
.wi-night-alt-cloudy-high:before {
    content: "\f07e";
}
.wi-night-cloudy-high:before {
    content: "\f080";
}
.wi-night-alt-partly-cloudy:before {
    content: "\f081";
}
.wi-cloud:before {
    content: "\f041";
}
.wi-cloudy:before {
    content: "\f013";
}
.wi-cloudy-gusts:before {
    content: "\f011";
}
.wi-cloudy-windy:before {
    content: "\f012";
}
.wi-fog:before {
    content: "\f014";
}
.wi-hail:before {
    content: "\f015";
}
.wi-rain:before {
    content: "\f019";
}
.wi-rain-mix:before {
    content: "\f017";
}
.wi-rain-wind:before {
    content: "\f018";
}
.wi-showers:before {
    content: "\f01a";
}
.wi-sleet:before {
    content: "\f0b5";
}
.wi-sprinkle:before {
    content: "\f01c";
}
.wi-storm-showers:before {
    content: "\f01d";
}
.wi-thunderstorm:before {
    content: "\f01e";
}
.wi-snow-wind:before {
    content: "\f064";
}
.wi-snow:before {
    content: "\f01b";
}
.wi-smog:before {
    content: "\f074";
}
.wi-smoke:before {
    content: "\f062";
}
.wi-lightning:before {
    content: "\f016";
}
.wi-raindrops:before {
    content: "\f04e";
}
.wi-raindrop:before {
    content: "\f078";
}
.wi-dust:before {
    content: "\f063";
}
.wi-snowflake-cold:before {
    content: "\f076";
}
.wi-windy:before {
    content: "\f021";
}
.wi-strong-wind:before {
    content: "\f050";
}
.wi-sandstorm:before {
    content: "\f082";
}
.wi-earthquake:before {
    content: "\f0c6";
}
.wi-fire:before {
    content: "\f0c7";
}
.wi-flood:before {
    content: "\f07c";
}
.wi-meteor:before {
    content: "\f071";
}
.wi-tsunami:before {
    content: "\f0c5";
}
.wi-volcano:before {
    content: "\f0c8";
}
.wi-hurricane:before {
    content: "\f073";
}
.wi-tornado:before {
    content: "\f056";
}
.wi-small-craft-advisory:before {
    content: "\f0cc";
}
.wi-gale-warning:before {
    content: "\f0cd";
}
.wi-storm-warning:before {
    content: "\f0ce";
}
.wi-hurricane-warning:before {
    content: "\f0cf";
}
.wi-wind-direction:before {
    content: "\f0b1";
}
.wi-alien:before {
    content: "\f075";
}
.wi-celsius:before {
    content: "\f03c";
}
.wi-fahrenheit:before {
    content: "\f045";
}
.wi-degrees:before {
    content: "\f042";
}
.wi-thermometer:before {
    content: "\f055";
}
.wi-thermometer-exterior:before {
    content: "\f053";
}
.wi-thermometer-internal:before {
    content: "\f054";
}
.wi-cloud-down:before {
    content: "\f03d";
}
.wi-cloud-up:before {
    content: "\f040";
}
.wi-cloud-refresh:before {
    content: "\f03e";
}
.wi-horizon:before {
    content: "\f047";
}
.wi-horizon-alt:before {
    content: "\f046";
}
.wi-sunrise:before {
    content: "\f051";
}
.wi-sunset:before {
    content: "\f052";
}
.wi-moonrise:before {
    content: "\f0c9";
}
.wi-moonset:before {
    content: "\f0ca";
}
.wi-refresh:before {
    content: "\f04c";
}
.wi-refresh-alt:before {
    content: "\f04b";
}
.wi-umbrella:before {
    content: "\f084";
}
.wi-barometer:before {
    content: "\f079";
}
.wi-humidity:before {
    content: "\f07a";
}
.wi-na:before {
    content: "\f07b";
}
.wi-train:before {
    content: "\f0cb";
}
.wi-moon-new:before {
    content: "\f095";
}
.wi-moon-waxing-cresent-1:before {
    content: "\f096";
}
.wi-moon-waxing-cresent-2:before {
    content: "\f097";
}
.wi-moon-waxing-cresent-3:before {
    content: "\f098";
}
.wi-moon-waxing-cresent-4:before {
    content: "\f099";
}
.wi-moon-waxing-cresent-5:before {
    content: "\f09a";
}
.wi-moon-waxing-cresent-6:before {
    content: "\f09b";
}
.wi-moon-first-quarter:before {
    content: "\f09c";
}
.wi-moon-waxing-gibbous-1:before {
    content: "\f09d";
}
.wi-moon-waxing-gibbous-2:before {
    content: "\f09e";
}
.wi-moon-waxing-gibbous-3:before {
    content: "\f09f";
}
.wi-moon-waxing-gibbous-4:before {
    content: "\f0a0";
}
.wi-moon-waxing-gibbous-5:before {
    content: "\f0a1";
}
.wi-moon-waxing-gibbous-6:before {
    content: "\f0a2";
}
.wi-moon-full:before {
    content: "\f0a3";
}
.wi-moon-waning-gibbous-1:before {
    content: "\f0a4";
}
.wi-moon-waning-gibbous-2:before {
    content: "\f0a5";
}
.wi-moon-waning-gibbous-3:before {
    content: "\f0a6";
}
.wi-moon-waning-gibbous-4:before {
    content: "\f0a7";
}
.wi-moon-waning-gibbous-5:before {
    content: "\f0a8";
}
.wi-moon-waning-gibbous-6:before {
    content: "\f0a9";
}
.wi-moon-third-quarter:before {
    content: "\f0aa";
}
.wi-moon-waning-crescent-1:before {
    content: "\f0ab";
}
.wi-moon-waning-crescent-2:before {
    content: "\f0ac";
}
.wi-moon-waning-crescent-3:before {
    content: "\f0ad";
}
.wi-moon-waning-crescent-4:before {
    content: "\f0ae";
}
.wi-moon-waning-crescent-5:before {
    content: "\f0af";
}
.wi-moon-waning-crescent-6:before {
    content: "\f0b0";
}
.wi-moon-alt-new:before {
    content: "\f0eb";
}
.wi-moon-alt-waxing-cresent-1:before {
    content: "\f0d0";
}
.wi-moon-alt-waxing-cresent-2:before {
    content: "\f0d1";
}
.wi-moon-alt-waxing-cresent-3:before {
    content: "\f0d2";
}
.wi-moon-alt-waxing-cresent-4:before {
    content: "\f0d3";
}
.wi-moon-alt-waxing-cresent-5:before {
    content: "\f0d4";
}
.wi-moon-alt-waxing-cresent-6:before {
    content: "\f0d5";
}
.wi-moon-alt-first-quarter:before {
    content: "\f0d6";
}
.wi-moon-alt-waxing-gibbous-1:before {
    content: "\f0d7";
}
.wi-moon-alt-waxing-gibbous-2:before {
    content: "\f0d8";
}
.wi-moon-alt-waxing-gibbous-3:before {
    content: "\f0d9";
}
.wi-moon-alt-waxing-gibbous-4:before {
    content: "\f0da";
}
.wi-moon-alt-waxing-gibbous-5:before {
    content: "\f0db";
}
.wi-moon-alt-waxing-gibbous-6:before {
    content: "\f0dc";
}
.wi-moon-alt-full:before {
    content: "\f0dd";
}
.wi-moon-alt-waning-gibbous-1:before {
    content: "\f0de";
}
.wi-moon-alt-waning-gibbous-2:before {
    content: "\f0df";
}
.wi-moon-alt-waning-gibbous-3:before {
    content: "\f0e0";
}
.wi-moon-alt-waning-gibbous-4:before {
    content: "\f0e1";
}
.wi-moon-alt-waning-gibbous-5:before {
    content: "\f0e2";
}
.wi-moon-alt-waning-gibbous-6:before {
    content: "\f0e3";
}
.wi-moon-alt-third-quarter:before {
    content: "\f0e4";
}
.wi-moon-alt-waning-crescent-1:before {
    content: "\f0e5";
}
.wi-moon-alt-waning-crescent-2:before {
    content: "\f0e6";
}
.wi-moon-alt-waning-crescent-3:before {
    content: "\f0e7";
}
.wi-moon-alt-waning-crescent-4:before {
    content: "\f0e8";
}
.wi-moon-alt-waning-crescent-5:before {
    content: "\f0e9";
}
.wi-moon-alt-waning-crescent-6:before {
    content: "\f0ea";
}
.wi-moon-0:before {
    content: "\f095";
}
.wi-moon-1:before {
    content: "\f096";
}
.wi-moon-2:before {
    content: "\f097";
}
.wi-moon-3:before {
    content: "\f098";
}
.wi-moon-4:before {
    content: "\f099";
}
.wi-moon-5:before {
    content: "\f09a";
}
.wi-moon-6:before {
    content: "\f09b";
}
.wi-moon-7:before {
    content: "\f09c";
}
.wi-moon-8:before {
    content: "\f09d";
}
.wi-moon-9:before {
    content: "\f09e";
}
.wi-moon-10:before {
    content: "\f09f";
}
.wi-moon-11:before {
    content: "\f0a0";
}
.wi-moon-12:before {
    content: "\f0a1";
}
.wi-moon-13:before {
    content: "\f0a2";
}
.wi-moon-14:before {
    content: "\f0a3";
}
.wi-moon-15:before {
    content: "\f0a4";
}
.wi-moon-16:before {
    content: "\f0a5";
}
.wi-moon-17:before {
    content: "\f0a6";
}
.wi-moon-18:before {
    content: "\f0a7";
}
.wi-moon-19:before {
    content: "\f0a8";
}
.wi-moon-20:before {
    content: "\f0a9";
}
.wi-moon-21:before {
    content: "\f0aa";
}
.wi-moon-22:before {
    content: "\f0ab";
}
.wi-moon-23:before {
    content: "\f0ac";
}
.wi-moon-24:before {
    content: "\f0ad";
}
.wi-moon-25:before {
    content: "\f0ae";
}
.wi-moon-26:before {
    content: "\f0af";
}
.wi-moon-27:before {
    content: "\f0b0";
}
.wi-time-1:before {
    content: "\f08a";
}
.wi-time-2:before {
    content: "\f08b";
}
.wi-time-3:before {
    content: "\f08c";
}
.wi-time-4:before {
    content: "\f08d";
}
.wi-time-5:before {
    content: "\f08e";
}
.wi-time-6:before {
    content: "\f08f";
}
.wi-time-7:before {
    content: "\f090";
}
.wi-time-8:before {
    content: "\f091";
}
.wi-time-9:before {
    content: "\f092";
}
.wi-time-10:before {
    content: "\f093";
}
.wi-time-11:before {
    content: "\f094";
}
.wi-time-12:before {
    content: "\f089";
}
.wi-direction-up:before {
    content: "\f058";
}
.wi-direction-up-right:before {
    content: "\f057";
}
.wi-direction-right:before {
    content: "\f04d";
}
.wi-direction-down-right:before {
    content: "\f088";
}
.wi-direction-down:before {
    content: "\f044";
}
.wi-direction-down-left:before {
    content: "\f043";
}
.wi-direction-left:before {
    content: "\f048";
}
.wi-direction-up-left:before {
    content: "\f087";
}
.wi-wind-beaufort-0:before {
    content: "\f0b7";
}
.wi-wind-beaufort-1:before {
    content: "\f0b8";
}
.wi-wind-beaufort-2:before {
    content: "\f0b9";
}
.wi-wind-beaufort-3:before {
    content: "\f0ba";
}
.wi-wind-beaufort-4:before {
    content: "\f0bb";
}
.wi-wind-beaufort-5:before {
    content: "\f0bc";
}
.wi-wind-beaufort-6:before {
    content: "\f0bd";
}
.wi-wind-beaufort-7:before {
    content: "\f0be";
}
.wi-wind-beaufort-8:before {
    content: "\f0bf";
}
.wi-wind-beaufort-9:before {
    content: "\f0c0";
}
.wi-wind-beaufort-10:before {
    content: "\f0c1";
}
.wi-wind-beaufort-11:before {
    content: "\f0c2";
}
.wi-wind-beaufort-12:before {
    content: "\f0c3";
}
.wi-yahoo-0:before {
    content: "\f056";
}
.wi-yahoo-1:before {
    content: "\f00e";
}
.wi-yahoo-2:before {
    content: "\f073";
}
.wi-yahoo-3:before,
.wi-yahoo-4:before {
    content: "\f01e";
}
.wi-yahoo-5:before,
.wi-yahoo-6:before,
.wi-yahoo-7:before {
    content: "\f017";
}
.wi-yahoo-8:before {
    content: "\f015";
}
.wi-yahoo-9:before {
    content: "\f01a";
}
.wi-yahoo-10:before {
    content: "\f015";
}
.wi-yahoo-11:before,
.wi-yahoo-12:before {
    content: "\f01a";
}
.wi-yahoo-13:before {
    content: "\f01b";
}
.wi-yahoo-14:before {
    content: "\f00a";
}
.wi-yahoo-15:before {
    content: "\f064";
}
.wi-yahoo-16:before {
    content: "\f01b";
}
.wi-yahoo-17:before {
    content: "\f015";
}
.wi-yahoo-18:before {
    content: "\f017";
}
.wi-yahoo-19:before {
    content: "\f063";
}
.wi-yahoo-20:before {
    content: "\f014";
}
.wi-yahoo-21:before {
    content: "\f021";
}
.wi-yahoo-22:before {
    content: "\f062";
}
.wi-yahoo-23:before,
.wi-yahoo-24:before {
    content: "\f050";
}
.wi-yahoo-25:before {
    content: "\f076";
}
.wi-yahoo-26:before {
    content: "\f013";
}
.wi-yahoo-27:before {
    content: "\f031";
}
.wi-yahoo-28:before {
    content: "\f002";
}
.wi-yahoo-29:before {
    content: "\f031";
}
.wi-yahoo-30:before {
    content: "\f002";
}
.wi-yahoo-31:before {
    content: "\f02e";
}
.wi-yahoo-32:before {
    content: "\f00d";
}
.wi-yahoo-33:before {
    content: "\f083";
}
.wi-yahoo-34:before {
    content: "\f00c";
}
.wi-yahoo-35:before {
    content: "\f017";
}
.wi-yahoo-36:before {
    content: "\f072";
}
.wi-yahoo-37:before,
.wi-yahoo-38:before,
.wi-yahoo-39:before {
    content: "\f00e";
}
.wi-yahoo-40:before {
    content: "\f01a";
}
.wi-yahoo-41:before {
    content: "\f064";
}
.wi-yahoo-42:before {
    content: "\f01b";
}
.wi-yahoo-43:before {
    content: "\f064";
}
.wi-yahoo-44:before {
    content: "\f00c";
}
.wi-yahoo-45:before {
    content: "\f00e";
}
.wi-yahoo-46:before {
    content: "\f01b";
}
.wi-yahoo-47:before {
    content: "\f00e";
}
.wi-yahoo-3200:before {
    content: "\f077";
}
.wi-forecast-io-clear-day:before {
    content: "\f00d";
}
.wi-forecast-io-clear-night:before {
    content: "\f02e";
}
.wi-forecast-io-rain:before {
    content: "\f019";
}
.wi-forecast-io-snow:before {
    content: "\f01b";
}
.wi-forecast-io-sleet:before {
    content: "\f0b5";
}
.wi-forecast-io-wind:before {
    content: "\f050";
}
.wi-forecast-io-fog:before {
    content: "\f014";
}
.wi-forecast-io-cloudy:before {
    content: "\f013";
}
.wi-forecast-io-partly-cloudy-day:before {
    content: "\f002";
}
.wi-forecast-io-partly-cloudy-night:before {
    content: "\f031";
}
.wi-forecast-io-hail:before {
    content: "\f015";
}
.wi-forecast-io-thunderstorm:before {
    content: "\f01e";
}
.wi-forecast-io-tornado:before {
    content: "\f056";
}
.wi-wmo4680-00:before,
.wi-wmo4680-0:before {
    content: "\f055";
}
.wi-wmo4680-01:before,
.wi-wmo4680-1:before {
    content: "\f013";
}
.wi-wmo4680-02:before,
.wi-wmo4680-2:before {
    content: "\f055";
}
.wi-wmo4680-03:before,
.wi-wmo4680-3:before {
    content: "\f013";
}
.wi-wmo4680-04:before,
.wi-wmo4680-05:before,
.wi-wmo4680-10:before,
.wi-wmo4680-11:before,
.wi-wmo4680-4:before,
.wi-wmo4680-5:before {
    content: "\f014";
}
.wi-wmo4680-12:before {
    content: "\f016";
}
.wi-wmo4680-18:before {
    content: "\f050";
}
.wi-wmo4680-20:before {
    content: "\f014";
}
.wi-wmo4680-21:before,
.wi-wmo4680-22:before {
    content: "\f017";
}
.wi-wmo4680-23:before {
    content: "\f019";
}
.wi-wmo4680-24:before {
    content: "\f01b";
}
.wi-wmo4680-25:before {
    content: "\f015";
}
.wi-wmo4680-26:before {
    content: "\f01e";
}
.wi-wmo4680-27:before,
.wi-wmo4680-28:before,
.wi-wmo4680-29:before {
    content: "\f063";
}
.wi-wmo4680-30:before,
.wi-wmo4680-31:before,
.wi-wmo4680-32:before,
.wi-wmo4680-33:before,
.wi-wmo4680-34:before,
.wi-wmo4680-35:before {
    content: "\f014";
}
.wi-wmo4680-40:before {
    content: "\f017";
}
.wi-wmo4680-41:before {
    content: "\f01c";
}
.wi-wmo4680-42:before {
    content: "\f019";
}
.wi-wmo4680-43:before {
    content: "\f01c";
}
.wi-wmo4680-44:before {
    content: "\f019";
}
.wi-wmo4680-45:before,
.wi-wmo4680-46:before {
    content: "\f015";
}
.wi-wmo4680-47:before,
.wi-wmo4680-48:before {
    content: "\f01b";
}
.wi-wmo4680-50:before,
.wi-wmo4680-51:before {
    content: "\f01c";
}
.wi-wmo4680-52:before,
.wi-wmo4680-53:before {
    content: "\f019";
}
.wi-wmo4680-54:before,
.wi-wmo4680-55:before,
.wi-wmo4680-56:before {
    content: "\f076";
}
.wi-wmo4680-57:before {
    content: "\f01c";
}
.wi-wmo4680-58:before {
    content: "\f019";
}
.wi-wmo4680-60:before,
.wi-wmo4680-61:before {
    content: "\f01c";
}
.wi-wmo4680-62:before,
.wi-wmo4680-63:before {
    content: "\f019";
}
.wi-wmo4680-64:before,
.wi-wmo4680-65:before,
.wi-wmo4680-66:before {
    content: "\f015";
}
.wi-wmo4680-67:before,
.wi-wmo4680-68:before {
    content: "\f017";
}
.wi-wmo4680-70:before,
.wi-wmo4680-71:before,
.wi-wmo4680-72:before,
.wi-wmo4680-73:before {
    content: "\f01b";
}
.wi-wmo4680-74:before,
.wi-wmo4680-75:before,
.wi-wmo4680-76:before {
    content: "\f076";
}
.wi-wmo4680-77:before {
    content: "\f01b";
}
.wi-wmo4680-78:before {
    content: "\f076";
}
.wi-wmo4680-80:before {
    content: "\f019";
}
.wi-wmo4680-81:before {
    content: "\f01c";
}
.wi-wmo4680-82:before,
.wi-wmo4680-83:before {
    content: "\f019";
}
.wi-wmo4680-84:before {
    content: "\f01d";
}
.wi-wmo4680-85:before,
.wi-wmo4680-86:before,
.wi-wmo4680-87:before {
    content: "\f017";
}
.wi-wmo4680-89:before {
    content: "\f015";
}
.wi-wmo4680-90:before {
    content: "\f016";
}
.wi-wmo4680-91:before {
    content: "\f01d";
}
.wi-wmo4680-92:before,
.wi-wmo4680-93:before {
    content: "\f01e";
}
.wi-wmo4680-94:before {
    content: "\f016";
}
.wi-wmo4680-95:before,
.wi-wmo4680-96:before {
    content: "\f01e";
}
.wi-wmo4680-99:before {
    content: "\f056";
}
.wi-owm-200:before,
.wi-owm-201:before,
.wi-owm-202:before {
    content: "\f01e";
}
.wi-owm-210:before,
.wi-owm-211:before,
.wi-owm-212:before,
.wi-owm-221:before {
    content: "\f016";
}
.wi-owm-230:before,
.wi-owm-231:before,
.wi-owm-232:before {
    content: "\f01e";
}
.wi-owm-300:before,
.wi-owm-301:before {
    content: "\f01c";
}
.wi-owm-302:before {
    content: "\f019";
}
.wi-owm-310:before {
    content: "\f017";
}
.wi-owm-311:before,
.wi-owm-312:before {
    content: "\f019";
}
.wi-owm-313:before {
    content: "\f01a";
}
.wi-owm-314:before {
    content: "\f019";
}
.wi-owm-321:before,
.wi-owm-500:before {
    content: "\f01c";
}
.wi-owm-501:before,
.wi-owm-502:before,
.wi-owm-503:before,
.wi-owm-504:before {
    content: "\f019";
}
.wi-owm-511:before {
    content: "\f017";
}
.wi-owm-520:before,
.wi-owm-521:before,
.wi-owm-522:before {
    content: "\f01a";
}
.wi-owm-531:before {
    content: "\f01d";
}
.wi-owm-600:before,
.wi-owm-601:before {
    content: "\f01b";
}
.wi-owm-602:before {
    content: "\f0b5";
}
.wi-owm-611:before,
.wi-owm-612:before,
.wi-owm-615:before,
.wi-owm-616:before,
.wi-owm-620:before {
    content: "\f017";
}
.wi-owm-621:before,
.wi-owm-622:before {
    content: "\f01b";
}
.wi-owm-701:before {
    content: "\f01a";
}
.wi-owm-711:before {
    content: "\f062";
}
.wi-owm-721:before {
    content: "\f0b6";
}
.wi-owm-731:before {
    content: "\f063";
}
.wi-owm-741:before {
    content: "\f014";
}
.wi-owm-761:before,
.wi-owm-762:before {
    content: "\f063";
}
.wi-owm-771:before {
    content: "\f011";
}
.wi-owm-781:before {
    content: "\f056";
}
.wi-owm-800:before {
    content: "\f00d";
}
.wi-owm-801:before,
.wi-owm-802:before,
.wi-owm-803:before {
    content: "\f011";
}
.wi-owm-803:before {
    content: "\f012";
}
.wi-owm-804:before {
    content: "\f013";
}
.wi-owm-900:before {
    content: "\f056";
}
.wi-owm-901:before {
    content: "\f01d";
}
.wi-owm-902:before {
    content: "\f073";
}
.wi-owm-903:before {
    content: "\f076";
}
.wi-owm-904:before {
    content: "\f072";
}
.wi-owm-905:before {
    content: "\f021";
}
.wi-owm-906:before {
    content: "\f015";
}
.wi-owm-957:before {
    content: "\f050";
}
.wi-owm-day-200:before,
.wi-owm-day-201:before,
.wi-owm-day-202:before {
    content: "\f010";
}
.wi-owm-day-210:before,
.wi-owm-day-211:before,
.wi-owm-day-212:before,
.wi-owm-day-221:before {
    content: "\f005";
}
.wi-owm-day-230:before,
.wi-owm-day-231:before,
.wi-owm-day-232:before {
    content: "\f010";
}
.wi-owm-day-300:before,
.wi-owm-day-301:before {
    content: "\f00b";
}
.wi-owm-day-302:before,
.wi-owm-day-310:before,
.wi-owm-day-311:before,
.wi-owm-day-312:before,
.wi-owm-day-313:before,
.wi-owm-day-314:before {
    content: "\f008";
}
.wi-owm-day-321:before,
.wi-owm-day-500:before {
    content: "\f00b";
}
.wi-owm-day-501:before,
.wi-owm-day-502:before,
.wi-owm-day-503:before,
.wi-owm-day-504:before {
    content: "\f008";
}
.wi-owm-day-511:before {
    content: "\f006";
}
.wi-owm-day-520:before,
.wi-owm-day-521:before,
.wi-owm-day-522:before {
    content: "\f009";
}
.wi-owm-day-531:before {
    content: "\f00e";
}
.wi-owm-day-600:before {
    content: "\f00a";
}
.wi-owm-day-601:before {
    content: "\f0b2";
}
.wi-owm-day-602:before {
    content: "\f00a";
}
.wi-owm-day-611:before,
.wi-owm-day-612:before,
.wi-owm-day-615:before,
.wi-owm-day-616:before,
.wi-owm-day-620:before {
    content: "\f006";
}
.wi-owm-day-621:before,
.wi-owm-day-622:before {
    content: "\f00a";
}
.wi-owm-day-701:before {
    content: "\f009";
}
.wi-owm-day-711:before {
    content: "\f062";
}
.wi-owm-day-721:before {
    content: "\f0b6";
}
.wi-owm-day-731:before {
    content: "\f063";
}
.wi-owm-day-741:before {
    content: "\f003";
}
.wi-owm-day-761:before,
.wi-owm-day-762:before {
    content: "\f063";
}
.wi-owm-day-781:before {
    content: "\f056";
}
.wi-owm-day-800:before {
    content: "\f00d";
}
.wi-owm-day-801:before,
.wi-owm-day-802:before,
.wi-owm-day-803:before {
    content: "\f000";
}
.wi-owm-day-804:before {
    content: "\f00c";
}
.wi-owm-day-900:before {
    content: "\f056";
}
.wi-owm-day-902:before {
    content: "\f073";
}
.wi-owm-day-903:before {
    content: "\f076";
}
.wi-owm-day-904:before {
    content: "\f072";
}
.wi-owm-day-906:before {
    content: "\f004";
}
.wi-owm-day-957:before {
    content: "\f050";
}
.wi-owm-night-200:before,
.wi-owm-night-201:before,
.wi-owm-night-202:before {
    content: "\f02d";
}
.wi-owm-night-210:before,
.wi-owm-night-211:before,
.wi-owm-night-212:before,
.wi-owm-night-221:before {
    content: "\f025";
}
.wi-owm-night-230:before,
.wi-owm-night-231:before,
.wi-owm-night-232:before {
    content: "\f02d";
}
.wi-owm-night-300:before,
.wi-owm-night-301:before {
    content: "\f02b";
}
.wi-owm-night-302:before,
.wi-owm-night-310:before,
.wi-owm-night-311:before,
.wi-owm-night-312:before,
.wi-owm-night-313:before,
.wi-owm-night-314:before {
    content: "\f028";
}
.wi-owm-night-321:before,
.wi-owm-night-500:before {
    content: "\f02b";
}
.wi-owm-night-501:before,
.wi-owm-night-502:before,
.wi-owm-night-503:before,
.wi-owm-night-504:before {
    content: "\f028";
}
.wi-owm-night-511:before {
    content: "\f026";
}
.wi-owm-night-520:before,
.wi-owm-night-521:before,
.wi-owm-night-522:before {
    content: "\f029";
}
.wi-owm-night-531:before {
    content: "\f02c";
}
.wi-owm-night-600:before {
    content: "\f02a";
}
.wi-owm-night-601:before {
    content: "\f0b4";
}
.wi-owm-night-602:before {
    content: "\f02a";
}
.wi-owm-night-611:before,
.wi-owm-night-612:before,
.wi-owm-night-615:before,
.wi-owm-night-616:before,
.wi-owm-night-620:before {
    content: "\f026";
}
.wi-owm-night-621:before,
.wi-owm-night-622:before {
    content: "\f02a";
}
.wi-owm-night-701:before {
    content: "\f029";
}
.wi-owm-night-711:before {
    content: "\f062";
}
.wi-owm-night-721:before {
    content: "\f0b6";
}
.wi-owm-night-731:before {
    content: "\f063";
}
.wi-owm-night-741:before {
    content: "\f04a";
}
.wi-owm-night-761:before,
.wi-owm-night-762:before {
    content: "\f063";
}
.wi-owm-night-781:before {
    content: "\f056";
}
.wi-owm-night-800:before {
    content: "\f02e";
}
.wi-owm-night-801:before,
.wi-owm-night-802:before,
.wi-owm-night-803:before {
    content: "\f022";
}
.wi-owm-night-804:before {
    content: "\f086";
}
.wi-owm-night-900:before {
    content: "\f056";
}
.wi-owm-night-902:before {
    content: "\f073";
}
.wi-owm-night-903:before {
    content: "\f076";
}
.wi-owm-night-904:before {
    content: "\f072";
}
.wi-owm-night-906:before {
    content: "\f024";
}
.wi-owm-night-957:before {
    content: "\f050";
}
.flag-icon-background {
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: contain;
    background-size: contain;
}
.flag-icon:before {
    content: "\00a0";
}
.dropdown-menu .flag-icon {
    margin-right: 5px;
}
.flag-icon-ad {
    background-image: url(icons/flag-icon-css/flags/ad.svg);
}
.flag-icon-ae {
    background-image: url(icons/flag-icon-css/flags/ae.svg);
}
.flag-icon-af {
    background-image: url(icons/flag-icon-css/flags/af.svg);
}
.flag-icon-ag {
    background-image: url(icons/flag-icon-css/flags/ag.svg);
}
.flag-icon-ai {
    background-image: url(icons/flag-icon-css/flags/ai.svg);
}
.flag-icon-al {
    background-image: url(icons/flag-icon-css/flags/al.svg);
}
.flag-icon-am {
    background-image: url(icons/flag-icon-css/flags/am.svg);
}
.flag-icon-ao {
    background-image: url(icons/flag-icon-css/flags/ao.svg);
}
.flag-icon-aq {
    background-image: url(icons/flag-icon-css/flags/aq.svg);
}
.flag-icon-ar {
    background-image: url(icons/flag-icon-css/flags/ar.svg);
}
.flag-icon-as {
    background-image: url(icons/flag-icon-css/flags/as.svg);
}
.flag-icon-at {
    background-image: url(icons/flag-icon-css/flags/at.svg);
}
.flag-icon-au {
    background-image: url(icons/flag-icon-css/flags/au.svg);
}
.flag-icon-aw {
    background-image: url(icons/flag-icon-css/flags/aw.svg);
}
.flag-icon-ax {
    background-image: url(icons/flag-icon-css/flags/ax.svg);
}
.flag-icon-az {
    background-image: url(icons/flag-icon-css/flags/az.svg);
}
.flag-icon-ba {
    background-image: url(icons/flag-icon-css/flags/ba.svg);
}
.flag-icon-bb {
    background-image: url(icons/flag-icon-css/flags/bb.svg);
}
.flag-icon-bd {
    background-image: url(icons/flag-icon-css/flags/bd.svg);
}
.flag-icon-be {
    background-image: url(icons/flag-icon-css/flags/be.svg);
}
.flag-icon-bf {
    background-image: url(icons/flag-icon-css/flags/bf.svg);
}
.flag-icon-bg {
    background-image: url(icons/flag-icon-css/flags/bg.svg);
}
.flag-icon-bh {
    background-image: url(icons/flag-icon-css/flags/bh.svg);
}
.flag-icon-bi {
    background-image: url(icons/flag-icon-css/flags/bi.svg);
}
.flag-icon-bj {
    background-image: url(icons/flag-icon-css/flags/bj.svg);
}
.flag-icon-bl {
    background-image: url(icons/flag-icon-css/flags/bl.svg);
}
.flag-icon-bm {
    background-image: url(icons/flag-icon-css/flags/bm.svg);
}
.flag-icon-bn {
    background-image: url(icons/flag-icon-css/flags/bn.svg);
}
.flag-icon-bo {
    background-image: url(icons/flag-icon-css/flags/bo.svg);
}
.flag-icon-bq {
    background-image: url(icons/flag-icon-css/flags/bq.svg);
}
.flag-icon-br {
    background-image: url(icons/flag-icon-css/flags/br.svg);
}
.flag-icon-bs {
    background-image: url(icons/flag-icon-css/flags/bs.svg);
}
.flag-icon-bt {
    background-image: url(icons/flag-icon-css/flags/bt.svg);
}
.flag-icon-bv {
    background-image: url(icons/flag-icon-css/flags/bv.svg);
}
.flag-icon-bw {
    background-image: url(icons/flag-icon-css/flags/bw.svg);
}
.flag-icon-by {
    background-image: url(icons/flag-icon-css/flags/by.svg);
}
.flag-icon-bz {
    background-image: url(icons/flag-icon-css/flags/bz.svg);
}
.flag-icon-ca {
    background-image: url(icons/flag-icon-css/flags/ca.svg);
}
.flag-icon-cc {
    background-image: url(icons/flag-icon-css/flags/cc.svg);
}
.flag-icon-cd {
    background-image: url(icons/flag-icon-css/flags/cd.svg);
}
.flag-icon-cf {
    background-image: url(icons/flag-icon-css/flags/cf.svg);
}
.flag-icon-cg {
    background-image: url(icons/flag-icon-css/flags/cg.svg);
}
.flag-icon-ch {
    background-image: url(icons/flag-icon-css/flags/ch.svg);
}
.flag-icon-ci {
    background-image: url(icons/flag-icon-css/flags/ci.svg);
}
.flag-icon-ck {
    background-image: url(icons/flag-icon-css/flags/ck.svg);
}
.flag-icon-cl {
    background-image: url(icons/flag-icon-css/flags/cl.svg);
}
.flag-icon-cm {
    background-image: url(icons/flag-icon-css/flags/cm.svg);
}
.flag-icon-cn {
    background-image: url(icons/flag-icon-css/flags/cn.svg);
}
.flag-icon-co {
    background-image: url(icons/flag-icon-css/flags/co.svg);
}
.flag-icon-cr {
    background-image: url(icons/flag-icon-css/flags/cr.svg);
}
.flag-icon-cu {
    background-image: url(icons/flag-icon-css/flags/cu.svg);
}
.flag-icon-cv {
    background-image: url(icons/flag-icon-css/flags/cv.svg);
}
.flag-icon-cw {
    background-image: url(icons/flag-icon-css/flags/cw.svg);
}
.flag-icon-cx {
    background-image: url(icons/flag-icon-css/flags/cx.svg);
}
.flag-icon-cy {
    background-image: url(icons/flag-icon-css/flags/cy.svg);
}
.flag-icon-cz {
    background-image: url(icons/flag-icon-css/flags/cz.svg);
}
.flag-icon-de {
    background-image: url(icons/flag-icon-css/flags/de.svg);
}
.flag-icon-dj {
    background-image: url(icons/flag-icon-css/flags/dj.svg);
}
.flag-icon-dk {
    background-image: url(icons/flag-icon-css/flags/dk.svg);
}
.flag-icon-dm {
    background-image: url(icons/flag-icon-css/flags/dm.svg);
}
.flag-icon-do {
    background-image: url(icons/flag-icon-css/flags/do.svg);
}
.flag-icon-dz {
    background-image: url(icons/flag-icon-css/flags/dz.svg);
}
.flag-icon-ec {
    background-image: url(icons/flag-icon-css/flags/ec.svg);
}
.flag-icon-ee {
    background-image: url(icons/flag-icon-css/flags/ee.svg);
}
.flag-icon-eg {
    background-image: url(icons/flag-icon-css/flags/eg.svg);
}
.flag-icon-eh {
    background-image: url(icons/flag-icon-css/flags/eh.svg);
}
.flag-icon-er {
    background-image: url(icons/flag-icon-css/flags/er.svg);
}
.flag-icon-es {
    background-image: url(icons/flag-icon-css/flags/es.svg);
}
.flag-icon-et {
    background-image: url(icons/flag-icon-css/flags/et.svg);
}
.flag-icon-fi {
    background-image: url(icons/flag-icon-css/flags/fi.svg);
}
.flag-icon-fj {
    background-image: url(icons/flag-icon-css/flags/fj.svg);
}
.flag-icon-fk {
    background-image: url(icons/flag-icon-css/flags/fk.svg);
}
.flag-icon-fm {
    background-image: url(icons/flag-icon-css/flags/fm.svg);
}
.flag-icon-fo {
    background-image: url(icons/flag-icon-css/flags/fo.svg);
}
.flag-icon-fr {
    background-image: url(icons/flag-icon-css/flags/fr.svg);
}
.flag-icon-ga {
    background-image: url(icons/flag-icon-css/flags/ga.svg);
}
.flag-icon-gb {
    background-image: url(icons/flag-icon-css/flags/gb.svg);
}
.flag-icon-gd {
    background-image: url(icons/flag-icon-css/flags/gd.svg);
}
.flag-icon-ge {
    background-image: url(icons/flag-icon-css/flags/ge.svg);
}
.flag-icon-gf {
    background-image: url(icons/flag-icon-css/flags/gf.svg);
}
.flag-icon-gg {
    background-image: url(icons/flag-icon-css/flags/gg.svg);
}
.flag-icon-gh {
    background-image: url(icons/flag-icon-css/flags/gh.svg);
}
.flag-icon-gi {
    background-image: url(icons/flag-icon-css/flags/gi.svg);
}
.flag-icon-gl {
    background-image: url(icons/flag-icon-css/flags/gl.svg);
}
.flag-icon-gm {
    background-image: url(icons/flag-icon-css/flags/gm.svg);
}
.flag-icon-gn {
    background-image: url(icons/flag-icon-css/flags/gn.svg);
}
.flag-icon-gp {
    background-image: url(icons/flag-icon-css/flags/gp.svg);
}
.flag-icon-gq {
    background-image: url(icons/flag-icon-css/flags/gq.svg);
}
.flag-icon-gr {
    background-image: url(icons/flag-icon-css/flags/gr.svg);
}
.flag-icon-gs {
    background-image: url(icons/flag-icon-css/flags/gs.svg);
}
.flag-icon-gt {
    background-image: url(icons/flag-icon-css/flags/gt.svg);
}
.flag-icon-gu {
    background-image: url(icons/flag-icon-css/flags/gu.svg);
}
.flag-icon-gw {
    background-image: url(icons/flag-icon-css/flags/gw.svg);
}
.flag-icon-gy {
    background-image: url(icons/flag-icon-css/flags/gy.svg);
}
.flag-icon-hk {
    background-image: url(icons/flag-icon-css/flags/hk.svg);
}
.flag-icon-hm {
    background-image: url(icons/flag-icon-css/flags/hm.svg);
}
.flag-icon-hn {
    background-image: url(icons/flag-icon-css/flags/hn.svg);
}
.flag-icon-hr {
    background-image: url(icons/flag-icon-css/flags/hr.svg);
}
.flag-icon-ht {
    background-image: url(icons/flag-icon-css/flags/ht.svg);
}
.flag-icon-hu {
    background-image: url(icons/flag-icon-css/flags/hu.svg);
}
.flag-icon-id {
    background-image: url(icons/flag-icon-css/flags/id.svg);
}
.flag-icon-ie {
    background-image: url(icons/flag-icon-css/flags/ie.svg);
}
.flag-icon-il {
    background-image: url(icons/flag-icon-css/flags/il.svg);
}
.flag-icon-im {
    background-image: url(icons/flag-icon-css/flags/im.svg);
}
.flag-icon-in {
    background-image: url(icons/flag-icon-css/flags/in.svg);
}
.flag-icon-io {
    background-image: url(icons/flag-icon-css/flags/io.svg);
}
.flag-icon-iq {
    background-image: url(icons/flag-icon-css/flags/iq.svg);
}
.flag-icon-ir {
    background-image: url(icons/flag-icon-css/flags/ir.svg);
}
.flag-icon-is {
    background-image: url(icons/flag-icon-css/flags/is.svg);
}
.flag-icon-it {
    background-image: url(icons/flag-icon-css/flags/it.svg);
}
.flag-icon-je {
    background-image: url(icons/flag-icon-css/flags/je.svg);
}
.flag-icon-jm {
    background-image: url(icons/flag-icon-css/flags/jm.svg);
}
.flag-icon-jo {
    background-image: url(icons/flag-icon-css/flags/jo.svg);
}
.flag-icon-jp {
    background-image: url(icons/flag-icon-css/flags/jp.svg);
}
.flag-icon-ke {
    background-image: url(icons/flag-icon-css/flags/ke.svg);
}
.flag-icon-kg {
    background-image: url(icons/flag-icon-css/flags/kg.svg);
}
.flag-icon-kh {
    background-image: url(icons/flag-icon-css/flags/kh.svg);
}
.flag-icon-ki {
    background-image: url(icons/flag-icon-css/flags/ki.svg);
}
.flag-icon-km {
    background-image: url(icons/flag-icon-css/flags/km.svg);
}
.flag-icon-kn {
    background-image: url(icons/flag-icon-css/flags/kn.svg);
}
.flag-icon-kp {
    background-image: url(icons/flag-icon-css/flags/kp.svg);
}
.flag-icon-kr {
    background-image: url(icons/flag-icon-css/flags/kr.svg);
}
.flag-icon-kw {
    background-image: url(icons/flag-icon-css/flags/kw.svg);
}
.flag-icon-ky {
    background-image: url(icons/flag-icon-css/flags/ky.svg);
}
.flag-icon-kz {
    background-image: url(icons/flag-icon-css/flags/kz.svg);
}
.flag-icon-la {
    background-image: url(icons/flag-icon-css/flags/la.svg);
}
.flag-icon-lb {
    background-image: url(icons/flag-icon-css/flags/lb.svg);
}
.flag-icon-lc {
    background-image: url(icons/flag-icon-css/flags/lc.svg);
}
.flag-icon-li {
    background-image: url(icons/flag-icon-css/flags/li.svg);
}
.flag-icon-lk {
    background-image: url(icons/flag-icon-css/flags/lk.svg);
}
.flag-icon-lr {
    background-image: url(icons/flag-icon-css/flags/lr.svg);
}
.flag-icon-ls {
    background-image: url(icons/flag-icon-css/flags/ls.svg);
}
.flag-icon-lt {
    background-image: url(icons/flag-icon-css/flags/lt.svg);
}
.flag-icon-lu {
    background-image: url(icons/flag-icon-css/flags/lu.svg);
}
.flag-icon-lv {
    background-image: url(icons/flag-icon-css/flags/lv.svg);
}
.flag-icon-ly {
    background-image: url(icons/flag-icon-css/flags/ly.svg);
}
.flag-icon-ma {
    background-image: url(icons/flag-icon-css/flags/ma.svg);
}
.flag-icon-mc {
    background-image: url(icons/flag-icon-css/flags/mc.svg);
}
.flag-icon-md {
    background-image: url(icons/flag-icon-css/flags/md.svg);
}
.flag-icon-me {
    background-image: url(icons/flag-icon-css/flags/me.svg);
}
.flag-icon-mf {
    background-image: url(icons/flag-icon-css/flags/mf.svg);
}
.flag-icon-mg {
    background-image: url(icons/flag-icon-css/flags/mg.svg);
}
.flag-icon-mh {
    background-image: url(icons/flag-icon-css/flags/mh.svg);
}
.flag-icon-mk {
    background-image: url(icons/flag-icon-css/flags/mk.svg);
}
.flag-icon-ml {
    background-image: url(icons/flag-icon-css/flags/ml.svg);
}
.flag-icon-mm {
    background-image: url(icons/flag-icon-css/flags/mm.svg);
}
.flag-icon-mn {
    background-image: url(icons/flag-icon-css/flags/mn.svg);
}
.flag-icon-mo {
    background-image: url(icons/flag-icon-css/flags/mo.svg);
}
.flag-icon-mp {
    background-image: url(icons/flag-icon-css/flags/mp.svg);
}
.flag-icon-mq {
    background-image: url(icons/flag-icon-css/flags/mq.svg);
}
.flag-icon-mr {
    background-image: url(icons/flag-icon-css/flags/mr.svg);
}
.flag-icon-ms {
    background-image: url(icons/flag-icon-css/flags/ms.svg);
}
.flag-icon-mt {
    background-image: url(icons/flag-icon-css/flags/mt.svg);
}
.flag-icon-mu {
    background-image: url(icons/flag-icon-css/flags/mu.svg);
}
.flag-icon-mv {
    background-image: url(icons/flag-icon-css/flags/mv.svg);
}
.flag-icon-mw {
    background-image: url(icons/flag-icon-css/flags/mw.svg);
}
.flag-icon-mx {
    background-image: url(icons/flag-icon-css/flags/mx.svg);
}
.flag-icon-my {
    background-image: url(icons/flag-icon-css/flags/my.svg);
}
.flag-icon-mz {
    background-image: url(icons/flag-icon-css/flags/mz.svg);
}
.flag-icon-na {
    background-image: url(icons/flag-icon-css/flags/na.svg);
}
.flag-icon-nc {
    background-image: url(icons/flag-icon-css/flags/nc.svg);
}
.flag-icon-ne {
    background-image: url(icons/flag-icon-css/flags/ne.svg);
}
.flag-icon-nf {
    background-image: url(icons/flag-icon-css/flags/nf.svg);
}
.flag-icon-ng {
    background-image: url(icons/flag-icon-css/flags/ng.svg);
}
.flag-icon-ni {
    background-image: url(icons/flag-icon-css/flags/ni.svg);
}
.flag-icon-nl {
    background-image: url(icons/flag-icon-css/flags/nl.svg);
}
.flag-icon-no {
    background-image: url(icons/flag-icon-css/flags/no.svg);
}
.flag-icon-np {
    background-image: url(icons/flag-icon-css/flags/np.svg);
}
.flag-icon-nr {
    background-image: url(icons/flag-icon-css/flags/nr.svg);
}
.flag-icon-nu {
    background-image: url(icons/flag-icon-css/flags/nu.svg);
}
.flag-icon-nz {
    background-image: url(icons/flag-icon-css/flags/nz.svg);
}
.flag-icon-om {
    background-image: url(icons/flag-icon-css/flags/om.svg);
}
.flag-icon-pa {
    background-image: url(icons/flag-icon-css/flags/pa.svg);
}
.flag-icon-pe {
    background-image: url(icons/flag-icon-css/flags/pe.svg);
}
.flag-icon-pf {
    background-image: url(icons/flag-icon-css/flags/pf.svg);
}
.flag-icon-pg {
    background-image: url(icons/flag-icon-css/flags/pg.svg);
}
.flag-icon-ph {
    background-image: url(icons/flag-icon-css/flags/ph.svg);
}
.flag-icon-pk {
    background-image: url(icons/flag-icon-css/flags/pk.svg);
}
.flag-icon-pl {
    background-image: url(icons/flag-icon-css/flags/pl.svg);
}
.flag-icon-pm {
    background-image: url(icons/flag-icon-css/flags/pm.svg);
}
.flag-icon-pn {
    background-image: url(icons/flag-icon-css/flags/pn.svg);
}
.flag-icon-pr {
    background-image: url(icons/flag-icon-css/flags/pr.svg);
}
.flag-icon-ps {
    background-image: url(icons/flag-icon-css/flags/ps.svg);
}
.flag-icon-pt {
    background-image: url(icons/flag-icon-css/flags/pt.svg);
}
.flag-icon-pw {
    background-image: url(icons/flag-icon-css/flags/pw.svg);
}
.flag-icon-py {
    background-image: url(icons/flag-icon-css/flags/py.svg);
}
.flag-icon-qa {
    background-image: url(icons/flag-icon-css/flags/qa.svg);
}
.flag-icon-re {
    background-image: url(icons/flag-icon-css/flags/re.svg);
}
.flag-icon-ro {
    background-image: url(icons/flag-icon-css/flags/ro.svg);
}
.flag-icon-rs {
    background-image: url(icons/flag-icon-css/flags/rs.svg);
}
.flag-icon-ru {
    background-image: url(icons/flag-icon-css/flags/ru.svg);
}
.flag-icon-rw {
    background-image: url(icons/flag-icon-css/flags/rw.svg);
}
.flag-icon-sa {
    background-image: url(icons/flag-icon-css/flags/sa.svg);
}
.flag-icon-sb {
    background-image: url(icons/flag-icon-css/flags/sb.svg);
}
.flag-icon-sc {
    background-image: url(icons/flag-icon-css/flags/sc.svg);
}
.flag-icon-sd {
    background-image: url(icons/flag-icon-css/flags/sd.svg);
}
.flag-icon-se {
    background-image: url(icons/flag-icon-css/flags/se.svg);
}
.flag-icon-sg {
    background-image: url(icons/flag-icon-css/flags/sg.svg);
}
.flag-icon-sh {
    background-image: url(icons/flag-icon-css/flags/sh.svg);
}
.flag-icon-si {
    background-image: url(icons/flag-icon-css/flags/si.svg);
}
.flag-icon-sj {
    background-image: url(icons/flag-icon-css/flags/sj.svg);
}
.flag-icon-sk {
    background-image: url(icons/flag-icon-css/flags/sk.svg);
}
.flag-icon-sl {
    background-image: url(icons/flag-icon-css/flags/sl.svg);
}
.flag-icon-sm {
    background-image: url(icons/flag-icon-css/flags/sm.svg);
}
.flag-icon-sn {
    background-image: url(icons/flag-icon-css/flags/sn.svg);
}
.flag-icon-so {
    background-image: url(icons/flag-icon-css/flags/so.svg);
}
.flag-icon-sr {
    background-image: url(icons/flag-icon-css/flags/sr.svg);
}
.flag-icon-ss {
    background-image: url(icons/flag-icon-css/flags/ss.svg);
}
.flag-icon-st {
    background-image: url(icons/flag-icon-css/flags/st.svg);
}
.flag-icon-sv {
    background-image: url(icons/flag-icon-css/flags/sv.svg);
}
.flag-icon-sx {
    background-image: url(icons/flag-icon-css/flags/sx.svg);
}
.flag-icon-sy {
    background-image: url(icons/flag-icon-css/flags/sy.svg);
}
.flag-icon-sz {
    background-image: url(icons/flag-icon-css/flags/sz.svg);
}
.flag-icon-tc {
    background-image: url(icons/flag-icon-css/flags/tc.svg);
}
.flag-icon-td {
    background-image: url(icons/flag-icon-css/flags/td.svg);
}
.flag-icon-tf {
    background-image: url(icons/flag-icon-css/flags/tf.svg);
}
.flag-icon-tg {
    background-image: url(icons/flag-icon-css/flags/tg.svg);
}
.flag-icon-th {
    background-image: url(icons/flag-icon-css/flags/th.svg);
}
.flag-icon-tj {
    background-image: url(icons/flag-icon-css/flags/tj.svg);
}
.flag-icon-tk {
    background-image: url(icons/flag-icon-css/flags/tk.svg);
}
.flag-icon-tl {
    background-image: url(icons/flag-icon-css/flags/tl.svg);
}
.flag-icon-tm {
    background-image: url(icons/flag-icon-css/flags/tm.svg);
}
.flag-icon-tn {
    background-image: url(icons/flag-icon-css/flags/tn.svg);
}
.flag-icon-to {
    background-image: url(icons/flag-icon-css/flags/to.svg);
}
.flag-icon-tr {
    background-image: url(icons/flag-icon-css/flags/tr.svg);
}
.flag-icon-tt {
    background-image: url(icons/flag-icon-css/flags/tt.svg);
}
.flag-icon-tv {
    background-image: url(icons/flag-icon-css/flags/tv.svg);
}
.flag-icon-tw {
    background-image: url(icons/flag-icon-css/flags/tw.svg);
}
.flag-icon-tz {
    background-image: url(icons/flag-icon-css/flags/tz.svg);
}
.flag-icon-ua {
    background-image: url(icons/flag-icon-css/flags/ua.svg);
}
.flag-icon-ug {
    background-image: url(icons/flag-icon-css/flags/ug.svg);
}
.flag-icon-um {
    background-image: url(icons/flag-icon-css/flags/um.svg);
}
.flag-icon-us {
    background-image: url(icons/flag-icon-css/flags/us.svg);
}
.flag-icon-uy {
    background-image: url(icons/flag-icon-css/flags/uy.svg);
}
.flag-icon-uz {
    background-image: url(icons/flag-icon-css/flags/uz.svg);
}
.flag-icon-va {
    background-image: url(icons/flag-icon-css/flags/va.svg);
}
.flag-icon-vc {
    background-image: url(icons/flag-icon-css/flags/vc.svg);
}
.flag-icon-ve {
    background-image: url(icons/flag-icon-css/flags/ve.svg);
}
.flag-icon-vg {
    background-image: url(icons/flag-icon-css/flags/vg.svg);
}
.flag-icon-vi {
    background-image: url(icons/flag-icon-css/flags/vi.svg);
}
.flag-icon-vn {
    background-image: url(icons/flag-icon-css/flags/vn.svg);
}
.flag-icon-vu {
    background-image: url(icons/flag-icon-css/flags/vu.svg);
}
.flag-icon-wf {
    background-image: url(icons/flag-icon-css/flags/wf.svg);
}
.flag-icon-ws {
    background-image: url(icons/flag-icon-css/flags/ws.svg);
}
.flag-icon-ye {
    background-image: url(icons/flag-icon-css/flags/ye.svg);
}
.flag-icon-yt {
    background-image: url(icons/flag-icon-css/flags/yt.svg);
}
.flag-icon-za {
    background-image: url(icons/flag-icon-css/flags/za.svg);
}
.flag-icon-zm {
    background-image: url(icons/flag-icon-css/flags/zm.svg);
}
.flag-icon-zw {
    background-image: url(icons/flag-icon-css/flags/zw.svg);
}
@font-face {
    font-family: "Material Design Icons";
    src: url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.eot?v=1.8.36);
    src: url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.eot?#iefix&v=1.8.36)
            format("embedded-opentype"),
        url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.woff2?v=1.8.36)
            format("woff2"),
        url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.woff?v=1.8.36)
            format("woff"),
        url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.ttf?v=1.8.36)
            format("truetype"),
        url(icons/material-design-iconic-font/fonts/materialdesignicons-webfont.svg?v=1.8.36#materialdesigniconsregular)
            format("svg");
    font-weight: 400;
    font-style: normal;
}
.mdi-set,
.mdi:before {
    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;
    transform: translate(0, 0);
}
.mdi-access-point:before {
    content: "\F002";
}
.mdi-access-point-network:before {
    content: "\F003";
}
.mdi-account:before {
    content: "\F004";
}
.mdi-account-alert:before {
    content: "\F005";
}
.mdi-account-box:before {
    content: "\F006";
}
.mdi-account-box-outline:before {
    content: "\F007";
}
.mdi-account-card-details:before {
    content: "\F5D2";
}
.mdi-account-check:before {
    content: "\F008";
}
.mdi-account-circle:before {
    content: "\F009";
}
.mdi-account-convert:before {
    content: "\F00A";
}
.mdi-account-edit:before {
    content: "\F6BB";
}
.mdi-account-key:before {
    content: "\F00B";
}
.mdi-account-location:before {
    content: "\F00C";
}
.mdi-account-minus:before {
    content: "\F00D";
}
.mdi-account-multiple:before {
    content: "\F00E";
}
.mdi-account-multiple-minus:before {
    content: "\F5D3";
}
.mdi-account-multiple-outline:before {
    content: "\F00F";
}
.mdi-account-multiple-plus:before {
    content: "\F010";
}
.mdi-account-network:before {
    content: "\F011";
}
.mdi-account-off:before {
    content: "\F012";
}
.mdi-account-outline:before {
    content: "\F013";
}
.mdi-account-plus:before {
    content: "\F014";
}
.mdi-account-remove:before {
    content: "\F015";
}
.mdi-account-search:before {
    content: "\F016";
}
.mdi-account-settings:before {
    content: "\F630";
}
.mdi-account-settings-variant:before {
    content: "\F631";
}
.mdi-account-star:before {
    content: "\F017";
}
.mdi-account-star-variant:before {
    content: "\F018";
}
.mdi-account-switch:before {
    content: "\F019";
}
.mdi-adjust:before {
    content: "\F01A";
}
.mdi-air-conditioner:before {
    content: "\F01B";
}
.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-alarm:before {
    content: "\F020";
}
.mdi-alarm-check:before {
    content: "\F021";
}
.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-circle:before {
    content: "\F028";
}
.mdi-alert-circle-outline:before {
    content: "\F5D6";
}
.mdi-alert-octagon:before {
    content: "\F029";
}
.mdi-alert-octagram:before {
    content: "\F6BC";
}
.mdi-alert-outline:before {
    content: "\F02A";
}
.mdi-all-inclusive:before {
    content: "\F6BD";
}
.mdi-alpha:before {
    content: "\F02B";
}
.mdi-alphabetical:before {
    content: "\F02C";
}
.mdi-altimeter:before {
    content: "\F5D7";
}
.mdi-amazon:before {
    content: "\F02D";
}
.mdi-amazon-clouddrive:before {
    content: "\F02E";
}
.mdi-ambulance:before {
    content: "\F02F";
}
.mdi-amplifier:before {
    content: "\F030";
}
.mdi-anchor:before {
    content: "\F031";
}
.mdi-andrAdminid:before {
    content: "\F032";
}
.mdi-andrAdminid-debug-bridge:before {
    content: "\F033";
}
.mdi-andrAdminid-studio:before {
    content: "\F034";
}
.mdi-angular:before {
    content: "\F6B1";
}
.mdi-angularjs:before {
    content: "\F6BE";
}
.mdi-animation:before {
    content: "\F5D8";
}
.mdi-apple:before {
    content: "\F035";
}
.mdi-apple-finder:before {
    content: "\F036";
}
.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-mobileme:before {
    content: "\F038";
}
.mdi-apple-safari:before {
    content: "\F039";
}
.mdi-application:before {
    content: "\F614";
}
.mdi-apps:before {
    content: "\F03B";
}
.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-right:before {
    content: "\F043";
}
.mdi-arrow-compress:before {
    content: "\F615";
}
.mdi-arrow-compress-all:before {
    content: "\F044";
}
.mdi-arrow-down:before {
    content: "\F045";
}
.mdi-arrow-down-bold:before {
    content: "\F046";
}
.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-box:before {
    content: "\F6BF";
}
.mdi-arrow-down-drop-circle:before {
    content: "\F04A";
}
.mdi-arrow-down-drop-circle-outline:before {
    content: "\F04B";
}
.mdi-arrow-expand:before {
    content: "\F616";
}
.mdi-arrow-expand-all:before {
    content: "\F04C";
}
.mdi-arrow-left:before {
    content: "\F04D";
}
.mdi-arrow-left-bold:before {
    content: "\F04E";
}
.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-box:before {
    content: "\F6C0";
}
.mdi-arrow-left-drop-circle:before {
    content: "\F052";
}
.mdi-arrow-left-drop-circle-outline:before {
    content: "\F053";
}
.mdi-arrow-right:before {
    content: "\F054";
}
.mdi-arrow-right-bold:before {
    content: "\F055";
}
.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-box:before {
    content: "\F6C1";
}
.mdi-arrow-right-drop-circle:before {
    content: "\F059";
}
.mdi-arrow-right-drop-circle-outline:before {
    content: "\F05A";
}
.mdi-arrow-top-left:before {
    content: "\F05B";
}
.mdi-arrow-top-right:before {
    content: "\F05C";
}
.mdi-arrow-up:before {
    content: "\F05D";
}
.mdi-arrow-up-bold:before {
    content: "\F05E";
}
.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-box:before {
    content: "\F6C2";
}
.mdi-arrow-up-drop-circle:before {
    content: "\F062";
}
.mdi-arrow-up-drop-circle-outline:before {
    content: "\F063";
}
.mdi-assistant:before {
    content: "\F064";
}
.mdi-asterisk:before {
    content: "\F6C3";
}
.mdi-at:before {
    content: "\F065";
}
.mdi-attachment:before {
    content: "\F066";
}
.mdi-audiobook:before {
    content: "\F067";
}
.mdi-auto-fix:before {
    content: "\F068";
}
.mdi-auto-upload:before {
    content: "\F069";
}
.mdi-autorenew:before {
    content: "\F06A";
}
.mdi-av-timer:before {
    content: "\F06B";
}
.mdi-baby:before {
    content: "\F06C";
}
.mdi-baby-buggy:before {
    content: "\F68E";
}
.mdi-backburger:before {
    content: "\F06D";
}
.mdi-backspace:before {
    content: "\F06E";
}
.mdi-backup-restore:before {
    content: "\F06F";
}
.mdi-bandcamp:before {
    content: "\F674";
}
.mdi-bank:before {
    content: "\F070";
}
.mdi-barcode:before {
    content: "\F071";
}
.mdi-barcode-scan:before {
    content: "\F072";
}
.mdi-barley:before {
    content: "\F073";
}
.mdi-barrel:before {
    content: "\F074";
}
.mdi-basecamp:before {
    content: "\F075";
}
.mdi-basket:before {
    content: "\F076";
}
.mdi-basket-fill:before {
    content: "\F077";
}
.mdi-basket-unfill:before {
    content: "\F078";
}
.mdi-battery:before {
    content: "\F079";
}
.mdi-battery-10:before {
    content: "\F07A";
}
.mdi-battery-20:before {
    content: "\F07B";
}
.mdi-battery-30:before {
    content: "\F07C";
}
.mdi-battery-40:before {
    content: "\F07D";
}
.mdi-battery-50:before {
    content: "\F07E";
}
.mdi-battery-60:before {
    content: "\F07F";
}
.mdi-battery-70:before {
    content: "\F080";
}
.mdi-battery-80:before {
    content: "\F081";
}
.mdi-battery-90:before {
    content: "\F082";
}
.mdi-battery-alert:before {
    content: "\F083";
}
.mdi-battery-charging:before {
    content: "\F084";
}
.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-60:before {
    content: "\F089";
}
.mdi-battery-charging-80:before {
    content: "\F08A";
}
.mdi-battery-charging-90:before {
    content: "\F08B";
}
.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-beach:before {
    content: "\F092";
}
.mdi-beaker:before {
    content: "\F68F";
}
.mdi-beats:before {
    content: "\F097";
}
.mdi-beer:before {
    content: "\F098";
}
.mdi-behance:before {
    content: "\F099";
}
.mdi-bell:before {
    content: "\F09A";
}
.mdi-bell-off:before {
    content: "\F09B";
}
.mdi-bell-outline:before {
    content: "\F09C";
}
.mdi-bell-plus:before {
    content: "\F09D";
}
.mdi-bell-ring:before {
    content: "\F09E";
}
.mdi-bell-ring-outline:before {
    content: "\F09F";
}
.mdi-bell-sleep:before {
    content: "\F0A0";
}
.mdi-beta:before {
    content: "\F0A1";
}
.mdi-bible:before {
    content: "\F0A2";
}
.mdi-bike:before {
    content: "\F0A3";
}
.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-black-mesa:before {
    content: "\F0A9";
}
.mdi-blackberry:before {
    content: "\F0AA";
}
.mdi-blender:before {
    content: "\F0AB";
}
.mdi-blinds:before {
    content: "\F0AC";
}
.mdi-block-helper:before {
    content: "\F0AD";
}
.mdi-blogger:before {
    content: "\F0AE";
}
.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-bomb:before {
    content: "\F690";
}
.mdi-bomb-off:before {
    content: "\F6C4";
}
.mdi-bone:before {
    content: "\F0B9";
}
.mdi-book:before {
    content: "\F0BA";
}
.mdi-book-minus:before {
    content: "\F5D9";
}
.mdi-book-multiple:before {
    content: "\F0BB";
}
.mdi-book-multiple-variant:before {
    content: "\F0BC";
}
.mdi-book-open:before {
    content: "\F0BD";
}
.mdi-book-open-page-variant:before {
    content: "\F5DA";
}
.mdi-book-open-variant:before {
    content: "\F0BE";
}
.mdi-book-plus:before {
    content: "\F5DB";
}
.mdi-book-variant:before {
    content: "\F0BF";
}
.mdi-bookmark:before {
    content: "\F0C0";
}
.mdi-bookmark-check:before {
    content: "\F0C1";
}
.mdi-bookmark-music:before {
    content: "\F0C2";
}
.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-bottom:before {
    content: "\F0C8";
}
.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-none:before {
    content: "\F0CD";
}
.mdi-border-outside:before {
    content: "\F0CE";
}
.mdi-border-right:before {
    content: "\F0CF";
}
.mdi-border-style:before {
    content: "\F0D0";
}
.mdi-border-top:before {
    content: "\F0D1";
}
.mdi-border-vertical:before {
    content: "\F0D2";
}
.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-bridge:before {
    content: "\F618";
}
.mdi-briefcase:before {
    content: "\F0D6";
}
.mdi-briefcase-check:before {
    content: "\F0D7";
}
.mdi-briefcase-download:before {
    content: "\F0D8";
}
.mdi-briefcase-upload:before {
    content: "\F0D9";
}
.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-broom:before {
    content: "\F0E2";
}
.mdi-brush:before {
    content: "\F0E3";
}
.mdi-buffer:before {
    content: "\F619";
}
.mdi-bug:before {
    content: "\F0E4";
}
.mdi-bulletin-board:before {
    content: "\F0E5";
}
.mdi-bullhorn:before {
    content: "\F0E6";
}
.mdi-bullseye:before {
    content: "\F5DD";
}
.mdi-burst-mode:before {
    content: "\F5DE";
}
.mdi-bus:before {
    content: "\F0E7";
}
.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-calendar:before {
    content: "\F0ED";
}
.mdi-calendar-blank:before {
    content: "\F0EE";
}
.mdi-calendar-check:before {
    content: "\F0EF";
}
.mdi-calendar-clock:before {
    content: "\F0F0";
}
.mdi-calendar-multiple:before {
    content: "\F0F1";
}
.mdi-calendar-multiple-check:before {
    content: "\F0F2";
}
.mdi-calendar-plus:before {
    content: "\F0F3";
}
.mdi-calendar-question:before {
    content: "\F691";
}
.mdi-calendar-range:before {
    content: "\F678";
}
.mdi-calendar-remove:before {
    content: "\F0F4";
}
.mdi-calendar-text:before {
    content: "\F0F5";
}
.mdi-calendar-today:before {
    content: "\F0F6";
}
.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-burst:before {
    content: "\F692";
}
.mdi-camera-enhance:before {
    content: "\F101";
}
.mdi-camera-front:before {
    content: "\F102";
}
.mdi-camera-front-variant:before {
    content: "\F103";
}
.mdi-camera-iris:before {
    content: "\F104";
}
.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-candle:before {
    content: "\F5E2";
}
.mdi-candycane:before {
    content: "\F10A";
}
.mdi-car:before {
    content: "\F10B";
}
.mdi-car-battery:before {
    content: "\F10C";
}
.mdi-car-connected:before {
    content: "\F10D";
}
.mdi-car-wash:before {
    content: "\F10E";
}
.mdi-cards:before {
    content: "\F638";
}
.mdi-cards-outline:before {
    content: "\F639";
}
.mdi-cards-playing-outline:before {
    content: "\F63A";
}
.mdi-cards-variant:before {
    content: "\F6C6";
}
.mdi-carrot:before {
    content: "\F10F";
}
.mdi-cart:before {
    content: "\F110";
}
.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-usd:before {
    content: "\F117";
}
.mdi-cast:before {
    content: "\F118";
}
.mdi-cast-connected:before {
    content: "\F119";
}
.mdi-castle:before {
    content: "\F11A";
}
.mdi-cat:before {
    content: "\F11B";
}
.mdi-cellphone:before {
    content: "\F11C";
}
.mdi-cellphone-andrAdminid:before {
    content: "\F11D";
}
.mdi-cellphone-basic:before {
    content: "\F11E";
}
.mdi-cellphone-dock:before {
    content: "\F11F";
}
.mdi-cellphone-iphone:before {
    content: "\F120";
}
.mdi-cellphone-link:before {
    content: "\F121";
}
.mdi-cellphone-link-off:before {
    content: "\F122";
}
.mdi-cellphone-settings:before {
    content: "\F123";
}
.mdi-certificate:before {
    content: "\F124";
}
.mdi-chair-school:before {
    content: "\F125";
}
.mdi-chart-arc:before {
    content: "\F126";
}
.mdi-chart-areaspline:before {
    content: "\F127";
}
.mdi-chart-bar:before {
    content: "\F128";
}
.mdi-chart-bubble:before {
    content: "\F5E3";
}
.mdi-chart-gantt:before {
    content: "\F66C";
}
.mdi-chart-histogram:before {
    content: "\F129";
}
.mdi-chart-line:before {
    content: "\F12A";
}
.mdi-chart-pie:before {
    content: "\F12B";
}
.mdi-chart-scatterplot-hexbin:before {
    content: "\F66D";
}
.mdi-chart-timeline:before {
    content: "\F66E";
}
.mdi-check:before {
    content: "\F12C";
}
.mdi-check-all:before {
    content: "\F12D";
}
.mdi-check-circle:before {
    content: "\F5E0";
}
.mdi-check-circle-outline:before {
    content: "\F5E1";
}
.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-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-chemical-weapon:before {
    content: "\F13B";
}
.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-left:before {
    content: "\F141";
}
.mdi-chevron-right:before {
    content: "\F142";
}
.mdi-chevron-up:before {
    content: "\F143";
}
.mdi-chip:before {
    content: "\F61A";
}
.mdi-church:before {
    content: "\F144";
}
.mdi-cisco-webex:before {
    content: "\F145";
}
.mdi-city:before {
    content: "\F146";
}
.mdi-clipboard:before {
    content: "\F147";
}
.mdi-clipboard-account:before {
    content: "\F148";
}
.mdi-clipboard-alert:before {
    content: "\F149";
}
.mdi-clipboard-arrow-down:before {
    content: "\F14A";
}
.mdi-clipboard-arrow-left:before {
    content: "\F14B";
}
.mdi-clipboard-check:before {
    content: "\F14C";
}
.mdi-clipboard-flow:before {
    content: "\F6C7";
}
.mdi-clipboard-outline:before {
    content: "\F14D";
}
.mdi-clipboard-text:before {
    content: "\F14E";
}
.mdi-clippy:before {
    content: "\F14F";
}
.mdi-clock:before {
    content: "\F150";
}
.mdi-clock-alert: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-start:before {
    content: "\F155";
}
.mdi-close:before {
    content: "\F156";
}
.mdi-close-box:before {
    content: "\F157";
}
.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-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-check:before {
    content: "\F160";
}
.mdi-cloud-circle:before {
    content: "\F161";
}
.mdi-cloud-download:before {
    content: "\F162";
}
.mdi-cloud-outline:before {
    content: "\F163";
}
.mdi-cloud-outline-off:before {
    content: "\F164";
}
.mdi-cloud-print:before {
    content: "\F165";
}
.mdi-cloud-print-outline:before {
    content: "\F166";
}
.mdi-cloud-sync:before {
    content: "\F63F";
}
.mdi-cloud-upload:before {
    content: "\F167";
}
.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-coin:before {
    content: "\F178";
}
.mdi-coins:before {
    content: "\F694";
}
.mdi-collage:before {
    content: "\F640";
}
.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-check:before {
    content: "\F17F";
}
.mdi-comment-check-outline:before {
    content: "\F180";
}
.mdi-comment-multiple-outline:before {
    content: "\F181";
}
.mdi-comment-outline:before {
    content: "\F182";
}
.mdi-comment-plus-outline:before {
    content: "\F183";
}
.mdi-comment-processing:before {
    content: "\F184";
}
.mdi-comment-processing-outline:before {
    content: "\F185";
}
.mdi-comment-question-outline:before {
    content: "\F186";
}
.mdi-comment-remove-outline:before {
    content: "\F187";
}
.mdi-comment-text:before {
    content: "\F188";
}
.mdi-comment-text-outline:before {
    content: "\F189";
}
.mdi-compare:before {
    content: "\F18A";
}
.mdi-compass:before {
    content: "\F18B";
}
.mdi-compass-outline:before {
    content: "\F18C";
}
.mdi-console:before {
    content: "\F18D";
}
.mdi-contact-mail:before {
    content: "\F18E";
}
.mdi-contacts:before {
    content: "\F6CA";
}
.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-settings:before {
    content: "\F61B";
}
.mdi-contrast:before {
    content: "\F195";
}
.mdi-contrast-box:before {
    content: "\F196";
}
.mdi-contrast-circle:before {
    content: "\F197";
}
.mdi-cookie:before {
    content: "\F198";
}
.mdi-copyright:before {
    content: "\F5E6";
}
.mdi-counter:before {
    content: "\F199";
}
.mdi-cow:before {
    content: "\F19A";
}
.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-scan:before {
    content: "\F19D";
}
.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-cube:before {
    content: "\F1A6";
}
.mdi-cube-outline:before {
    content: "\F1A7";
}
.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-currency-btc:before {
    content: "\F1AC";
}
.mdi-currency-eur:before {
    content: "\F1AD";
}
.mdi-currency-gbp:before {
    content: "\F1AE";
}
.mdi-currency-inr:before {
    content: "\F1AF";
}
.mdi-currency-ngn:before {
    content: "\F1B0";
}
.mdi-currency-rub:before {
    content: "\F1B1";
}
.mdi-currency-try:before {
    content: "\F1B2";
}
.mdi-currency-usd:before {
    content: "\F1B3";
}
.mdi-currency-usd-off:before {
    content: "\F679";
}
.mdi-cursor-default:before {
    content: "\F1B4";
}
.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-minus:before {
    content: "\F1B9";
}
.mdi-database-plus:before {
    content: "\F1BA";
}
.mdi-debug-step-into:before {
    content: "\F1BB";
}
.mdi-debug-step-out:before {
    content: "\F1BC";
}
.mdi-debug-step-over:before {
    content: "\F1BD";
}
.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-empty:before {
    content: "\F6CB";
}
.mdi-delete-forever:before {
    content: "\F5E8";
}
.mdi-delete-sweep:before {
    content: "\F5E9";
}
.mdi-delete-variant:before {
    content: "\F1C1";
}
.mdi-delta:before {
    content: "\F1C2";
}
.mdi-deskphone:before {
    content: "\F1C3";
}
.mdi-desktop-mac:before {
    content: "\F1C4";
}
.mdi-desktop-tower:before {
    content: "\F1C5";
}
.mdi-details:before {
    content: "\F1C6";
}
.mdi-developer-board:before {
    content: "\F696";
}
.mdi-deviantart:before {
    content: "\F1C7";
}
.mdi-dialpad:before {
    content: "\F61C";
}
.mdi-diamond: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-d20:before {
    content: "\F5EA";
}
.mdi-dice-d4:before {
    content: "\F5EB";
}
.mdi-dice-d6:before {
    content: "\F5EC";
}
.mdi-dice-d8:before {
    content: "\F5ED";
}
.mdi-dictionary:before {
    content: "\F61D";
}
.mdi-directions:before {
    content: "\F1D0";
}
.mdi-directions-fork:before {
    content: "\F641";
}
.mdi-discord:before {
    content: "\F66F";
}
.mdi-disk:before {
    content: "\F5EE";
}
.mdi-disk-alert:before {
    content: "\F1D1";
}
.mdi-disqus:before {
    content: "\F1D2";
}
.mdi-disqus-outline:before {
    content: "\F1D3";
}
.mdi-division:before {
    content: "\F1D4";
}
.mdi-division-box:before {
    content: "\F1D5";
}
.mdi-dna:before {
    content: "\F683";
}
.mdi-dns:before {
    content: "\F1D6";
}
.mdi-do-not-disturb:before {
    content: "\F697";
}
.mdi-do-not-disturb-off:before {
    content: "\F698";
}
.mdi-dolby:before {
    content: "\F6B2";
}
.mdi-domain:before {
    content: "\F1D7";
}
.mdi-dots-horizontal:before {
    content: "\F1D8";
}
.mdi-dots-vertical:before {
    content: "\F1D9";
}
.mdi-douban:before {
    content: "\F699";
}
.mdi-download:before {
    content: "\F1DA";
}
.mdi-drag:before {
    content: "\F1DB";
}
.mdi-drag-horizontal:before {
    content: "\F1DC";
}
.mdi-drag-vertical:before {
    content: "\F1DD";
}
.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-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-eject:before {
    content: "\F1EA";
}
.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-open:before {
    content: "\F1EF";
}
.mdi-email-open-outline:before {
    content: "\F5EF";
}
.mdi-email-outline:before {
    content: "\F1F0";
}
.mdi-email-secure:before {
    content: "\F1F1";
}
.mdi-email-variant:before {
    content: "\F5F0";
}
.mdi-emby:before {
    content: "\F6B3";
}
.mdi-emoticon:before {
    content: "\F1F2";
}
.mdi-emoticon-cool:before {
    content: "\F1F3";
}
.mdi-emoticon-dead:before {
    content: "\F69A";
}
.mdi-emoticon-devil:before {
    content: "\F1F4";
}
.mdi-emoticon-excited:before {
    content: "\F69B";
}
.mdi-emoticon-happy:before {
    content: "\F1F5";
}
.mdi-emoticon-neutral:before {
    content: "\F1F6";
}
.mdi-emoticon-poop:before {
    content: "\F1F7";
}
.mdi-emoticon-sad:before {
    content: "\F1F8";
}
.mdi-emoticon-tongue:before {
    content: "\F1F9";
}
.mdi-engine:before {
    content: "\F1FA";
}
.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-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-evernote:before {
    content: "\F204";
}
.mdi-exclamation:before {
    content: "\F205";
}
.mdi-exit-to-app:before {
    content: "\F206";
}
.mdi-export:before {
    content: "\F207";
}
.mdi-eye:before {
    content: "\F208";
}
.mdi-eye-off:before {
    content: "\F209";
}
.mdi-eye-outline:before {
    content: "\F6CF";
}
.mdi-eye-outline-off:before {
    content: "\F6D0";
}
.mdi-eyedropper:before {
    content: "\F20A";
}
.mdi-eyedropper-variant:before {
    content: "\F20B";
}
.mdi-face:before {
    content: "\F643";
}
.mdi-face-profile:before {
    content: "\F644";
}
.mdi-facebook:before {
    content: "\F20C";
}
.mdi-facebook-box:before {
    content: "\F20D";
}
.mdi-facebook-messenger:before {
    content: "\F20E";
}
.mdi-factory:before {
    content: "\F20F";
}
.mdi-fan:before {
    content: "\F210";
}
.mdi-fast-forward:before {
    content: "\F211";
}
.mdi-fast-forward-outline:before {
    content: "\F6D1";
}
.mdi-fax:before {
    content: "\F212";
}
.mdi-feather:before {
    content: "\F6D2";
}
.mdi-ferry:before {
    content: "\F213";
}
.mdi-file:before {
    content: "\F214";
}
.mdi-file-chart:before {
    content: "\F215";
}
.mdi-file-check:before {
    content: "\F216";
}
.mdi-file-cloud:before {
    content: "\F217";
}
.mdi-file-delimited:before {
    content: "\F218";
}
.mdi-file-document:before {
    content: "\F219";
}
.mdi-file-document-box:before {
    content: "\F21A";
}
.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-hidden:before {
    content: "\F613";
}
.mdi-file-image:before {
    content: "\F21F";
}
.mdi-file-import:before {
    content: "\F220";
}
.mdi-file-lock:before {
    content: "\F221";
}
.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-powerpoint:before {
    content: "\F227";
}
.mdi-file-powerpoint-box:before {
    content: "\F228";
}
.mdi-file-presentation-box:before {
    content: "\F229";
}
.mdi-file-restore:before {
    content: "\F670";
}
.mdi-file-send:before {
    content: "\F22A";
}
.mdi-file-tree:before {
    content: "\F645";
}
.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-find-replace:before {
    content: "\F6D3";
}
.mdi-fingerprint:before {
    content: "\F237";
}
.mdi-fire:before {
    content: "\F238";
}
.mdi-firefox:before {
    content: "\F239";
}
.mdi-fish:before {
    content: "\F23A";
}
.mdi-flag:before {
    content: "\F23B";
}
.mdi-flag-checkered:before {
    content: "\F23C";
}
.mdi-flag-outline:before {
    content: "\F23D";
}
.mdi-flag-outline-variant:before {
    content: "\F23E";
}
.mdi-flag-triangle:before {
    content: "\F23F";
}
.mdi-flag-variant:before {
    content: "\F240";
}
.mdi-flash:before {
    content: "\F241";
}
.mdi-flash-auto:before {
    content: "\F242";
}
.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-flip-to-back:before {
    content: "\F247";
}
.mdi-flip-to-front:before {
    content: "\F248";
}
.mdi-floppy:before {
    content: "\F249";
}
.mdi-flower:before {
    content: "\F24A";
}
.mdi-folder:before {
    content: "\F24B";
}
.mdi-folder-account:before {
    content: "\F24C";
}
.mdi-folder-download:before {
    content: "\F24D";
}
.mdi-folder-google-drive:before {
    content: "\F24E";
}
.mdi-folder-image:before {
    content: "\F24F";
}
.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-outline:before {
    content: "\F256";
}
.mdi-folder-plus:before {
    content: "\F257";
}
.mdi-folder-remove:before {
    content: "\F258";
}
.mdi-folder-star:before {
    content: "\F69C";
}
.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-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-format-align-center:before {
    content: "\F260";
}
.mdi-format-align-justify:before {
    content: "\F261";
}
.mdi-format-align-left:before {
    content: "\F262";
}
.mdi-format-align-right:before {
    content: "\F263";
}
.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-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-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-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-numbers:before {
    content: "\F27B";
}
.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:before {
    content: "\F27E";
}
.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-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-forward:before {
    content: "\F28D";
}
.mdi-foursquare:before {
    content: "\F28E";
}
.mdi-fridge:before {
    content: "\F28F";
}
.mdi-fridge-filled:before {
    content: "\F290";
}
.mdi-fridge-filled-bottom:before {
    content: "\F291";
}
.mdi-fridge-filled-top:before {
    content: "\F292";
}
.mdi-fullscreen:before {
    content: "\F293";
}
.mdi-fullscreen-exit:before {
    content: "\F294";
}
.mdi-function:before {
    content: "\F295";
}
.mdi-gamepad:before {
    content: "\F296";
}
.mdi-gamepad-variant:before {
    content: "\F297";
}
.mdi-garage:before {
    content: "\F6D8";
}
.mdi-garage-open:before {
    content: "\F6D9";
}
.mdi-gas-cylinder:before {
    content: "\F647";
}
.mdi-gas-station:before {
    content: "\F298";
}
.mdi-gate:before {
    content: "\F299";
}
.mdi-gauge:before {
    content: "\F29A";
}
.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-ghost:before {
    content: "\F2A0";
}
.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-glass-flute:before {
    content: "\F2A5";
}
.mdi-glass-mug:before {
    content: "\F2A6";
}
.mdi-glass-stange:before {
    content: "\F2A7";
}
.mdi-glass-tulip:before {
    content: "\F2A8";
}
.mdi-glassdoor:before {
    content: "\F2A9";
}
.mdi-glasses:before {
    content: "\F2AA";
}
.mdi-gmail:before {
    content: "\F2AB";
}
.mdi-gnome:before {
    content: "\F2AC";
}
.mdi-gondola:before {
    content: "\F685";
}
.mdi-google:before {
    content: "\F2AD";
}
.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-glass:before {
    content: "\F2B8";
}
.mdi-google-keep:before {
    content: "\F6DB";
}
.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-translate:before {
    content: "\F2BF";
}
.mdi-google-wallet:before {
    content: "\F2C0";
}
.mdi-gradient:before {
    content: "\F69F";
}
.mdi-grease-pencil:before {
    content: "\F648";
}
.mdi-grid:before {
    content: "\F2C1";
}
.mdi-grid-off:before {
    content: "\F2C2";
}
.mdi-group:before {
    content: "\F2C3";
}
.mdi-guitar-electric:before {
    content: "\F2C4";
}
.mdi-guitar-pick:before {
    content: "\F2C5";
}
.mdi-guitar-pick-outline:before {
    content: "\F2C6";
}
.mdi-hackernews:before {
    content: "\F624";
}
.mdi-hamburger:before {
    content: "\F684";
}
.mdi-hand-pointing-right:before {
    content: "\F2C7";
}
.mdi-hanger:before {
    content: "\F2C8";
}
.mdi-hangouts:before {
    content: "\F2C9";
}
.mdi-harddisk:before {
    content: "\F2CA";
}
.mdi-headphones:before {
    content: "\F2CB";
}
.mdi-headphones-box:before {
    content: "\F2CC";
}
.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-half-outline:before {
    content: "\F6DD";
}
.mdi-heart-half-part:before {
    content: "\F6DE";
}
.mdi-heart-half-part-outline:before {
    content: "\F6DF";
}
.mdi-heart-outline:before {
    content: "\F2D5";
}
.mdi-heart-pulse:before {
    content: "\F5F6";
}
.mdi-help:before {
    content: "\F2D6";
}
.mdi-help-circle:before {
    content: "\F2D7";
}
.mdi-help-circle-outline:before {
    content: "\F625";
}
.mdi-hexagon:before {
    content: "\F2D8";
}
.mdi-hexagon-multiple:before {
    content: "\F6E0";
}
.mdi-hexagon-outline:before {
    content: "\F2D9";
}
.mdi-highway:before {
    content: "\F5F7";
}
.mdi-history:before {
    content: "\F2DA";
}
.mdi-hololens:before {
    content: "\F2DB";
}
.mdi-home:before {
    content: "\F2DC";
}
.mdi-home-map-marker:before {
    content: "\F5F8";
}
.mdi-home-modern:before {
    content: "\F2DD";
}
.mdi-home-outline:before {
    content: "\F6A0";
}
.mdi-home-variant:before {
    content: "\F2DE";
}
.mdi-hook:before {
    content: "\F6E1";
}
.mdi-hook-off:before {
    content: "\F6E2";
}
.mdi-hops:before {
    content: "\F2DF";
}
.mdi-hospital:before {
    content: "\F2E0";
}
.mdi-hospital-building:before {
    content: "\F2E1";
}
.mdi-hospital-marker:before {
    content: "\F2E2";
}
.mdi-hotel:before {
    content: "\F2E3";
}
.mdi-houzz:before {
    content: "\F2E4";
}
.mdi-houzz-box:before {
    content: "\F2E5";
}
.mdi-human:before {
    content: "\F2E6";
}
.mdi-human-child:before {
    content: "\F2E7";
}
.mdi-human-female:before {
    content: "\F649";
}
.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-female:before {
    content: "\F2E8";
}
.mdi-human-pregnant:before {
    content: "\F5CF";
}
.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-multiple:before {
    content: "\F2F9";
}
.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-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-itunes:before {
    content: "\F676";
}
.mdi-jeepney:before {
    content: "\F302";
}
.mdi-jira:before {
    content: "\F303";
}
.mdi-jsfiddle:before {
    content: "\F304";
}
.mdi-json:before {
    content: "\F626";
}
.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-return:before {
    content: "\F311";
}
.mdi-keyboard-tab:before {
    content: "\F312";
}
.mdi-keyboard-variant:before {
    content: "\F313";
}
.mdi-kodi:before {
    content: "\F314";
}
.mdi-label:before {
    content: "\F315";
}
.mdi-label-outline:before {
    content: "\F316";
}
.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-html5:before {
    content: "\F31D";
}
.mdi-language-javascript:before {
    content: "\F31E";
}
.mdi-language-php:before {
    content: "\F31F";
}
.mdi-language-python:before {
    content: "\F320";
}
.mdi-language-python-text:before {
    content: "\F321";
}
.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-lastfm:before {
    content: "\F326";
}
.mdi-launch:before {
    content: "\F327";
}
.mdi-layers:before {
    content: "\F328";
}
.mdi-layers-off:before {
    content: "\F329";
}
.mdi-lead-pencil:before {
    content: "\F64F";
}
.mdi-leaf:before {
    content: "\F32A";
}
.mdi-led-off:before {
    content: "\F32B";
}
.mdi-led-on:before {
    content: "\F32C";
}
.mdi-led-outline:before {
    content: "\F32D";
}
.mdi-led-variant-off:before {
    content: "\F32E";
}
.mdi-led-variant-on:before {
    content: "\F32F";
}
.mdi-led-variant-outline:before {
    content: "\F330";
}
.mdi-library:before {
    content: "\F331";
}
.mdi-library-books:before {
    content: "\F332";
}
.mdi-library-music:before {
    content: "\F333";
}
.mdi-library-plus:before {
    content: "\F334";
}
.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-link:before {
    content: "\F337";
}
.mdi-link-off:before {
    content: "\F338";
}
.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-lock:before {
    content: "\F33E";
}
.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-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-magnet:before {
    content: "\F347";
}
.mdi-magnet-on:before {
    content: "\F348";
}
.mdi-magnify:before {
    content: "\F349";
}
.mdi-magnify-minus:before {
    content: "\F34A";
}
.mdi-magnify-minus-outline:before {
    content: "\F6EB";
}
.mdi-magnify-plus:before {
    content: "\F34B";
}
.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-marker:before {
    content: "\F34E";
}
.mdi-map-marker-circle:before {
    content: "\F34F";
}
.mdi-map-marker-minus:before {
    content: "\F650";
}
.mdi-map-marker-multiple:before {
    content: "\F350";
}
.mdi-map-marker-off:before {
    content: "\F351";
}
.mdi-map-marker-plus:before {
    content: "\F651";
}
.mdi-map-marker-radius:before {
    content: "\F352";
}
.mdi-margin:before {
    content: "\F353";
}
.mdi-markdown:before {
    content: "\F354";
}
.mdi-marker:before {
    content: "\F652";
}
.mdi-marker-check:before {
    content: "\F355";
}
.mdi-martini:before {
    content: "\F356";
}
.mdi-material-ui:before {
    content: "\F357";
}
.mdi-math-compass:before {
    content: "\F358";
}
.mdi-matrix:before {
    content: "\F628";
}
.mdi-maxcdn:before {
    content: "\F359";
}
.mdi-medical-bag:before {
    content: "\F6EE";
}
.mdi-medium:before {
    content: "\F35A";
}
.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-right:before {
    content: "\F35F";
}
.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-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-microphone:before {
    content: "\F36C";
}
.mdi-microphone-off:before {
    content: "\F36D";
}
.mdi-microphone-outline:before {
    content: "\F36E";
}
.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-minecraft:before {
    content: "\F373";
}
.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-mixcloud:before {
    content: "\F62A";
}
.mdi-monitor:before {
    content: "\F379";
}
.mdi-monitor-multiple:before {
    content: "\F37A";
}
.mdi-more:before {
    content: "\F37B";
}
.mdi-motorbike:before {
    content: "\F37C";
}
.mdi-mouse:before {
    content: "\F37D";
}
.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-multiplication:before {
    content: "\F382";
}
.mdi-multiplication-box:before {
    content: "\F383";
}
.mdi-music-box:before {
    content: "\F384";
}
.mdi-music-box-outline:before {
    content: "\F385";
}
.mdi-music-circle:before {
    content: "\F386";
}
.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-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-nest-protect:before {
    content: "\F392";
}
.mdi-nest-thermostat:before {
    content: "\F393";
}
.mdi-network:before {
    content: "\F6F2";
}
.mdi-network-download:before {
    content: "\F6F3";
}
.mdi-network-question:before {
    content: "\F6F4";
}
.mdi-network-upload:before {
    content: "\F6F5";
}
.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-nodejs:before {
    content: "\F399";
}
.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-notification-clear-all:before {
    content: "\F39F";
}
.mdi-npm:before {
    content: "\F6F6";
}
.mdi-nuke:before {
    content: "\F6A3";
}
.mdi-numeric:before {
    content: "\F3A0";
}
.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-1-box:before {
    content: "\F3A4";
}
.mdi-numeric-1-box-multiple-outline:before {
    content: "\F3A5";
}
.mdi-numeric-1-box-outline:before {
    content: "\F3A6";
}
.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-3-box:before {
    content: "\F3AA";
}
.mdi-numeric-3-box-multiple-outline:before {
    content: "\F3AB";
}
.mdi-numeric-3-box-outline:before {
    content: "\F3AC";
}
.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-5-box:before {
    content: "\F3B0";
}
.mdi-numeric-5-box-multiple-outline:before {
    content: "\F3B1";
}
.mdi-numeric-5-box-outline:before {
    content: "\F3B2";
}
.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-7-box:before {
    content: "\F3B6";
}
.mdi-numeric-7-box-multiple-outline:before {
    content: "\F3B7";
}
.mdi-numeric-7-box-outline:before {
    content: "\F3B8";
}
.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-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-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-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-odnoklassniki:before {
    content: "\F3C5";
}
.mdi-office:before {
    content: "\F3C6";
}
.mdi-oil:before {
    content: "\F3C7";
}
.mdi-oil-temperature:before {
    content: "\F3C8";
}
.mdi-omega:before {
    content: "\F3C9";
}
.mdi-onedrive:before {
    content: "\F3CA";
}
.mdi-opacity:before {
    content: "\F5CC";
}
.mdi-open-in-app:before {
    content: "\F3CB";
}
.mdi-open-in-new:before {
    content: "\F3CC";
}
.mdi-openid:before {
    content: "\F3CD";
}
.mdi-opera:before {
    content: "\F3CE";
}
.mdi-ornament:before {
    content: "\F3CF";
}
.mdi-ornament-variant:before {
    content: "\F3D0";
}
.mdi-owl:before {
    content: "\F3D2";
}
.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-palette:before {
    content: "\F3D8";
}
.mdi-palette-advanced:before {
    content: "\F3D9";
}
.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-parking:before {
    content: "\F3E3";
}
.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-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-lock:before {
    content: "\F3EE";
}
.mdi-pencil-off:before {
    content: "\F3EF";
}
.mdi-pentagon:before {
    content: "\F6FF";
}
.mdi-pentagon-outline:before {
    content: "\F700";
}
.mdi-percent:before {
    content: "\F3F0";
}
.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-locked: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-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-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-pine-tree:before {
    content: "\F405";
}
.mdi-pine-tree-box:before {
    content: "\F406";
}
.mdi-pinterest:before {
    content: "\F407";
}
.mdi-pinterest-box:before {
    content: "\F408";
}
.mdi-pistol:before {
    content: "\F702";
}
.mdi-pizza:before {
    content: "\F409";
}
.mdi-plane-shield:before {
    content: "\F6BA";
}
.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-pause:before {
    content: "\F40E";
}
.mdi-play-protected-content:before {
    content: "\F40F";
}
.mdi-playlist-check:before {
    content: "\F5C7";
}
.mdi-playlist-minus:before {
    content: "\F410";
}
.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-network:before {
    content: "\F41A";
}
.mdi-plus-one:before {
    content: "\F41B";
}
.mdi-plus-outline:before {
    content: "\F704";
}
.mdi-pocket:before {
    content: "\F41C";
}
.mdi-pokeball:before {
    content: "\F41D";
}
.mdi-polarAdminid: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-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-plug:before {
    content: "\F6A4";
}
.mdi-power-plug-off:before {
    content: "\F6A5";
}
.mdi-power-settings:before {
    content: "\F426";
}
.mdi-power-socket:before {
    content: "\F427";
}
.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-priority-high:before {
    content: "\F603";
}
.mdi-priority-low:before {
    content: "\F604";
}
.mdi-professional-hexagon:before {
    content: "\F42D";
}
.mdi-projector:before {
    content: "\F42E";
}
.mdi-projector-screen:before {
    content: "\F42F";
}
.mdi-publish:before {
    content: "\F6A6";
}
.mdi-pulse:before {
    content: "\F430";
}
.mdi-puzzle:before {
    content: "\F431";
}
.mdi-qqchat:before {
    content: "\F605";
}
.mdi-qrcode:before {
    content: "\F432";
}
.mdi-qrcode-scan:before {
    content: "\F433";
}
.mdi-quadcopter:before {
    content: "\F434";
}
.mdi-quality-high:before {
    content: "\F435";
}
.mdi-quicktime:before {
    content: "\F436";
}
.mdi-radar:before {
    content: "\F437";
}
.mdi-radiator:before {
    content: "\F438";
}
.mdi-radio:before {
    content: "\F439";
}
.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-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-rdio:before {
    content: "\F446";
}
.mdi-react:before {
    content: "\F707";
}
.mdi-read:before {
    content: "\F447";
}
.mdi-readability:before {
    content: "\F448";
}
.mdi-receipt:before {
    content: "\F449";
}
.mdi-record:before {
    content: "\F44A";
}
.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-refresh:before {
    content: "\F450";
}
.mdi-regex:before {
    content: "\F451";
}
.mdi-relative-scale:before {
    content: "\F452";
}
.mdi-reload:before {
    content: "\F453";
}
.mdi-remote:before {
    content: "\F454";
}
.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-resize-bottom-right:before {
    content: "\F45D";
}
.mdi-responsive:before {
    content: "\F45E";
}
.mdi-restart:before {
    content: "\F708";
}
.mdi-restore:before {
    content: "\F6A7";
}
.mdi-rewind:before {
    content: "\F45F";
}
.mdi-rewind-outline:before {
    content: "\F709";
}
.mdi-rhombus:before {
    content: "\F70A";
}
.mdi-rhombus-outline:before {
    content: "\F70B";
}
.mdi-ribbon:before {
    content: "\F460";
}
.mdi-road:before {
    content: "\F461";
}
.mdi-road-variant:before {
    content: "\F462";
}
.mdi-robot:before {
    content: "\F6A8";
}
.mdi-rocket:before {
    content: "\F463";
}
.mdi-roomba:before {
    content: "\F70C";
}
.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-routes:before {
    content: "\F46A";
}
.mdi-rowing:before {
    content: "\F608";
}
.mdi-rss:before {
    content: "\F46B";
}
.mdi-rss-box:before {
    content: "\F46C";
}
.mdi-ruler:before {
    content: "\F46D";
}
.mdi-run:before {
    content: "\F70D";
}
.mdi-run-fast:before {
    content: "\F46E";
}
.mdi-sale:before {
    content: "\F46F";
}
.mdi-satellite:before {
    content: "\F470";
}
.mdi-satellite-variant:before {
    content: "\F471";
}
.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-school:before {
    content: "\F474";
}
.mdi-screen-rotation:before {
    content: "\F475";
}
.mdi-screen-rotation-lock:before {
    content: "\F476";
}
.mdi-screwdriver:before {
    content: "\F477";
}
.mdi-script:before {
    content: "\F478";
}
.mdi-sd:before {
    content: "\F479";
}
.mdi-seal:before {
    content: "\F47A";
}
.mdi-search-web:before {
    content: "\F70E";
}
.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-recline-extra:before {
    content: "\F481";
}
.mdi-seat-recline-normal:before {
    content: "\F482";
}
.mdi-security:before {
    content: "\F483";
}
.mdi-security-home:before {
    content: "\F689";
}
.mdi-security-network:before {
    content: "\F484";
}
.mdi-select:before {
    content: "\F485";
}
.mdi-select-all:before {
    content: "\F486";
}
.mdi-select-inverse:before {
    content: "\F487";
}
.mdi-select-off:before {
    content: "\F488";
}
.mdi-selection:before {
    content: "\F489";
}
.mdi-send:before {
    content: "\F48A";
}
.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-settings:before {
    content: "\F493";
}
.mdi-settings-box:before {
    content: "\F494";
}
.mdi-shape-circle-plus:before {
    content: "\F65D";
}
.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-variant:before {
    content: "\F497";
}
.mdi-shield:before {
    content: "\F498";
}
.mdi-shield-outline:before {
    content: "\F499";
}
.mdi-shopping:before {
    content: "\F49A";
}
.mdi-shopping-music:before {
    content: "\F49B";
}
.mdi-shovel:before {
    content: "\F70F";
}
.mdi-shovel-off:before {
    content: "\F710";
}
.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-signal:before {
    content: "\F4A2";
}
.mdi-signal-2g:before {
    content: "\F711";
}
.mdi-signal-3g:before {
    content: "\F712";
}
.mdi-signal-4g:before {
    content: "\F713";
}
.mdi-signal-hspa:before {
    content: "\F714";
}
.mdi-signal-hspa-plus:before {
    content: "\F715";
}
.mdi-signal-variant:before {
    content: "\F60A";
}
.mdi-silverware:before {
    content: "\F4A3";
}
.mdi-silverware-fork:before {
    content: "\F4A4";
}
.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-sitemap:before {
    content: "\F4AA";
}
.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-skype:before {
    content: "\F4AF";
}
.mdi-skype-business:before {
    content: "\F4B0";
}
.mdi-slack:before {
    content: "\F4B1";
}
.mdi-sleep:before {
    content: "\F4B2";
}
.mdi-sleep-off:before {
    content: "\F4B3";
}
.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-sofa:before {
    content: "\F4B9";
}
.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-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-speaker:before {
    content: "\F4C3";
}
.mdi-speaker-off:before {
    content: "\F4C4";
}
.mdi-speaker-wireless:before {
    content: "\F71E";
}
.mdi-speedometer:before {
    content: "\F4C5";
}
.mdi-spellcheck:before {
    content: "\F4C6";
}
.mdi-spotify:before {
    content: "\F4C7";
}
.mdi-spotlight:before {
    content: "\F4C8";
}
.mdi-spotlight-beam:before {
    content: "\F4C9";
}
.mdi-spray:before {
    content: "\F665";
}
.mdi-square-inc:before {
    content: "\F4CA";
}
.mdi-square-inc-cash:before {
    content: "\F4CB";
}
.mdi-stackexchange:before {
    content: "\F60B";
}
.mdi-stackoverflow:before {
    content: "\F4CC";
}
.mdi-stadium:before {
    content: "\F71F";
}
.mdi-stairs:before {
    content: "\F4CD";
}
.mdi-star:before {
    content: "\F4CE";
}
.mdi-star-circle:before {
    content: "\F4CF";
}
.mdi-star-half:before {
    content: "\F4D0";
}
.mdi-star-off:before {
    content: "\F4D1";
}
.mdi-star-outline:before {
    content: "\F4D2";
}
.mdi-steam:before {
    content: "\F4D3";
}
.mdi-steering:before {
    content: "\F4D4";
}
.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-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-subdirectory-arrow-left:before {
    content: "\F60C";
}
.mdi-subdirectory-arrow-right:before {
    content: "\F60D";
}
.mdi-subway:before {
    content: "\F6AB";
}
.mdi-subway-variant:before {
    content: "\F4DF";
}
.mdi-sunglasses:before {
    content: "\F4E0";
}
.mdi-surround-sound:before {
    content: "\F5C5";
}
.mdi-svg:before {
    content: "\F720";
}
.mdi-swap-horizontal:before {
    content: "\F4E1";
}
.mdi-swap-vertical:before {
    content: "\F4E2";
}
.mdi-swim:before {
    content: "\F4E3";
}
.mdi-switch:before {
    content: "\F4E4";
}
.mdi-sword:before {
    content: "\F4E5";
}
.mdi-sync:before {
    content: "\F4E6";
}
.mdi-sync-alert:before {
    content: "\F4E7";
}
.mdi-sync-off:before {
    content: "\F4E8";
}
.mdi-tab:before {
    content: "\F4E9";
}
.mdi-tab-unselected:before {
    content: "\F4EA";
}
.mdi-table:before {
    content: "\F4EB";
}
.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-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-tablet:before {
    content: "\F4F6";
}
.mdi-tablet-andrAdminid:before {
    content: "\F4F7";
}
.mdi-tablet-ipad:before {
    content: "\F4F8";
}
.mdi-tag:before {
    content: "\F4F9";
}
.mdi-tag-faces:before {
    content: "\F4FA";
}
.mdi-tag-heart:before {
    content: "\F68A";
}
.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-target:before {
    content: "\F4FE";
}
.mdi-taxi:before {
    content: "\F4FF";
}
.mdi-teamviewer:before {
    content: "\F500";
}
.mdi-telegram:before {
    content: "\F501";
}
.mdi-television:before {
    content: "\F502";
}
.mdi-television-guide:before {
    content: "\F503";
}
.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-text-shadow:before {
    content: "\F669";
}
.mdi-text-to-speech:before {
    content: "\F50A";
}
.mdi-text-to-speech-off:before {
    content: "\F50B";
}
.mdi-textbox:before {
    content: "\F60E";
}
.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-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-percent:before {
    content: "\F723";
}
.mdi-tie:before {
    content: "\F519";
}
.mdi-tilde:before {
    content: "\F724";
}
.mdi-timelapse:before {
    content: "\F51A";
}
.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-timetable:before {
    content: "\F520";
}
.mdi-toggle-switch:before {
    content: "\F521";
}
.mdi-toggle-switch-off:before {
    content: "\F522";
}
.mdi-tooltip:before {
    content: "\F523";
}
.mdi-tooltip-edit:before {
    content: "\F524";
}
.mdi-tooltip-image:before {
    content: "\F525";
}
.mdi-tooltip-outline:before {
    content: "\F526";
}
.mdi-tooltip-outline-plus:before {
    content: "\F527";
}
.mdi-tooltip-text:before {
    content: "\F528";
}
.mdi-tooth:before {
    content: "\F529";
}
.mdi-tor:before {
    content: "\F52A";
}
.mdi-tower-beach:before {
    content: "\F680";
}
.mdi-tower-fire:before {
    content: "\F681";
}
.mdi-traffic-light:before {
    content: "\F52B";
}
.mdi-train:before {
    content: "\F52C";
}
.mdi-tram:before {
    content: "\F52D";
}
.mdi-transcribe:before {
    content: "\F52E";
}
.mdi-transcribe-close:before {
    content: "\F52F";
}
.mdi-transfer:before {
    content: "\F530";
}
.mdi-transit-transfer:before {
    content: "\F6AD";
}
.mdi-translate:before {
    content: "\F5CA";
}
.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-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-delivery:before {
    content: "\F53E";
}
.mdi-truck-trailer:before {
    content: "\F726";
}
.mdi-tshirt-crew:before {
    content: "\F53F";
}
.mdi-tshirt-v:before {
    content: "\F540";
}
.mdi-tumblr:before {
    content: "\F541";
}
.mdi-tumblr-reblog:before {
    content: "\F542";
}
.mdi-tune:before {
    content: "\F62E";
}
.mdi-tune-vertical:before {
    content: "\F66A";
}
.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-ubuntu:before {
    content: "\F548";
}
.mdi-umbraco:before {
    content: "\F549";
}
.mdi-umbrella:before {
    content: "\F54A";
}
.mdi-umbrella-outline:before {
    content: "\F54B";
}
.mdi-undo:before {
    content: "\F54C";
}
.mdi-undo-variant:before {
    content: "\F54D";
}
.mdi-unfold-less:before {
    content: "\F54E";
}
.mdi-unfold-more:before {
    content: "\F54F";
}
.mdi-ungroup:before {
    content: "\F550";
}
.mdi-unity:before {
    content: "\F6AE";
}
.mdi-untappd:before {
    content: "\F551";
}
.mdi-update:before {
    content: "\F6AF";
}
.mdi-upload:before {
    content: "\F552";
}
.mdi-usb:before {
    content: "\F553";
}
.mdi-vector-arrange-above:before {
    content: "\F554";
}
.mdi-vector-arrange-below:before {
    content: "\F555";
}
.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-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-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-verified:before {
    content: "\F565";
}
.mdi-vibrate:before {
    content: "\F566";
}
.mdi-video:before {
    content: "\F567";
}
.mdi-video-off:before {
    content: "\F568";
}
.mdi-video-switch:before {
    content: "\F569";
}
.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-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-stream:before {
    content: "\F575";
}
.mdi-view-week:before {
    content: "\F576";
}
.mdi-vimeo:before {
    content: "\F577";
}
.mdi-vine:before {
    content: "\F578";
}
.mdi-violin:before {
    content: "\F60F";
}
.mdi-visualstudio:before {
    content: "\F610";
}
.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-volume-high:before {
    content: "\F57E";
}
.mdi-volume-low:before {
    content: "\F57F";
}
.mdi-volume-medium:before {
    content: "\F580";
}
.mdi-volume-off:before {
    content: "\F581";
}
.mdi-vpn:before {
    content: "\F582";
}
.mdi-walk:before {
    content: "\F583";
}
.mdi-wallet:before {
    content: "\F584";
}
.mdi-wallet-giftcard:before {
    content: "\F585";
}
.mdi-wallet-membership:before {
    content: "\F586";
}
.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-import:before {
    content: "\F58B";
}
.mdi-watch-vibrate:before {
    content: "\F6B0";
}
.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-weather-cloudy:before {
    content: "\F590";
}
.mdi-weather-fog:before {
    content: "\F591";
}
.mdi-weather-hail:before {
    content: "\F592";
}
.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-kilogram:before {
    content: "\F5A2";
}
.mdi-whatsapp:before {
    content: "\F5A3";
}
.mdi-wheelchair-accessibility:before {
    content: "\F5A4";
}
.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-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-wordpress:before {
    content: "\F5B4";
}
.mdi-worker:before {
    content: "\F5B5";
}
.mdi-wrap:before {
    content: "\F5B6";
}
.mdi-wrench:before {
    content: "\F5B7";
}
.mdi-wunderlist:before {
    content: "\F5B8";
}
.mdi-xaml:before {
    content: "\F673";
}
.mdi-xbox:before {
    content: "\F5B9";
}
.mdi-xbox-controller:before {
    content: "\F5BA";
}
.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-yeast:before {
    content: "\F5C1";
}
.mdi-yelp:before {
    content: "\F5C2";
}
.mdi-yin-yang:before {
    content: "\F67F";
}
.mdi-youtube-play:before {
    content: "\F5C3";
}
.mdi-zip-box:before {
    content: "\F5C4";
}
.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 {
    color: rgba(0, 0, 0, 0.54);
}
.mdi-dark.mdi-inactive {
    color: rgba(0, 0, 0, 0.26);
}
.mdi-light {
    color: #fff;
}
.mdi-light.mdi-inactive {
    color: rgba(255, 255, 255, 0.3);
}
.mdi-rotate-45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mdi-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mdi-rotate-135 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mdi-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mdi-rotate-225 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.mdi-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.mdi-rotate-315 {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
.mdi-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH;
}
.mdi-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: FlipV;
} /*! Cryptocoins - cryptocurrency icon font | https://github.com/allienworks/cryptocoins */
@font-face {
    font-family: cryptocoins;
    src: url(icons/crypto-icons/cryptocoins.woff2) format("woff2"),
        url(icons/crypto-icons/cryptocoins.woff) format("woff"),
        url(icons/crypto-icons/cryptocoins.ttf) format("truetype");
}
.cc::before {
    font-family: cryptocoins;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.ADA {
    color: #3cc8c8;
}
.ADC {
    color: #3cb0e5;
}
.AEON {
    color: #164450;
}
.AMP {
    color: #048dd2;
}
.ANC {
    color: #000;
}
.ARCH {
    color: #002652;
}
.ARDR {
    color: #1162a1;
}
.ARK {
    color: #f70000;
}
.AUR {
    color: #136c5e;
}
.BANX {
    color: #225ba6;
}
.BAT {
    color: #9e1f63;
}
.BAY {
    color: #584ba1;
}
.BC {
    color: #202121;
}
.BCN {
    color: #964f51;
}
.BFT {
    color: #4fc3f7;
}
.BRK {
    color: #194fa0;
}
.BRX {
    color: #a8c300;
}
.BSD {
    color: #1186e7;
}
.BTA {
    color: #210094;
}
.BCH,
.BTC {
    color: #f7931a;
}
.BTCD {
    color: #2a72dc;
}
.BTM {
    color: #9fa8b4;
}
.BTS {
    color: #03a9e0;
}
.CLAM {
    color: #d6ab31;
}
.CLOAK {
    color: #df3f1e;
}
.DAO {
    color: #ff3b3b;
}
.DASH {
    color: #1c75bc;
}
.DCR {
    color: #3b7cfb;
}
.DCT {
    color: #008770;
}
.DGB {
    color: #06c;
}
.DGD,
.DGX {
    color: #d8a24a;
}
.DMD {
    color: #5497b2;
}
.DOGE {
    color: #ba9f33;
}
.EMC {
    color: #674c8c;
}
.EOS {
    color: #19191a;
}
.ERC {
    color: #101e84;
}
.ETC {
    color: #669073;
}
.ETH {
    color: #282828;
}
.FC2 {
    color: #040405;
}
.FCT {
    color: #2175bb;
}
.FLO {
    color: #1358c8;
}
.FRK {
    color: #0633cd;
}
.FTC {
    color: #679ef1;
}
.GAME {
    color: #ed1b24;
}
.GBYTE {
    color: #2c3e50;
}
.GDC {
    color: #e9a226;
}
.GEMZ {
    color: #e86060;
}
.GLD {
    color: #e8be24;
}
.GNO {
    color: #00a6c4;
}
.GNT {
    color: #00d6e3;
}
.GOLOS {
    color: #2670b7;
}
.GRC {
    color: #88a13c;
}
.GRS {
    color: #648fa0;
}
.HEAT {
    color: #ff5606;
}
.ICN {
    color: #4c6f8c;
}
.IFC {
    color: #ed272d;
}
.INCNT {
    color: #f2932f;
}
.IOC {
    color: #2fa3de;
}
.IOTA {
    color: #fff;
}
.JBS {
    color: #1a8bcd;
}
.KMD {
    color: #326464;
}
.KOBO {
    color: #80c342;
}
.KORE {
    color: #df4124;
}
.LBC {
    color: #015c47;
}
.LDOGE {
    color: #fc0;
}
.LISK {
    color: #1a6896;
}
.LTC {
    color: #838383;
}
.MAID {
    color: #5492d6;
}
.MCO {
    color: #0d3459;
}
.MINT {
    color: #006835;
}
.MONA {
    color: #a99364;
}
.MRC {
    color: #4279bd;
}
.MSC {
    color: #1d4983;
}
.MTR {
    color: #b92429;
}
.MUE {
    color: #f5a10e;
}
.NBT {
    color: #ffc93d;
}
.NEO {
    color: #58bf00;
}
.NEOS {
    color: #1d1d1b;
}
.NEU {
    color: #2983c0;
}
.NLG {
    color: #003e7e;
}
.NMC {
    color: #6787b7;
}
.NOTE {
    color: #42daff;
}
.NVC {
    color: #ecab41;
}
.NXT {
    color: #008fbb;
}
.OK {
    color: #0165a4;
}
.OMG {
    color: #1a53f0;
}
.OMNI {
    color: #18347e;
}
.OPAL {
    color: #7193aa;
}
.PART {
    color: #05d5a3;
}
.PIGGY {
    color: #f27a7a;
}
.PINK {
    color: #ed31ca;
}
.PIVX {
    color: #3b2f4d;
}
.POT {
    color: #105b2f;
}
.PPC {
    color: #3fa30c;
}
.QRK {
    color: #22aabf;
}
.QTUM {
    color: #359bce;
}
.RADS {
    color: #924cea;
}
.RBIES {
    color: #c62436;
}
.RBT {
    color: #0d4982;
}
.RBY {
    color: #d31f26;
}
.RDD {
    color: #ed1c24;
}
.REP {
    color: #40a2cb;
}
.RISE {
    color: #43cea2;
}
.SALT {
    color: #373c43;
}
.SAR {
    color: #1b72b8;
}
.SCOT {
    color: #3498db;
}
.SDC {
    color: #981d2d;
}
.SIA {
    color: #00cba0;
}
.SJCX {
    color: #036;
}
.SLG {
    color: #5a6875;
}
.SLS {
    color: #1eb549;
}
.SNRG {
    color: #160363;
}
.START {
    color: #01aef0;
}
.STEEM {
    color: #1a5099;
}
.STR {
    color: #08b5e5;
}
.STRAT {
    color: #2398dd;
}
.SWIFT {
    color: #428bca;
}
.SYNC {
    color: #008dd2;
}
.SYS {
    color: #0098da;
}
.TRIG {
    color: #1fbff4;
}
.TX {
    color: #1f8bcc;
}
.UBQ {
    color: #00ec8d;
}
.UNITY {
    color: #ed8527;
}
.USDT {
    color: #2ca07a;
}
.VIOR {
    color: #1f52a4;
}
.VNL {
    color: #404249;
}
.VPN {
    color: #589700;
}
.VRC {
    color: #418bca;
}
.VTC {
    color: #1b5c2e;
}
.WAVES {
    color: #24aad6;
}
.XAI {
    color: #2ef99f;
}
.XBS {
    color: #d3261d;
}
.XCP {
    color: #ec1550;
}
.XEM {
    color: #41bf76;
}
.XMR {
    color: #f60;
}
.XPM {
    color: #e5b625;
}
.XRP {
    color: #346aa9;
}
.XTZ {
    color: #a6df00;
}
.XVG {
    color: #42afb2;
}
.XZC {
    color: #23b852;
}
.YBC {
    color: #d6c154;
}
.ZEC {
    color: #e5a93d;
}
.ZEIT {
    color: #acacac;
}
.cc.ADA-alt::before {
    content: "\E001";
}
.cc.ADA::before {
    content: "\E002";
}
.cc.ADC-alt::before {
    content: "\E003";
}
.cc.ADC::before {
    content: "\E004";
}
.cc.AEON-alt::before {
    content: "\E005";
}
.cc.AEON::before {
    content: "\E006";
}
.cc.AMP-alt::before {
    content: "\E007";
}
.cc.AMP::before {
    content: "\E008";
}
.cc.ANC-alt::before {
    content: "\E009";
}
.cc.ANC::before {
    content: "\E00A";
}
.cc.ARCH-alt::before {
    content: "\E00B";
}
.cc.ARCH::before {
    content: "\E00C";
}
.cc.ARDR-alt::before {
    content: "\E00D";
}
.cc.ARDR::before {
    content: "\E00E";
}
.cc.ARK-alt::before {
    content: "\E00F";
}
.cc.ARK::before {
    content: "\E010";
}
.cc.AUR-alt::before {
    content: "\E011";
}
.cc.AUR::before {
    content: "\E012";
}
.cc.BANX-alt::before {
    content: "\E013";
}
.cc.BANX::before {
    content: "\E014";
}
.cc.BAT-alt::before {
    content: "\E015";
}
.cc.BAT::before {
    content: "\E016";
}
.cc.BAY-alt::before {
    content: "\E017";
}
.cc.BAY::before {
    content: "\E018";
}
.cc.BC-alt::before {
    content: "\E019";
}
.cc.BC::before {
    content: "\E01A";
}
.cc.BCH-alt::before {
    content: "\E01B";
}
.cc.BCH::before {
    content: "\E01C";
}
.cc.BCN-alt::before {
    content: "\E01D";
}
.cc.BCN::before {
    content: "\E01E";
}
.cc.BFT-alt::before {
    content: "\E01F";
}
.cc.BFT::before {
    content: "\E020";
}
.cc.BRK-alt::before {
    content: "\E021";
}
.cc.BRK::before {
    content: "\E022";
}
.cc.BRX-alt::before {
    content: "\E023";
}
.cc.BRX::before {
    content: "\E024";
}
.cc.BSD-alt::before {
    content: "\E025";
}
.cc.BSD::before {
    content: "\E026";
}
.cc.BTA::before {
    content: "\E027";
}
.cc.BTC-alt::before {
    content: "\E028";
}
.cc.BTC::before {
    content: "\E029";
}
.cc.BTCD-alt::before {
    content: "\E02A";
}
.cc.BTCD::before {
    content: "\E02B";
}
.cc.BTM-alt::before {
    content: "\E02C";
}
.cc.BTM::before {
    content: "\E02D";
}
.cc.BTS-alt::before {
    content: "\E02E";
}
.cc.BTS::before {
    content: "\E02F";
}
.cc.CLAM-alt::before {
    content: "\E030";
}
.cc.CLAM::before {
    content: "\E031";
}
.cc.CLOAK-alt::before {
    content: "\E032";
}
.cc.CLOAK::before {
    content: "\E033";
}
.cc.DAO-alt::before {
    content: "\E034";
}
.cc.DAO::before {
    content: "\E035";
}
.cc.DASH-alt::before {
    content: "\E036";
}
.cc.DASH::before {
    content: "\E037";
}
.cc.DCR-alt::before {
    content: "\E038";
}
.cc.DCR::before {
    content: "\E039";
}
.cc.DCT-alt::before {
    content: "\E03A";
}
.cc.DCT::before {
    content: "\E03B";
}
.cc.DGB-alt::before {
    content: "\E03C";
}
.cc.DGB::before {
    content: "\E03D";
}
.cc.DGD::before {
    content: "\E03E";
}
.cc.DGX::before {
    content: "\E03F";
}
.cc.DMD-alt::before {
    content: "\E040";
}
.cc.DMD::before {
    content: "\E041";
}
.cc.DOGE-alt::before {
    content: "\E042";
}
.cc.DOGE::before {
    content: "\E043";
}
.cc.EMC-alt::before {
    content: "\E044";
}
.cc.EMC::before {
    content: "\E045";
}
.cc.EOS-alt::before {
    content: "\E046";
}
.cc.EOS::before {
    content: "\E047";
}
.cc.ERC-alt::before {
    content: "\E048";
}
.cc.ERC::before {
    content: "\E049";
}
.cc.ETC-alt::before {
    content: "\E04A";
}
.cc.ETC::before {
    content: "\E04B";
}
.cc.ETH-alt::before {
    content: "\E04C";
}
.cc.ETH::before {
    content: "\E04D";
}
.cc.FC2-alt::before {
    content: "\E04E";
}
.cc.FC2::before {
    content: "\E04F";
}
.cc.FCT-alt::before {
    content: "\E050";
}
.cc.FCT::before {
    content: "\E051";
}
.cc.FLO-alt::before {
    content: "\E052";
}
.cc.FLO::before {
    content: "\E053";
}
.cc.FRK-alt::before {
    content: "\E054";
}
.cc.FRK::before {
    content: "\E055";
}
.cc.FTC-alt::before {
    content: "\E056";
}
.cc.FTC::before {
    content: "\E057";
}
.cc.GAME-alt::before {
    content: "\E058";
}
.cc.GAME::before {
    content: "\E059";
}
.cc.GBYTE-alt::before {
    content: "\E05A";
}
.cc.GBYTE::before {
    content: "\E05B";
}
.cc.GDC-alt::before {
    content: "\E05C";
}
.cc.GDC::before {
    content: "\E05D";
}
.cc.GEMZ-alt::before {
    content: "\E05E";
}
.cc.GEMZ::before {
    content: "\E05F";
}
.cc.GLD-alt::before {
    content: "\E060";
}
.cc.GLD::before {
    content: "\E061";
}
.cc.GNO-alt::before {
    content: "\E062";
}
.cc.GNO::before {
    content: "\E063";
}
.cc.GNT-alt::before {
    content: "\E064";
}
.cc.GNT::before {
    content: "\E065";
}
.cc.GOLOS-alt::before {
    content: "\E066";
}
.cc.GOLOS::before {
    content: "\E067";
}
.cc.GRC-alt::before {
    content: "\E068";
}
.cc.GRC::before {
    content: "\E069";
}
.cc.GRS::before {
    content: "\E06A";
}
.cc.HEAT-alt::before {
    content: "\E06B";
}
.cc.HEAT::before {
    content: "\E06C";
}
.cc.ICN-alt::before {
    content: "\E06D";
}
.cc.ICN::before {
    content: "\E06E";
}
.cc.IFC-alt::before {
    content: "\E06F";
}
.cc.IFC::before {
    content: "\E070";
}
.cc.INCNT-alt::before {
    content: "\E071";
}
.cc.INCNT::before {
    content: "\E072";
}
.cc.IOC-alt::before {
    content: "\E073";
}
.cc.IOC::before {
    content: "\E074";
}
.cc.IOTA-alt::before {
    content: "\E075";
}
.cc.IOTA::before {
    content: "\E076";
}
.cc.JBS-alt::before {
    content: "\E077";
}
.cc.JBS::before {
    content: "\E078";
}
.cc.KMD-alt::before {
    content: "\E079";
}
.cc.KMD::before {
    content: "\E07A";
}
.cc.KOBO::before {
    content: "\E07B";
}
.cc.KORE-alt::before {
    content: "\E07C";
}
.cc.KORE::before {
    content: "\E07D";
}
.cc.LBC-alt::before {
    content: "\E07E";
}
.cc.LBC::before {
    content: "\E07F";
}
.cc.LDOGE-alt::before {
    content: "\E080";
}
.cc.LDOGE::before {
    content: "\E081";
}
.cc.LSK-alt::before {
    content: "\E082";
}
.cc.LSK::before {
    content: "\E083";
}
.cc.LTC-alt::before {
    content: "\E084";
}
.cc.LTC::before {
    content: "\E085";
}
.cc.MAID-alt::before {
    content: "\E086";
}
.cc.MAID::before {
    content: "\E087";
}
.cc.MCO-alt::before {
    content: "\E088";
}
.cc.MCO::before {
    content: "\E089";
}
.cc.MINT-alt::before {
    content: "\E08A";
}
.cc.MINT::before {
    content: "\E08B";
}
.cc.MONA-alt::before {
    content: "\E08C";
}
.cc.MONA::before {
    content: "\E08D";
}
.cc.MRC::before {
    content: "\E08E";
}
.cc.MSC-alt::before {
    content: "\E08F";
}
.cc.MSC::before {
    content: "\E090";
}
.cc.MTR-alt::before {
    content: "\E091";
}
.cc.MTR::before {
    content: "\E092";
}
.cc.MUE-alt::before {
    content: "\E093";
}
.cc.MUE::before {
    content: "\E094";
}
.cc.NBT::before {
    content: "\E095";
}
.cc.NEO-alt::before {
    content: "\E096";
}
.cc.NEO::before {
    content: "\E097";
}
.cc.NEOS-alt::before {
    content: "\E098";
}
.cc.NEOS::before {
    content: "\E099";
}
.cc.NEU-alt::before {
    content: "\E09A";
}
.cc.NEU::before {
    content: "\E09B";
}
.cc.NLG-alt::before {
    content: "\E09C";
}
.cc.NLG::before {
    content: "\E09D";
}
.cc.NMC-alt::before {
    content: "\E09E";
}
.cc.NMC::before {
    content: "\E09F";
}
.cc.NOTE-alt::before {
    content: "\E0A0";
}
.cc.NOTE::before {
    content: "\E0A1";
}
.cc.NVC-alt::before {
    content: "\E0A2";
}
.cc.NVC::before {
    content: "\E0A3";
}
.cc.NXT-alt::before {
    content: "\E0A4";
}
.cc.NXT::before {
    content: "\E0A5";
}
.cc.OK-alt::before {
    content: "\E0A6";
}
.cc.OK::before {
    content: "\E0A7";
}
.cc.OMG-alt::before {
    content: "\E0A8";
}
.cc.OMG::before {
    content: "\E0A9";
}
.cc.OMNI-alt::before {
    content: "\E0AA";
}
.cc.OMNI::before {
    content: "\E0AB";
}
.cc.OPAL-alt::before {
    content: "\E0AC";
}
.cc.OPAL::before {
    content: "\E0AD";
}
.cc.PART-alt::before {
    content: "\E0AE";
}
.cc.PART::before {
    content: "\E0AF";
}
.cc.PIGGY-alt::before {
    content: "\E0B0";
}
.cc.PIGGY::before {
    content: "\E0B1";
}
.cc.PINK-alt::before {
    content: "\E0B2";
}
.cc.PINK::before {
    content: "\E0B3";
}
.cc.PIVX-alt::before {
    content: "\E0B4";
}
.cc.PIVX::before {
    content: "\E0B5";
}
.cc.POT-alt::before {
    content: "\E0B6";
}
.cc.POT::before {
    content: "\E0B7";
}
.cc.PPC-alt::before {
    content: "\E0B8";
}
.cc.PPC::before {
    content: "\E0B9";
}
.cc.QRK-alt::before {
    content: "\E0BA";
}
.cc.QRK::before {
    content: "\E0BB";
}
.cc.QTUM-alt::before {
    content: "\E0BC";
}
.cc.QTUM::before {
    content: "\E0BD";
}
.cc.RADS-alt::before {
    content: "\E0BE";
}
.cc.RADS::before {
    content: "\E0BF";
}
.cc.RBIES-alt::before {
    content: "\E0C0";
}
.cc.RBIES::before {
    content: "\E0C1";
}
.cc.RBT-alt::before {
    content: "\E0C2";
}
.cc.RBT::before {
    content: "\E0C3";
}
.cc.RBY-alt::before {
    content: "\E0C4";
}
.cc.RBY::before {
    content: "\E0C5";
}
.cc.RDD-alt::before {
    content: "\E0C6";
}
.cc.RDD::before {
    content: "\E0C7";
}
.cc.REP-alt::before {
    content: "\E0C8";
}
.cc.REP::before {
    content: "\E0C9";
}
.cc.RISE-alt::before {
    content: "\E0CA";
}
.cc.RISE::before {
    content: "\E0CB";
}
.cc.SALT-alt::before {
    content: "\E0CC";
}
.cc.SALT::before {
    content: "\E0CD";
}
.cc.SAR-alt::before {
    content: "\E0CE";
}
.cc.SAR::before {
    content: "\E0CF";
}
.cc.SCOT-alt::before {
    content: "\E0D0";
}
.cc.SCOT::before {
    content: "\E0D1";
}
.cc.SDC-alt::before {
    content: "\E0D2";
}
.cc.SDC::before {
    content: "\E0D3";
}
.cc.SIA-alt::before {
    content: "\E0D4";
}
.cc.SIA::before {
    content: "\E0D5";
}
.cc.SJCX-alt::before {
    content: "\E0D6";
}
.cc.SJCX::before {
    content: "\E0D7";
}
.cc.SLG-alt::before {
    content: "\E0D8";
}
.cc.SLG::before {
    content: "\E0D9";
}
.cc.SLS-alt::before {
    content: "\E0DA";
}
.cc.SLS::before {
    content: "\E0DB";
}
.cc.SNRG-alt::before {
    content: "\E0DC";
}
.cc.SNRG::before {
    content: "\E0DD";
}
.cc.START-alt::before {
    content: "\E0DE";
}
.cc.START::before {
    content: "\E0DF";
}
.cc.STEEM-alt::before {
    content: "\E0E0";
}
.cc.STEEM::before {
    content: "\E0E1";
}
.cc.STR-alt::before {
    content: "\E0E2";
}
.cc.STR::before {
    content: "\E0E3";
}
.cc.STRAT-alt::before {
    content: "\E0E4";
}
.cc.STRAT::before {
    content: "\E0E5";
}
.cc.SWIFT-alt::before {
    content: "\E0E6";
}
.cc.SWIFT::before {
    content: "\E0E7";
}
.cc.SYNC-alt::before {
    content: "\E0E8";
}
.cc.SYNC::before {
    content: "\E0E9";
}
.cc.SYS-alt::before {
    content: "\E0EA";
}
.cc.SYS::before {
    content: "\E0EB";
}
.cc.TRIG-alt::before {
    content: "\E0EC";
}
.cc.TRIG::before {
    content: "\E0ED";
}
.cc.TX-alt::before {
    content: "\E0EE";
}
.cc.TX::before {
    content: "\E0EF";
}
.cc.UBQ-alt::before {
    content: "\E0F0";
}
.cc.UBQ::before {
    content: "\E0F1";
}
.cc.UNITY-alt::before {
    content: "\E0F2";
}
.cc.UNITY::before {
    content: "\E0F3";
}
.cc.USDT-alt::before {
    content: "\E0F4";
}
.cc.USDT::before {
    content: "\E0F5";
}
.cc.VIOR-alt::before {
    content: "\E0F6";
}
.cc.VIOR::before {
    content: "\E0F7";
}
.cc.VNL-alt::before {
    content: "\E0F8";
}
.cc.VNL::before {
    content: "\E0F9";
}
.cc.VPN-alt::before {
    content: "\E0FA";
}
.cc.VPN::before {
    content: "\E0FB";
}
.cc.VRC-alt::before {
    content: "\E0FC";
}
.cc.VRC::before {
    content: "\E0FD";
}
.cc.VTC-alt::before {
    content: "\E0FE";
}
.cc.VTC::before {
    content: "\E0FF";
}
.cc.WAVES-alt::before {
    content: "\E100";
}
.cc.WAVES::before {
    content: "\E101";
}
.cc.XAI-alt::before {
    content: "\E102";
}
.cc.XAI::before {
    content: "\E103";
}
.cc.XBS-alt::before {
    content: "\E104";
}
.cc.XBS::before {
    content: "\E105";
}
.cc.XCP-alt::before {
    content: "\E106";
}
.cc.XCP::before {
    content: "\E107";
}
.cc.XEM-alt::before {
    content: "\E108";
}
.cc.XEM::before {
    content: "\E109";
}
.cc.XMR::before {
    content: "\E10A";
}
.cc.XPM-alt::before {
    content: "\E10B";
}
.cc.XPM::before {
    content: "\E10C";
}
.cc.XRP-alt::before {
    content: "\E10D";
}
.cc.XRP::before {
    content: "\E10E";
}
.cc.XTZ-alt::before {
    content: "\E10F";
}
.cc.XTZ::before {
    content: "\E110";
}
.cc.XVG-alt::before {
    content: "\E111";
}
.cc.XVG::before {
    content: "\E112";
}
.cc.XZC-alt::before {
    content: "\E113";
}
.cc.XZC::before {
    content: "\E114";
}
.cc.YBC-alt::before {
    content: "\E115";
}
.cc.YBC::before {
    content: "\E116";
}
.cc.ZEC-alt::before {
    content: "\E117";
}
.cc.ZEC::before {
    content: "\E118";
}
.cc.ZEIT-alt::before {
    content: "\E119";
}
.cc.ZEIT::before {
    content: "\E11A";
}
@font-face {
    font-family: remixicon;
    src: url(icons/remixicon-icons/remixicon.eot?t=1590207869815);
    src: url(icons/remixicon-icons/remixicon.eot?t=1590207869815#iefix)
            format("embedded-opentype"),
        url(icons/remixicon-icons/remixicon.woff2?t=1590207869815)
            format("woff2"),
        url(icons/remixicon-icons/remixicon.woff?t=1590207869815) format("woff"),
        url(icons/remixicon-icons/remixicon.ttf?t=1590207869815)
            format("truetype"),
        url(icons/remixicon-icons/remixicon.svg?t=1590207869815#remixicon)
            format("svg");
    font-display: swap;
}
[class*=" ri-"],
[class^="ri-"] {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ri-lg {
    font-size: 1.3333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.ri-xl {
    font-size: 1.5em;
    line-height: 0.6666em;
    vertical-align: -0.075em;
}
.ri-xxs {
    font-size: 0.5em;
}
.ri-xs {
    font-size: 0.75em;
}
.ri-sm {
    font-size: 0.875em;
}
.ri-1x {
    font-size: 1em;
}
.ri-2x {
    font-size: 2em;
}
.ri-3x {
    font-size: 3em;
}
.ri-4x {
    font-size: 4em;
}
.ri-5x {
    font-size: 5em;
}
.ri-6x {
    font-size: 6em;
}
.ri-7x {
    font-size: 7em;
}
.ri-8x {
    font-size: 8em;
}
.ri-9x {
    font-size: 9em;
}
.ri-10x {
    font-size: 10em;
}
.ri-fw {
    text-align: center;
    width: 1.25em;
}
.ri-24-hours-fill:before {
    content: "\ea01";
}
.ri-24-hours-line:before {
    content: "\ea02";
}
.ri-4k-fill:before {
    content: "\ea03";
}
.ri-4k-line:before {
    content: "\ea04";
}
.ri-a-b:before {
    content: "\ea05";
}
.ri-account-box-fill:before {
    content: "\ea06";
}
.ri-account-box-line:before {
    content: "\ea07";
}
.ri-account-circle-fill:before {
    content: "\ea08";
}
.ri-account-circle-line:before {
    content: "\ea09";
}
.ri-account-pin-box-fill:before {
    content: "\ea0a";
}
.ri-account-pin-box-line:before {
    content: "\ea0b";
}
.ri-account-pin-circle-fill:before {
    content: "\ea0c";
}
.ri-account-pin-circle-line:before {
    content: "\ea0d";
}
.ri-add-box-fill:before {
    content: "\ea0e";
}
.ri-add-box-line:before {
    content: "\ea0f";
}
.ri-add-circle-fill:before {
    content: "\ea10";
}
.ri-add-circle-line:before {
    content: "\ea11";
}
.ri-add-fill:before {
    content: "\ea12";
}
.ri-add-line:before {
    content: "\ea13";
}
.ri-admin-fill:before {
    content: "\ea14";
}
.ri-admin-line:before {
    content: "\ea15";
}
.ri-advertisement-fill:before {
    content: "\ea16";
}
.ri-advertisement-line:before {
    content: "\ea17";
}
.ri-airplay-fill:before {
    content: "\ea18";
}
.ri-airplay-line:before {
    content: "\ea19";
}
.ri-alarm-fill:before {
    content: "\ea1a";
}
.ri-alarm-line:before {
    content: "\ea1b";
}
.ri-alarm-warning-fill:before {
    content: "\ea1c";
}
.ri-alarm-warning-line:before {
    content: "\ea1d";
}
.ri-album-fill:before {
    content: "\ea1e";
}
.ri-album-line:before {
    content: "\ea1f";
}
.ri-alert-fill:before {
    content: "\ea20";
}
.ri-alert-line:before {
    content: "\ea21";
}
.ri-aliens-fill:before {
    content: "\ea22";
}
.ri-aliens-line:before {
    content: "\ea23";
}
.ri-align-bottom:before {
    content: "\ea24";
}
.ri-align-center:before {
    content: "\ea25";
}
.ri-align-justify:before {
    content: "\ea26";
}
.ri-align-left:before {
    content: "\ea27";
}
.ri-align-right:before {
    content: "\ea28";
}
.ri-align-top:before {
    content: "\ea29";
}
.ri-align-vertically:before {
    content: "\ea2a";
}
.ri-alipay-fill:before {
    content: "\ea2b";
}
.ri-alipay-line:before {
    content: "\ea2c";
}
.ri-amazon-fill:before {
    content: "\ea2d";
}
.ri-amazon-line:before {
    content: "\ea2e";
}
.ri-anchor-fill:before {
    content: "\ea2f";
}
.ri-anchor-line:before {
    content: "\ea30";
}
.ri-ancient-gate-fill:before {
    content: "\ea31";
}
.ri-ancient-gate-line:before {
    content: "\ea32";
}
.ri-ancient-pavilion-fill:before {
    content: "\ea33";
}
.ri-ancient-pavilion-line:before {
    content: "\ea34";
}
.ri-android-fill:before {
    content: "\ea35";
}
.ri-android-line:before {
    content: "\ea36";
}
.ri-angularjs-fill:before {
    content: "\ea37";
}
.ri-angularjs-line:before {
    content: "\ea38";
}
.ri-anticlockwise-2-fill:before {
    content: "\ea39";
}
.ri-anticlockwise-2-line:before {
    content: "\ea3a";
}
.ri-anticlockwise-fill:before {
    content: "\ea3b";
}
.ri-anticlockwise-line:before {
    content: "\ea3c";
}
.ri-app-store-fill:before {
    content: "\ea3d";
}
.ri-app-store-line:before {
    content: "\ea3e";
}
.ri-apple-fill:before {
    content: "\ea3f";
}
.ri-apple-line:before {
    content: "\ea40";
}
.ri-apps-2-fill:before {
    content: "\ea41";
}
.ri-apps-2-line:before {
    content: "\ea42";
}
.ri-apps-fill:before {
    content: "\ea43";
}
.ri-apps-line:before {
    content: "\ea44";
}
.ri-archive-drawer-fill:before {
    content: "\ea45";
}
.ri-archive-drawer-line:before {
    content: "\ea46";
}
.ri-archive-fill:before {
    content: "\ea47";
}
.ri-archive-line:before {
    content: "\ea48";
}
.ri-arrow-down-circle-fill:before {
    content: "\ea49";
}
.ri-arrow-down-circle-line:before {
    content: "\ea4a";
}
.ri-arrow-down-fill:before {
    content: "\ea4b";
}
.ri-arrow-down-line:before {
    content: "\ea4c";
}
.ri-arrow-down-s-fill:before {
    content: "\ea4d";
}
.ri-arrow-down-s-line:before {
    content: "\ea4e";
}
.ri-arrow-drop-down-fill:before {
    content: "\ea4f";
}
.ri-arrow-drop-down-line:before {
    content: "\ea50";
}
.ri-arrow-drop-left-fill:before {
    content: "\ea51";
}
.ri-arrow-drop-left-line:before {
    content: "\ea52";
}
.ri-arrow-drop-right-fill:before {
    content: "\ea53";
}
.ri-arrow-drop-right-line:before {
    content: "\ea54";
}
.ri-arrow-drop-up-fill:before {
    content: "\ea55";
}
.ri-arrow-drop-up-line:before {
    content: "\ea56";
}
.ri-arrow-go-back-fill:before {
    content: "\ea57";
}
.ri-arrow-go-back-line:before {
    content: "\ea58";
}
.ri-arrow-go-forward-fill:before {
    content: "\ea59";
}
.ri-arrow-go-forward-line:before {
    content: "\ea5a";
}
.ri-arrow-left-circle-fill:before {
    content: "\ea5b";
}
.ri-arrow-left-circle-line:before {
    content: "\ea5c";
}
.ri-arrow-left-down-fill:before {
    content: "\ea5d";
}
.ri-arrow-left-down-line:before {
    content: "\ea5e";
}
.ri-arrow-left-fill:before {
    content: "\ea5f";
}
.ri-arrow-left-line:before {
    content: "\ea60";
}
.ri-arrow-left-right-fill:before {
    content: "\ea61";
}
.ri-arrow-left-right-line:before {
    content: "\ea62";
}
.ri-arrow-left-s-fill:before {
    content: "\ea63";
}
.ri-arrow-left-s-line:before {
    content: "\ea64";
}
.ri-arrow-left-up-fill:before {
    content: "\ea65";
}
.ri-arrow-left-up-line:before {
    content: "\ea66";
}
.ri-arrow-right-circle-fill:before {
    content: "\ea67";
}
.ri-arrow-right-circle-line:before {
    content: "\ea68";
}
.ri-arrow-right-down-fill:before {
    content: "\ea69";
}
.ri-arrow-right-down-line:before {
    content: "\ea6a";
}
.ri-arrow-right-fill:before {
    content: "\ea6b";
}
.ri-arrow-right-line:before {
    content: "\ea6c";
}
.ri-arrow-right-s-fill:before {
    content: "\ea6d";
}
.ri-arrow-right-s-line:before {
    content: "\ea6e";
}
.ri-arrow-right-up-fill:before {
    content: "\ea6f";
}
.ri-arrow-right-up-line:before {
    content: "\ea70";
}
.ri-arrow-up-circle-fill:before {
    content: "\ea71";
}
.ri-arrow-up-circle-line:before {
    content: "\ea72";
}
.ri-arrow-up-down-fill:before {
    content: "\ea73";
}
.ri-arrow-up-down-line:before {
    content: "\ea74";
}
.ri-arrow-up-fill:before {
    content: "\ea75";
}
.ri-arrow-up-line:before {
    content: "\ea76";
}
.ri-arrow-up-s-fill:before {
    content: "\ea77";
}
.ri-arrow-up-s-line:before {
    content: "\ea78";
}
.ri-artboard-2-fill:before {
    content: "\ea79";
}
.ri-artboard-2-line:before {
    content: "\ea7a";
}
.ri-artboard-fill:before {
    content: "\ea7b";
}
.ri-artboard-line:before {
    content: "\ea7c";
}
.ri-article-fill:before {
    content: "\ea7d";
}
.ri-article-line:before {
    content: "\ea7e";
}
.ri-aspect-ratio-fill:before {
    content: "\ea7f";
}
.ri-aspect-ratio-line:before {
    content: "\ea80";
}
.ri-asterisk:before {
    content: "\ea81";
}
.ri-at-fill:before {
    content: "\ea82";
}
.ri-at-line:before {
    content: "\ea83";
}
.ri-attachment-2:before {
    content: "\ea84";
}
.ri-attachment-fill:before {
    content: "\ea85";
}
.ri-attachment-line:before {
    content: "\ea86";
}
.ri-auction-fill:before {
    content: "\ea87";
}
.ri-auction-line:before {
    content: "\ea88";
}
.ri-award-fill:before {
    content: "\ea89";
}
.ri-award-line:before {
    content: "\ea8a";
}
.ri-baidu-fill:before {
    content: "\ea8b";
}
.ri-baidu-line:before {
    content: "\ea8c";
}
.ri-ball-pen-fill:before {
    content: "\ea8d";
}
.ri-ball-pen-line:before {
    content: "\ea8e";
}
.ri-bank-card-2-fill:before {
    content: "\ea8f";
}
.ri-bank-card-2-line:before {
    content: "\ea90";
}
.ri-bank-card-fill:before {
    content: "\ea91";
}
.ri-bank-card-line:before {
    content: "\ea92";
}
.ri-bank-fill:before {
    content: "\ea93";
}
.ri-bank-line:before {
    content: "\ea94";
}
.ri-bar-chart-2-fill:before {
    content: "\ea95";
}
.ri-bar-chart-2-line:before {
    content: "\ea96";
}
.ri-bar-chart-box-fill:before {
    content: "\ea97";
}
.ri-bar-chart-box-line:before {
    content: "\ea98";
}
.ri-bar-chart-fill:before {
    content: "\ea99";
}
.ri-bar-chart-grouped-fill:before {
    content: "\ea9a";
}
.ri-bar-chart-grouped-line:before {
    content: "\ea9b";
}
.ri-bar-chart-horizontal-fill:before {
    content: "\ea9c";
}
.ri-bar-chart-horizontal-line:before {
    content: "\ea9d";
}
.ri-bar-chart-line:before {
    content: "\ea9e";
}
.ri-barcode-box-fill:before {
    content: "\ea9f";
}
.ri-barcode-box-line:before {
    content: "\eaa0";
}
.ri-barcode-fill:before {
    content: "\eaa1";
}
.ri-barcode-line:before {
    content: "\eaa2";
}
.ri-barricade-fill:before {
    content: "\eaa3";
}
.ri-barricade-line:before {
    content: "\eaa4";
}
.ri-base-station-fill:before {
    content: "\eaa5";
}
.ri-base-station-line:before {
    content: "\eaa6";
}
.ri-basketball-fill:before {
    content: "\eaa7";
}
.ri-basketball-line:before {
    content: "\eaa8";
}
.ri-battery-2-charge-fill:before {
    content: "\eaa9";
}
.ri-battery-2-charge-line:before {
    content: "\eaaa";
}
.ri-battery-2-fill:before {
    content: "\eaab";
}
.ri-battery-2-line:before {
    content: "\eaac";
}
.ri-battery-charge-fill:before {
    content: "\eaad";
}
.ri-battery-charge-line:before {
    content: "\eaae";
}
.ri-battery-fill:before {
    content: "\eaaf";
}
.ri-battery-line:before {
    content: "\eab0";
}
.ri-battery-low-fill:before {
    content: "\eab1";
}
.ri-battery-low-line:before {
    content: "\eab2";
}
.ri-battery-saver-fill:before {
    content: "\eab3";
}
.ri-battery-saver-line:before {
    content: "\eab4";
}
.ri-battery-share-fill:before {
    content: "\eab5";
}
.ri-battery-share-line:before {
    content: "\eab6";
}
.ri-bear-smile-fill:before {
    content: "\eab7";
}
.ri-bear-smile-line:before {
    content: "\eab8";
}
.ri-behance-fill:before {
    content: "\eab9";
}
.ri-behance-line:before {
    content: "\eaba";
}
.ri-bell-fill:before {
    content: "\eabb";
}
.ri-bell-line:before {
    content: "\eabc";
}
.ri-bike-fill:before {
    content: "\eabd";
}
.ri-bike-line:before {
    content: "\eabe";
}
.ri-bilibili-fill:before {
    content: "\eabf";
}
.ri-bilibili-line:before {
    content: "\eac0";
}
.ri-bill-fill:before {
    content: "\eac1";
}
.ri-bill-line:before {
    content: "\eac2";
}
.ri-billiards-fill:before {
    content: "\eac3";
}
.ri-billiards-line:before {
    content: "\eac4";
}
.ri-bit-coin-fill:before {
    content: "\eac5";
}
.ri-bit-coin-line:before {
    content: "\eac6";
}
.ri-blaze-fill:before {
    content: "\eac7";
}
.ri-blaze-line:before {
    content: "\eac8";
}
.ri-bluetooth-connect-fill:before {
    content: "\eac9";
}
.ri-bluetooth-connect-line:before {
    content: "\eaca";
}
.ri-bluetooth-fill:before {
    content: "\eacb";
}
.ri-bluetooth-line:before {
    content: "\eacc";
}
.ri-blur-off-fill:before {
    content: "\eacd";
}
.ri-blur-off-line:before {
    content: "\eace";
}
.ri-body-scan-fill:before {
    content: "\eacf";
}
.ri-body-scan-line:before {
    content: "\ead0";
}
.ri-bold:before {
    content: "\ead1";
}
.ri-book-2-fill:before {
    content: "\ead2";
}
.ri-book-2-line:before {
    content: "\ead3";
}
.ri-book-3-fill:before {
    content: "\ead4";
}
.ri-book-3-line:before {
    content: "\ead5";
}
.ri-book-fill:before {
    content: "\ead6";
}
.ri-book-line:before {
    content: "\ead7";
}
.ri-book-mark-fill:before {
    content: "\ead8";
}
.ri-book-mark-line:before {
    content: "\ead9";
}
.ri-book-open-fill:before {
    content: "\eada";
}
.ri-book-open-line:before {
    content: "\eadb";
}
.ri-book-read-fill:before {
    content: "\eadc";
}
.ri-book-read-line:before {
    content: "\eadd";
}
.ri-booklet-fill:before {
    content: "\eade";
}
.ri-booklet-line:before {
    content: "\eadf";
}
.ri-bookmark-2-fill:before {
    content: "\eae0";
}
.ri-bookmark-2-line:before {
    content: "\eae1";
}
.ri-bookmark-3-fill:before {
    content: "\eae2";
}
.ri-bookmark-3-line:before {
    content: "\eae3";
}
.ri-bookmark-fill:before {
    content: "\eae4";
}
.ri-bookmark-line:before {
    content: "\eae5";
}
.ri-boxing-fill:before {
    content: "\eae6";
}
.ri-boxing-line:before {
    content: "\eae7";
}
.ri-braces-fill:before {
    content: "\eae8";
}
.ri-braces-line:before {
    content: "\eae9";
}
.ri-brackets-fill:before {
    content: "\eaea";
}
.ri-brackets-line:before {
    content: "\eaeb";
}
.ri-briefcase-2-fill:before {
    content: "\eaec";
}
.ri-briefcase-2-line:before {
    content: "\eaed";
}
.ri-briefcase-3-fill:before {
    content: "\eaee";
}
.ri-briefcase-3-line:before {
    content: "\eaef";
}
.ri-briefcase-4-fill:before {
    content: "\eaf0";
}
.ri-briefcase-4-line:before {
    content: "\eaf1";
}
.ri-briefcase-5-fill:before {
    content: "\eaf2";
}
.ri-briefcase-5-line:before {
    content: "\eaf3";
}
.ri-briefcase-fill:before {
    content: "\eaf4";
}
.ri-briefcase-line:before {
    content: "\eaf5";
}
.ri-bring-forward:before {
    content: "\eaf6";
}
.ri-bring-to-front:before {
    content: "\eaf7";
}
.ri-broadcast-fill:before {
    content: "\eaf8";
}
.ri-broadcast-line:before {
    content: "\eaf9";
}
.ri-brush-2-fill:before {
    content: "\eafa";
}
.ri-brush-2-line:before {
    content: "\eafb";
}
.ri-brush-3-fill:before {
    content: "\eafc";
}
.ri-brush-3-line:before {
    content: "\eafd";
}
.ri-brush-4-fill:before {
    content: "\eafe";
}
.ri-brush-4-line:before {
    content: "\eaff";
}
.ri-brush-fill:before {
    content: "\eb00";
}
.ri-brush-line:before {
    content: "\eb01";
}
.ri-bubble-chart-fill:before {
    content: "\eb02";
}
.ri-bubble-chart-line:before {
    content: "\eb03";
}
.ri-bug-2-fill:before {
    content: "\eb04";
}
.ri-bug-2-line:before {
    content: "\eb05";
}
.ri-bug-fill:before {
    content: "\eb06";
}
.ri-bug-line:before {
    content: "\eb07";
}
.ri-building-2-fill:before {
    content: "\eb08";
}
.ri-building-2-line:before {
    content: "\eb09";
}
.ri-building-3-fill:before {
    content: "\eb0a";
}
.ri-building-3-line:before {
    content: "\eb0b";
}
.ri-building-4-fill:before {
    content: "\eb0c";
}
.ri-building-4-line:before {
    content: "\eb0d";
}
.ri-building-fill:before {
    content: "\eb0e";
}
.ri-building-line:before {
    content: "\eb0f";
}
.ri-bus-2-fill:before {
    content: "\eb10";
}
.ri-bus-2-line:before {
    content: "\eb11";
}
.ri-bus-fill:before {
    content: "\eb12";
}
.ri-bus-line:before {
    content: "\eb13";
}
.ri-bus-wifi-fill:before {
    content: "\eb14";
}
.ri-bus-wifi-line:before {
    content: "\eb15";
}
.ri-cactus-fill:before {
    content: "\eb16";
}
.ri-cactus-line:before {
    content: "\eb17";
}
.ri-cake-2-fill:before {
    content: "\eb18";
}
.ri-cake-2-line:before {
    content: "\eb19";
}
.ri-cake-3-fill:before {
    content: "\eb1a";
}
.ri-cake-3-line:before {
    content: "\eb1b";
}
.ri-cake-fill:before {
    content: "\eb1c";
}
.ri-cake-line:before {
    content: "\eb1d";
}
.ri-calculator-fill:before {
    content: "\eb1e";
}
.ri-calculator-line:before {
    content: "\eb1f";
}
.ri-calendar-2-fill:before {
    content: "\eb20";
}
.ri-calendar-2-line:before {
    content: "\eb21";
}
.ri-calendar-check-fill:before {
    content: "\eb22";
}
.ri-calendar-check-line:before {
    content: "\eb23";
}
.ri-calendar-event-fill:before {
    content: "\eb24";
}
.ri-calendar-event-line:before {
    content: "\eb25";
}
.ri-calendar-fill:before {
    content: "\eb26";
}
.ri-calendar-line:before {
    content: "\eb27";
}
.ri-calendar-todo-fill:before {
    content: "\eb28";
}
.ri-calendar-todo-line:before {
    content: "\eb29";
}
.ri-camera-2-fill:before {
    content: "\eb2a";
}
.ri-camera-2-line:before {
    content: "\eb2b";
}
.ri-camera-3-fill:before {
    content: "\eb2c";
}
.ri-camera-3-line:before {
    content: "\eb2d";
}
.ri-camera-fill:before {
    content: "\eb2e";
}
.ri-camera-lens-fill:before {
    content: "\eb2f";
}
.ri-camera-lens-line:before {
    content: "\eb30";
}
.ri-camera-line:before {
    content: "\eb31";
}
.ri-camera-off-fill:before {
    content: "\eb32";
}
.ri-camera-off-line:before {
    content: "\eb33";
}
.ri-camera-switch-fill:before {
    content: "\eb34";
}
.ri-camera-switch-line:before {
    content: "\eb35";
}
.ri-capsule-fill:before {
    content: "\eb36";
}
.ri-capsule-line:before {
    content: "\eb37";
}
.ri-car-fill:before {
    content: "\eb38";
}
.ri-car-line:before {
    content: "\eb39";
}
.ri-car-washing-fill:before {
    content: "\eb3a";
}
.ri-car-washing-line:before {
    content: "\eb3b";
}
.ri-caravan-fill:before {
    content: "\eb3c";
}
.ri-caravan-line:before {
    content: "\eb3d";
}
.ri-cast-fill:before {
    content: "\eb3e";
}
.ri-cast-line:before {
    content: "\eb3f";
}
.ri-cellphone-fill:before {
    content: "\eb40";
}
.ri-cellphone-line:before {
    content: "\eb41";
}
.ri-celsius-fill:before {
    content: "\eb42";
}
.ri-celsius-line:before {
    content: "\eb43";
}
.ri-centos-fill:before {
    content: "\eb44";
}
.ri-centos-line:before {
    content: "\eb45";
}
.ri-character-recognition-fill:before {
    content: "\eb46";
}
.ri-character-recognition-line:before {
    content: "\eb47";
}
.ri-charging-pile-2-fill:before {
    content: "\eb48";
}
.ri-charging-pile-2-line:before {
    content: "\eb49";
}
.ri-charging-pile-fill:before {
    content: "\eb4a";
}
.ri-charging-pile-line:before {
    content: "\eb4b";
}
.ri-chat-1-fill:before {
    content: "\eb4c";
}
.ri-chat-1-line:before {
    content: "\eb4d";
}
.ri-chat-2-fill:before {
    content: "\eb4e";
}
.ri-chat-2-line:before {
    content: "\eb4f";
}
.ri-chat-3-fill:before {
    content: "\eb50";
}
.ri-chat-3-line:before {
    content: "\eb51";
}
.ri-chat-4-fill:before {
    content: "\eb52";
}
.ri-chat-4-line:before {
    content: "\eb53";
}
.ri-chat-check-fill:before {
    content: "\eb54";
}
.ri-chat-check-line:before {
    content: "\eb55";
}
.ri-chat-delete-fill:before {
    content: "\eb56";
}
.ri-chat-delete-line:before {
    content: "\eb57";
}
.ri-chat-download-fill:before {
    content: "\eb58";
}
.ri-chat-download-line:before {
    content: "\eb59";
}
.ri-chat-follow-up-fill:before {
    content: "\eb5a";
}
.ri-chat-follow-up-line:before {
    content: "\eb5b";
}
.ri-chat-forward-fill:before {
    content: "\eb5c";
}
.ri-chat-forward-line:before {
    content: "\eb5d";
}
.ri-chat-heart-fill:before {
    content: "\eb5e";
}
.ri-chat-heart-line:before {
    content: "\eb5f";
}
.ri-chat-history-fill:before {
    content: "\eb60";
}
.ri-chat-history-line:before {
    content: "\eb61";
}
.ri-chat-new-fill:before {
    content: "\eb62";
}
.ri-chat-new-line:before {
    content: "\eb63";
}
.ri-chat-off-fill:before {
    content: "\eb64";
}
.ri-chat-off-line:before {
    content: "\eb65";
}
.ri-chat-poll-fill:before {
    content: "\eb66";
}
.ri-chat-poll-line:before {
    content: "\eb67";
}
.ri-chat-private-fill:before {
    content: "\eb68";
}
.ri-chat-private-line:before {
    content: "\eb69";
}
.ri-chat-quote-fill:before {
    content: "\eb6a";
}
.ri-chat-quote-line:before {
    content: "\eb6b";
}
.ri-chat-settings-fill:before {
    content: "\eb6c";
}
.ri-chat-settings-line:before {
    content: "\eb6d";
}
.ri-chat-smile-2-fill:before {
    content: "\eb6e";
}
.ri-chat-smile-2-line:before {
    content: "\eb6f";
}
.ri-chat-smile-3-fill:before {
    content: "\eb70";
}
.ri-chat-smile-3-line:before {
    content: "\eb71";
}
.ri-chat-smile-fill:before {
    content: "\eb72";
}
.ri-chat-smile-line:before {
    content: "\eb73";
}
.ri-chat-upload-fill:before {
    content: "\eb74";
}
.ri-chat-upload-line:before {
    content: "\eb75";
}
.ri-chat-voice-fill:before {
    content: "\eb76";
}
.ri-chat-voice-line:before {
    content: "\eb77";
}
.ri-check-double-fill:before {
    content: "\eb78";
}
.ri-check-double-line:before {
    content: "\eb79";
}
.ri-check-fill:before {
    content: "\eb7a";
}
.ri-check-line:before {
    content: "\eb7b";
}
.ri-checkbox-blank-circle-fill:before {
    content: "\eb7c";
}
.ri-checkbox-blank-circle-line:before {
    content: "\eb7d";
}
.ri-checkbox-blank-fill:before {
    content: "\eb7e";
}
.ri-checkbox-blank-line:before {
    content: "\eb7f";
}
.ri-checkbox-circle-fill:before {
    content: "\eb80";
}
.ri-checkbox-circle-line:before {
    content: "\eb81";
}
.ri-checkbox-fill:before {
    content: "\eb82";
}
.ri-checkbox-indeterminate-fill:before {
    content: "\eb83";
}
.ri-checkbox-indeterminate-line:before {
    content: "\eb84";
}
.ri-checkbox-line:before {
    content: "\eb85";
}
.ri-checkbox-multiple-blank-fill:before {
    content: "\eb86";
}
.ri-checkbox-multiple-blank-line:before {
    content: "\eb87";
}
.ri-checkbox-multiple-fill:before {
    content: "\eb88";
}
.ri-checkbox-multiple-line:before {
    content: "\eb89";
}
.ri-china-railway-fill:before {
    content: "\eb8a";
}
.ri-china-railway-line:before {
    content: "\eb8b";
}
.ri-chrome-fill:before {
    content: "\eb8c";
}
.ri-chrome-line:before {
    content: "\eb8d";
}
.ri-clapperboard-fill:before {
    content: "\eb8e";
}
.ri-clapperboard-line:before {
    content: "\eb8f";
}
.ri-clipboard-fill:before {
    content: "\eb90";
}
.ri-clipboard-line:before {
    content: "\eb91";
}
.ri-clockwise-2-fill:before {
    content: "\eb92";
}
.ri-clockwise-2-line:before {
    content: "\eb93";
}
.ri-clockwise-fill:before {
    content: "\eb94";
}
.ri-clockwise-line:before {
    content: "\eb95";
}
.ri-close-circle-fill:before {
    content: "\eb96";
}
.ri-close-circle-line:before {
    content: "\eb97";
}
.ri-close-fill:before {
    content: "\eb98";
}
.ri-close-line:before {
    content: "\eb99";
}
.ri-closed-captioning-fill:before {
    content: "\eb9a";
}
.ri-closed-captioning-line:before {
    content: "\eb9b";
}
.ri-cloud-fill:before {
    content: "\eb9c";
}
.ri-cloud-line:before {
    content: "\eb9d";
}
.ri-cloud-off-fill:before {
    content: "\eb9e";
}
.ri-cloud-off-line:before {
    content: "\eb9f";
}
.ri-cloud-windy-fill:before {
    content: "\eba0";
}
.ri-cloud-windy-line:before {
    content: "\eba1";
}
.ri-cloudy-2-fill:before {
    content: "\eba2";
}
.ri-cloudy-2-line:before {
    content: "\eba3";
}
.ri-cloudy-fill:before {
    content: "\eba4";
}
.ri-cloudy-line:before {
    content: "\eba5";
}
.ri-code-box-fill:before {
    content: "\eba6";
}
.ri-code-box-line:before {
    content: "\eba7";
}
.ri-code-fill:before {
    content: "\eba8";
}
.ri-code-line:before {
    content: "\eba9";
}
.ri-code-s-fill:before {
    content: "\ebaa";
}
.ri-code-s-line:before {
    content: "\ebab";
}
.ri-code-s-slash-fill:before {
    content: "\ebac";
}
.ri-code-s-slash-line:before {
    content: "\ebad";
}
.ri-code-view:before {
    content: "\ebae";
}
.ri-codepen-fill:before {
    content: "\ebaf";
}
.ri-codepen-line:before {
    content: "\ebb0";
}
.ri-coin-fill:before {
    content: "\ebb1";
}
.ri-coin-line:before {
    content: "\ebb2";
}
.ri-coins-fill:before {
    content: "\ebb3";
}
.ri-coins-line:before {
    content: "\ebb4";
}
.ri-collage-fill:before {
    content: "\ebb5";
}
.ri-collage-line:before {
    content: "\ebb6";
}
.ri-command-fill:before {
    content: "\ebb7";
}
.ri-command-line:before {
    content: "\ebb8";
}
.ri-community-fill:before {
    content: "\ebb9";
}
.ri-community-line:before {
    content: "\ebba";
}
.ri-compass-2-fill:before {
    content: "\ebbb";
}
.ri-compass-2-line:before {
    content: "\ebbc";
}
.ri-compass-3-fill:before {
    content: "\ebbd";
}
.ri-compass-3-line:before {
    content: "\ebbe";
}
.ri-compass-4-fill:before {
    content: "\ebbf";
}
.ri-compass-4-line:before {
    content: "\ebc0";
}
.ri-compass-discover-fill:before {
    content: "\ebc1";
}
.ri-compass-discover-line:before {
    content: "\ebc2";
}
.ri-compass-fill:before {
    content: "\ebc3";
}
.ri-compass-line:before {
    content: "\ebc4";
}
.ri-compasses-2-fill:before {
    content: "\ebc5";
}
.ri-compasses-2-line:before {
    content: "\ebc6";
}
.ri-compasses-fill:before {
    content: "\ebc7";
}
.ri-compasses-line:before {
    content: "\ebc8";
}
.ri-computer-fill:before {
    content: "\ebc9";
}
.ri-computer-line:before {
    content: "\ebca";
}
.ri-contacts-book-2-fill:before {
    content: "\ebcb";
}
.ri-contacts-book-2-line:before {
    content: "\ebcc";
}
.ri-contacts-book-fill:before {
    content: "\ebcd";
}
.ri-contacts-book-line:before {
    content: "\ebce";
}
.ri-contacts-book-upload-fill:before {
    content: "\ebcf";
}
.ri-contacts-book-upload-line:before {
    content: "\ebd0";
}
.ri-contacts-fill:before {
    content: "\ebd1";
}
.ri-contacts-line:before {
    content: "\ebd2";
}
.ri-contrast-2-fill:before {
    content: "\ebd3";
}
.ri-contrast-2-line:before {
    content: "\ebd4";
}
.ri-contrast-drop-2-fill:before {
    content: "\ebd5";
}
.ri-contrast-drop-2-line:before {
    content: "\ebd6";
}
.ri-contrast-drop-fill:before {
    content: "\ebd7";
}
.ri-contrast-drop-line:before {
    content: "\ebd8";
}
.ri-contrast-fill:before {
    content: "\ebd9";
}
.ri-contrast-line:before {
    content: "\ebda";
}
.ri-copper-coin-fill:before {
    content: "\ebdb";
}
.ri-copper-coin-line:before {
    content: "\ebdc";
}
.ri-copper-diamond-fill:before {
    content: "\ebdd";
}
.ri-copper-diamond-line:before {
    content: "\ebde";
}
.ri-copyleft-fill:before {
    content: "\ebdf";
}
.ri-copyleft-line:before {
    content: "\ebe0";
}
.ri-copyright-fill:before {
    content: "\ebe1";
}
.ri-copyright-line:before {
    content: "\ebe2";
}
.ri-coreos-fill:before {
    content: "\ebe3";
}
.ri-coreos-line:before {
    content: "\ebe4";
}
.ri-coupon-2-fill:before {
    content: "\ebe5";
}
.ri-coupon-2-line:before {
    content: "\ebe6";
}
.ri-coupon-3-fill:before {
    content: "\ebe7";
}
.ri-coupon-3-line:before {
    content: "\ebe8";
}
.ri-coupon-4-fill:before {
    content: "\ebe9";
}
.ri-coupon-4-line:before {
    content: "\ebea";
}
.ri-coupon-5-fill:before {
    content: "\ebeb";
}
.ri-coupon-5-line:before {
    content: "\ebec";
}
.ri-coupon-fill:before {
    content: "\ebed";
}
.ri-coupon-line:before {
    content: "\ebee";
}
.ri-cpu-fill:before {
    content: "\ebef";
}
.ri-cpu-line:before {
    content: "\ebf0";
}
.ri-creative-commons-by-fill:before {
    content: "\ebf1";
}
.ri-creative-commons-by-line:before {
    content: "\ebf2";
}
.ri-creative-commons-fill:before {
    content: "\ebf3";
}
.ri-creative-commons-line:before {
    content: "\ebf4";
}
.ri-creative-commons-nc-fill:before {
    content: "\ebf5";
}
.ri-creative-commons-nc-line:before {
    content: "\ebf6";
}
.ri-creative-commons-nd-fill:before {
    content: "\ebf7";
}
.ri-creative-commons-nd-line:before {
    content: "\ebf8";
}
.ri-creative-commons-sa-fill:before {
    content: "\ebf9";
}
.ri-creative-commons-sa-line:before {
    content: "\ebfa";
}
.ri-creative-commons-zero-fill:before {
    content: "\ebfb";
}
.ri-creative-commons-zero-line:before {
    content: "\ebfc";
}
.ri-criminal-fill:before {
    content: "\ebfd";
}
.ri-criminal-line:before {
    content: "\ebfe";
}
.ri-crop-2-fill:before {
    content: "\ebff";
}
.ri-crop-2-line:before {
    content: "\ec00";
}
.ri-crop-fill:before {
    content: "\ec01";
}
.ri-crop-line:before {
    content: "\ec02";
}
.ri-css3-fill:before {
    content: "\ec03";
}
.ri-css3-line:before {
    content: "\ec04";
}
.ri-cup-fill:before {
    content: "\ec05";
}
.ri-cup-line:before {
    content: "\ec06";
}
.ri-currency-fill:before {
    content: "\ec07";
}
.ri-currency-line:before {
    content: "\ec08";
}
.ri-cursor-fill:before {
    content: "\ec09";
}
.ri-cursor-line:before {
    content: "\ec0a";
}
.ri-customer-service-2-fill:before {
    content: "\ec0b";
}
.ri-customer-service-2-line:before {
    content: "\ec0c";
}
.ri-customer-service-fill:before {
    content: "\ec0d";
}
.ri-customer-service-line:before {
    content: "\ec0e";
}
.ri-dashboard-2-fill:before {
    content: "\ec0f";
}
.ri-dashboard-2-line:before {
    content: "\ec10";
}
.ri-dashboard-3-fill:before {
    content: "\ec11";
}
.ri-dashboard-3-line:before {
    content: "\ec12";
}
.ri-dashboard-fill:before {
    content: "\ec13";
}
.ri-dashboard-line:before {
    content: "\ec14";
}
.ri-database-2-fill:before {
    content: "\ec15";
}
.ri-database-2-line:before {
    content: "\ec16";
}
.ri-database-fill:before {
    content: "\ec17";
}
.ri-database-line:before {
    content: "\ec18";
}
.ri-delete-back-2-fill:before {
    content: "\ec19";
}
.ri-delete-back-2-line:before {
    content: "\ec1a";
}
.ri-delete-back-fill:before {
    content: "\ec1b";
}
.ri-delete-back-line:before {
    content: "\ec1c";
}
.ri-delete-bin-2-fill:before {
    content: "\ec1d";
}
.ri-delete-bin-2-line:before {
    content: "\ec1e";
}
.ri-delete-bin-3-fill:before {
    content: "\ec1f";
}
.ri-delete-bin-3-line:before {
    content: "\ec20";
}
.ri-delete-bin-4-fill:before {
    content: "\ec21";
}
.ri-delete-bin-4-line:before {
    content: "\ec22";
}
.ri-delete-bin-5-fill:before {
    content: "\ec23";
}
.ri-delete-bin-5-line:before {
    content: "\ec24";
}
.ri-delete-bin-6-fill:before {
    content: "\ec25";
}
.ri-delete-bin-6-line:before {
    content: "\ec26";
}
.ri-delete-bin-7-fill:before {
    content: "\ec27";
}
.ri-delete-bin-7-line:before {
    content: "\ec28";
}
.ri-delete-bin-fill:before {
    content: "\ec29";
}
.ri-delete-bin-line:before {
    content: "\ec2a";
}
.ri-delete-column:before {
    content: "\ec2b";
}
.ri-delete-row:before {
    content: "\ec2c";
}
.ri-device-fill:before {
    content: "\ec2d";
}
.ri-device-line:before {
    content: "\ec2e";
}
.ri-device-recover-fill:before {
    content: "\ec2f";
}
.ri-device-recover-line:before {
    content: "\ec30";
}
.ri-dingding-fill:before {
    content: "\ec31";
}
.ri-dingding-line:before {
    content: "\ec32";
}
.ri-direction-fill:before {
    content: "\ec33";
}
.ri-direction-line:before {
    content: "\ec34";
}
.ri-disc-fill:before {
    content: "\ec35";
}
.ri-disc-line:before {
    content: "\ec36";
}
.ri-discord-fill:before {
    content: "\ec37";
}
.ri-discord-line:before {
    content: "\ec38";
}
.ri-discuss-fill:before {
    content: "\ec39";
}
.ri-discuss-line:before {
    content: "\ec3a";
}
.ri-dislike-fill:before {
    content: "\ec3b";
}
.ri-dislike-line:before {
    content: "\ec3c";
}
.ri-disqus-fill:before {
    content: "\ec3d";
}
.ri-disqus-line:before {
    content: "\ec3e";
}
.ri-divide-fill:before {
    content: "\ec3f";
}
.ri-divide-line:before {
    content: "\ec40";
}
.ri-donut-chart-fill:before {
    content: "\ec41";
}
.ri-donut-chart-line:before {
    content: "\ec42";
}
.ri-door-closed-fill:before {
    content: "\ec43";
}
.ri-door-closed-line:before {
    content: "\ec44";
}
.ri-door-fill:before {
    content: "\ec45";
}
.ri-door-line:before {
    content: "\ec46";
}
.ri-door-lock-box-fill:before {
    content: "\ec47";
}
.ri-door-lock-box-line:before {
    content: "\ec48";
}
.ri-door-lock-fill:before {
    content: "\ec49";
}
.ri-door-lock-line:before {
    content: "\ec4a";
}
.ri-door-open-fill:before {
    content: "\ec4b";
}
.ri-door-open-line:before {
    content: "\ec4c";
}
.ri-dossier-fill:before {
    content: "\ec4d";
}
.ri-dossier-line:before {
    content: "\ec4e";
}
.ri-douban-fill:before {
    content: "\ec4f";
}
.ri-douban-line:before {
    content: "\ec50";
}
.ri-double-quotes-l:before {
    content: "\ec51";
}
.ri-double-quotes-r:before {
    content: "\ec52";
}
.ri-download-2-fill:before {
    content: "\ec53";
}
.ri-download-2-line:before {
    content: "\ec54";
}
.ri-download-cloud-2-fill:before {
    content: "\ec55";
}
.ri-download-cloud-2-line:before {
    content: "\ec56";
}
.ri-download-cloud-fill:before {
    content: "\ec57";
}
.ri-download-cloud-line:before {
    content: "\ec58";
}
.ri-download-fill:before {
    content: "\ec59";
}
.ri-download-line:before {
    content: "\ec5a";
}
.ri-draft-fill:before {
    content: "\ec5b";
}
.ri-draft-line:before {
    content: "\ec5c";
}
.ri-drag-drop-fill:before {
    content: "\ec5d";
}
.ri-drag-drop-line:before {
    content: "\ec5e";
}
.ri-drag-move-2-fill:before {
    content: "\ec5f";
}
.ri-drag-move-2-line:before {
    content: "\ec60";
}
.ri-drag-move-fill:before {
    content: "\ec61";
}
.ri-drag-move-line:before {
    content: "\ec62";
}
.ri-dribbble-fill:before {
    content: "\ec63";
}
.ri-dribbble-line:before {
    content: "\ec64";
}
.ri-drive-fill:before {
    content: "\ec65";
}
.ri-drive-line:before {
    content: "\ec66";
}
.ri-drizzle-fill:before {
    content: "\ec67";
}
.ri-drizzle-line:before {
    content: "\ec68";
}
.ri-drop-fill:before {
    content: "\ec69";
}
.ri-drop-line:before {
    content: "\ec6a";
}
.ri-dropbox-fill:before {
    content: "\ec6b";
}
.ri-dropbox-line:before {
    content: "\ec6c";
}
.ri-dual-sim-1-fill:before {
    content: "\ec6d";
}
.ri-dual-sim-1-line:before {
    content: "\ec6e";
}
.ri-dual-sim-2-fill:before {
    content: "\ec6f";
}
.ri-dual-sim-2-line:before {
    content: "\ec70";
}
.ri-dv-fill:before {
    content: "\ec71";
}
.ri-dv-line:before {
    content: "\ec72";
}
.ri-dvd-fill:before {
    content: "\ec73";
}
.ri-dvd-line:before {
    content: "\ec74";
}
.ri-e-bike-2-fill:before {
    content: "\ec75";
}
.ri-e-bike-2-line:before {
    content: "\ec76";
}
.ri-e-bike-fill:before {
    content: "\ec77";
}
.ri-e-bike-line:before {
    content: "\ec78";
}
.ri-earth-fill:before {
    content: "\ec79";
}
.ri-earth-line:before {
    content: "\ec7a";
}
.ri-earthquake-fill:before {
    content: "\ec7b";
}
.ri-earthquake-line:before {
    content: "\ec7c";
}
.ri-edge-fill:before {
    content: "\ec7d";
}
.ri-edge-line:before {
    content: "\ec7e";
}
.ri-edit-2-fill:before {
    content: "\ec7f";
}
.ri-edit-2-line:before {
    content: "\ec80";
}
.ri-edit-box-fill:before {
    content: "\ec81";
}
.ri-edit-box-line:before {
    content: "\ec82";
}
.ri-edit-circle-fill:before {
    content: "\ec83";
}
.ri-edit-circle-line:before {
    content: "\ec84";
}
.ri-edit-fill:before {
    content: "\ec85";
}
.ri-edit-line:before {
    content: "\ec86";
}
.ri-eject-fill:before {
    content: "\ec87";
}
.ri-eject-line:before {
    content: "\ec88";
}
.ri-emotion-2-fill:before {
    content: "\ec89";
}
.ri-emotion-2-line:before {
    content: "\ec8a";
}
.ri-emotion-fill:before {
    content: "\ec8b";
}
.ri-emotion-happy-fill:before {
    content: "\ec8c";
}
.ri-emotion-happy-line:before {
    content: "\ec8d";
}
.ri-emotion-laugh-fill:before {
    content: "\ec8e";
}
.ri-emotion-laugh-line:before {
    content: "\ec8f";
}
.ri-emotion-line:before {
    content: "\ec90";
}
.ri-emotion-normal-fill:before {
    content: "\ec91";
}
.ri-emotion-normal-line:before {
    content: "\ec92";
}
.ri-emotion-sad-fill:before {
    content: "\ec93";
}
.ri-emotion-sad-line:before {
    content: "\ec94";
}
.ri-emotion-unhappy-fill:before {
    content: "\ec95";
}
.ri-emotion-unhappy-line:before {
    content: "\ec96";
}
.ri-empathize-fill:before {
    content: "\ec97";
}
.ri-empathize-line:before {
    content: "\ec98";
}
.ri-emphasis-cn:before {
    content: "\ec99";
}
.ri-emphasis:before {
    content: "\ec9a";
}
.ri-english-input:before {
    content: "\ec9b";
}
.ri-equalizer-fill:before {
    content: "\ec9c";
}
.ri-equalizer-line:before {
    content: "\ec9d";
}
.ri-eraser-fill:before {
    content: "\ec9e";
}
.ri-eraser-line:before {
    content: "\ec9f";
}
.ri-error-warning-fill:before {
    content: "\eca0";
}
.ri-error-warning-line:before {
    content: "\eca1";
}
.ri-evernote-fill:before {
    content: "\eca2";
}
.ri-evernote-line:before {
    content: "\eca3";
}
.ri-exchange-box-fill:before {
    content: "\eca4";
}
.ri-exchange-box-line:before {
    content: "\eca5";
}
.ri-exchange-cny-fill:before {
    content: "\eca6";
}
.ri-exchange-cny-line:before {
    content: "\eca7";
}
.ri-exchange-dollar-fill:before {
    content: "\eca8";
}
.ri-exchange-dollar-line:before {
    content: "\eca9";
}
.ri-exchange-fill:before {
    content: "\ecaa";
}
.ri-exchange-funds-fill:before {
    content: "\ecab";
}
.ri-exchange-funds-line:before {
    content: "\ecac";
}
.ri-exchange-line:before {
    content: "\ecad";
}
.ri-external-link-fill:before {
    content: "\ecae";
}
.ri-external-link-line:before {
    content: "\ecaf";
}
.ri-eye-2-fill:before {
    content: "\ecb0";
}
.ri-eye-2-line:before {
    content: "\ecb1";
}
.ri-eye-close-fill:before {
    content: "\ecb2";
}
.ri-eye-close-line:before {
    content: "\ecb3";
}
.ri-eye-fill:before {
    content: "\ecb4";
}
.ri-eye-line:before {
    content: "\ecb5";
}
.ri-eye-off-fill:before {
    content: "\ecb6";
}
.ri-eye-off-line:before {
    content: "\ecb7";
}
.ri-facebook-box-fill:before {
    content: "\ecb8";
}
.ri-facebook-box-line:before {
    content: "\ecb9";
}
.ri-facebook-circle-fill:before {
    content: "\ecba";
}
.ri-facebook-circle-line:before {
    content: "\ecbb";
}
.ri-facebook-fill:before {
    content: "\ecbc";
}
.ri-facebook-line:before {
    content: "\ecbd";
}
.ri-fahrenheit-fill:before {
    content: "\ecbe";
}
.ri-fahrenheit-line:before {
    content: "\ecbf";
}
.ri-feedback-fill:before {
    content: "\ecc0";
}
.ri-feedback-line:before {
    content: "\ecc1";
}
.ri-file-2-fill:before {
    content: "\ecc2";
}
.ri-file-2-line:before {
    content: "\ecc3";
}
.ri-file-3-fill:before {
    content: "\ecc4";
}
.ri-file-3-line:before {
    content: "\ecc5";
}
.ri-file-4-fill:before {
    content: "\ecc6";
}
.ri-file-4-line:before {
    content: "\ecc7";
}
.ri-file-add-fill:before {
    content: "\ecc8";
}
.ri-file-add-line:before {
    content: "\ecc9";
}
.ri-file-chart-2-fill:before {
    content: "\ecca";
}
.ri-file-chart-2-line:before {
    content: "\eccb";
}
.ri-file-chart-fill:before {
    content: "\eccc";
}
.ri-file-chart-line:before {
    content: "\eccd";
}
.ri-file-cloud-fill:before {
    content: "\ecce";
}
.ri-file-cloud-line:before {
    content: "\eccf";
}
.ri-file-code-fill:before {
    content: "\ecd0";
}
.ri-file-code-line:before {
    content: "\ecd1";
}
.ri-file-copy-2-fill:before {
    content: "\ecd2";
}
.ri-file-copy-2-line:before {
    content: "\ecd3";
}
.ri-file-copy-fill:before {
    content: "\ecd4";
}
.ri-file-copy-line:before {
    content: "\ecd5";
}
.ri-file-damage-fill:before {
    content: "\ecd6";
}
.ri-file-damage-line:before {
    content: "\ecd7";
}
.ri-file-download-fill:before {
    content: "\ecd8";
}
.ri-file-download-line:before {
    content: "\ecd9";
}
.ri-file-edit-fill:before {
    content: "\ecda";
}
.ri-file-edit-line:before {
    content: "\ecdb";
}
.ri-file-excel-2-fill:before {
    content: "\ecdc";
}
.ri-file-excel-2-line:before {
    content: "\ecdd";
}
.ri-file-excel-fill:before {
    content: "\ecde";
}
.ri-file-excel-line:before {
    content: "\ecdf";
}
.ri-file-fill:before {
    content: "\ece0";
}
.ri-file-forbid-fill:before {
    content: "\ece1";
}
.ri-file-forbid-line:before {
    content: "\ece2";
}
.ri-file-gif-fill:before {
    content: "\ece3";
}
.ri-file-gif-line:before {
    content: "\ece4";
}
.ri-file-history-fill:before {
    content: "\ece5";
}
.ri-file-history-line:before {
    content: "\ece6";
}
.ri-file-hwp-fill:before {
    content: "\ece7";
}
.ri-file-hwp-line:before {
    content: "\ece8";
}
.ri-file-info-fill:before {
    content: "\ece9";
}
.ri-file-info-line:before {
    content: "\ecea";
}
.ri-file-line:before {
    content: "\eceb";
}
.ri-file-list-2-fill:before {
    content: "\ecec";
}
.ri-file-list-2-line:before {
    content: "\eced";
}
.ri-file-list-3-fill:before {
    content: "\ecee";
}
.ri-file-list-3-line:before {
    content: "\ecef";
}
.ri-file-list-fill:before {
    content: "\ecf0";
}
.ri-file-list-line:before {
    content: "\ecf1";
}
.ri-file-lock-fill:before {
    content: "\ecf2";
}
.ri-file-lock-line:before {
    content: "\ecf3";
}
.ri-file-mark-fill:before {
    content: "\ecf4";
}
.ri-file-mark-line:before {
    content: "\ecf5";
}
.ri-file-music-fill:before {
    content: "\ecf6";
}
.ri-file-music-line:before {
    content: "\ecf7";
}
.ri-file-paper-2-fill:before {
    content: "\ecf8";
}
.ri-file-paper-2-line:before {
    content: "\ecf9";
}
.ri-file-paper-fill:before {
    content: "\ecfa";
}
.ri-file-paper-line:before {
    content: "\ecfb";
}
.ri-file-pdf-fill:before {
    content: "\ecfc";
}
.ri-file-pdf-line:before {
    content: "\ecfd";
}
.ri-file-ppt-2-fill:before {
    content: "\ecfe";
}
.ri-file-ppt-2-line:before {
    content: "\ecff";
}
.ri-file-ppt-fill:before {
    content: "\ed00";
}
.ri-file-ppt-line:before {
    content: "\ed01";
}
.ri-file-reduce-fill:before {
    content: "\ed02";
}
.ri-file-reduce-line:before {
    content: "\ed03";
}
.ri-file-search-fill:before {
    content: "\ed04";
}
.ri-file-search-line:before {
    content: "\ed05";
}
.ri-file-settings-fill:before {
    content: "\ed06";
}
.ri-file-settings-line:before {
    content: "\ed07";
}
.ri-file-shield-2-fill:before {
    content: "\ed08";
}
.ri-file-shield-2-line:before {
    content: "\ed09";
}
.ri-file-shield-fill:before {
    content: "\ed0a";
}
.ri-file-shield-line:before {
    content: "\ed0b";
}
.ri-file-shred-fill:before {
    content: "\ed0c";
}
.ri-file-shred-line:before {
    content: "\ed0d";
}
.ri-file-text-fill:before {
    content: "\ed0e";
}
.ri-file-text-line:before {
    content: "\ed0f";
}
.ri-file-transfer-fill:before {
    content: "\ed10";
}
.ri-file-transfer-line:before {
    content: "\ed11";
}
.ri-file-unknow-fill:before {
    content: "\ed12";
}
.ri-file-unknow-line:before {
    content: "\ed13";
}
.ri-file-upload-fill:before {
    content: "\ed14";
}
.ri-file-upload-line:before {
    content: "\ed15";
}
.ri-file-user-fill:before {
    content: "\ed16";
}
.ri-file-user-line:before {
    content: "\ed17";
}
.ri-file-warning-fill:before {
    content: "\ed18";
}
.ri-file-warning-line:before {
    content: "\ed19";
}
.ri-file-word-2-fill:before {
    content: "\ed1a";
}
.ri-file-word-2-line:before {
    content: "\ed1b";
}
.ri-file-word-fill:before {
    content: "\ed1c";
}
.ri-file-word-line:before {
    content: "\ed1d";
}
.ri-file-zip-fill:before {
    content: "\ed1e";
}
.ri-file-zip-line:before {
    content: "\ed1f";
}
.ri-film-fill:before {
    content: "\ed20";
}
.ri-film-line:before {
    content: "\ed21";
}
.ri-filter-2-fill:before {
    content: "\ed22";
}
.ri-filter-2-line:before {
    content: "\ed23";
}
.ri-filter-3-fill:before {
    content: "\ed24";
}
.ri-filter-3-line:before {
    content: "\ed25";
}
.ri-filter-fill:before {
    content: "\ed26";
}
.ri-filter-line:before {
    content: "\ed27";
}
.ri-filter-off-fill:before {
    content: "\ed28";
}
.ri-filter-off-line:before {
    content: "\ed29";
}
.ri-find-replace-fill:before {
    content: "\ed2a";
}
.ri-find-replace-line:before {
    content: "\ed2b";
}
.ri-finder-fill:before {
    content: "\ed2c";
}
.ri-finder-line:before {
    content: "\ed2d";
}
.ri-fingerprint-2-fill:before {
    content: "\ed2e";
}
.ri-fingerprint-2-line:before {
    content: "\ed2f";
}
.ri-fingerprint-fill:before {
    content: "\ed30";
}
.ri-fingerprint-line:before {
    content: "\ed31";
}
.ri-fire-fill:before {
    content: "\ed32";
}
.ri-fire-line:before {
    content: "\ed33";
}
.ri-firefox-fill:before {
    content: "\ed34";
}
.ri-firefox-line:before {
    content: "\ed35";
}
.ri-first-aid-kit-fill:before {
    content: "\ed36";
}
.ri-first-aid-kit-line:before {
    content: "\ed37";
}
.ri-flag-2-fill:before {
    content: "\ed38";
}
.ri-flag-2-line:before {
    content: "\ed39";
}
.ri-flag-fill:before {
    content: "\ed3a";
}
.ri-flag-line:before {
    content: "\ed3b";
}
.ri-flashlight-fill:before {
    content: "\ed3c";
}
.ri-flashlight-line:before {
    content: "\ed3d";
}
.ri-flask-fill:before {
    content: "\ed3e";
}
.ri-flask-line:before {
    content: "\ed3f";
}
.ri-flight-land-fill:before {
    content: "\ed40";
}
.ri-flight-land-line:before {
    content: "\ed41";
}
.ri-flight-takeoff-fill:before {
    content: "\ed42";
}
.ri-flight-takeoff-line:before {
    content: "\ed43";
}
.ri-flood-fill:before {
    content: "\ed44";
}
.ri-flood-line:before {
    content: "\ed45";
}
.ri-flow-chart:before {
    content: "\ed46";
}
.ri-flutter-fill:before {
    content: "\ed47";
}
.ri-flutter-line:before {
    content: "\ed48";
}
.ri-focus-2-fill:before {
    content: "\ed49";
}
.ri-focus-2-line:before {
    content: "\ed4a";
}
.ri-focus-3-fill:before {
    content: "\ed4b";
}
.ri-focus-3-line:before {
    content: "\ed4c";
}
.ri-focus-fill:before {
    content: "\ed4d";
}
.ri-focus-line:before {
    content: "\ed4e";
}
.ri-foggy-fill:before {
    content: "\ed4f";
}
.ri-foggy-line:before {
    content: "\ed50";
}
.ri-folder-2-fill:before {
    content: "\ed51";
}
.ri-folder-2-line:before {
    content: "\ed52";
}
.ri-folder-3-fill:before {
    content: "\ed53";
}
.ri-folder-3-line:before {
    content: "\ed54";
}
.ri-folder-4-fill:before {
    content: "\ed55";
}
.ri-folder-4-line:before {
    content: "\ed56";
}
.ri-folder-5-fill:before {
    content: "\ed57";
}
.ri-folder-5-line:before {
    content: "\ed58";
}
.ri-folder-add-fill:before {
    content: "\ed59";
}
.ri-folder-add-line:before {
    content: "\ed5a";
}
.ri-folder-chart-2-fill:before {
    content: "\ed5b";
}
.ri-folder-chart-2-line:before {
    content: "\ed5c";
}
.ri-folder-chart-fill:before {
    content: "\ed5d";
}
.ri-folder-chart-line:before {
    content: "\ed5e";
}
.ri-folder-download-fill:before {
    content: "\ed5f";
}
.ri-folder-download-line:before {
    content: "\ed60";
}
.ri-folder-fill:before {
    content: "\ed61";
}
.ri-folder-forbid-fill:before {
    content: "\ed62";
}
.ri-folder-forbid-line:before {
    content: "\ed63";
}
.ri-folder-history-fill:before {
    content: "\ed64";
}
.ri-folder-history-line:before {
    content: "\ed65";
}
.ri-folder-info-fill:before {
    content: "\ed66";
}
.ri-folder-info-line:before {
    content: "\ed67";
}
.ri-folder-keyhole-fill:before {
    content: "\ed68";
}
.ri-folder-keyhole-line:before {
    content: "\ed69";
}
.ri-folder-line:before {
    content: "\ed6a";
}
.ri-folder-lock-fill:before {
    content: "\ed6b";
}
.ri-folder-lock-line:before {
    content: "\ed6c";
}
.ri-folder-music-fill:before {
    content: "\ed6d";
}
.ri-folder-music-line:before {
    content: "\ed6e";
}
.ri-folder-open-fill:before {
    content: "\ed6f";
}
.ri-folder-open-line:before {
    content: "\ed70";
}
.ri-folder-received-fill:before {
    content: "\ed71";
}
.ri-folder-received-line:before {
    content: "\ed72";
}
.ri-folder-reduce-fill:before {
    content: "\ed73";
}
.ri-folder-reduce-line:before {
    content: "\ed74";
}
.ri-folder-settings-fill:before {
    content: "\ed75";
}
.ri-folder-settings-line:before {
    content: "\ed76";
}
.ri-folder-shared-fill:before {
    content: "\ed77";
}
.ri-folder-shared-line:before {
    content: "\ed78";
}
.ri-folder-shield-2-fill:before {
    content: "\ed79";
}
.ri-folder-shield-2-line:before {
    content: "\ed7a";
}
.ri-folder-shield-fill:before {
    content: "\ed7b";
}
.ri-folder-shield-line:before {
    content: "\ed7c";
}
.ri-folder-transfer-fill:before {
    content: "\ed7d";
}
.ri-folder-transfer-line:before {
    content: "\ed7e";
}
.ri-folder-unknow-fill:before {
    content: "\ed7f";
}
.ri-folder-unknow-line:before {
    content: "\ed80";
}
.ri-folder-upload-fill:before {
    content: "\ed81";
}
.ri-folder-upload-line:before {
    content: "\ed82";
}
.ri-folder-user-fill:before {
    content: "\ed83";
}
.ri-folder-user-line:before {
    content: "\ed84";
}
.ri-folder-warning-fill:before {
    content: "\ed85";
}
.ri-folder-warning-line:before {
    content: "\ed86";
}
.ri-folder-zip-fill:before {
    content: "\ed87";
}
.ri-folder-zip-line:before {
    content: "\ed88";
}
.ri-folders-fill:before {
    content: "\ed89";
}
.ri-folders-line:before {
    content: "\ed8a";
}
.ri-font-color:before {
    content: "\ed8b";
}
.ri-font-size-2:before {
    content: "\ed8c";
}
.ri-font-size:before {
    content: "\ed8d";
}
.ri-football-fill:before {
    content: "\ed8e";
}
.ri-football-line:before {
    content: "\ed8f";
}
.ri-footprint-fill:before {
    content: "\ed90";
}
.ri-footprint-line:before {
    content: "\ed91";
}
.ri-forbid-2-fill:before {
    content: "\ed92";
}
.ri-forbid-2-line:before {
    content: "\ed93";
}
.ri-forbid-fill:before {
    content: "\ed94";
}
.ri-forbid-line:before {
    content: "\ed95";
}
.ri-format-clear:before {
    content: "\ed96";
}
.ri-fridge-fill:before {
    content: "\ed97";
}
.ri-fridge-line:before {
    content: "\ed98";
}
.ri-fullscreen-exit-fill:before {
    content: "\ed99";
}
.ri-fullscreen-exit-line:before {
    content: "\ed9a";
}
.ri-fullscreen-fill:before {
    content: "\ed9b";
}
.ri-fullscreen-line:before {
    content: "\ed9c";
}
.ri-function-fill:before {
    content: "\ed9d";
}
.ri-function-line:before {
    content: "\ed9e";
}
.ri-functions:before {
    content: "\ed9f";
}
.ri-funds-box-fill:before {
    content: "\eda0";
}
.ri-funds-box-line:before {
    content: "\eda1";
}
.ri-funds-fill:before {
    content: "\eda2";
}
.ri-funds-line:before {
    content: "\eda3";
}
.ri-gallery-fill:before {
    content: "\eda4";
}
.ri-gallery-line:before {
    content: "\eda5";
}
.ri-gallery-upload-fill:before {
    content: "\eda6";
}
.ri-gallery-upload-line:before {
    content: "\eda7";
}
.ri-game-fill:before {
    content: "\eda8";
}
.ri-game-line:before {
    content: "\eda9";
}
.ri-gamepad-fill:before {
    content: "\edaa";
}
.ri-gamepad-line:before {
    content: "\edab";
}
.ri-gas-station-fill:before {
    content: "\edac";
}
.ri-gas-station-line:before {
    content: "\edad";
}
.ri-gatsby-fill:before {
    content: "\edae";
}
.ri-gatsby-line:before {
    content: "\edaf";
}
.ri-genderless-fill:before {
    content: "\edb0";
}
.ri-genderless-line:before {
    content: "\edb1";
}
.ri-ghost-2-fill:before {
    content: "\edb2";
}
.ri-ghost-2-line:before {
    content: "\edb3";
}
.ri-ghost-fill:before {
    content: "\edb4";
}
.ri-ghost-line:before {
    content: "\edb5";
}
.ri-ghost-smile-fill:before {
    content: "\edb6";
}
.ri-ghost-smile-line:before {
    content: "\edb7";
}
.ri-gift-2-fill:before {
    content: "\edb8";
}
.ri-gift-2-line:before {
    content: "\edb9";
}
.ri-gift-fill:before {
    content: "\edba";
}
.ri-gift-line:before {
    content: "\edbb";
}
.ri-git-branch-fill:before {
    content: "\edbc";
}
.ri-git-branch-line:before {
    content: "\edbd";
}
.ri-git-commit-fill:before {
    content: "\edbe";
}
.ri-git-commit-line:before {
    content: "\edbf";
}
.ri-git-merge-fill:before {
    content: "\edc0";
}
.ri-git-merge-line:before {
    content: "\edc1";
}
.ri-git-pull-request-fill:before {
    content: "\edc2";
}
.ri-git-pull-request-line:before {
    content: "\edc3";
}
.ri-git-repository-commits-fill:before {
    content: "\edc4";
}
.ri-git-repository-commits-line:before {
    content: "\edc5";
}
.ri-git-repository-fill:before {
    content: "\edc6";
}
.ri-git-repository-line:before {
    content: "\edc7";
}
.ri-git-repository-private-fill:before {
    content: "\edc8";
}
.ri-git-repository-private-line:before {
    content: "\edc9";
}
.ri-github-fill:before {
    content: "\edca";
}
.ri-github-line:before {
    content: "\edcb";
}
.ri-gitlab-fill:before {
    content: "\edcc";
}
.ri-gitlab-line:before {
    content: "\edcd";
}
.ri-global-fill:before {
    content: "\edce";
}
.ri-global-line:before {
    content: "\edcf";
}
.ri-globe-fill:before {
    content: "\edd0";
}
.ri-globe-line:before {
    content: "\edd1";
}
.ri-goblet-fill:before {
    content: "\edd2";
}
.ri-goblet-line:before {
    content: "\edd3";
}
.ri-google-fill:before {
    content: "\edd4";
}
.ri-google-line:before {
    content: "\edd5";
}
.ri-google-play-fill:before {
    content: "\edd6";
}
.ri-google-play-line:before {
    content: "\edd7";
}
.ri-government-fill:before {
    content: "\edd8";
}
.ri-government-line:before {
    content: "\edd9";
}
.ri-gps-fill:before {
    content: "\edda";
}
.ri-gps-line:before {
    content: "\eddb";
}
.ri-gradienter-fill:before {
    content: "\eddc";
}
.ri-gradienter-line:before {
    content: "\eddd";
}
.ri-grid-fill:before {
    content: "\edde";
}
.ri-grid-line:before {
    content: "\eddf";
}
.ri-group-2-fill:before {
    content: "\ede0";
}
.ri-group-2-line:before {
    content: "\ede1";
}
.ri-group-fill:before {
    content: "\ede2";
}
.ri-group-line:before {
    content: "\ede3";
}
.ri-guide-fill:before {
    content: "\ede4";
}
.ri-guide-line:before {
    content: "\ede5";
}
.ri-h-1:before {
    content: "\ede6";
}
.ri-h-2:before {
    content: "\ede7";
}
.ri-h-3:before {
    content: "\ede8";
}
.ri-h-4:before {
    content: "\ede9";
}
.ri-h-5:before {
    content: "\edea";
}
.ri-h-6:before {
    content: "\edeb";
}
.ri-hail-fill:before {
    content: "\edec";
}
.ri-hail-line:before {
    content: "\eded";
}
.ri-hammer-fill:before {
    content: "\edee";
}
.ri-hammer-line:before {
    content: "\edef";
}
.ri-hand-coin-fill:before {
    content: "\edf0";
}
.ri-hand-coin-line:before {
    content: "\edf1";
}
.ri-hand-heart-fill:before {
    content: "\edf2";
}
.ri-hand-heart-line:before {
    content: "\edf3";
}
.ri-hand-sanitizer-fill:before {
    content: "\edf4";
}
.ri-hand-sanitizer-line:before {
    content: "\edf5";
}
.ri-handbag-fill:before {
    content: "\edf6";
}
.ri-handbag-line:before {
    content: "\edf7";
}
.ri-hard-drive-2-fill:before {
    content: "\edf8";
}
.ri-hard-drive-2-line:before {
    content: "\edf9";
}
.ri-hard-drive-fill:before {
    content: "\edfa";
}
.ri-hard-drive-line:before {
    content: "\edfb";
}
.ri-hashtag:before {
    content: "\edfc";
}
.ri-haze-2-fill:before {
    content: "\edfd";
}
.ri-haze-2-line:before {
    content: "\edfe";
}
.ri-haze-fill:before {
    content: "\edff";
}
.ri-haze-line:before {
    content: "\ee00";
}
.ri-hd-fill:before {
    content: "\ee01";
}
.ri-hd-line:before {
    content: "\ee02";
}
.ri-heading:before {
    content: "\ee03";
}
.ri-headphone-fill:before {
    content: "\ee04";
}
.ri-headphone-line:before {
    content: "\ee05";
}
.ri-health-book-fill:before {
    content: "\ee06";
}
.ri-health-book-line:before {
    content: "\ee07";
}
.ri-heart-2-fill:before {
    content: "\ee08";
}
.ri-heart-2-line:before {
    content: "\ee09";
}
.ri-heart-3-fill:before {
    content: "\ee0a";
}
.ri-heart-3-line:before {
    content: "\ee0b";
}
.ri-heart-add-fill:before {
    content: "\ee0c";
}
.ri-heart-add-line:before {
    content: "\ee0d";
}
.ri-heart-fill:before {
    content: "\ee0e";
}
.ri-heart-line:before {
    content: "\ee0f";
}
.ri-heart-pulse-fill:before {
    content: "\ee10";
}
.ri-heart-pulse-line:before {
    content: "\ee11";
}
.ri-hearts-fill:before {
    content: "\ee12";
}
.ri-hearts-line:before {
    content: "\ee13";
}
.ri-heavy-showers-fill:before {
    content: "\ee14";
}
.ri-heavy-showers-line:before {
    content: "\ee15";
}
.ri-history-fill:before {
    content: "\ee16";
}
.ri-history-line:before {
    content: "\ee17";
}
.ri-home-2-fill:before {
    content: "\ee18";
}
.ri-home-2-line:before {
    content: "\ee19";
}
.ri-home-3-fill:before {
    content: "\ee1a";
}
.ri-home-3-line:before {
    content: "\ee1b";
}
.ri-home-4-fill:before {
    content: "\ee1c";
}
.ri-home-4-line:before {
    content: "\ee1d";
}
.ri-home-5-fill:before {
    content: "\ee1e";
}
.ri-home-5-line:before {
    content: "\ee1f";
}
.ri-home-6-fill:before {
    content: "\ee20";
}
.ri-home-6-line:before {
    content: "\ee21";
}
.ri-home-7-fill:before {
    content: "\ee22";
}
.ri-home-7-line:before {
    content: "\ee23";
}
.ri-home-8-fill:before {
    content: "\ee24";
}
.ri-home-8-line:before {
    content: "\ee25";
}
.ri-home-fill:before {
    content: "\ee26";
}
.ri-home-gear-fill:before {
    content: "\ee27";
}
.ri-home-gear-line:before {
    content: "\ee28";
}
.ri-home-heart-fill:before {
    content: "\ee29";
}
.ri-home-heart-line:before {
    content: "\ee2a";
}
.ri-home-line:before {
    content: "\ee2b";
}
.ri-home-smile-2-fill:before {
    content: "\ee2c";
}
.ri-home-smile-2-line:before {
    content: "\ee2d";
}
.ri-home-smile-fill:before {
    content: "\ee2e";
}
.ri-home-smile-line:before {
    content: "\ee2f";
}
.ri-home-wifi-fill:before {
    content: "\ee30";
}
.ri-home-wifi-line:before {
    content: "\ee31";
}
.ri-honor-of-kings-fill:before {
    content: "\ee32";
}
.ri-honor-of-kings-line:before {
    content: "\ee33";
}
.ri-honour-fill:before {
    content: "\ee34";
}
.ri-honour-line:before {
    content: "\ee35";
}
.ri-hospital-fill:before {
    content: "\ee36";
}
.ri-hospital-line:before {
    content: "\ee37";
}
.ri-hotel-bed-fill:before {
    content: "\ee38";
}
.ri-hotel-bed-line:before {
    content: "\ee39";
}
.ri-hotel-fill:before {
    content: "\ee3a";
}
.ri-hotel-line:before {
    content: "\ee3b";
}
.ri-hotspot-fill:before {
    content: "\ee3c";
}
.ri-hotspot-line:before {
    content: "\ee3d";
}
.ri-hq-fill:before {
    content: "\ee3e";
}
.ri-hq-line:before {
    content: "\ee3f";
}
.ri-html5-fill:before {
    content: "\ee40";
}
.ri-html5-line:before {
    content: "\ee41";
}
.ri-ie-fill:before {
    content: "\ee42";
}
.ri-ie-line:before {
    content: "\ee43";
}
.ri-image-2-fill:before {
    content: "\ee44";
}
.ri-image-2-line:before {
    content: "\ee45";
}
.ri-image-add-fill:before {
    content: "\ee46";
}
.ri-image-add-line:before {
    content: "\ee47";
}
.ri-image-edit-fill:before {
    content: "\ee48";
}
.ri-image-edit-line:before {
    content: "\ee49";
}
.ri-image-fill:before {
    content: "\ee4a";
}
.ri-image-line:before {
    content: "\ee4b";
}
.ri-inbox-archive-fill:before {
    content: "\ee4c";
}
.ri-inbox-archive-line:before {
    content: "\ee4d";
}
.ri-inbox-fill:before {
    content: "\ee4e";
}
.ri-inbox-line:before {
    content: "\ee4f";
}
.ri-inbox-unarchive-fill:before {
    content: "\ee50";
}
.ri-inbox-unarchive-line:before {
    content: "\ee51";
}
.ri-increase-decrease-fill:before {
    content: "\ee52";
}
.ri-increase-decrease-line:before {
    content: "\ee53";
}
.ri-indent-decrease:before {
    content: "\ee54";
}
.ri-indent-increase:before {
    content: "\ee55";
}
.ri-indeterminate-circle-fill:before {
    content: "\ee56";
}
.ri-indeterminate-circle-line:before {
    content: "\ee57";
}
.ri-information-fill:before {
    content: "\ee58";
}
.ri-information-line:before {
    content: "\ee59";
}
.ri-infrared-thermometer-fill:before {
    content: "\ee5a";
}
.ri-infrared-thermometer-line:before {
    content: "\ee5b";
}
.ri-ink-bottle-fill:before {
    content: "\ee5c";
}
.ri-ink-bottle-line:before {
    content: "\ee5d";
}
.ri-input-cursor-move:before {
    content: "\ee5e";
}
.ri-input-method-fill:before {
    content: "\ee5f";
}
.ri-input-method-line:before {
    content: "\ee60";
}
.ri-insert-column-left:before {
    content: "\ee61";
}
.ri-insert-column-right:before {
    content: "\ee62";
}
.ri-insert-row-bottom:before {
    content: "\ee63";
}
.ri-insert-row-top:before {
    content: "\ee64";
}
.ri-instagram-fill:before {
    content: "\ee65";
}
.ri-instagram-line:before {
    content: "\ee66";
}
.ri-install-fill:before {
    content: "\ee67";
}
.ri-install-line:before {
    content: "\ee68";
}
.ri-invision-fill:before {
    content: "\ee69";
}
.ri-invision-line:before {
    content: "\ee6a";
}
.ri-italic:before {
    content: "\ee6b";
}
.ri-kakao-talk-fill:before {
    content: "\ee6c";
}
.ri-kakao-talk-line:before {
    content: "\ee6d";
}
.ri-key-2-fill:before {
    content: "\ee6e";
}
.ri-key-2-line:before {
    content: "\ee6f";
}
.ri-key-fill:before {
    content: "\ee70";
}
.ri-key-line:before {
    content: "\ee71";
}
.ri-keyboard-box-fill:before {
    content: "\ee72";
}
.ri-keyboard-box-line:before {
    content: "\ee73";
}
.ri-keyboard-fill:before {
    content: "\ee74";
}
.ri-keyboard-line:before {
    content: "\ee75";
}
.ri-keynote-fill:before {
    content: "\ee76";
}
.ri-keynote-line:before {
    content: "\ee77";
}
.ri-knife-blood-fill:before {
    content: "\ee78";
}
.ri-knife-blood-line:before {
    content: "\ee79";
}
.ri-knife-fill:before {
    content: "\ee7a";
}
.ri-knife-line:before {
    content: "\ee7b";
}
.ri-landscape-fill:before {
    content: "\ee7c";
}
.ri-landscape-line:before {
    content: "\ee7d";
}
.ri-layout-2-fill:before {
    content: "\ee7e";
}
.ri-layout-2-line:before {
    content: "\ee7f";
}
.ri-layout-3-fill:before {
    content: "\ee80";
}
.ri-layout-3-line:before {
    content: "\ee81";
}
.ri-layout-4-fill:before {
    content: "\ee82";
}
.ri-layout-4-line:before {
    content: "\ee83";
}
.ri-layout-5-fill:before {
    content: "\ee84";
}
.ri-layout-5-line:before {
    content: "\ee85";
}
.ri-layout-6-fill:before {
    content: "\ee86";
}
.ri-layout-6-line:before {
    content: "\ee87";
}
.ri-layout-bottom-2-fill:before {
    content: "\ee88";
}
.ri-layout-bottom-2-line:before {
    content: "\ee89";
}
.ri-layout-bottom-fill:before {
    content: "\ee8a";
}
.ri-layout-bottom-line:before {
    content: "\ee8b";
}
.ri-layout-column-fill:before {
    content: "\ee8c";
}
.ri-layout-column-line:before {
    content: "\ee8d";
}
.ri-layout-fill:before {
    content: "\ee8e";
}
.ri-layout-grid-fill:before {
    content: "\ee8f";
}
.ri-layout-grid-line:before {
    content: "\ee90";
}
.ri-layout-left-2-fill:before {
    content: "\ee91";
}
.ri-layout-left-2-line:before {
    content: "\ee92";
}
.ri-layout-left-fill:before {
    content: "\ee93";
}
.ri-layout-left-line:before {
    content: "\ee94";
}
.ri-layout-line:before {
    content: "\ee95";
}
.ri-layout-masonry-fill:before {
    content: "\ee96";
}
.ri-layout-masonry-line:before {
    content: "\ee97";
}
.ri-layout-right-2-fill:before {
    content: "\ee98";
}
.ri-layout-right-2-line:before {
    content: "\ee99";
}
.ri-layout-right-fill:before {
    content: "\ee9a";
}
.ri-layout-right-line:before {
    content: "\ee9b";
}
.ri-layout-row-fill:before {
    content: "\ee9c";
}
.ri-layout-row-line:before {
    content: "\ee9d";
}
.ri-layout-top-2-fill:before {
    content: "\ee9e";
}
.ri-layout-top-2-line:before {
    content: "\ee9f";
}
.ri-layout-top-fill:before {
    content: "\eea0";
}
.ri-layout-top-line:before {
    content: "\eea1";
}
.ri-leaf-fill:before {
    content: "\eea2";
}
.ri-leaf-line:before {
    content: "\eea3";
}
.ri-lifebuoy-fill:before {
    content: "\eea4";
}
.ri-lifebuoy-line:before {
    content: "\eea5";
}
.ri-lightbulb-fill:before {
    content: "\eea6";
}
.ri-lightbulb-flash-fill:before {
    content: "\eea7";
}
.ri-lightbulb-flash-line:before {
    content: "\eea8";
}
.ri-lightbulb-line:before {
    content: "\eea9";
}
.ri-line-chart-fill:before {
    content: "\eeaa";
}
.ri-line-chart-line:before {
    content: "\eeab";
}
.ri-line-fill:before {
    content: "\eeac";
}
.ri-line-height:before {
    content: "\eead";
}
.ri-line-line:before {
    content: "\eeae";
}
.ri-link-m:before {
    content: "\eeaf";
}
.ri-link-unlink-m:before {
    content: "\eeb0";
}
.ri-link-unlink:before {
    content: "\eeb1";
}
.ri-link:before {
    content: "\eeb2";
}
.ri-linkedin-box-fill:before {
    content: "\eeb3";
}
.ri-linkedin-box-line:before {
    content: "\eeb4";
}
.ri-linkedin-fill:before {
    content: "\eeb5";
}
.ri-linkedin-line:before {
    content: "\eeb6";
}
.ri-links-fill:before {
    content: "\eeb7";
}
.ri-links-line:before {
    content: "\eeb8";
}
.ri-list-check-2:before {
    content: "\eeb9";
}
.ri-list-check:before {
    content: "\eeba";
}
.ri-list-ordered:before {
    content: "\eebb";
}
.ri-list-settings-fill:before {
    content: "\eebc";
}
.ri-list-settings-line:before {
    content: "\eebd";
}
.ri-list-unordered:before {
    content: "\eebe";
}
.ri-live-fill:before {
    content: "\eebf";
}
.ri-live-line:before {
    content: "\eec0";
}
.ri-loader-2-fill:before {
    content: "\eec1";
}
.ri-loader-2-line:before {
    content: "\eec2";
}
.ri-loader-3-fill:before {
    content: "\eec3";
}
.ri-loader-3-line:before {
    content: "\eec4";
}
.ri-loader-4-fill:before {
    content: "\eec5";
}
.ri-loader-4-line:before {
    content: "\eec6";
}
.ri-loader-5-fill:before {
    content: "\eec7";
}
.ri-loader-5-line:before {
    content: "\eec8";
}
.ri-loader-fill:before {
    content: "\eec9";
}
.ri-loader-line:before {
    content: "\eeca";
}
.ri-lock-2-fill:before {
    content: "\eecb";
}
.ri-lock-2-line:before {
    content: "\eecc";
}
.ri-lock-fill:before {
    content: "\eecd";
}
.ri-lock-line:before {
    content: "\eece";
}
.ri-lock-password-fill:before {
    content: "\eecf";
}
.ri-lock-password-line:before {
    content: "\eed0";
}
.ri-lock-unlock-fill:before {
    content: "\eed1";
}
.ri-lock-unlock-line:before {
    content: "\eed2";
}
.ri-login-box-fill:before {
    content: "\eed3";
}
.ri-login-box-line:before {
    content: "\eed4";
}
.ri-login-circle-fill:before {
    content: "\eed5";
}
.ri-login-circle-line:before {
    content: "\eed6";
}
.ri-logout-box-fill:before {
    content: "\eed7";
}
.ri-logout-box-line:before {
    content: "\eed8";
}
.ri-logout-box-r-fill:before {
    content: "\eed9";
}
.ri-logout-box-r-line:before {
    content: "\eeda";
}
.ri-logout-circle-fill:before {
    content: "\eedb";
}
.ri-logout-circle-line:before {
    content: "\eedc";
}
.ri-logout-circle-r-fill:before {
    content: "\eedd";
}
.ri-logout-circle-r-line:before {
    content: "\eede";
}
.ri-luggage-cart-fill:before {
    content: "\eedf";
}
.ri-luggage-cart-line:before {
    content: "\eee0";
}
.ri-luggage-deposit-fill:before {
    content: "\eee1";
}
.ri-luggage-deposit-line:before {
    content: "\eee2";
}
.ri-lungs-fill:before {
    content: "\eee3";
}
.ri-lungs-line:before {
    content: "\eee4";
}
.ri-mac-fill:before {
    content: "\eee5";
}
.ri-mac-line:before {
    content: "\eee6";
}
.ri-macbook-fill:before {
    content: "\eee7";
}
.ri-macbook-line:before {
    content: "\eee8";
}
.ri-magic-fill:before {
    content: "\eee9";
}
.ri-magic-line:before {
    content: "\eeea";
}
.ri-mail-add-fill:before {
    content: "\eeeb";
}
.ri-mail-add-line:before {
    content: "\eeec";
}
.ri-mail-check-fill:before {
    content: "\eeed";
}
.ri-mail-check-line:before {
    content: "\eeee";
}
.ri-mail-close-fill:before {
    content: "\eeef";
}
.ri-mail-close-line:before {
    content: "\eef0";
}
.ri-mail-download-fill:before {
    content: "\eef1";
}
.ri-mail-download-line:before {
    content: "\eef2";
}
.ri-mail-fill:before {
    content: "\eef3";
}
.ri-mail-forbid-fill:before {
    content: "\eef4";
}
.ri-mail-forbid-line:before {
    content: "\eef5";
}
.ri-mail-line:before {
    content: "\eef6";
}
.ri-mail-lock-fill:before {
    content: "\eef7";
}
.ri-mail-lock-line:before {
    content: "\eef8";
}
.ri-mail-open-fill:before {
    content: "\eef9";
}
.ri-mail-open-line:before {
    content: "\eefa";
}
.ri-mail-send-fill:before {
    content: "\eefb";
}
.ri-mail-send-line:before {
    content: "\eefc";
}
.ri-mail-settings-fill:before {
    content: "\eefd";
}
.ri-mail-settings-line:before {
    content: "\eefe";
}
.ri-mail-star-fill:before {
    content: "\eeff";
}
.ri-mail-star-line:before {
    content: "\ef00";
}
.ri-mail-unread-fill:before {
    content: "\ef01";
}
.ri-mail-unread-line:before {
    content: "\ef02";
}
.ri-mail-volume-fill:before {
    content: "\ef03";
}
.ri-mail-volume-line:before {
    content: "\ef04";
}
.ri-map-2-fill:before {
    content: "\ef05";
}
.ri-map-2-line:before {
    content: "\ef06";
}
.ri-map-fill:before {
    content: "\ef07";
}
.ri-map-line:before {
    content: "\ef08";
}
.ri-map-pin-2-fill:before {
    content: "\ef09";
}
.ri-map-pin-2-line:before {
    content: "\ef0a";
}
.ri-map-pin-3-fill:before {
    content: "\ef0b";
}
.ri-map-pin-3-line:before {
    content: "\ef0c";
}
.ri-map-pin-4-fill:before {
    content: "\ef0d";
}
.ri-map-pin-4-line:before {
    content: "\ef0e";
}
.ri-map-pin-5-fill:before {
    content: "\ef0f";
}
.ri-map-pin-5-line:before {
    content: "\ef10";
}
.ri-map-pin-add-fill:before {
    content: "\ef11";
}
.ri-map-pin-add-line:before {
    content: "\ef12";
}
.ri-map-pin-fill:before {
    content: "\ef13";
}
.ri-map-pin-line:before {
    content: "\ef14";
}
.ri-map-pin-range-fill:before {
    content: "\ef15";
}
.ri-map-pin-range-line:before {
    content: "\ef16";
}
.ri-map-pin-time-fill:before {
    content: "\ef17";
}
.ri-map-pin-time-line:before {
    content: "\ef18";
}
.ri-map-pin-user-fill:before {
    content: "\ef19";
}
.ri-map-pin-user-line:before {
    content: "\ef1a";
}
.ri-mark-pen-fill:before {
    content: "\ef1b";
}
.ri-mark-pen-line:before {
    content: "\ef1c";
}
.ri-markdown-fill:before {
    content: "\ef1d";
}
.ri-markdown-line:before {
    content: "\ef1e";
}
.ri-markup-fill:before {
    content: "\ef1f";
}
.ri-markup-line:before {
    content: "\ef20";
}
.ri-mastercard-fill:before {
    content: "\ef21";
}
.ri-mastercard-line:before {
    content: "\ef22";
}
.ri-mastodon-fill:before {
    content: "\ef23";
}
.ri-mastodon-line:before {
    content: "\ef24";
}
.ri-medal-2-fill:before {
    content: "\ef25";
}
.ri-medal-2-line:before {
    content: "\ef26";
}
.ri-medal-fill:before {
    content: "\ef27";
}
.ri-medal-line:before {
    content: "\ef28";
}
.ri-medicine-bottle-fill:before {
    content: "\ef29";
}
.ri-medicine-bottle-line:before {
    content: "\ef2a";
}
.ri-medium-fill:before {
    content: "\ef2b";
}
.ri-medium-line:before {
    content: "\ef2c";
}
.ri-men-fill:before {
    content: "\ef2d";
}
.ri-men-line:before {
    content: "\ef2e";
}
.ri-mental-health-fill:before {
    content: "\ef2f";
}
.ri-mental-health-line:before {
    content: "\ef30";
}
.ri-menu-2-fill:before {
    content: "\ef31";
}
.ri-menu-2-line:before {
    content: "\ef32";
}
.ri-menu-3-fill:before {
    content: "\ef33";
}
.ri-menu-3-line:before {
    content: "\ef34";
}
.ri-menu-4-fill:before {
    content: "\ef35";
}
.ri-menu-4-line:before {
    content: "\ef36";
}
.ri-menu-5-fill:before {
    content: "\ef37";
}
.ri-menu-5-line:before {
    content: "\ef38";
}
.ri-menu-add-fill:before {
    content: "\ef39";
}
.ri-menu-add-line:before {
    content: "\ef3a";
}
.ri-menu-fill:before {
    content: "\ef3b";
}
.ri-menu-fold-fill:before {
    content: "\ef3c";
}
.ri-menu-fold-line:before {
    content: "\ef3d";
}
.ri-menu-line:before {
    content: "\ef3e";
}
.ri-menu-unfold-fill:before {
    content: "\ef3f";
}
.ri-menu-unfold-line:before {
    content: "\ef40";
}
.ri-merge-cells-horizontal:before {
    content: "\ef41";
}
.ri-merge-cells-vertical:before {
    content: "\ef42";
}
.ri-message-2-fill:before {
    content: "\ef43";
}
.ri-message-2-line:before {
    content: "\ef44";
}
.ri-message-3-fill:before {
    content: "\ef45";
}
.ri-message-3-line:before {
    content: "\ef46";
}
.ri-message-fill:before {
    content: "\ef47";
}
.ri-message-line:before {
    content: "\ef48";
}
.ri-messenger-fill:before {
    content: "\ef49";
}
.ri-messenger-line:before {
    content: "\ef4a";
}
.ri-meteor-fill:before {
    content: "\ef4b";
}
.ri-meteor-line:before {
    content: "\ef4c";
}
.ri-mic-2-fill:before {
    content: "\ef4d";
}
.ri-mic-2-line:before {
    content: "\ef4e";
}
.ri-mic-fill:before {
    content: "\ef4f";
}
.ri-mic-line:before {
    content: "\ef50";
}
.ri-mic-off-fill:before {
    content: "\ef51";
}
.ri-mic-off-line:before {
    content: "\ef52";
}
.ri-mickey-fill:before {
    content: "\ef53";
}
.ri-mickey-line:before {
    content: "\ef54";
}
.ri-microscope-fill:before {
    content: "\ef55";
}
.ri-microscope-line:before {
    content: "\ef56";
}
.ri-microsoft-fill:before {
    content: "\ef57";
}
.ri-microsoft-line:before {
    content: "\ef58";
}
.ri-mind-map:before {
    content: "\ef59";
}
.ri-mini-program-fill:before {
    content: "\ef5a";
}
.ri-mini-program-line:before {
    content: "\ef5b";
}
.ri-mist-fill:before {
    content: "\ef5c";
}
.ri-mist-line:before {
    content: "\ef5d";
}
.ri-money-cny-box-fill:before {
    content: "\ef5e";
}
.ri-money-cny-box-line:before {
    content: "\ef5f";
}
.ri-money-cny-circle-fill:before {
    content: "\ef60";
}
.ri-money-cny-circle-line:before {
    content: "\ef61";
}
.ri-money-dollar-box-fill:before {
    content: "\ef62";
}
.ri-money-dollar-box-line:before {
    content: "\ef63";
}
.ri-money-dollar-circle-fill:before {
    content: "\ef64";
}
.ri-money-dollar-circle-line:before {
    content: "\ef65";
}
.ri-money-euro-box-fill:before {
    content: "\ef66";
}
.ri-money-euro-box-line:before {
    content: "\ef67";
}
.ri-money-euro-circle-fill:before {
    content: "\ef68";
}
.ri-money-euro-circle-line:before {
    content: "\ef69";
}
.ri-money-pound-box-fill:before {
    content: "\ef6a";
}
.ri-money-pound-box-line:before {
    content: "\ef6b";
}
.ri-money-pound-circle-fill:before {
    content: "\ef6c";
}
.ri-money-pound-circle-line:before {
    content: "\ef6d";
}
.ri-moon-clear-fill:before {
    content: "\ef6e";
}
.ri-moon-clear-line:before {
    content: "\ef6f";
}
.ri-moon-cloudy-fill:before {
    content: "\ef70";
}
.ri-moon-cloudy-line:before {
    content: "\ef71";
}
.ri-moon-fill:before {
    content: "\ef72";
}
.ri-moon-foggy-fill:before {
    content: "\ef73";
}
.ri-moon-foggy-line:before {
    content: "\ef74";
}
.ri-moon-line:before {
    content: "\ef75";
}
.ri-more-2-fill:before {
    content: "\ef76";
}
.ri-more-2-line:before {
    content: "\ef77";
}
.ri-more-fill:before {
    content: "\ef78";
}
.ri-more-line:before {
    content: "\ef79";
}
.ri-motorbike-fill:before {
    content: "\ef7a";
}
.ri-motorbike-line:before {
    content: "\ef7b";
}
.ri-mouse-fill:before {
    content: "\ef7c";
}
.ri-mouse-line:before {
    content: "\ef7d";
}
.ri-movie-2-fill:before {
    content: "\ef7e";
}
.ri-movie-2-line:before {
    content: "\ef7f";
}
.ri-movie-fill:before {
    content: "\ef80";
}
.ri-movie-line:before {
    content: "\ef81";
}
.ri-music-2-fill:before {
    content: "\ef82";
}
.ri-music-2-line:before {
    content: "\ef83";
}
.ri-music-fill:before {
    content: "\ef84";
}
.ri-music-line:before {
    content: "\ef85";
}
.ri-mv-fill:before {
    content: "\ef86";
}
.ri-mv-line:before {
    content: "\ef87";
}
.ri-navigation-fill:before {
    content: "\ef88";
}
.ri-navigation-line:before {
    content: "\ef89";
}
.ri-netease-cloud-music-fill:before {
    content: "\ef8a";
}
.ri-netease-cloud-music-line:before {
    content: "\ef8b";
}
.ri-netflix-fill:before {
    content: "\ef8c";
}
.ri-netflix-line:before {
    content: "\ef8d";
}
.ri-newspaper-fill:before {
    content: "\ef8e";
}
.ri-newspaper-line:before {
    content: "\ef8f";
}
.ri-node-tree:before {
    content: "\ef90";
}
.ri-notification-2-fill:before {
    content: "\ef91";
}
.ri-notification-2-line:before {
    content: "\ef92";
}
.ri-notification-3-fill:before {
    content: "\ef93";
}
.ri-notification-3-line:before {
    content: "\ef94";
}
.ri-notification-4-fill:before {
    content: "\ef95";
}
.ri-notification-4-line:before {
    content: "\ef96";
}
.ri-notification-badge-fill:before {
    content: "\ef97";
}
.ri-notification-badge-line:before {
    content: "\ef98";
}
.ri-notification-fill:before {
    content: "\ef99";
}
.ri-notification-line:before {
    content: "\ef9a";
}
.ri-notification-off-fill:before {
    content: "\ef9b";
}
.ri-notification-off-line:before {
    content: "\ef9c";
}
.ri-npmjs-fill:before {
    content: "\ef9d";
}
.ri-npmjs-line:before {
    content: "\ef9e";
}
.ri-number-0:before {
    content: "\ef9f";
}
.ri-number-1:before {
    content: "\efa0";
}
.ri-number-2:before {
    content: "\efa1";
}
.ri-number-3:before {
    content: "\efa2";
}
.ri-number-4:before {
    content: "\efa3";
}
.ri-number-5:before {
    content: "\efa4";
}
.ri-number-6:before {
    content: "\efa5";
}
.ri-number-7:before {
    content: "\efa6";
}
.ri-number-8:before {
    content: "\efa7";
}
.ri-number-9:before {
    content: "\efa8";
}
.ri-numbers-fill:before {
    content: "\efa9";
}
.ri-numbers-line:before {
    content: "\efaa";
}
.ri-nurse-fill:before {
    content: "\efab";
}
.ri-nurse-line:before {
    content: "\efac";
}
.ri-oil-fill:before {
    content: "\efad";
}
.ri-oil-line:before {
    content: "\efae";
}
.ri-omega:before {
    content: "\efaf";
}
.ri-open-arm-fill:before {
    content: "\efb0";
}
.ri-open-arm-line:before {
    content: "\efb1";
}
.ri-open-source-fill:before {
    content: "\efb2";
}
.ri-open-source-line:before {
    content: "\efb3";
}
.ri-opera-fill:before {
    content: "\efb4";
}
.ri-opera-line:before {
    content: "\efb5";
}
.ri-order-play-fill:before {
    content: "\efb6";
}
.ri-order-play-line:before {
    content: "\efb7";
}
.ri-organization-chart:before {
    content: "\efb8";
}
.ri-outlet-2-fill:before {
    content: "\efb9";
}
.ri-outlet-2-line:before {
    content: "\efba";
}
.ri-outlet-fill:before {
    content: "\efbb";
}
.ri-outlet-line:before {
    content: "\efbc";
}
.ri-page-separator:before {
    content: "\efbd";
}
.ri-pages-fill:before {
    content: "\efbe";
}
.ri-pages-line:before {
    content: "\efbf";
}
.ri-paint-brush-fill:before {
    content: "\efc0";
}
.ri-paint-brush-line:before {
    content: "\efc1";
}
.ri-paint-fill:before {
    content: "\efc2";
}
.ri-paint-line:before {
    content: "\efc3";
}
.ri-palette-fill:before {
    content: "\efc4";
}
.ri-palette-line:before {
    content: "\efc5";
}
.ri-pantone-fill:before {
    content: "\efc6";
}
.ri-pantone-line:before {
    content: "\efc7";
}
.ri-paragraph:before {
    content: "\efc8";
}
.ri-parent-fill:before {
    content: "\efc9";
}
.ri-parent-line:before {
    content: "\efca";
}
.ri-parentheses-fill:before {
    content: "\efcb";
}
.ri-parentheses-line:before {
    content: "\efcc";
}
.ri-parking-box-fill:before {
    content: "\efcd";
}
.ri-parking-box-line:before {
    content: "\efce";
}
.ri-parking-fill:before {
    content: "\efcf";
}
.ri-parking-line:before {
    content: "\efd0";
}
.ri-passport-fill:before {
    content: "\efd1";
}
.ri-passport-line:before {
    content: "\efd2";
}
.ri-patreon-fill:before {
    content: "\efd3";
}
.ri-patreon-line:before {
    content: "\efd4";
}
.ri-pause-circle-fill:before {
    content: "\efd5";
}
.ri-pause-circle-line:before {
    content: "\efd6";
}
.ri-pause-fill:before {
    content: "\efd7";
}
.ri-pause-line:before {
    content: "\efd8";
}
.ri-pause-mini-fill:before {
    content: "\efd9";
}
.ri-pause-mini-line:before {
    content: "\efda";
}
.ri-paypal-fill:before {
    content: "\efdb";
}
.ri-paypal-line:before {
    content: "\efdc";
}
.ri-pen-nib-fill:before {
    content: "\efdd";
}
.ri-pen-nib-line:before {
    content: "\efde";
}
.ri-pencil-fill:before {
    content: "\efdf";
}
.ri-pencil-line:before {
    content: "\efe0";
}
.ri-pencil-ruler-2-fill:before {
    content: "\efe1";
}
.ri-pencil-ruler-2-line:before {
    content: "\efe2";
}
.ri-pencil-ruler-fill:before {
    content: "\efe3";
}
.ri-pencil-ruler-line:before {
    content: "\efe4";
}
.ri-percent-fill:before {
    content: "\efe5";
}
.ri-percent-line:before {
    content: "\efe6";
}
.ri-phone-camera-fill:before {
    content: "\efe7";
}
.ri-phone-camera-line:before {
    content: "\efe8";
}
.ri-phone-fill:before {
    content: "\efe9";
}
.ri-phone-find-fill:before {
    content: "\efea";
}
.ri-phone-find-line:before {
    content: "\efeb";
}
.ri-phone-line:before {
    content: "\efec";
}
.ri-phone-lock-fill:before {
    content: "\efed";
}
.ri-phone-lock-line:before {
    content: "\efee";
}
.ri-picture-in-picture-2-fill:before {
    content: "\efef";
}
.ri-picture-in-picture-2-line:before {
    content: "\eff0";
}
.ri-picture-in-picture-exit-fill:before {
    content: "\eff1";
}
.ri-picture-in-picture-exit-line:before {
    content: "\eff2";
}
.ri-picture-in-picture-fill:before {
    content: "\eff3";
}
.ri-picture-in-picture-line:before {
    content: "\eff4";
}
.ri-pie-chart-2-fill:before {
    content: "\eff5";
}
.ri-pie-chart-2-line:before {
    content: "\eff6";
}
.ri-pie-chart-box-fill:before {
    content: "\eff7";
}
.ri-pie-chart-box-line:before {
    content: "\eff8";
}
.ri-pie-chart-fill:before {
    content: "\eff9";
}
.ri-pie-chart-line:before {
    content: "\effa";
}
.ri-pin-distance-fill:before {
    content: "\effb";
}
.ri-pin-distance-line:before {
    content: "\effc";
}
.ri-ping-pong-fill:before {
    content: "\effd";
}
.ri-ping-pong-line:before {
    content: "\effe";
}
.ri-pinterest-fill:before {
    content: "\efff";
}
.ri-pinterest-line:before {
    content: "\f000";
}
.ri-pinyin-input:before {
    content: "\f001";
}
.ri-pixelfed-fill:before {
    content: "\f002";
}
.ri-pixelfed-line:before {
    content: "\f003";
}
.ri-plane-fill:before {
    content: "\f004";
}
.ri-plane-line:before {
    content: "\f005";
}
.ri-plant-fill:before {
    content: "\f006";
}
.ri-plant-line:before {
    content: "\f007";
}
.ri-play-circle-fill:before {
    content: "\f008";
}
.ri-play-circle-line:before {
    content: "\f009";
}
.ri-play-fill:before {
    content: "\f00a";
}
.ri-play-line:before {
    content: "\f00b";
}
.ri-play-list-2-fill:before {
    content: "\f00c";
}
.ri-play-list-2-line:before {
    content: "\f00d";
}
.ri-play-list-add-fill:before {
    content: "\f00e";
}
.ri-play-list-add-line:before {
    content: "\f00f";
}
.ri-play-list-fill:before {
    content: "\f010";
}
.ri-play-list-line:before {
    content: "\f011";
}
.ri-play-mini-fill:before {
    content: "\f012";
}
.ri-play-mini-line:before {
    content: "\f013";
}
.ri-playstation-fill:before {
    content: "\f014";
}
.ri-playstation-line:before {
    content: "\f015";
}
.ri-plug-2-fill:before {
    content: "\f016";
}
.ri-plug-2-line:before {
    content: "\f017";
}
.ri-plug-fill:before {
    content: "\f018";
}
.ri-plug-line:before {
    content: "\f019";
}
.ri-polaroid-2-fill:before {
    content: "\f01a";
}
.ri-polaroid-2-line:before {
    content: "\f01b";
}
.ri-polaroid-fill:before {
    content: "\f01c";
}
.ri-polaroid-line:before {
    content: "\f01d";
}
.ri-police-car-fill:before {
    content: "\f01e";
}
.ri-police-car-line:before {
    content: "\f01f";
}
.ri-price-tag-2-fill:before {
    content: "\f020";
}
.ri-price-tag-2-line:before {
    content: "\f021";
}
.ri-price-tag-3-fill:before {
    content: "\f022";
}
.ri-price-tag-3-line:before {
    content: "\f023";
}
.ri-price-tag-fill:before {
    content: "\f024";
}
.ri-price-tag-line:before {
    content: "\f025";
}
.ri-printer-cloud-fill:before {
    content: "\f026";
}
.ri-printer-cloud-line:before {
    content: "\f027";
}
.ri-printer-fill:before {
    content: "\f028";
}
.ri-printer-line:before {
    content: "\f029";
}
.ri-product-hunt-fill:before {
    content: "\f02a";
}
.ri-product-hunt-line:before {
    content: "\f02b";
}
.ri-profile-fill:before {
    content: "\f02c";
}
.ri-profile-line:before {
    content: "\f02d";
}
.ri-projector-2-fill:before {
    content: "\f02e";
}
.ri-projector-2-line:before {
    content: "\f02f";
}
.ri-projector-fill:before {
    content: "\f030";
}
.ri-projector-line:before {
    content: "\f031";
}
.ri-psychotherapy-fill:before {
    content: "\f032";
}
.ri-psychotherapy-line:before {
    content: "\f033";
}
.ri-pulse-fill:before {
    content: "\f034";
}
.ri-pulse-line:before {
    content: "\f035";
}
.ri-pushpin-2-fill:before {
    content: "\f036";
}
.ri-pushpin-2-line:before {
    content: "\f037";
}
.ri-pushpin-fill:before {
    content: "\f038";
}
.ri-pushpin-line:before {
    content: "\f039";
}
.ri-qq-fill:before {
    content: "\f03a";
}
.ri-qq-line:before {
    content: "\f03b";
}
.ri-qr-code-fill:before {
    content: "\f03c";
}
.ri-qr-code-line:before {
    content: "\f03d";
}
.ri-qr-scan-2-fill:before {
    content: "\f03e";
}
.ri-qr-scan-2-line:before {
    content: "\f03f";
}
.ri-qr-scan-fill:before {
    content: "\f040";
}
.ri-qr-scan-line:before {
    content: "\f041";
}
.ri-question-answer-fill:before {
    content: "\f042";
}
.ri-question-answer-line:before {
    content: "\f043";
}
.ri-question-fill:before {
    content: "\f044";
}
.ri-question-line:before {
    content: "\f045";
}
.ri-question-mark:before {
    content: "\f046";
}
.ri-questionnaire-fill:before {
    content: "\f047";
}
.ri-questionnaire-line:before {
    content: "\f048";
}
.ri-quill-pen-fill:before {
    content: "\f049";
}
.ri-quill-pen-line:before {
    content: "\f04a";
}
.ri-radar-fill:before {
    content: "\f04b";
}
.ri-radar-line:before {
    content: "\f04c";
}
.ri-radio-2-fill:before {
    content: "\f04d";
}
.ri-radio-2-line:before {
    content: "\f04e";
}
.ri-radio-button-fill:before {
    content: "\f04f";
}
.ri-radio-button-line:before {
    content: "\f050";
}
.ri-radio-fill:before {
    content: "\f051";
}
.ri-radio-line:before {
    content: "\f052";
}
.ri-rainbow-fill:before {
    content: "\f053";
}
.ri-rainbow-line:before {
    content: "\f054";
}
.ri-rainy-fill:before {
    content: "\f055";
}
.ri-rainy-line:before {
    content: "\f056";
}
.ri-reactjs-fill:before {
    content: "\f057";
}
.ri-reactjs-line:before {
    content: "\f058";
}
.ri-record-circle-fill:before {
    content: "\f059";
}
.ri-record-circle-line:before {
    content: "\f05a";
}
.ri-record-mail-fill:before {
    content: "\f05b";
}
.ri-record-mail-line:before {
    content: "\f05c";
}
.ri-recycle-fill:before {
    content: "\f05d";
}
.ri-recycle-line:before {
    content: "\f05e";
}
.ri-red-packet-fill:before {
    content: "\f05f";
}
.ri-red-packet-line:before {
    content: "\f060";
}
.ri-reddit-fill:before {
    content: "\f061";
}
.ri-reddit-line:before {
    content: "\f062";
}
.ri-refresh-fill:before {
    content: "\f063";
}
.ri-refresh-line:before {
    content: "\f064";
}
.ri-refund-2-fill:before {
    content: "\f065";
}
.ri-refund-2-line:before {
    content: "\f066";
}
.ri-refund-fill:before {
    content: "\f067";
}
.ri-refund-line:before {
    content: "\f068";
}
.ri-registered-fill:before {
    content: "\f069";
}
.ri-registered-line:before {
    content: "\f06a";
}
.ri-remixicon-fill:before {
    content: "\f06b";
}
.ri-remixicon-line:before {
    content: "\f06c";
}
.ri-remote-control-2-fill:before {
    content: "\f06d";
}
.ri-remote-control-2-line:before {
    content: "\f06e";
}
.ri-remote-control-fill:before {
    content: "\f06f";
}
.ri-remote-control-line:before {
    content: "\f070";
}
.ri-repeat-2-fill:before {
    content: "\f071";
}
.ri-repeat-2-line:before {
    content: "\f072";
}
.ri-repeat-fill:before {
    content: "\f073";
}
.ri-repeat-line:before {
    content: "\f074";
}
.ri-repeat-one-fill:before {
    content: "\f075";
}
.ri-repeat-one-line:before {
    content: "\f076";
}
.ri-reply-all-fill:before {
    content: "\f077";
}
.ri-reply-all-line:before {
    content: "\f078";
}
.ri-reply-fill:before {
    content: "\f079";
}
.ri-reply-line:before {
    content: "\f07a";
}
.ri-reserved-fill:before {
    content: "\f07b";
}
.ri-reserved-line:before {
    content: "\f07c";
}
.ri-rest-time-fill:before {
    content: "\f07d";
}
.ri-rest-time-line:before {
    content: "\f07e";
}
.ri-restart-fill:before {
    content: "\f07f";
}
.ri-restart-line:before {
    content: "\f080";
}
.ri-restaurant-2-fill:before {
    content: "\f081";
}
.ri-restaurant-2-line:before {
    content: "\f082";
}
.ri-restaurant-fill:before {
    content: "\f083";
}
.ri-restaurant-line:before {
    content: "\f084";
}
.ri-rewind-fill:before {
    content: "\f085";
}
.ri-rewind-line:before {
    content: "\f086";
}
.ri-rewind-mini-fill:before {
    content: "\f087";
}
.ri-rewind-mini-line:before {
    content: "\f088";
}
.ri-rhythm-fill:before {
    content: "\f089";
}
.ri-rhythm-line:before {
    content: "\f08a";
}
.ri-riding-fill:before {
    content: "\f08b";
}
.ri-riding-line:before {
    content: "\f08c";
}
.ri-road-map-fill:before {
    content: "\f08d";
}
.ri-road-map-line:before {
    content: "\f08e";
}
.ri-roadster-fill:before {
    content: "\f08f";
}
.ri-roadster-line:before {
    content: "\f090";
}
.ri-robot-fill:before {
    content: "\f091";
}
.ri-robot-line:before {
    content: "\f092";
}
.ri-rocket-2-fill:before {
    content: "\f093";
}
.ri-rocket-2-line:before {
    content: "\f094";
}
.ri-rocket-fill:before {
    content: "\f095";
}
.ri-rocket-line:before {
    content: "\f096";
}
.ri-rotate-lock-fill:before {
    content: "\f097";
}
.ri-rotate-lock-line:before {
    content: "\f098";
}
.ri-rounded-corner:before {
    content: "\f099";
}
.ri-route-fill:before {
    content: "\f09a";
}
.ri-route-line:before {
    content: "\f09b";
}
.ri-router-fill:before {
    content: "\f09c";
}
.ri-router-line:before {
    content: "\f09d";
}
.ri-rss-fill:before {
    content: "\f09e";
}
.ri-rss-line:before {
    content: "\f09f";
}
.ri-ruler-2-fill:before {
    content: "\f0a0";
}
.ri-ruler-2-line:before {
    content: "\f0a1";
}
.ri-ruler-fill:before {
    content: "\f0a2";
}
.ri-ruler-line:before {
    content: "\f0a3";
}
.ri-run-fill:before {
    content: "\f0a4";
}
.ri-run-line:before {
    content: "\f0a5";
}
.ri-safari-fill:before {
    content: "\f0a6";
}
.ri-safari-line:before {
    content: "\f0a7";
}
.ri-safe-2-fill:before {
    content: "\f0a8";
}
.ri-safe-2-line:before {
    content: "\f0a9";
}
.ri-safe-fill:before {
    content: "\f0aa";
}
.ri-safe-line:before {
    content: "\f0ab";
}
.ri-sailboat-fill:before {
    content: "\f0ac";
}
.ri-sailboat-line:before {
    content: "\f0ad";
}
.ri-save-2-fill:before {
    content: "\f0ae";
}
.ri-save-2-line:before {
    content: "\f0af";
}
.ri-save-3-fill:before {
    content: "\f0b0";
}
.ri-save-3-line:before {
    content: "\f0b1";
}
.ri-save-fill:before {
    content: "\f0b2";
}
.ri-save-line:before {
    content: "\f0b3";
}
.ri-scales-2-fill:before {
    content: "\f0b4";
}
.ri-scales-2-line:before {
    content: "\f0b5";
}
.ri-scales-3-fill:before {
    content: "\f0b6";
}
.ri-scales-3-line:before {
    content: "\f0b7";
}
.ri-scales-fill:before {
    content: "\f0b8";
}
.ri-scales-line:before {
    content: "\f0b9";
}
.ri-scan-2-fill:before {
    content: "\f0ba";
}
.ri-scan-2-line:before {
    content: "\f0bb";
}
.ri-scan-fill:before {
    content: "\f0bc";
}
.ri-scan-line:before {
    content: "\f0bd";
}
.ri-scissors-2-fill:before {
    content: "\f0be";
}
.ri-scissors-2-line:before {
    content: "\f0bf";
}
.ri-scissors-cut-fill:before {
    content: "\f0c0";
}
.ri-scissors-cut-line:before {
    content: "\f0c1";
}
.ri-scissors-fill:before {
    content: "\f0c2";
}
.ri-scissors-line:before {
    content: "\f0c3";
}
.ri-screenshot-2-fill:before {
    content: "\f0c4";
}
.ri-screenshot-2-line:before {
    content: "\f0c5";
}
.ri-screenshot-fill:before {
    content: "\f0c6";
}
.ri-screenshot-line:before {
    content: "\f0c7";
}
.ri-sd-card-fill:before {
    content: "\f0c8";
}
.ri-sd-card-line:before {
    content: "\f0c9";
}
.ri-sd-card-mini-fill:before {
    content: "\f0ca";
}
.ri-sd-card-mini-line:before {
    content: "\f0cb";
}
.ri-search-2-fill:before {
    content: "\f0cc";
}
.ri-search-2-line:before {
    content: "\f0cd";
}
.ri-search-eye-fill:before {
    content: "\f0ce";
}
.ri-search-eye-line:before {
    content: "\f0cf";
}
.ri-search-fill:before {
    content: "\f0d0";
}
.ri-search-line:before {
    content: "\f0d1";
}
.ri-secure-payment-fill:before {
    content: "\f0d2";
}
.ri-secure-payment-line:before {
    content: "\f0d3";
}
.ri-seedling-fill:before {
    content: "\f0d4";
}
.ri-seedling-line:before {
    content: "\f0d5";
}
.ri-send-backward:before {
    content: "\f0d6";
}
.ri-send-plane-2-fill:before {
    content: "\f0d7";
}
.ri-send-plane-2-line:before {
    content: "\f0d8";
}
.ri-send-plane-fill:before {
    content: "\f0d9";
}
.ri-send-plane-line:before {
    content: "\f0da";
}
.ri-send-to-back:before {
    content: "\f0db";
}
.ri-sensor-fill:before {
    content: "\f0dc";
}
.ri-sensor-line:before {
    content: "\f0dd";
}
.ri-separator:before {
    content: "\f0de";
}
.ri-server-fill:before {
    content: "\f0df";
}
.ri-server-line:before {
    content: "\f0e0";
}
.ri-service-fill:before {
    content: "\f0e1";
}
.ri-service-line:before {
    content: "\f0e2";
}
.ri-settings-2-fill:before {
    content: "\f0e3";
}
.ri-settings-2-line:before {
    content: "\f0e4";
}
.ri-settings-3-fill:before {
    content: "\f0e5";
}
.ri-settings-3-line:before {
    content: "\f0e6";
}
.ri-settings-4-fill:before {
    content: "\f0e7";
}
.ri-settings-4-line:before {
    content: "\f0e8";
}
.ri-settings-5-fill:before {
    content: "\f0e9";
}
.ri-settings-5-line:before {
    content: "\f0ea";
}
.ri-settings-6-fill:before {
    content: "\f0eb";
}
.ri-settings-6-line:before {
    content: "\f0ec";
}
.ri-settings-fill:before {
    content: "\f0ed";
}
.ri-settings-line:before {
    content: "\f0ee";
}
.ri-shape-2-fill:before {
    content: "\f0ef";
}
.ri-shape-2-line:before {
    content: "\f0f0";
}
.ri-shape-fill:before {
    content: "\f0f1";
}
.ri-shape-line:before {
    content: "\f0f2";
}
.ri-share-box-fill:before {
    content: "\f0f3";
}
.ri-share-box-line:before {
    content: "\f0f4";
}
.ri-share-circle-fill:before {
    content: "\f0f5";
}
.ri-share-circle-line:before {
    content: "\f0f6";
}
.ri-share-fill:before {
    content: "\f0f7";
}
.ri-share-forward-2-fill:before {
    content: "\f0f8";
}
.ri-share-forward-2-line:before {
    content: "\f0f9";
}
.ri-share-forward-box-fill:before {
    content: "\f0fa";
}
.ri-share-forward-box-line:before {
    content: "\f0fb";
}
.ri-share-forward-fill:before {
    content: "\f0fc";
}
.ri-share-forward-line:before {
    content: "\f0fd";
}
.ri-share-line:before {
    content: "\f0fe";
}
.ri-shield-check-fill:before {
    content: "\f0ff";
}
.ri-shield-check-line:before {
    content: "\f100";
}
.ri-shield-cross-fill:before {
    content: "\f101";
}
.ri-shield-cross-line:before {
    content: "\f102";
}
.ri-shield-fill:before {
    content: "\f103";
}
.ri-shield-flash-fill:before {
    content: "\f104";
}
.ri-shield-flash-line:before {
    content: "\f105";
}
.ri-shield-keyhole-fill:before {
    content: "\f106";
}
.ri-shield-keyhole-line:before {
    content: "\f107";
}
.ri-shield-line:before {
    content: "\f108";
}
.ri-shield-star-fill:before {
    content: "\f109";
}
.ri-shield-star-line:before {
    content: "\f10a";
}
.ri-shield-user-fill:before {
    content: "\f10b";
}
.ri-shield-user-line:before {
    content: "\f10c";
}
.ri-ship-2-fill:before {
    content: "\f10d";
}
.ri-ship-2-line:before {
    content: "\f10e";
}
.ri-ship-fill:before {
    content: "\f10f";
}
.ri-ship-line:before {
    content: "\f110";
}
.ri-shirt-fill:before {
    content: "\f111";
}
.ri-shirt-line:before {
    content: "\f112";
}
.ri-shopping-bag-2-fill:before {
    content: "\f113";
}
.ri-shopping-bag-2-line:before {
    content: "\f114";
}
.ri-shopping-bag-3-fill:before {
    content: "\f115";
}
.ri-shopping-bag-3-line:before {
    content: "\f116";
}
.ri-shopping-bag-fill:before {
    content: "\f117";
}
.ri-shopping-bag-line:before {
    content: "\f118";
}
.ri-shopping-basket-2-fill:before {
    content: "\f119";
}
.ri-shopping-basket-2-line:before {
    content: "\f11a";
}
.ri-shopping-basket-fill:before {
    content: "\f11b";
}
.ri-shopping-basket-line:before {
    content: "\f11c";
}
.ri-shopping-cart-2-fill:before {
    content: "\f11d";
}
.ri-shopping-cart-2-line:before {
    content: "\f11e";
}
.ri-shopping-cart-fill:before {
    content: "\f11f";
}
.ri-shopping-cart-line:before {
    content: "\f120";
}
.ri-showers-fill:before {
    content: "\f121";
}
.ri-showers-line:before {
    content: "\f122";
}
.ri-shuffle-fill:before {
    content: "\f123";
}
.ri-shuffle-line:before {
    content: "\f124";
}
.ri-shut-down-fill:before {
    content: "\f125";
}
.ri-shut-down-line:before {
    content: "\f126";
}
.ri-side-bar-fill:before {
    content: "\f127";
}
.ri-side-bar-line:before {
    content: "\f128";
}
.ri-signal-tower-fill:before {
    content: "\f129";
}
.ri-signal-tower-line:before {
    content: "\f12a";
}
.ri-signal-wifi-1-fill:before {
    content: "\f12b";
}
.ri-signal-wifi-1-line:before {
    content: "\f12c";
}
.ri-signal-wifi-2-fill:before {
    content: "\f12d";
}
.ri-signal-wifi-2-line:before {
    content: "\f12e";
}
.ri-signal-wifi-3-fill:before {
    content: "\f12f";
}
.ri-signal-wifi-3-line:before {
    content: "\f130";
}
.ri-signal-wifi-error-fill:before {
    content: "\f131";
}
.ri-signal-wifi-error-line:before {
    content: "\f132";
}
.ri-signal-wifi-fill:before {
    content: "\f133";
}
.ri-signal-wifi-line:before {
    content: "\f134";
}
.ri-signal-wifi-off-fill:before {
    content: "\f135";
}
.ri-signal-wifi-off-line:before {
    content: "\f136";
}
.ri-sim-card-2-fill:before {
    content: "\f137";
}
.ri-sim-card-2-line:before {
    content: "\f138";
}
.ri-sim-card-fill:before {
    content: "\f139";
}
.ri-sim-card-line:before {
    content: "\f13a";
}
.ri-single-quotes-l:before {
    content: "\f13b";
}
.ri-single-quotes-r:before {
    content: "\f13c";
}
.ri-sip-fill:before {
    content: "\f13d";
}
.ri-sip-line:before {
    content: "\f13e";
}
.ri-skip-back-fill:before {
    content: "\f13f";
}
.ri-skip-back-line:before {
    content: "\f140";
}
.ri-skip-back-mini-fill:before {
    content: "\f141";
}
.ri-skip-back-mini-line:before {
    content: "\f142";
}
.ri-skip-forward-fill:before {
    content: "\f143";
}
.ri-skip-forward-line:before {
    content: "\f144";
}
.ri-skip-forward-mini-fill:before {
    content: "\f145";
}
.ri-skip-forward-mini-line:before {
    content: "\f146";
}
.ri-skull-2-fill:before {
    content: "\f147";
}
.ri-skull-2-line:before {
    content: "\f148";
}
.ri-skull-fill:before {
    content: "\f149";
}
.ri-skull-line:before {
    content: "\f14a";
}
.ri-skype-fill:before {
    content: "\f14b";
}
.ri-skype-line:before {
    content: "\f14c";
}
.ri-slack-fill:before {
    content: "\f14d";
}
.ri-slack-line:before {
    content: "\f14e";
}
.ri-slice-fill:before {
    content: "\f14f";
}
.ri-slice-line:before {
    content: "\f150";
}
.ri-slideshow-2-fill:before {
    content: "\f151";
}
.ri-slideshow-2-line:before {
    content: "\f152";
}
.ri-slideshow-3-fill:before {
    content: "\f153";
}
.ri-slideshow-3-line:before {
    content: "\f154";
}
.ri-slideshow-4-fill:before {
    content: "\f155";
}
.ri-slideshow-4-line:before {
    content: "\f156";
}
.ri-slideshow-fill:before {
    content: "\f157";
}
.ri-slideshow-line:before {
    content: "\f158";
}
.ri-smartphone-fill:before {
    content: "\f159";
}
.ri-smartphone-line:before {
    content: "\f15a";
}
.ri-snapchat-fill:before {
    content: "\f15b";
}
.ri-snapchat-line:before {
    content: "\f15c";
}
.ri-snowy-fill:before {
    content: "\f15d";
}
.ri-snowy-line:before {
    content: "\f15e";
}
.ri-sort-asc:before {
    content: "\f15f";
}
.ri-sort-desc:before {
    content: "\f160";
}
.ri-sound-module-fill:before {
    content: "\f161";
}
.ri-sound-module-line:before {
    content: "\f162";
}
.ri-soundcloud-fill:before {
    content: "\f163";
}
.ri-soundcloud-line:before {
    content: "\f164";
}
.ri-space-ship-fill:before {
    content: "\f165";
}
.ri-space-ship-line:before {
    content: "\f166";
}
.ri-space:before {
    content: "\f167";
}
.ri-spam-2-fill:before {
    content: "\f168";
}
.ri-spam-2-line:before {
    content: "\f169";
}
.ri-spam-3-fill:before {
    content: "\f16a";
}
.ri-spam-3-line:before {
    content: "\f16b";
}
.ri-spam-fill:before {
    content: "\f16c";
}
.ri-spam-line:before {
    content: "\f16d";
}
.ri-speaker-2-fill:before {
    content: "\f16e";
}
.ri-speaker-2-line:before {
    content: "\f16f";
}
.ri-speaker-3-fill:before {
    content: "\f170";
}
.ri-speaker-3-line:before {
    content: "\f171";
}
.ri-speaker-fill:before {
    content: "\f172";
}
.ri-speaker-line:before {
    content: "\f173";
}
.ri-spectrum-fill:before {
    content: "\f174";
}
.ri-spectrum-line:before {
    content: "\f175";
}
.ri-speed-fill:before {
    content: "\f176";
}
.ri-speed-line:before {
    content: "\f177";
}
.ri-speed-mini-fill:before {
    content: "\f178";
}
.ri-speed-mini-line:before {
    content: "\f179";
}
.ri-split-cells-horizontal:before {
    content: "\f17a";
}
.ri-split-cells-vertical:before {
    content: "\f17b";
}
.ri-spotify-fill:before {
    content: "\f17c";
}
.ri-spotify-line:before {
    content: "\f17d";
}
.ri-spy-fill:before {
    content: "\f17e";
}
.ri-spy-line:before {
    content: "\f17f";
}
.ri-stack-fill:before {
    content: "\f180";
}
.ri-stack-line:before {
    content: "\f181";
}
.ri-stack-overflow-fill:before {
    content: "\f182";
}
.ri-stack-overflow-line:before {
    content: "\f183";
}
.ri-stackshare-fill:before {
    content: "\f184";
}
.ri-stackshare-line:before {
    content: "\f185";
}
.ri-star-fill:before {
    content: "\f186";
}
.ri-star-half-fill:before {
    content: "\f187";
}
.ri-star-half-line:before {
    content: "\f188";
}
.ri-star-half-s-fill:before {
    content: "\f189";
}
.ri-star-half-s-line:before {
    content: "\f18a";
}
.ri-star-line:before {
    content: "\f18b";
}
.ri-star-s-fill:before {
    content: "\f18c";
}
.ri-star-s-line:before {
    content: "\f18d";
}
.ri-star-smile-fill:before {
    content: "\f18e";
}
.ri-star-smile-line:before {
    content: "\f18f";
}
.ri-steam-fill:before {
    content: "\f190";
}
.ri-steam-line:before {
    content: "\f191";
}
.ri-steering-2-fill:before {
    content: "\f192";
}
.ri-steering-2-line:before {
    content: "\f193";
}
.ri-steering-fill:before {
    content: "\f194";
}
.ri-steering-line:before {
    content: "\f195";
}
.ri-stethoscope-fill:before {
    content: "\f196";
}
.ri-stethoscope-line:before {
    content: "\f197";
}
.ri-sticky-note-2-fill:before {
    content: "\f198";
}
.ri-sticky-note-2-line:before {
    content: "\f199";
}
.ri-sticky-note-fill:before {
    content: "\f19a";
}
.ri-sticky-note-line:before {
    content: "\f19b";
}
.ri-stock-fill:before {
    content: "\f19c";
}
.ri-stock-line:before {
    content: "\f19d";
}
.ri-stop-circle-fill:before {
    content: "\f19e";
}
.ri-stop-circle-line:before {
    content: "\f19f";
}
.ri-stop-fill:before {
    content: "\f1a0";
}
.ri-stop-line:before {
    content: "\f1a1";
}
.ri-stop-mini-fill:before {
    content: "\f1a2";
}
.ri-stop-mini-line:before {
    content: "\f1a3";
}
.ri-store-2-fill:before {
    content: "\f1a4";
}
.ri-store-2-line:before {
    content: "\f1a5";
}
.ri-store-3-fill:before {
    content: "\f1a6";
}
.ri-store-3-line:before {
    content: "\f1a7";
}
.ri-store-fill:before {
    content: "\f1a8";
}
.ri-store-line:before {
    content: "\f1a9";
}
.ri-strikethrough-2:before {
    content: "\f1aa";
}
.ri-strikethrough:before {
    content: "\f1ab";
}
.ri-subscript-2:before {
    content: "\f1ac";
}
.ri-subscript:before {
    content: "\f1ad";
}
.ri-subtract-fill:before {
    content: "\f1ae";
}
.ri-subtract-line:before {
    content: "\f1af";
}
.ri-subway-fill:before {
    content: "\f1b0";
}
.ri-subway-line:before {
    content: "\f1b1";
}
.ri-subway-wifi-fill:before {
    content: "\f1b2";
}
.ri-subway-wifi-line:before {
    content: "\f1b3";
}
.ri-suitcase-2-fill:before {
    content: "\f1b4";
}
.ri-suitcase-2-line:before {
    content: "\f1b5";
}
.ri-suitcase-3-fill:before {
    content: "\f1b6";
}
.ri-suitcase-3-line:before {
    content: "\f1b7";
}
.ri-suitcase-fill:before {
    content: "\f1b8";
}
.ri-suitcase-line:before {
    content: "\f1b9";
}
.ri-sun-cloudy-fill:before {
    content: "\f1ba";
}
.ri-sun-cloudy-line:before {
    content: "\f1bb";
}
.ri-sun-fill:before {
    content: "\f1bc";
}
.ri-sun-foggy-fill:before {
    content: "\f1bd";
}
.ri-sun-foggy-line:before {
    content: "\f1be";
}
.ri-sun-line:before {
    content: "\f1bf";
}
.ri-superscript-2:before {
    content: "\f1c0";
}
.ri-superscript:before {
    content: "\f1c1";
}
.ri-surgical-mask-fill:before {
    content: "\f1c2";
}
.ri-surgical-mask-line:before {
    content: "\f1c3";
}
.ri-surround-sound-fill:before {
    content: "\f1c4";
}
.ri-surround-sound-line:before {
    content: "\f1c5";
}
.ri-survey-fill:before {
    content: "\f1c6";
}
.ri-survey-line:before {
    content: "\f1c7";
}
.ri-swap-box-fill:before {
    content: "\f1c8";
}
.ri-swap-box-line:before {
    content: "\f1c9";
}
.ri-swap-fill:before {
    content: "\f1ca";
}
.ri-swap-line:before {
    content: "\f1cb";
}
.ri-switch-fill:before {
    content: "\f1cc";
}
.ri-switch-line:before {
    content: "\f1cd";
}
.ri-sword-fill:before {
    content: "\f1ce";
}
.ri-sword-line:before {
    content: "\f1cf";
}
.ri-syringe-fill:before {
    content: "\f1d0";
}
.ri-syringe-line:before {
    content: "\f1d1";
}
.ri-t-box-fill:before {
    content: "\f1d2";
}
.ri-t-box-line:before {
    content: "\f1d3";
}
.ri-t-shirt-2-fill:before {
    content: "\f1d4";
}
.ri-t-shirt-2-line:before {
    content: "\f1d5";
}
.ri-t-shirt-air-fill:before {
    content: "\f1d6";
}
.ri-t-shirt-air-line:before {
    content: "\f1d7";
}
.ri-t-shirt-fill:before {
    content: "\f1d8";
}
.ri-t-shirt-line:before {
    content: "\f1d9";
}
.ri-table-2:before {
    content: "\f1da";
}
.ri-table-alt-fill:before {
    content: "\f1db";
}
.ri-table-alt-line:before {
    content: "\f1dc";
}
.ri-table-fill:before {
    content: "\f1dd";
}
.ri-table-line:before {
    content: "\f1de";
}
.ri-tablet-fill:before {
    content: "\f1df";
}
.ri-tablet-line:before {
    content: "\f1e0";
}
.ri-takeaway-fill:before {
    content: "\f1e1";
}
.ri-takeaway-line:before {
    content: "\f1e2";
}
.ri-taobao-fill:before {
    content: "\f1e3";
}
.ri-taobao-line:before {
    content: "\f1e4";
}
.ri-tape-fill:before {
    content: "\f1e5";
}
.ri-tape-line:before {
    content: "\f1e6";
}
.ri-task-fill:before {
    content: "\f1e7";
}
.ri-task-line:before {
    content: "\f1e8";
}
.ri-taxi-fill:before {
    content: "\f1e9";
}
.ri-taxi-line:before {
    content: "\f1ea";
}
.ri-taxi-wifi-fill:before {
    content: "\f1eb";
}
.ri-taxi-wifi-line:before {
    content: "\f1ec";
}
.ri-team-fill:before {
    content: "\f1ed";
}
.ri-team-line:before {
    content: "\f1ee";
}
.ri-telegram-fill:before {
    content: "\f1ef";
}
.ri-telegram-line:before {
    content: "\f1f0";
}
.ri-temp-cold-fill:before {
    content: "\f1f1";
}
.ri-temp-cold-line:before {
    content: "\f1f2";
}
.ri-temp-hot-fill:before {
    content: "\f1f3";
}
.ri-temp-hot-line:before {
    content: "\f1f4";
}
.ri-terminal-box-fill:before {
    content: "\f1f5";
}
.ri-terminal-box-line:before {
    content: "\f1f6";
}
.ri-terminal-fill:before {
    content: "\f1f7";
}
.ri-terminal-line:before {
    content: "\f1f8";
}
.ri-terminal-window-fill:before {
    content: "\f1f9";
}
.ri-terminal-window-line:before {
    content: "\f1fa";
}
.ri-test-tube-fill:before {
    content: "\f1fb";
}
.ri-test-tube-line:before {
    content: "\f1fc";
}
.ri-text-direction-l:before {
    content: "\f1fd";
}
.ri-text-direction-r:before {
    content: "\f1fe";
}
.ri-text-spacing:before {
    content: "\f1ff";
}
.ri-text-wrap:before {
    content: "\f200";
}
.ri-text:before {
    content: "\f201";
}
.ri-thermometer-fill:before {
    content: "\f202";
}
.ri-thermometer-line:before {
    content: "\f203";
}
.ri-thumb-down-fill:before {
    content: "\f204";
}
.ri-thumb-down-line:before {
    content: "\f205";
}
.ri-thumb-up-fill:before {
    content: "\f206";
}
.ri-thumb-up-line:before {
    content: "\f207";
}
.ri-thunderstorms-fill:before {
    content: "\f208";
}
.ri-thunderstorms-line:before {
    content: "\f209";
}
.ri-ticket-2-fill:before {
    content: "\f20a";
}
.ri-ticket-2-line:before {
    content: "\f20b";
}
.ri-ticket-fill:before {
    content: "\f20c";
}
.ri-ticket-line:before {
    content: "\f20d";
}
.ri-time-fill:before {
    content: "\f20e";
}
.ri-time-line:before {
    content: "\f20f";
}
.ri-timer-2-fill:before {
    content: "\f210";
}
.ri-timer-2-line:before {
    content: "\f211";
}
.ri-timer-fill:before {
    content: "\f212";
}
.ri-timer-flash-fill:before {
    content: "\f213";
}
.ri-timer-flash-line:before {
    content: "\f214";
}
.ri-timer-line:before {
    content: "\f215";
}
.ri-todo-fill:before {
    content: "\f216";
}
.ri-todo-line:before {
    content: "\f217";
}
.ri-toggle-fill:before {
    content: "\f218";
}
.ri-toggle-line:before {
    content: "\f219";
}
.ri-tools-fill:before {
    content: "\f21a";
}
.ri-tools-line:before {
    content: "\f21b";
}
.ri-tornado-fill:before {
    content: "\f21c";
}
.ri-tornado-line:before {
    content: "\f21d";
}
.ri-trademark-fill:before {
    content: "\f21e";
}
.ri-trademark-line:before {
    content: "\f21f";
}
.ri-traffic-light-fill:before {
    content: "\f220";
}
.ri-traffic-light-line:before {
    content: "\f221";
}
.ri-train-fill:before {
    content: "\f222";
}
.ri-train-line:before {
    content: "\f223";
}
.ri-train-wifi-fill:before {
    content: "\f224";
}
.ri-train-wifi-line:before {
    content: "\f225";
}
.ri-translate-2:before {
    content: "\f226";
}
.ri-translate:before {
    content: "\f227";
}
.ri-travesti-fill:before {
    content: "\f228";
}
.ri-travesti-line:before {
    content: "\f229";
}
.ri-treasure-map-fill:before {
    content: "\f22a";
}
.ri-treasure-map-line:before {
    content: "\f22b";
}
.ri-trello-fill:before {
    content: "\f22c";
}
.ri-trello-line:before {
    content: "\f22d";
}
.ri-trophy-fill:before {
    content: "\f22e";
}
.ri-trophy-line:before {
    content: "\f22f";
}
.ri-truck-fill:before {
    content: "\f230";
}
.ri-truck-line:before {
    content: "\f231";
}
.ri-tumblr-fill:before {
    content: "\f232";
}
.ri-tumblr-line:before {
    content: "\f233";
}
.ri-tv-2-fill:before {
    content: "\f234";
}
.ri-tv-2-line:before {
    content: "\f235";
}
.ri-tv-fill:before {
    content: "\f236";
}
.ri-tv-line:before {
    content: "\f237";
}
.ri-twitch-fill:before {
    content: "\f238";
}
.ri-twitch-line:before {
    content: "\f239";
}
.ri-twitter-fill:before {
    content: "\f23a";
}
.ri-twitter-line:before {
    content: "\f23b";
}
.ri-typhoon-fill:before {
    content: "\f23c";
}
.ri-typhoon-line:before {
    content: "\f23d";
}
.ri-u-disk-fill:before {
    content: "\f23e";
}
.ri-u-disk-line:before {
    content: "\f23f";
}
.ri-ubuntu-fill:before {
    content: "\f240";
}
.ri-ubuntu-line:before {
    content: "\f241";
}
.ri-umbrella-fill:before {
    content: "\f242";
}
.ri-umbrella-line:before {
    content: "\f243";
}
.ri-underline:before {
    content: "\f244";
}
.ri-uninstall-fill:before {
    content: "\f245";
}
.ri-uninstall-line:before {
    content: "\f246";
}
.ri-unsplash-fill:before {
    content: "\f247";
}
.ri-unsplash-line:before {
    content: "\f248";
}
.ri-upload-2-fill:before {
    content: "\f249";
}
.ri-upload-2-line:before {
    content: "\f24a";
}
.ri-upload-cloud-2-fill:before {
    content: "\f24b";
}
.ri-upload-cloud-2-line:before {
    content: "\f24c";
}
.ri-upload-cloud-fill:before {
    content: "\f24d";
}
.ri-upload-cloud-line:before {
    content: "\f24e";
}
.ri-upload-fill:before {
    content: "\f24f";
}
.ri-upload-line:before {
    content: "\f250";
}
.ri-usb-fill:before {
    content: "\f251";
}
.ri-usb-line:before {
    content: "\f252";
}
.ri-user-2-fill:before {
    content: "\f253";
}
.ri-user-2-line:before {
    content: "\f254";
}
.ri-user-3-fill:before {
    content: "\f255";
}
.ri-user-3-line:before {
    content: "\f256";
}
.ri-user-4-fill:before {
    content: "\f257";
}
.ri-user-4-line:before {
    content: "\f258";
}
.ri-user-5-fill:before {
    content: "\f259";
}
.ri-user-5-line:before {
    content: "\f25a";
}
.ri-user-6-fill:before {
    content: "\f25b";
}
.ri-user-6-line:before {
    content: "\f25c";
}
.ri-user-add-fill:before {
    content: "\f25d";
}
.ri-user-add-line:before {
    content: "\f25e";
}
.ri-user-fill:before {
    content: "\f25f";
}
.ri-user-follow-fill:before {
    content: "\f260";
}
.ri-user-follow-line:before {
    content: "\f261";
}
.ri-user-heart-fill:before {
    content: "\f262";
}
.ri-user-heart-line:before {
    content: "\f263";
}
.ri-user-line:before {
    content: "\f264";
}
.ri-user-location-fill:before {
    content: "\f265";
}
.ri-user-location-line:before {
    content: "\f266";
}
.ri-user-received-2-fill:before {
    content: "\f267";
}
.ri-user-received-2-line:before {
    content: "\f268";
}
.ri-user-received-fill:before {
    content: "\f269";
}
.ri-user-received-line:before {
    content: "\f26a";
}
.ri-user-search-fill:before {
    content: "\f26b";
}
.ri-user-search-line:before {
    content: "\f26c";
}
.ri-user-settings-fill:before {
    content: "\f26d";
}
.ri-user-settings-line:before {
    content: "\f26e";
}
.ri-user-shared-2-fill:before {
    content: "\f26f";
}
.ri-user-shared-2-line:before {
    content: "\f270";
}
.ri-user-shared-fill:before {
    content: "\f271";
}
.ri-user-shared-line:before {
    content: "\f272";
}
.ri-user-smile-fill:before {
    content: "\f273";
}
.ri-user-smile-line:before {
    content: "\f274";
}
.ri-user-star-fill:before {
    content: "\f275";
}
.ri-user-star-line:before {
    content: "\f276";
}
.ri-user-unfollow-fill:before {
    content: "\f277";
}
.ri-user-unfollow-line:before {
    content: "\f278";
}
.ri-user-voice-fill:before {
    content: "\f279";
}
.ri-user-voice-line:before {
    content: "\f27a";
}
.ri-video-add-fill:before {
    content: "\f27b";
}
.ri-video-add-line:before {
    content: "\f27c";
}
.ri-video-chat-fill:before {
    content: "\f27d";
}
.ri-video-chat-line:before {
    content: "\f27e";
}
.ri-video-download-fill:before {
    content: "\f27f";
}
.ri-video-download-line:before {
    content: "\f280";
}
.ri-video-fill:before {
    content: "\f281";
}
.ri-video-line:before {
    content: "\f282";
}
.ri-video-upload-fill:before {
    content: "\f283";
}
.ri-video-upload-line:before {
    content: "\f284";
}
.ri-vidicon-2-fill:before {
    content: "\f285";
}
.ri-vidicon-2-line:before {
    content: "\f286";
}
.ri-vidicon-fill:before {
    content: "\f287";
}
.ri-vidicon-line:before {
    content: "\f288";
}
.ri-vimeo-fill:before {
    content: "\f289";
}
.ri-vimeo-line:before {
    content: "\f28a";
}
.ri-vip-crown-2-fill:before {
    content: "\f28b";
}
.ri-vip-crown-2-line:before {
    content: "\f28c";
}
.ri-vip-crown-fill:before {
    content: "\f28d";
}
.ri-vip-crown-line:before {
    content: "\f28e";
}
.ri-vip-diamond-fill:before {
    content: "\f28f";
}
.ri-vip-diamond-line:before {
    content: "\f290";
}
.ri-vip-fill:before {
    content: "\f291";
}
.ri-vip-line:before {
    content: "\f292";
}
.ri-virus-fill:before {
    content: "\f293";
}
.ri-virus-line:before {
    content: "\f294";
}
.ri-visa-fill:before {
    content: "\f295";
}
.ri-visa-line:before {
    content: "\f296";
}
.ri-voice-recognition-fill:before {
    content: "\f297";
}
.ri-voice-recognition-line:before {
    content: "\f298";
}
.ri-voiceprint-fill:before {
    content: "\f299";
}
.ri-voiceprint-line:before {
    content: "\f29a";
}
.ri-volume-down-fill:before {
    content: "\f29b";
}
.ri-volume-down-line:before {
    content: "\f29c";
}
.ri-volume-mute-fill:before {
    content: "\f29d";
}
.ri-volume-mute-line:before {
    content: "\f29e";
}
.ri-volume-off-vibrate-fill:before {
    content: "\f29f";
}
.ri-volume-off-vibrate-line:before {
    content: "\f2a0";
}
.ri-volume-up-fill:before {
    content: "\f2a1";
}
.ri-volume-up-line:before {
    content: "\f2a2";
}
.ri-volume-vibrate-fill:before {
    content: "\f2a3";
}
.ri-volume-vibrate-line:before {
    content: "\f2a4";
}
.ri-vuejs-fill:before {
    content: "\f2a5";
}
.ri-vuejs-line:before {
    content: "\f2a6";
}
.ri-walk-fill:before {
    content: "\f2a7";
}
.ri-walk-line:before {
    content: "\f2a8";
}
.ri-wallet-2-fill:before {
    content: "\f2a9";
}
.ri-wallet-2-line:before {
    content: "\f2aa";
}
.ri-wallet-3-fill:before {
    content: "\f2ab";
}
.ri-wallet-3-line:before {
    content: "\f2ac";
}
.ri-wallet-fill:before {
    content: "\f2ad";
}
.ri-wallet-line:before {
    content: "\f2ae";
}
.ri-water-flash-fill:before {
    content: "\f2af";
}
.ri-water-flash-line:before {
    content: "\f2b0";
}
.ri-webcam-fill:before {
    content: "\f2b1";
}
.ri-webcam-line:before {
    content: "\f2b2";
}
.ri-wechat-2-fill:before {
    content: "\f2b3";
}
.ri-wechat-2-line:before {
    content: "\f2b4";
}
.ri-wechat-fill:before {
    content: "\f2b5";
}
.ri-wechat-line:before {
    content: "\f2b6";
}
.ri-wechat-pay-fill:before {
    content: "\f2b7";
}
.ri-wechat-pay-line:before {
    content: "\f2b8";
}
.ri-weibo-fill:before {
    content: "\f2b9";
}
.ri-weibo-line:before {
    content: "\f2ba";
}
.ri-whatsapp-fill:before {
    content: "\f2bb";
}
.ri-whatsapp-line:before {
    content: "\f2bc";
}
.ri-wheelchair-fill:before {
    content: "\f2bd";
}
.ri-wheelchair-line:before {
    content: "\f2be";
}
.ri-wifi-fill:before {
    content: "\f2bf";
}
.ri-wifi-line:before {
    content: "\f2c0";
}
.ri-wifi-off-fill:before {
    content: "\f2c1";
}
.ri-wifi-off-line:before {
    content: "\f2c2";
}
.ri-window-2-fill:before {
    content: "\f2c3";
}
.ri-window-2-line:before {
    content: "\f2c4";
}
.ri-window-fill:before {
    content: "\f2c5";
}
.ri-window-line:before {
    content: "\f2c6";
}
.ri-windows-fill:before {
    content: "\f2c7";
}
.ri-windows-line:before {
    content: "\f2c8";
}
.ri-windy-fill:before {
    content: "\f2c9";
}
.ri-windy-line:before {
    content: "\f2ca";
}
.ri-wireless-charging-fill:before {
    content: "\f2cb";
}
.ri-wireless-charging-line:before {
    content: "\f2cc";
}
.ri-women-fill:before {
    content: "\f2cd";
}
.ri-women-line:before {
    content: "\f2ce";
}
.ri-wubi-input:before {
    content: "\f2cf";
}
.ri-xbox-fill:before {
    content: "\f2d0";
}
.ri-xbox-line:before {
    content: "\f2d1";
}
.ri-xing-fill:before {
    content: "\f2d2";
}
.ri-xing-line:before {
    content: "\f2d3";
}
.ri-youtube-fill:before {
    content: "\f2d4";
}
.ri-youtube-line:before {
    content: "\f2d5";
}
.ri-zcool-fill:before {
    content: "\f2d6";
}
.ri-zcool-line:before {
    content: "\f2d7";
}
.ri-zhihu-fill:before {
    content: "\f2d8";
}
.ri-zhihu-line:before {
    content: "\f2d9";
}
.ri-zoom-in-fill:before {
    content: "\f2da";
}
.ri-zoom-in-line:before {
    content: "\f2db";
}
.ri-zoom-out-fill:before {
    content: "\f2dc";
}
.ri-zoom-out-line:before {
    content: "\f2dd";
}
.ri-zzz-fill:before {
    content: "\f2de";
}
.ri-zzz-line:before {
    content: "\f2df";
}
@font-face {
    font-family: bootstrap-icons;
    src: url(icons/bootstrap-icons/fonts/bootstrap-icons.woff2?231ce25e89ab5804f9a6c427b8d325c9)
            format("woff2"),
        url(icons/bootstrap-icons/fonts/bootstrap-icons.woff?231ce25e89ab5804f9a6c427b8d325c9)
            format("woff");
}
[class*=" bi-"]::before,
[class^="bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bi-alarm-fill::before {
    content: "\f101";
}
.bi-alarm::before {
    content: "\f102";
}
.bi-align-bottom::before {
    content: "\f103";
}
.bi-align-center::before {
    content: "\f104";
}
.bi-align-end::before {
    content: "\f105";
}
.bi-align-middle::before {
    content: "\f106";
}
.bi-align-start::before {
    content: "\f107";
}
.bi-align-top::before {
    content: "\f108";
}
.bi-alt::before {
    content: "\f109";
}
.bi-app-indicator::before {
    content: "\f10a";
}
.bi-app::before {
    content: "\f10b";
}
.bi-archive-fill::before {
    content: "\f10c";
}
.bi-archive::before {
    content: "\f10d";
}
.bi-arrow-90deg-down::before {
    content: "\f10e";
}
.bi-arrow-90deg-left::before {
    content: "\f10f";
}
.bi-arrow-90deg-right::before {
    content: "\f110";
}
.bi-arrow-90deg-up::before {
    content: "\f111";
}
.bi-arrow-bar-down::before {
    content: "\f112";
}
.bi-arrow-bar-left::before {
    content: "\f113";
}
.bi-arrow-bar-right::before {
    content: "\f114";
}
.bi-arrow-bar-up::before {
    content: "\f115";
}
.bi-arrow-clockwise::before {
    content: "\f116";
}
.bi-arrow-counterclockwise::before {
    content: "\f117";
}
.bi-arrow-down-circle-fill::before {
    content: "\f118";
}
.bi-arrow-down-circle::before {
    content: "\f119";
}
.bi-arrow-down-left-circle-fill::before {
    content: "\f11a";
}
.bi-arrow-down-left-circle::before {
    content: "\f11b";
}
.bi-arrow-down-left-square-fill::before {
    content: "\f11c";
}
.bi-arrow-down-left-square::before {
    content: "\f11d";
}
.bi-arrow-down-left::before {
    content: "\f11e";
}
.bi-arrow-down-right-circle-fill::before {
    content: "\f11f";
}
.bi-arrow-down-right-circle::before {
    content: "\f120";
}
.bi-arrow-down-right-square-fill::before {
    content: "\f121";
}
.bi-arrow-down-right-square::before {
    content: "\f122";
}
.bi-arrow-down-right::before {
    content: "\f123";
}
.bi-arrow-down-short::before {
    content: "\f124";
}
.bi-arrow-down-square-fill::before {
    content: "\f125";
}
.bi-arrow-down-square::before {
    content: "\f126";
}
.bi-arrow-down-up::before {
    content: "\f127";
}
.bi-arrow-down::before {
    content: "\f128";
}
.bi-arrow-left-circle-fill::before {
    content: "\f129";
}
.bi-arrow-left-circle::before {
    content: "\f12a";
}
.bi-arrow-left-right::before {
    content: "\f12b";
}
.bi-arrow-left-short::before {
    content: "\f12c";
}
.bi-arrow-left-square-fill::before {
    content: "\f12d";
}
.bi-arrow-left-square::before {
    content: "\f12e";
}
.bi-arrow-left::before {
    content: "\f12f";
}
.bi-arrow-repeat::before {
    content: "\f130";
}
.bi-arrow-return-left::before {
    content: "\f131";
}
.bi-arrow-return-right::before {
    content: "\f132";
}
.bi-arrow-right-circle-fill::before {
    content: "\f133";
}
.bi-arrow-right-circle::before {
    content: "\f134";
}
.bi-arrow-right-short::before {
    content: "\f135";
}
.bi-arrow-right-square-fill::before {
    content: "\f136";
}
.bi-arrow-right-square::before {
    content: "\f137";
}
.bi-arrow-right::before {
    content: "\f138";
}
.bi-arrow-up-circle-fill::before {
    content: "\f139";
}
.bi-arrow-up-circle::before {
    content: "\f13a";
}
.bi-arrow-up-left-circle-fill::before {
    content: "\f13b";
}
.bi-arrow-up-left-circle::before {
    content: "\f13c";
}
.bi-arrow-up-left-square-fill::before {
    content: "\f13d";
}
.bi-arrow-up-left-square::before {
    content: "\f13e";
}
.bi-arrow-up-left::before {
    content: "\f13f";
}
.bi-arrow-up-right-circle-fill::before {
    content: "\f140";
}
.bi-arrow-up-right-circle::before {
    content: "\f141";
}
.bi-arrow-up-right-square-fill::before {
    content: "\f142";
}
.bi-arrow-up-right-square::before {
    content: "\f143";
}
.bi-arrow-up-right::before {
    content: "\f144";
}
.bi-arrow-up-short::before {
    content: "\f145";
}
.bi-arrow-up-square-fill::before {
    content: "\f146";
}
.bi-arrow-up-square::before {
    content: "\f147";
}
.bi-arrow-up::before {
    content: "\f148";
}
.bi-arrows-angle-contract::before {
    content: "\f149";
}
.bi-arrows-angle-expand::before {
    content: "\f14a";
}
.bi-arrows-collapse::before {
    content: "\f14b";
}
.bi-arrows-expand::before {
    content: "\f14c";
}
.bi-arrows-fullscreen::before {
    content: "\f14d";
}
.bi-arrows-move::before {
    content: "\f14e";
}
.bi-aspect-ratio-fill::before {
    content: "\f14f";
}
.bi-aspect-ratio::before {
    content: "\f150";
}
.bi-asterisk::before {
    content: "\f151";
}
.bi-at::before {
    content: "\f152";
}
.bi-award-fill::before {
    content: "\f153";
}
.bi-award::before {
    content: "\f154";
}
.bi-back::before {
    content: "\f155";
}
.bi-backspace-fill::before {
    content: "\f156";
}
.bi-backspace-reverse-fill::before {
    content: "\f157";
}
.bi-backspace-reverse::before {
    content: "\f158";
}
.bi-backspace::before {
    content: "\f159";
}
.bi-badge-3d-fill::before {
    content: "\f15a";
}
.bi-badge-3d::before {
    content: "\f15b";
}
.bi-badge-4k-fill::before {
    content: "\f15c";
}
.bi-badge-4k::before {
    content: "\f15d";
}
.bi-badge-8k-fill::before {
    content: "\f15e";
}
.bi-badge-8k::before {
    content: "\f15f";
}
.bi-badge-ad-fill::before {
    content: "\f160";
}
.bi-badge-ad::before {
    content: "\f161";
}
.bi-badge-ar-fill::before {
    content: "\f162";
}
.bi-badge-ar::before {
    content: "\f163";
}
.bi-badge-cc-fill::before {
    content: "\f164";
}
.bi-badge-cc::before {
    content: "\f165";
}
.bi-badge-hd-fill::before {
    content: "\f166";
}
.bi-badge-hd::before {
    content: "\f167";
}
.bi-badge-tm-fill::before {
    content: "\f168";
}
.bi-badge-tm::before {
    content: "\f169";
}
.bi-badge-vo-fill::before {
    content: "\f16a";
}
.bi-badge-vo::before {
    content: "\f16b";
}
.bi-badge-vr-fill::before {
    content: "\f16c";
}
.bi-badge-vr::before {
    content: "\f16d";
}
.bi-badge-wc-fill::before {
    content: "\f16e";
}
.bi-badge-wc::before {
    content: "\f16f";
}
.bi-bag-check-fill::before {
    content: "\f170";
}
.bi-bag-check::before {
    content: "\f171";
}
.bi-bag-dash-fill::before {
    content: "\f172";
}
.bi-bag-dash::before {
    content: "\f173";
}
.bi-bag-fill::before {
    content: "\f174";
}
.bi-bag-plus-fill::before {
    content: "\f175";
}
.bi-bag-plus::before {
    content: "\f176";
}
.bi-bag-x-fill::before {
    content: "\f177";
}
.bi-bag-x::before {
    content: "\f178";
}
.bi-bag::before {
    content: "\f179";
}
.bi-bar-chart-fill::before {
    content: "\f17a";
}
.bi-bar-chart-line-fill::before {
    content: "\f17b";
}
.bi-bar-chart-line::before {
    content: "\f17c";
}
.bi-bar-chart-steps::before {
    content: "\f17d";
}
.bi-bar-chart::before {
    content: "\f17e";
}
.bi-basket-fill::before {
    content: "\f17f";
}
.bi-basket::before {
    content: "\f180";
}
.bi-basket2-fill::before {
    content: "\f181";
}
.bi-basket2::before {
    content: "\f182";
}
.bi-basket3-fill::before {
    content: "\f183";
}
.bi-basket3::before {
    content: "\f184";
}
.bi-battery-charging::before {
    content: "\f185";
}
.bi-battery-full::before {
    content: "\f186";
}
.bi-battery-half::before {
    content: "\f187";
}
.bi-battery::before {
    content: "\f188";
}
.bi-bell-fill::before {
    content: "\f189";
}
.bi-bell::before {
    content: "\f18a";
}
.bi-bezier::before {
    content: "\f18b";
}
.bi-bezier2::before {
    content: "\f18c";
}
.bi-bicycle::before {
    content: "\f18d";
}
.bi-binoculars-fill::before {
    content: "\f18e";
}
.bi-binoculars::before {
    content: "\f18f";
}
.bi-blockquote-left::before {
    content: "\f190";
}
.bi-blockquote-right::before {
    content: "\f191";
}
.bi-book-fill::before {
    content: "\f192";
}
.bi-book-half::before {
    content: "\f193";
}
.bi-book::before {
    content: "\f194";
}
.bi-bookmark-check-fill::before {
    content: "\f195";
}
.bi-bookmark-check::before {
    content: "\f196";
}
.bi-bookmark-dash-fill::before {
    content: "\f197";
}
.bi-bookmark-dash::before {
    content: "\f198";
}
.bi-bookmark-fill::before {
    content: "\f199";
}
.bi-bookmark-heart-fill::before {
    content: "\f19a";
}
.bi-bookmark-heart::before {
    content: "\f19b";
}
.bi-bookmark-plus-fill::before {
    content: "\f19c";
}
.bi-bookmark-plus::before {
    content: "\f19d";
}
.bi-bookmark-star-fill::before {
    content: "\f19e";
}
.bi-bookmark-star::before {
    content: "\f19f";
}
.bi-bookmark-x-fill::before {
    content: "\f1a0";
}
.bi-bookmark-x::before {
    content: "\f1a1";
}
.bi-bookmark::before {
    content: "\f1a2";
}
.bi-bookmarks-fill::before {
    content: "\f1a3";
}
.bi-bookmarks::before {
    content: "\f1a4";
}
.bi-bookshelf::before {
    content: "\f1a5";
}
.bi-bootstrap-fill::before {
    content: "\f1a6";
}
.bi-bootstrap-reboot::before {
    content: "\f1a7";
}
.bi-bootstrap::before {
    content: "\f1a8";
}
.bi-border-all::before {
    content: "\f1a9";
}
.bi-border-bottom::before {
    content: "\f1aa";
}
.bi-border-center::before {
    content: "\f1ab";
}
.bi-border-inner::before {
    content: "\f1ac";
}
.bi-border-left::before {
    content: "\f1ad";
}
.bi-border-middle::before {
    content: "\f1ae";
}
.bi-border-outer::before {
    content: "\f1af";
}
.bi-border-right::before {
    content: "\f1b0";
}
.bi-border-style::before {
    content: "\f1b1";
}
.bi-border-top::before {
    content: "\f1b2";
}
.bi-border-width::before {
    content: "\f1b3";
}
.bi-border::before {
    content: "\f1b4";
}
.bi-bounding-box-circles::before {
    content: "\f1b5";
}
.bi-bounding-box::before {
    content: "\f1b6";
}
.bi-box-arrow-down-left::before {
    content: "\f1b7";
}
.bi-box-arrow-down-right::before {
    content: "\f1b8";
}
.bi-box-arrow-down::before {
    content: "\f1b9";
}
.bi-box-arrow-in-down-left::before {
    content: "\f1ba";
}
.bi-box-arrow-in-down-right::before {
    content: "\f1bb";
}
.bi-box-arrow-in-down::before {
    content: "\f1bc";
}
.bi-box-arrow-in-left::before {
    content: "\f1bd";
}
.bi-box-arrow-in-right::before {
    content: "\f1be";
}
.bi-box-arrow-in-up-left::before {
    content: "\f1bf";
}
.bi-box-arrow-in-up-right::before {
    content: "\f1c0";
}
.bi-box-arrow-in-up::before {
    content: "\f1c1";
}
.bi-box-arrow-left::before {
    content: "\f1c2";
}
.bi-box-arrow-right::before {
    content: "\f1c3";
}
.bi-box-arrow-up-left::before {
    content: "\f1c4";
}
.bi-box-arrow-up-right::before {
    content: "\f1c5";
}
.bi-box-arrow-up::before {
    content: "\f1c6";
}
.bi-box-seam::before {
    content: "\f1c7";
}
.bi-box::before {
    content: "\f1c8";
}
.bi-braces::before {
    content: "\f1c9";
}
.bi-bricks::before {
    content: "\f1ca";
}
.bi-briefcase-fill::before {
    content: "\f1cb";
}
.bi-briefcase::before {
    content: "\f1cc";
}
.bi-brightness-alt-high-fill::before {
    content: "\f1cd";
}
.bi-brightness-alt-high::before {
    content: "\f1ce";
}
.bi-brightness-alt-low-fill::before {
    content: "\f1cf";
}
.bi-brightness-alt-low::before {
    content: "\f1d0";
}
.bi-brightness-high-fill::before {
    content: "\f1d1";
}
.bi-brightness-high::before {
    content: "\f1d2";
}
.bi-brightness-low-fill::before {
    content: "\f1d3";
}
.bi-brightness-low::before {
    content: "\f1d4";
}
.bi-broadcast-pin::before {
    content: "\f1d5";
}
.bi-broadcast::before {
    content: "\f1d6";
}
.bi-brush-fill::before {
    content: "\f1d7";
}
.bi-brush::before {
    content: "\f1d8";
}
.bi-bucket-fill::before {
    content: "\f1d9";
}
.bi-bucket::before {
    content: "\f1da";
}
.bi-bug-fill::before {
    content: "\f1db";
}
.bi-bug::before {
    content: "\f1dc";
}
.bi-building::before {
    content: "\f1dd";
}
.bi-bullseye::before {
    content: "\f1de";
}
.bi-calculator-fill::before {
    content: "\f1df";
}
.bi-calculator::before {
    content: "\f1e0";
}
.bi-calendar-check-fill::before {
    content: "\f1e1";
}
.bi-calendar-check::before {
    content: "\f1e2";
}
.bi-calendar-date-fill::before {
    content: "\f1e3";
}
.bi-calendar-date::before {
    content: "\f1e4";
}
.bi-calendar-day-fill::before {
    content: "\f1e5";
}
.bi-calendar-day::before {
    content: "\f1e6";
}
.bi-calendar-event-fill::before {
    content: "\f1e7";
}
.bi-calendar-event::before {
    content: "\f1e8";
}
.bi-calendar-fill::before {
    content: "\f1e9";
}
.bi-calendar-minus-fill::before {
    content: "\f1ea";
}
.bi-calendar-minus::before {
    content: "\f1eb";
}
.bi-calendar-month-fill::before {
    content: "\f1ec";
}
.bi-calendar-month::before {
    content: "\f1ed";
}
.bi-calendar-plus-fill::before {
    content: "\f1ee";
}
.bi-calendar-plus::before {
    content: "\f1ef";
}
.bi-calendar-range-fill::before {
    content: "\f1f0";
}
.bi-calendar-range::before {
    content: "\f1f1";
}
.bi-calendar-week-fill::before {
    content: "\f1f2";
}
.bi-calendar-week::before {
    content: "\f1f3";
}
.bi-calendar-x-fill::before {
    content: "\f1f4";
}
.bi-calendar-x::before {
    content: "\f1f5";
}
.bi-calendar::before {
    content: "\f1f6";
}
.bi-calendar2-check-fill::before {
    content: "\f1f7";
}
.bi-calendar2-check::before {
    content: "\f1f8";
}
.bi-calendar2-date-fill::before {
    content: "\f1f9";
}
.bi-calendar2-date::before {
    content: "\f1fa";
}
.bi-calendar2-day-fill::before {
    content: "\f1fb";
}
.bi-calendar2-day::before {
    content: "\f1fc";
}
.bi-calendar2-event-fill::before {
    content: "\f1fd";
}
.bi-calendar2-event::before {
    content: "\f1fe";
}
.bi-calendar2-fill::before {
    content: "\f1ff";
}
.bi-calendar2-minus-fill::before {
    content: "\f200";
}
.bi-calendar2-minus::before {
    content: "\f201";
}
.bi-calendar2-month-fill::before {
    content: "\f202";
}
.bi-calendar2-month::before {
    content: "\f203";
}
.bi-calendar2-plus-fill::before {
    content: "\f204";
}
.bi-calendar2-plus::before {
    content: "\f205";
}
.bi-calendar2-range-fill::before {
    content: "\f206";
}
.bi-calendar2-range::before {
    content: "\f207";
}
.bi-calendar2-week-fill::before {
    content: "\f208";
}
.bi-calendar2-week::before {
    content: "\f209";
}
.bi-calendar2-x-fill::before {
    content: "\f20a";
}
.bi-calendar2-x::before {
    content: "\f20b";
}
.bi-calendar2::before {
    content: "\f20c";
}
.bi-calendar3-event-fill::before {
    content: "\f20d";
}
.bi-calendar3-event::before {
    content: "\f20e";
}
.bi-calendar3-fill::before {
    content: "\f20f";
}
.bi-calendar3-range-fill::before {
    content: "\f210";
}
.bi-calendar3-range::before {
    content: "\f211";
}
.bi-calendar3-week-fill::before {
    content: "\f212";
}
.bi-calendar3-week::before {
    content: "\f213";
}
.bi-calendar3::before {
    content: "\f214";
}
.bi-calendar4-event::before {
    content: "\f215";
}
.bi-calendar4-range::before {
    content: "\f216";
}
.bi-calendar4-week::before {
    content: "\f217";
}
.bi-calendar4::before {
    content: "\f218";
}
.bi-camera-fill::before {
    content: "\f219";
}
.bi-camera-reels-fill::before {
    content: "\f21a";
}
.bi-camera-reels::before {
    content: "\f21b";
}
.bi-camera-video-fill::before {
    content: "\f21c";
}
.bi-camera-video-off-fill::before {
    content: "\f21d";
}
.bi-camera-video-off::before {
    content: "\f21e";
}
.bi-camera-video::before {
    content: "\f21f";
}
.bi-camera::before {
    content: "\f220";
}
.bi-camera2::before {
    content: "\f221";
}
.bi-capslock-fill::before {
    content: "\f222";
}
.bi-capslock::before {
    content: "\f223";
}
.bi-card-checklist::before {
    content: "\f224";
}
.bi-card-heading::before {
    content: "\f225";
}
.bi-card-image::before {
    content: "\f226";
}
.bi-card-list::before {
    content: "\f227";
}
.bi-card-text::before {
    content: "\f228";
}
.bi-caret-down-fill::before {
    content: "\f229";
}
.bi-caret-down-square-fill::before {
    content: "\f22a";
}
.bi-caret-down-square::before {
    content: "\f22b";
}
.bi-caret-down::before {
    content: "\f22c";
}
.bi-caret-left-fill::before {
    content: "\f22d";
}
.bi-caret-left-square-fill::before {
    content: "\f22e";
}
.bi-caret-left-square::before {
    content: "\f22f";
}
.bi-caret-left::before {
    content: "\f230";
}
.bi-caret-right-fill::before {
    content: "\f231";
}
.bi-caret-right-square-fill::before {
    content: "\f232";
}
.bi-caret-right-square::before {
    content: "\f233";
}
.bi-caret-right::before {
    content: "\f234";
}
.bi-caret-up-fill::before {
    content: "\f235";
}
.bi-caret-up-square-fill::before {
    content: "\f236";
}
.bi-caret-up-square::before {
    content: "\f237";
}
.bi-caret-up::before {
    content: "\f238";
}
.bi-cart-check-fill::before {
    content: "\f239";
}
.bi-cart-check::before {
    content: "\f23a";
}
.bi-cart-dash-fill::before {
    content: "\f23b";
}
.bi-cart-dash::before {
    content: "\f23c";
}
.bi-cart-fill::before {
    content: "\f23d";
}
.bi-cart-plus-fill::before {
    content: "\f23e";
}
.bi-cart-plus::before {
    content: "\f23f";
}
.bi-cart-x-fill::before {
    content: "\f240";
}
.bi-cart-x::before {
    content: "\f241";
}
.bi-cart::before {
    content: "\f242";
}
.bi-cart2::before {
    content: "\f243";
}
.bi-cart3::before {
    content: "\f244";
}
.bi-cart4::before {
    content: "\f245";
}
.bi-cash-stack::before {
    content: "\f246";
}
.bi-cash::before {
    content: "\f247";
}
.bi-cast::before {
    content: "\f248";
}
.bi-chat-dots-fill::before {
    content: "\f249";
}
.bi-chat-dots::before {
    content: "\f24a";
}
.bi-chat-fill::before {
    content: "\f24b";
}
.bi-chat-left-dots-fill::before {
    content: "\f24c";
}
.bi-chat-left-dots::before {
    content: "\f24d";
}
.bi-chat-left-fill::before {
    content: "\f24e";
}
.bi-chat-left-quote-fill::before {
    content: "\f24f";
}
.bi-chat-left-quote::before {
    content: "\f250";
}
.bi-chat-left-text-fill::before {
    content: "\f251";
}
.bi-chat-left-text::before {
    content: "\f252";
}
.bi-chat-left::before {
    content: "\f253";
}
.bi-chat-quote-fill::before {
    content: "\f254";
}
.bi-chat-quote::before {
    content: "\f255";
}
.bi-chat-right-dots-fill::before {
    content: "\f256";
}
.bi-chat-right-dots::before {
    content: "\f257";
}
.bi-chat-right-fill::before {
    content: "\f258";
}
.bi-chat-right-quote-fill::before {
    content: "\f259";
}
.bi-chat-right-quote::before {
    content: "\f25a";
}
.bi-chat-right-text-fill::before {
    content: "\f25b";
}
.bi-chat-right-text::before {
    content: "\f25c";
}
.bi-chat-right::before {
    content: "\f25d";
}
.bi-chat-square-dots-fill::before {
    content: "\f25e";
}
.bi-chat-square-dots::before {
    content: "\f25f";
}
.bi-chat-square-fill::before {
    content: "\f260";
}
.bi-chat-square-quote-fill::before {
    content: "\f261";
}
.bi-chat-square-quote::before {
    content: "\f262";
}
.bi-chat-square-text-fill::before {
    content: "\f263";
}
.bi-chat-square-text::before {
    content: "\f264";
}
.bi-chat-square::before {
    content: "\f265";
}
.bi-chat-text-fill::before {
    content: "\f266";
}
.bi-chat-text::before {
    content: "\f267";
}
.bi-chat::before {
    content: "\f268";
}
.bi-check-all::before {
    content: "\f269";
}
.bi-check-circle-fill::before {
    content: "\f26a";
}
.bi-check-circle::before {
    content: "\f26b";
}
.bi-check-square-fill::before {
    content: "\f26c";
}
.bi-check-square::before {
    content: "\f26d";
}
.bi-check::before {
    content: "\f26e";
}
.bi-check2-all::before {
    content: "\f26f";
}
.bi-check2-circle::before {
    content: "\f270";
}
.bi-check2-square::before {
    content: "\f271";
}
.bi-check2::before {
    content: "\f272";
}
.bi-chevron-bar-contract::before {
    content: "\f273";
}
.bi-chevron-bar-down::before {
    content: "\f274";
}
.bi-chevron-bar-expand::before {
    content: "\f275";
}
.bi-chevron-bar-left::before {
    content: "\f276";
}
.bi-chevron-bar-right::before {
    content: "\f277";
}
.bi-chevron-bar-up::before {
    content: "\f278";
}
.bi-chevron-compact-down::before {
    content: "\f279";
}
.bi-chevron-compact-left::before {
    content: "\f27a";
}
.bi-chevron-compact-right::before {
    content: "\f27b";
}
.bi-chevron-compact-up::before {
    content: "\f27c";
}
.bi-chevron-contract::before {
    content: "\f27d";
}
.bi-chevron-double-down::before {
    content: "\f27e";
}
.bi-chevron-double-left::before {
    content: "\f27f";
}
.bi-chevron-double-right::before {
    content: "\f280";
}
.bi-chevron-double-up::before {
    content: "\f281";
}
.bi-chevron-down::before {
    content: "\f282";
}
.bi-chevron-expand::before {
    content: "\f283";
}
.bi-chevron-left::before {
    content: "\f284";
}
.bi-chevron-right::before {
    content: "\f285";
}
.bi-chevron-up::before {
    content: "\f286";
}
.bi-circle-fill::before {
    content: "\f287";
}
.bi-circle-half::before {
    content: "\f288";
}
.bi-circle-square::before {
    content: "\f289";
}
.bi-circle::before {
    content: "\f28a";
}
.bi-clipboard-check::before {
    content: "\f28b";
}
.bi-clipboard-data::before {
    content: "\f28c";
}
.bi-clipboard-minus::before {
    content: "\f28d";
}
.bi-clipboard-plus::before {
    content: "\f28e";
}
.bi-clipboard-x::before {
    content: "\f28f";
}
.bi-clipboard::before {
    content: "\f290";
}
.bi-clock-fill::before {
    content: "\f291";
}
.bi-clock-history::before {
    content: "\f292";
}
.bi-clock::before {
    content: "\f293";
}
.bi-cloud-arrow-down-fill::before {
    content: "\f294";
}
.bi-cloud-arrow-down::before {
    content: "\f295";
}
.bi-cloud-arrow-up-fill::before {
    content: "\f296";
}
.bi-cloud-arrow-up::before {
    content: "\f297";
}
.bi-cloud-check-fill::before {
    content: "\f298";
}
.bi-cloud-check::before {
    content: "\f299";
}
.bi-cloud-download-fill::before {
    content: "\f29a";
}
.bi-cloud-download::before {
    content: "\f29b";
}
.bi-cloud-drizzle-fill::before {
    content: "\f29c";
}
.bi-cloud-drizzle::before {
    content: "\f29d";
}
.bi-cloud-fill::before {
    content: "\f29e";
}
.bi-cloud-fog-fill::before {
    content: "\f29f";
}
.bi-cloud-fog::before {
    content: "\f2a0";
}
.bi-cloud-fog2-fill::before {
    content: "\f2a1";
}
.bi-cloud-fog2::before {
    content: "\f2a2";
}
.bi-cloud-hail-fill::before {
    content: "\f2a3";
}
.bi-cloud-hail::before {
    content: "\f2a4";
}
.bi-cloud-haze-1::before {
    content: "\f2a5";
}
.bi-cloud-haze-fill::before {
    content: "\f2a6";
}
.bi-cloud-haze::before {
    content: "\f2a7";
}
.bi-cloud-haze2-fill::before {
    content: "\f2a8";
}
.bi-cloud-lightning-fill::before {
    content: "\f2a9";
}
.bi-cloud-lightning-rain-fill::before {
    content: "\f2aa";
}
.bi-cloud-lightning-rain::before {
    content: "\f2ab";
}
.bi-cloud-lightning::before {
    content: "\f2ac";
}
.bi-cloud-minus-fill::before {
    content: "\f2ad";
}
.bi-cloud-minus::before {
    content: "\f2ae";
}
.bi-cloud-moon-fill::before {
    content: "\f2af";
}
.bi-cloud-moon::before {
    content: "\f2b0";
}
.bi-cloud-plus-fill::before {
    content: "\f2b1";
}
.bi-cloud-plus::before {
    content: "\f2b2";
}
.bi-cloud-rain-fill::before {
    content: "\f2b3";
}
.bi-cloud-rain-heavy-fill::before {
    content: "\f2b4";
}
.bi-cloud-rain-heavy::before {
    content: "\f2b5";
}
.bi-cloud-rain::before {
    content: "\f2b6";
}
.bi-cloud-slash-fill::before {
    content: "\f2b7";
}
.bi-cloud-slash::before {
    content: "\f2b8";
}
.bi-cloud-sleet-fill::before {
    content: "\f2b9";
}
.bi-cloud-sleet::before {
    content: "\f2ba";
}
.bi-cloud-snow-fill::before {
    content: "\f2bb";
}
.bi-cloud-snow::before {
    content: "\f2bc";
}
.bi-cloud-sun-fill::before {
    content: "\f2bd";
}
.bi-cloud-sun::before {
    content: "\f2be";
}
.bi-cloud-upload-fill::before {
    content: "\f2bf";
}
.bi-cloud-upload::before {
    content: "\f2c0";
}
.bi-cloud::before {
    content: "\f2c1";
}
.bi-clouds-fill::before {
    content: "\f2c2";
}
.bi-clouds::before {
    content: "\f2c3";
}
.bi-cloudy-fill::before {
    content: "\f2c4";
}
.bi-cloudy::before {
    content: "\f2c5";
}
.bi-code-slash::before {
    content: "\f2c6";
}
.bi-code-square::before {
    content: "\f2c7";
}
.bi-code::before {
    content: "\f2c8";
}
.bi-collection-fill::before {
    content: "\f2c9";
}
.bi-collection-play-fill::before {
    content: "\f2ca";
}
.bi-collection-play::before {
    content: "\f2cb";
}
.bi-collection::before {
    content: "\f2cc";
}
.bi-columns-gap::before {
    content: "\f2cd";
}
.bi-columns::before {
    content: "\f2ce";
}
.bi-command::before {
    content: "\f2cf";
}
.bi-compass-fill::before {
    content: "\f2d0";
}
.bi-compass::before {
    content: "\f2d1";
}
.bi-cone-striped::before {
    content: "\f2d2";
}
.bi-cone::before {
    content: "\f2d3";
}
.bi-controller::before {
    content: "\f2d4";
}
.bi-cpu-fill::before {
    content: "\f2d5";
}
.bi-cpu::before {
    content: "\f2d6";
}
.bi-credit-card-2-back-fill::before {
    content: "\f2d7";
}
.bi-credit-card-2-back::before {
    content: "\f2d8";
}
.bi-credit-card-2-front-fill::before {
    content: "\f2d9";
}
.bi-credit-card-2-front::before {
    content: "\f2da";
}
.bi-credit-card-fill::before {
    content: "\f2db";
}
.bi-credit-card::before {
    content: "\f2dc";
}
.bi-crop::before {
    content: "\f2dd";
}
.bi-cup-fill::before {
    content: "\f2de";
}
.bi-cup-straw::before {
    content: "\f2df";
}
.bi-cup::before {
    content: "\f2e0";
}
.bi-cursor-fill::before {
    content: "\f2e1";
}
.bi-cursor-text::before {
    content: "\f2e2";
}
.bi-cursor::before {
    content: "\f2e3";
}
.bi-dash-circle-dotted::before {
    content: "\f2e4";
}
.bi-dash-circle-fill::before {
    content: "\f2e5";
}
.bi-dash-circle::before {
    content: "\f2e6";
}
.bi-dash-square-dotted::before {
    content: "\f2e7";
}
.bi-dash-square-fill::before {
    content: "\f2e8";
}
.bi-dash-square::before {
    content: "\f2e9";
}
.bi-dash::before {
    content: "\f2ea";
}
.bi-diagram-2-fill::before {
    content: "\f2eb";
}
.bi-diagram-2::before {
    content: "\f2ec";
}
.bi-diagram-3-fill::before {
    content: "\f2ed";
}
.bi-diagram-3::before {
    content: "\f2ee";
}
.bi-diamond-fill::before {
    content: "\f2ef";
}
.bi-diamond-half::before {
    content: "\f2f0";
}
.bi-diamond::before {
    content: "\f2f1";
}
.bi-dice-1-fill::before {
    content: "\f2f2";
}
.bi-dice-1::before {
    content: "\f2f3";
}
.bi-dice-2-fill::before {
    content: "\f2f4";
}
.bi-dice-2::before {
    content: "\f2f5";
}
.bi-dice-3-fill::before {
    content: "\f2f6";
}
.bi-dice-3::before {
    content: "\f2f7";
}
.bi-dice-4-fill::before {
    content: "\f2f8";
}
.bi-dice-4::before {
    content: "\f2f9";
}
.bi-dice-5-fill::before {
    content: "\f2fa";
}
.bi-dice-5::before {
    content: "\f2fb";
}
.bi-dice-6-fill::before {
    content: "\f2fc";
}
.bi-dice-6::before {
    content: "\f2fd";
}
.bi-disc-fill::before {
    content: "\f2fe";
}
.bi-disc::before {
    content: "\f2ff";
}
.bi-discord::before {
    content: "\f300";
}
.bi-display-fill::before {
    content: "\f301";
}
.bi-display::before {
    content: "\f302";
}
.bi-distribute-horizontal::before {
    content: "\f303";
}
.bi-distribute-vertical::before {
    content: "\f304";
}
.bi-door-closed-fill::before {
    content: "\f305";
}
.bi-door-closed::before {
    content: "\f306";
}
.bi-door-open-fill::before {
    content: "\f307";
}
.bi-door-open::before {
    content: "\f308";
}
.bi-dot::before {
    content: "\f309";
}
.bi-download::before {
    content: "\f30a";
}
.bi-droplet-fill::before {
    content: "\f30b";
}
.bi-droplet-half::before {
    content: "\f30c";
}
.bi-droplet::before {
    content: "\f30d";
}
.bi-earbuds::before {
    content: "\f30e";
}
.bi-easel-fill::before {
    content: "\f30f";
}
.bi-easel::before {
    content: "\f310";
}
.bi-egg-fill::before {
    content: "\f311";
}
.bi-egg-fried::before {
    content: "\f312";
}
.bi-egg::before {
    content: "\f313";
}
.bi-eject-fill::before {
    content: "\f314";
}
.bi-eject::before {
    content: "\f315";
}
.bi-emoji-angry-fill::before {
    content: "\f316";
}
.bi-emoji-angry::before {
    content: "\f317";
}
.bi-emoji-dizzy-fill::before {
    content: "\f318";
}
.bi-emoji-dizzy::before {
    content: "\f319";
}
.bi-emoji-expressionless-fill::before {
    content: "\f31a";
}
.bi-emoji-expressionless::before {
    content: "\f31b";
}
.bi-emoji-frown-fill::before {
    content: "\f31c";
}
.bi-emoji-frown::before {
    content: "\f31d";
}
.bi-emoji-heart-eyes-fill::before {
    content: "\f31e";
}
.bi-emoji-heart-eyes::before {
    content: "\f31f";
}
.bi-emoji-laughing-fill::before {
    content: "\f320";
}
.bi-emoji-laughing::before {
    content: "\f321";
}
.bi-emoji-neutral-fill::before {
    content: "\f322";
}
.bi-emoji-neutral::before {
    content: "\f323";
}
.bi-emoji-smile-fill::before {
    content: "\f324";
}
.bi-emoji-smile-upside-down-fill::before {
    content: "\f325";
}
.bi-emoji-smile-upside-down::before {
    content: "\f326";
}
.bi-emoji-smile::before {
    content: "\f327";
}
.bi-emoji-sunglasses-fill::before {
    content: "\f328";
}
.bi-emoji-sunglasses::before {
    content: "\f329";
}
.bi-emoji-wink-fill::before {
    content: "\f32a";
}
.bi-emoji-wink::before {
    content: "\f32b";
}
.bi-envelope-fill::before {
    content: "\f32c";
}
.bi-envelope-open-fill::before {
    content: "\f32d";
}
.bi-envelope-open::before {
    content: "\f32e";
}
.bi-envelope::before {
    content: "\f32f";
}
.bi-eraser-fill::before {
    content: "\f330";
}
.bi-eraser::before {
    content: "\f331";
}
.bi-exclamation-circle-fill::before {
    content: "\f332";
}
.bi-exclamation-circle::before {
    content: "\f333";
}
.bi-exclamation-diamond-fill::before {
    content: "\f334";
}
.bi-exclamation-diamond::before {
    content: "\f335";
}
.bi-exclamation-octagon-fill::before {
    content: "\f336";
}
.bi-exclamation-octagon::before {
    content: "\f337";
}
.bi-exclamation-square-fill::before {
    content: "\f338";
}
.bi-exclamation-square::before {
    content: "\f339";
}
.bi-exclamation-triangle-fill::before {
    content: "\f33a";
}
.bi-exclamation-triangle::before {
    content: "\f33b";
}
.bi-exclamation::before {
    content: "\f33c";
}
.bi-exclude::before {
    content: "\f33d";
}
.bi-eye-fill::before {
    content: "\f33e";
}
.bi-eye-slash-fill::before {
    content: "\f33f";
}
.bi-eye-slash::before {
    content: "\f340";
}
.bi-eye::before {
    content: "\f341";
}
.bi-eyedropper::before {
    content: "\f342";
}
.bi-eyeglasses::before {
    content: "\f343";
}
.bi-facebook::before {
    content: "\f344";
}
.bi-file-arrow-down-fill::before {
    content: "\f345";
}
.bi-file-arrow-down::before {
    content: "\f346";
}
.bi-file-arrow-up-fill::before {
    content: "\f347";
}
.bi-file-arrow-up::before {
    content: "\f348";
}
.bi-file-bar-graph-fill::before {
    content: "\f349";
}
.bi-file-bar-graph::before {
    content: "\f34a";
}
.bi-file-binary-fill::before {
    content: "\f34b";
}
.bi-file-binary::before {
    content: "\f34c";
}
.bi-file-break-fill::before {
    content: "\f34d";
}
.bi-file-break::before {
    content: "\f34e";
}
.bi-file-check-fill::before {
    content: "\f34f";
}
.bi-file-check::before {
    content: "\f350";
}
.bi-file-code-fill::before {
    content: "\f351";
}
.bi-file-code::before {
    content: "\f352";
}
.bi-file-diff-fill::before {
    content: "\f353";
}
.bi-file-diff::before {
    content: "\f354";
}
.bi-file-earmark-arrow-down-fill::before {
    content: "\f355";
}
.bi-file-earmark-arrow-down::before {
    content: "\f356";
}
.bi-file-earmark-arrow-up-fill::before {
    content: "\f357";
}
.bi-file-earmark-arrow-up::before {
    content: "\f358";
}
.bi-file-earmark-bar-graph-fill::before {
    content: "\f359";
}
.bi-file-earmark-bar-graph::before {
    content: "\f35a";
}
.bi-file-earmark-binary-fill::before {
    content: "\f35b";
}
.bi-file-earmark-binary::before {
    content: "\f35c";
}
.bi-file-earmark-break-fill::before {
    content: "\f35d";
}
.bi-file-earmark-break::before {
    content: "\f35e";
}
.bi-file-earmark-check-fill::before {
    content: "\f35f";
}
.bi-file-earmark-check::before {
    content: "\f360";
}
.bi-file-earmark-code-fill::before {
    content: "\f361";
}
.bi-file-earmark-code::before {
    content: "\f362";
}
.bi-file-earmark-diff-fill::before {
    content: "\f363";
}
.bi-file-earmark-diff::before {
    content: "\f364";
}
.bi-file-earmark-easel-fill::before {
    content: "\f365";
}
.bi-file-earmark-easel::before {
    content: "\f366";
}
.bi-file-earmark-excel-fill::before {
    content: "\f367";
}
.bi-file-earmark-excel::before {
    content: "\f368";
}
.bi-file-earmark-fill::before {
    content: "\f369";
}
.bi-file-earmark-font-fill::before {
    content: "\f36a";
}
.bi-file-earmark-font::before {
    content: "\f36b";
}
.bi-file-earmark-image-fill::before {
    content: "\f36c";
}
.bi-file-earmark-image::before {
    content: "\f36d";
}
.bi-file-earmark-lock-fill::before {
    content: "\f36e";
}
.bi-file-earmark-lock::before {
    content: "\f36f";
}
.bi-file-earmark-lock2-fill::before {
    content: "\f370";
}
.bi-file-earmark-lock2::before {
    content: "\f371";
}
.bi-file-earmark-medical-fill::before {
    content: "\f372";
}
.bi-file-earmark-medical::before {
    content: "\f373";
}
.bi-file-earmark-minus-fill::before {
    content: "\f374";
}
.bi-file-earmark-minus::before {
    content: "\f375";
}
.bi-file-earmark-music-fill::before {
    content: "\f376";
}
.bi-file-earmark-music::before {
    content: "\f377";
}
.bi-file-earmark-person-fill::before {
    content: "\f378";
}
.bi-file-earmark-person::before {
    content: "\f379";
}
.bi-file-earmark-play-fill::before {
    content: "\f37a";
}
.bi-file-earmark-play::before {
    content: "\f37b";
}
.bi-file-earmark-plus-fill::before {
    content: "\f37c";
}
.bi-file-earmark-plus::before {
    content: "\f37d";
}
.bi-file-earmark-post-fill::before {
    content: "\f37e";
}
.bi-file-earmark-post::before {
    content: "\f37f";
}
.bi-file-earmark-ppt-fill::before {
    content: "\f380";
}
.bi-file-earmark-ppt::before {
    content: "\f381";
}
.bi-file-earmark-richtext-fill::before {
    content: "\f382";
}
.bi-file-earmark-richtext::before {
    content: "\f383";
}
.bi-file-earmark-ruled-fill::before {
    content: "\f384";
}
.bi-file-earmark-ruled::before {
    content: "\f385";
}
.bi-file-earmark-slides-fill::before {
    content: "\f386";
}
.bi-file-earmark-slides::before {
    content: "\f387";
}
.bi-file-earmark-spreadsheet-fill::before {
    content: "\f388";
}
.bi-file-earmark-spreadsheet::before {
    content: "\f389";
}
.bi-file-earmark-text-fill::before {
    content: "\f38a";
}
.bi-file-earmark-text::before {
    content: "\f38b";
}
.bi-file-earmark-word-fill::before {
    content: "\f38c";
}
.bi-file-earmark-word::before {
    content: "\f38d";
}
.bi-file-earmark-x-fill::before {
    content: "\f38e";
}
.bi-file-earmark-x::before {
    content: "\f38f";
}
.bi-file-earmark-zip-fill::before {
    content: "\f390";
}
.bi-file-earmark-zip::before {
    content: "\f391";
}
.bi-file-earmark::before {
    content: "\f392";
}
.bi-file-easel-fill::before {
    content: "\f393";
}
.bi-file-easel::before {
    content: "\f394";
}
.bi-file-excel-fill::before {
    content: "\f395";
}
.bi-file-excel::before {
    content: "\f396";
}
.bi-file-fill::before {
    content: "\f397";
}
.bi-file-font-fill::before {
    content: "\f398";
}
.bi-file-font::before {
    content: "\f399";
}
.bi-file-image-fill::before {
    content: "\f39a";
}
.bi-file-image::before {
    content: "\f39b";
}
.bi-file-lock-fill::before {
    content: "\f39c";
}
.bi-file-lock::before {
    content: "\f39d";
}
.bi-file-lock2-fill::before {
    content: "\f39e";
}
.bi-file-lock2::before {
    content: "\f39f";
}
.bi-file-medical-fill::before {
    content: "\f3a0";
}
.bi-file-medical::before {
    content: "\f3a1";
}
.bi-file-minus-fill::before {
    content: "\f3a2";
}
.bi-file-minus::before {
    content: "\f3a3";
}
.bi-file-music-fill::before {
    content: "\f3a4";
}
.bi-file-music::before {
    content: "\f3a5";
}
.bi-file-person-fill::before {
    content: "\f3a6";
}
.bi-file-person::before {
    content: "\f3a7";
}
.bi-file-play-fill::before {
    content: "\f3a8";
}
.bi-file-play::before {
    content: "\f3a9";
}
.bi-file-plus-fill::before {
    content: "\f3aa";
}
.bi-file-plus::before {
    content: "\f3ab";
}
.bi-file-post-fill::before {
    content: "\f3ac";
}
.bi-file-post::before {
    content: "\f3ad";
}
.bi-file-ppt-fill::before {
    content: "\f3ae";
}
.bi-file-ppt::before {
    content: "\f3af";
}
.bi-file-richtext-fill::before {
    content: "\f3b0";
}
.bi-file-richtext::before {
    content: "\f3b1";
}
.bi-file-ruled-fill::before {
    content: "\f3b2";
}
.bi-file-ruled::before {
    content: "\f3b3";
}
.bi-file-slides-fill::before {
    content: "\f3b4";
}
.bi-file-slides::before {
    content: "\f3b5";
}
.bi-file-spreadsheet-fill::before {
    content: "\f3b6";
}
.bi-file-spreadsheet::before {
    content: "\f3b7";
}
.bi-file-text-fill::before {
    content: "\f3b8";
}
.bi-file-text::before {
    content: "\f3b9";
}
.bi-file-word-fill::before {
    content: "\f3ba";
}
.bi-file-word::before {
    content: "\f3bb";
}
.bi-file-x-fill::before {
    content: "\f3bc";
}
.bi-file-x::before {
    content: "\f3bd";
}
.bi-file-zip-fill::before {
    content: "\f3be";
}
.bi-file-zip::before {
    content: "\f3bf";
}
.bi-file::before {
    content: "\f3c0";
}
.bi-files-alt::before {
    content: "\f3c1";
}
.bi-files::before {
    content: "\f3c2";
}
.bi-film::before {
    content: "\f3c3";
}
.bi-filter-circle-fill::before {
    content: "\f3c4";
}
.bi-filter-circle::before {
    content: "\f3c5";
}
.bi-filter-left::before {
    content: "\f3c6";
}
.bi-filter-right::before {
    content: "\f3c7";
}
.bi-filter-square-fill::before {
    content: "\f3c8";
}
.bi-filter-square::before {
    content: "\f3c9";
}
.bi-filter::before {
    content: "\f3ca";
}
.bi-flag-fill::before {
    content: "\f3cb";
}
.bi-flag::before {
    content: "\f3cc";
}
.bi-flower1::before {
    content: "\f3cd";
}
.bi-flower2::before {
    content: "\f3ce";
}
.bi-flower3::before {
    content: "\f3cf";
}
.bi-folder-check::before {
    content: "\f3d0";
}
.bi-folder-fill::before {
    content: "\f3d1";
}
.bi-folder-minus::before {
    content: "\f3d2";
}
.bi-folder-plus::before {
    content: "\f3d3";
}
.bi-folder-symlink-fill::before {
    content: "\f3d4";
}
.bi-folder-symlink::before {
    content: "\f3d5";
}
.bi-folder-x::before {
    content: "\f3d6";
}
.bi-folder::before {
    content: "\f3d7";
}
.bi-folder2-open::before {
    content: "\f3d8";
}
.bi-folder2::before {
    content: "\f3d9";
}
.bi-fonts::before {
    content: "\f3da";
}
.bi-forward-fill::before {
    content: "\f3db";
}
.bi-forward::before {
    content: "\f3dc";
}
.bi-front::before {
    content: "\f3dd";
}
.bi-fullscreen-exit::before {
    content: "\f3de";
}
.bi-fullscreen::before {
    content: "\f3df";
}
.bi-funnel-fill::before {
    content: "\f3e0";
}
.bi-funnel::before {
    content: "\f3e1";
}
.bi-gear-fill::before {
    content: "\f3e2";
}
.bi-gear-wide-connected::before {
    content: "\f3e3";
}
.bi-gear-wide::before {
    content: "\f3e4";
}
.bi-gear::before {
    content: "\f3e5";
}
.bi-gem::before {
    content: "\f3e6";
}
.bi-geo-alt-fill::before {
    content: "\f3e7";
}
.bi-geo-alt::before {
    content: "\f3e8";
}
.bi-geo-fill::before {
    content: "\f3e9";
}
.bi-geo::before {
    content: "\f3ea";
}
.bi-gift-fill::before {
    content: "\f3eb";
}
.bi-gift::before {
    content: "\f3ec";
}
.bi-github::before {
    content: "\f3ed";
}
.bi-globe::before {
    content: "\f3ee";
}
.bi-globe2::before {
    content: "\f3ef";
}
.bi-google::before {
    content: "\f3f0";
}
.bi-graph-down::before {
    content: "\f3f1";
}
.bi-graph-up::before {
    content: "\f3f2";
}
.bi-grid-1x2-fill::before {
    content: "\f3f3";
}
.bi-grid-1x2::before {
    content: "\f3f4";
}
.bi-grid-3x2-gap-fill::before {
    content: "\f3f5";
}
.bi-grid-3x2-gap::before {
    content: "\f3f6";
}
.bi-grid-3x2::before {
    content: "\f3f7";
}
.bi-grid-3x3-gap-fill::before {
    content: "\f3f8";
}
.bi-grid-3x3-gap::before {
    content: "\f3f9";
}
.bi-grid-3x3::before {
    content: "\f3fa";
}
.bi-grid-fill::before {
    content: "\f3fb";
}
.bi-grid::before {
    content: "\f3fc";
}
.bi-grip-horizontal::before {
    content: "\f3fd";
}
.bi-grip-vertical::before {
    content: "\f3fe";
}
.bi-hammer::before {
    content: "\f3ff";
}
.bi-hand-index-fill::before {
    content: "\f400";
}
.bi-hand-index-thumb-fill::before {
    content: "\f401";
}
.bi-hand-index-thumb::before {
    content: "\f402";
}
.bi-hand-index::before {
    content: "\f403";
}
.bi-hand-thumbs-down-fill::before {
    content: "\f404";
}
.bi-hand-thumbs-down::before {
    content: "\f405";
}
.bi-hand-thumbs-up-fill::before {
    content: "\f406";
}
.bi-hand-thumbs-up::before {
    content: "\f407";
}
.bi-handbag-fill::before {
    content: "\f408";
}
.bi-handbag::before {
    content: "\f409";
}
.bi-hash::before {
    content: "\f40a";
}
.bi-hdd-fill::before {
    content: "\f40b";
}
.bi-hdd-network-fill::before {
    content: "\f40c";
}
.bi-hdd-network::before {
    content: "\f40d";
}
.bi-hdd-rack-fill::before {
    content: "\f40e";
}
.bi-hdd-rack::before {
    content: "\f40f";
}
.bi-hdd-stack-fill::before {
    content: "\f410";
}
.bi-hdd-stack::before {
    content: "\f411";
}
.bi-hdd::before {
    content: "\f412";
}
.bi-headphones::before {
    content: "\f413";
}
.bi-headset::before {
    content: "\f414";
}
.bi-heart-fill::before {
    content: "\f415";
}
.bi-heart-half::before {
    content: "\f416";
}
.bi-heart::before {
    content: "\f417";
}
.bi-heptagon-fill::before {
    content: "\f418";
}
.bi-heptagon-half::before {
    content: "\f419";
}
.bi-heptagon::before {
    content: "\f41a";
}
.bi-hexagon-fill::before {
    content: "\f41b";
}
.bi-hexagon-half::before {
    content: "\f41c";
}
.bi-hexagon::before {
    content: "\f41d";
}
.bi-hourglass-bottom::before {
    content: "\f41e";
}
.bi-hourglass-split::before {
    content: "\f41f";
}
.bi-hourglass-top::before {
    content: "\f420";
}
.bi-hourglass::before {
    content: "\f421";
}
.bi-house-door-fill::before {
    content: "\f422";
}
.bi-house-door::before {
    content: "\f423";
}
.bi-house-fill::before {
    content: "\f424";
}
.bi-house::before {
    content: "\f425";
}
.bi-hr::before {
    content: "\f426";
}
.bi-hurricane::before {
    content: "\f427";
}
.bi-image-alt::before {
    content: "\f428";
}
.bi-image-fill::before {
    content: "\f429";
}
.bi-image::before {
    content: "\f42a";
}
.bi-images::before {
    content: "\f42b";
}
.bi-inbox-fill::before {
    content: "\f42c";
}
.bi-inbox::before {
    content: "\f42d";
}
.bi-inboxes-fill::before {
    content: "\f42e";
}
.bi-inboxes::before {
    content: "\f42f";
}
.bi-info-circle-fill::before {
    content: "\f430";
}
.bi-info-circle::before {
    content: "\f431";
}
.bi-info-square-fill::before {
    content: "\f432";
}
.bi-info-square::before {
    content: "\f433";
}
.bi-info::before {
    content: "\f434";
}
.bi-input-cursor-text::before {
    content: "\f435";
}
.bi-input-cursor::before {
    content: "\f436";
}
.bi-instagram::before {
    content: "\f437";
}
.bi-intersect::before {
    content: "\f438";
}
.bi-journal-album::before {
    content: "\f439";
}
.bi-journal-arrow-down::before {
    content: "\f43a";
}
.bi-journal-arrow-up::before {
    content: "\f43b";
}
.bi-journal-bookmark-fill::before {
    content: "\f43c";
}
.bi-journal-bookmark::before {
    content: "\f43d";
}
.bi-journal-check::before {
    content: "\f43e";
}
.bi-journal-code::before {
    content: "\f43f";
}
.bi-journal-medical::before {
    content: "\f440";
}
.bi-journal-minus::before {
    content: "\f441";
}
.bi-journal-plus::before {
    content: "\f442";
}
.bi-journal-richtext::before {
    content: "\f443";
}
.bi-journal-text::before {
    content: "\f444";
}
.bi-journal-x::before {
    content: "\f445";
}
.bi-journal::before {
    content: "\f446";
}
.bi-journals::before {
    content: "\f447";
}
.bi-joystick::before {
    content: "\f448";
}
.bi-justify-left::before {
    content: "\f449";
}
.bi-justify-right::before {
    content: "\f44a";
}
.bi-justify::before {
    content: "\f44b";
}
.bi-kanban-fill::before {
    content: "\f44c";
}
.bi-kanban::before {
    content: "\f44d";
}
.bi-key-fill::before {
    content: "\f44e";
}
.bi-key::before {
    content: "\f44f";
}
.bi-keyboard-fill::before {
    content: "\f450";
}
.bi-keyboard::before {
    content: "\f451";
}
.bi-ladder::before {
    content: "\f452";
}
.bi-lamp-fill::before {
    content: "\f453";
}
.bi-lamp::before {
    content: "\f454";
}
.bi-laptop-fill::before {
    content: "\f455";
}
.bi-laptop::before {
    content: "\f456";
}
.bi-layer-backward::before {
    content: "\f457";
}
.bi-layer-forward::before {
    content: "\f458";
}
.bi-layers-fill::before {
    content: "\f459";
}
.bi-layers-half::before {
    content: "\f45a";
}
.bi-layers::before {
    content: "\f45b";
}
.bi-layout-sidebar-inset-reverse::before {
    content: "\f45c";
}
.bi-layout-sidebar-inset::before {
    content: "\f45d";
}
.bi-layout-sidebar-reverse::before {
    content: "\f45e";
}
.bi-layout-sidebar::before {
    content: "\f45f";
}
.bi-layout-split::before {
    content: "\f460";
}
.bi-layout-text-sidebar-reverse::before {
    content: "\f461";
}
.bi-layout-text-sidebar::before {
    content: "\f462";
}
.bi-layout-text-window-reverse::before {
    content: "\f463";
}
.bi-layout-text-window::before {
    content: "\f464";
}
.bi-layout-three-columns::before {
    content: "\f465";
}
.bi-layout-wtf::before {
    content: "\f466";
}
.bi-life-preserver::before {
    content: "\f467";
}
.bi-lightbulb-fill::before {
    content: "\f468";
}
.bi-lightbulb-off-fill::before {
    content: "\f469";
}
.bi-lightbulb-off::before {
    content: "\f46a";
}
.bi-lightbulb::before {
    content: "\f46b";
}
.bi-lightning-charge-fill::before {
    content: "\f46c";
}
.bi-lightning-charge::before {
    content: "\f46d";
}
.bi-lightning-fill::before {
    content: "\f46e";
}
.bi-lightning::before {
    content: "\f46f";
}
.bi-link-45deg::before {
    content: "\f470";
}
.bi-link::before {
    content: "\f471";
}
.bi-linkedin::before {
    content: "\f472";
}
.bi-list-check::before {
    content: "\f473";
}
.bi-list-nested::before {
    content: "\f474";
}
.bi-list-ol::before {
    content: "\f475";
}
.bi-list-stars::before {
    content: "\f476";
}
.bi-list-task::before {
    content: "\f477";
}
.bi-list-ul::before {
    content: "\f478";
}
.bi-list::before {
    content: "\f479";
}
.bi-lock-fill::before {
    content: "\f47a";
}
.bi-lock::before {
    content: "\f47b";
}
.bi-mailbox::before {
    content: "\f47c";
}
.bi-mailbox2::before {
    content: "\f47d";
}
.bi-map-fill::before {
    content: "\f47e";
}
.bi-map::before {
    content: "\f47f";
}
.bi-markdown-fill::before {
    content: "\f480";
}
.bi-markdown::before {
    content: "\f481";
}
.bi-mask::before {
    content: "\f482";
}
.bi-megaphone-fill::before {
    content: "\f483";
}
.bi-megaphone::before {
    content: "\f484";
}
.bi-menu-app-fill::before {
    content: "\f485";
}
.bi-menu-app::before {
    content: "\f486";
}
.bi-menu-button-fill::before {
    content: "\f487";
}
.bi-menu-button-wide-fill::before {
    content: "\f488";
}
.bi-menu-button-wide::before {
    content: "\f489";
}
.bi-menu-button::before {
    content: "\f48a";
}
.bi-menu-down::before {
    content: "\f48b";
}
.bi-menu-up::before {
    content: "\f48c";
}
.bi-mic-fill::before {
    content: "\f48d";
}
.bi-mic-mute-fill::before {
    content: "\f48e";
}
.bi-mic-mute::before {
    content: "\f48f";
}
.bi-mic::before {
    content: "\f490";
}
.bi-minecart-loaded::before {
    content: "\f491";
}
.bi-minecart::before {
    content: "\f492";
}
.bi-moisture::before {
    content: "\f493";
}
.bi-moon-fill::before {
    content: "\f494";
}
.bi-moon-stars-fill::before {
    content: "\f495";
}
.bi-moon-stars::before {
    content: "\f496";
}
.bi-moon::before {
    content: "\f497";
}
.bi-mouse-fill::before {
    content: "\f498";
}
.bi-mouse::before {
    content: "\f499";
}
.bi-mouse2-fill::before {
    content: "\f49a";
}
.bi-mouse2::before {
    content: "\f49b";
}
.bi-mouse3-fill::before {
    content: "\f49c";
}
.bi-mouse3::before {
    content: "\f49d";
}
.bi-music-note-beamed::before {
    content: "\f49e";
}
.bi-music-note-list::before {
    content: "\f49f";
}
.bi-music-note::before {
    content: "\f4a0";
}
.bi-music-player-fill::before {
    content: "\f4a1";
}
.bi-music-player::before {
    content: "\f4a2";
}
.bi-newspaper::before {
    content: "\f4a3";
}
.bi-node-minus-fill::before {
    content: "\f4a4";
}
.bi-node-minus::before {
    content: "\f4a5";
}
.bi-node-plus-fill::before {
    content: "\f4a6";
}
.bi-node-plus::before {
    content: "\f4a7";
}
.bi-nut-fill::before {
    content: "\f4a8";
}
.bi-nut::before {
    content: "\f4a9";
}
.bi-octagon-fill::before {
    content: "\f4aa";
}
.bi-octagon-half::before {
    content: "\f4ab";
}
.bi-octagon::before {
    content: "\f4ac";
}
.bi-option::before {
    content: "\f4ad";
}
.bi-outlet::before {
    content: "\f4ae";
}
.bi-paint-bucket::before {
    content: "\f4af";
}
.bi-palette-fill::before {
    content: "\f4b0";
}
.bi-palette::before {
    content: "\f4b1";
}
.bi-palette2::before {
    content: "\f4b2";
}
.bi-paperclip::before {
    content: "\f4b3";
}
.bi-paragraph::before {
    content: "\f4b4";
}
.bi-patch-check-fill::before {
    content: "\f4b5";
}
.bi-patch-check::before {
    content: "\f4b6";
}
.bi-patch-exclamation-fill::before {
    content: "\f4b7";
}
.bi-patch-exclamation::before {
    content: "\f4b8";
}
.bi-patch-minus-fill::before {
    content: "\f4b9";
}
.bi-patch-minus::before {
    content: "\f4ba";
}
.bi-patch-plus-fill::before {
    content: "\f4bb";
}
.bi-patch-plus::before {
    content: "\f4bc";
}
.bi-patch-question-fill::before {
    content: "\f4bd";
}
.bi-patch-question::before {
    content: "\f4be";
}
.bi-pause-btn-fill::before {
    content: "\f4bf";
}
.bi-pause-btn::before {
    content: "\f4c0";
}
.bi-pause-circle-fill::before {
    content: "\f4c1";
}
.bi-pause-circle::before {
    content: "\f4c2";
}
.bi-pause-fill::before {
    content: "\f4c3";
}
.bi-pause::before {
    content: "\f4c4";
}
.bi-peace-fill::before {
    content: "\f4c5";
}
.bi-peace::before {
    content: "\f4c6";
}
.bi-pen-fill::before {
    content: "\f4c7";
}
.bi-pen::before {
    content: "\f4c8";
}
.bi-pencil-fill::before {
    content: "\f4c9";
}
.bi-pencil-square::before {
    content: "\f4ca";
}
.bi-pencil::before {
    content: "\f4cb";
}
.bi-pentagon-fill::before {
    content: "\f4cc";
}
.bi-pentagon-half::before {
    content: "\f4cd";
}
.bi-pentagon::before {
    content: "\f4ce";
}
.bi-people-fill::before {
    content: "\f4cf";
}
.bi-people::before {
    content: "\f4d0";
}
.bi-percent::before {
    content: "\f4d1";
}
.bi-person-badge-fill::before {
    content: "\f4d2";
}
.bi-person-badge::before {
    content: "\f4d3";
}
.bi-person-bounding-box::before {
    content: "\f4d4";
}
.bi-person-check-fill::before {
    content: "\f4d5";
}
.bi-person-check::before {
    content: "\f4d6";
}
.bi-person-circle::before {
    content: "\f4d7";
}
.bi-person-dash-fill::before {
    content: "\f4d8";
}
.bi-person-dash::before {
    content: "\f4d9";
}
.bi-person-fill::before {
    content: "\f4da";
}
.bi-person-lines-fill::before {
    content: "\f4db";
}
.bi-person-plus-fill::before {
    content: "\f4dc";
}
.bi-person-plus::before {
    content: "\f4dd";
}
.bi-person-square::before {
    content: "\f4de";
}
.bi-person-x-fill::before {
    content: "\f4df";
}
.bi-person-x::before {
    content: "\f4e0";
}
.bi-person::before {
    content: "\f4e1";
}
.bi-phone-fill::before {
    content: "\f4e2";
}
.bi-phone-landscape-fill::before {
    content: "\f4e3";
}
.bi-phone-landscape::before {
    content: "\f4e4";
}
.bi-phone-vibrate-fill::before {
    content: "\f4e5";
}
.bi-phone-vibrate::before {
    content: "\f4e6";
}
.bi-phone::before {
    content: "\f4e7";
}
.bi-pie-chart-fill::before {
    content: "\f4e8";
}
.bi-pie-chart::before {
    content: "\f4e9";
}
.bi-pin-angle-fill::before {
    content: "\f4ea";
}
.bi-pin-angle::before {
    content: "\f4eb";
}
.bi-pin-fill::before {
    content: "\f4ec";
}
.bi-pin::before {
    content: "\f4ed";
}
.bi-pip-fill::before {
    content: "\f4ee";
}
.bi-pip::before {
    content: "\f4ef";
}
.bi-play-btn-fill::before {
    content: "\f4f0";
}
.bi-play-btn::before {
    content: "\f4f1";
}
.bi-play-circle-fill::before {
    content: "\f4f2";
}
.bi-play-circle::before {
    content: "\f4f3";
}
.bi-play-fill::before {
    content: "\f4f4";
}
.bi-play::before {
    content: "\f4f5";
}
.bi-plug-fill::before {
    content: "\f4f6";
}
.bi-plug::before {
    content: "\f4f7";
}
.bi-plus-circle-dotted::before {
    content: "\f4f8";
}
.bi-plus-circle-fill::before {
    content: "\f4f9";
}
.bi-plus-circle::before {
    content: "\f4fa";
}
.bi-plus-square-dotted::before {
    content: "\f4fb";
}
.bi-plus-square-fill::before {
    content: "\f4fc";
}
.bi-plus-square::before {
    content: "\f4fd";
}
.bi-plus::before {
    content: "\f4fe";
}
.bi-power::before {
    content: "\f4ff";
}
.bi-printer-fill::before {
    content: "\f500";
}
.bi-printer::before {
    content: "\f501";
}
.bi-puzzle-fill::before {
    content: "\f502";
}
.bi-puzzle::before {
    content: "\f503";
}
.bi-question-circle-fill::before {
    content: "\f504";
}
.bi-question-circle::before {
    content: "\f505";
}
.bi-question-diamond-fill::before {
    content: "\f506";
}
.bi-question-diamond::before {
    content: "\f507";
}
.bi-question-octagon-fill::before {
    content: "\f508";
}
.bi-question-octagon::before {
    content: "\f509";
}
.bi-question-square-fill::before {
    content: "\f50a";
}
.bi-question-square::before {
    content: "\f50b";
}
.bi-question::before {
    content: "\f50c";
}
.bi-rainbow::before {
    content: "\f50d";
}
.bi-receipt-cutoff::before {
    content: "\f50e";
}
.bi-receipt::before {
    content: "\f50f";
}
.bi-reception-0::before {
    content: "\f510";
}
.bi-reception-1::before {
    content: "\f511";
}
.bi-reception-2::before {
    content: "\f512";
}
.bi-reception-3::before {
    content: "\f513";
}
.bi-reception-4::before {
    content: "\f514";
}
.bi-record-btn-fill::before {
    content: "\f515";
}
.bi-record-btn::before {
    content: "\f516";
}
.bi-record-circle-fill::before {
    content: "\f517";
}
.bi-record-circle::before {
    content: "\f518";
}
.bi-record-fill::before {
    content: "\f519";
}
.bi-record::before {
    content: "\f51a";
}
.bi-record2-fill::before {
    content: "\f51b";
}
.bi-record2::before {
    content: "\f51c";
}
.bi-reply-all-fill::before {
    content: "\f51d";
}
.bi-reply-all::before {
    content: "\f51e";
}
.bi-reply-fill::before {
    content: "\f51f";
}
.bi-reply::before {
    content: "\f520";
}
.bi-rss-fill::before {
    content: "\f521";
}
.bi-rss::before {
    content: "\f522";
}
.bi-rulers::before {
    content: "\f523";
}
.bi-save-fill::before {
    content: "\f524";
}
.bi-save::before {
    content: "\f525";
}
.bi-save2-fill::before {
    content: "\f526";
}
.bi-save2::before {
    content: "\f527";
}
.bi-scissors::before {
    content: "\f528";
}
.bi-screwdriver::before {
    content: "\f529";
}
.bi-search::before {
    content: "\f52a";
}
.bi-segmented-nav::before {
    content: "\f52b";
}
.bi-server::before {
    content: "\f52c";
}
.bi-share-fill::before {
    content: "\f52d";
}
.bi-share::before {
    content: "\f52e";
}
.bi-shield-check::before {
    content: "\f52f";
}
.bi-shield-exclamation::before {
    content: "\f530";
}
.bi-shield-fill-check::before {
    content: "\f531";
}
.bi-shield-fill-exclamation::before {
    content: "\f532";
}
.bi-shield-fill-minus::before {
    content: "\f533";
}
.bi-shield-fill-plus::before {
    content: "\f534";
}
.bi-shield-fill-x::before {
    content: "\f535";
}
.bi-shield-fill::before {
    content: "\f536";
}
.bi-shield-lock-fill::before {
    content: "\f537";
}
.bi-shield-lock::before {
    content: "\f538";
}
.bi-shield-minus::before {
    content: "\f539";
}
.bi-shield-plus::before {
    content: "\f53a";
}
.bi-shield-shaded::before {
    content: "\f53b";
}
.bi-shield-slash-fill::before {
    content: "\f53c";
}
.bi-shield-slash::before {
    content: "\f53d";
}
.bi-shield-x::before {
    content: "\f53e";
}
.bi-shield::before {
    content: "\f53f";
}
.bi-shift-fill::before {
    content: "\f540";
}
.bi-shift::before {
    content: "\f541";
}
.bi-shop-window::before {
    content: "\f542";
}
.bi-shop::before {
    content: "\f543";
}
.bi-shuffle::before {
    content: "\f544";
}
.bi-signpost-2-fill::before {
    content: "\f545";
}
.bi-signpost-2::before {
    content: "\f546";
}
.bi-signpost-fill::before {
    content: "\f547";
}
.bi-signpost-split-fill::before {
    content: "\f548";
}
.bi-signpost-split::before {
    content: "\f549";
}
.bi-signpost::before {
    content: "\f54a";
}
.bi-sim-fill::before {
    content: "\f54b";
}
.bi-sim::before {
    content: "\f54c";
}
.bi-skip-backward-btn-fill::before {
    content: "\f54d";
}
.bi-skip-backward-btn::before {
    content: "\f54e";
}
.bi-skip-backward-circle-fill::before {
    content: "\f54f";
}
.bi-skip-backward-circle::before {
    content: "\f550";
}
.bi-skip-backward-fill::before {
    content: "\f551";
}
.bi-skip-backward::before {
    content: "\f552";
}
.bi-skip-end-btn-fill::before {
    content: "\f553";
}
.bi-skip-end-btn::before {
    content: "\f554";
}
.bi-skip-end-circle-fill::before {
    content: "\f555";
}
.bi-skip-end-circle::before {
    content: "\f556";
}
.bi-skip-end-fill::before {
    content: "\f557";
}
.bi-skip-end::before {
    content: "\f558";
}
.bi-skip-forward-btn-fill::before {
    content: "\f559";
}
.bi-skip-forward-btn::before {
    content: "\f55a";
}
.bi-skip-forward-circle-fill::before {
    content: "\f55b";
}
.bi-skip-forward-circle::before {
    content: "\f55c";
}
.bi-skip-forward-fill::before {
    content: "\f55d";
}
.bi-skip-forward::before {
    content: "\f55e";
}
.bi-skip-start-btn-fill::before {
    content: "\f55f";
}
.bi-skip-start-btn::before {
    content: "\f560";
}
.bi-skip-start-circle-fill::before {
    content: "\f561";
}
.bi-skip-start-circle::before {
    content: "\f562";
}
.bi-skip-start-fill::before {
    content: "\f563";
}
.bi-skip-start::before {
    content: "\f564";
}
.bi-slack::before {
    content: "\f565";
}
.bi-slash-circle-fill::before {
    content: "\f566";
}
.bi-slash-circle::before {
    content: "\f567";
}
.bi-slash-square-fill::before {
    content: "\f568";
}
.bi-slash-square::before {
    content: "\f569";
}
.bi-slash::before {
    content: "\f56a";
}
.bi-sliders::before {
    content: "\f56b";
}
.bi-smartwatch::before {
    content: "\f56c";
}
.bi-snow::before {
    content: "\f56d";
}
.bi-snow2::before {
    content: "\f56e";
}
.bi-snow3::before {
    content: "\f56f";
}
.bi-sort-alpha-down-alt::before {
    content: "\f570";
}
.bi-sort-alpha-down::before {
    content: "\f571";
}
.bi-sort-alpha-up-alt::before {
    content: "\f572";
}
.bi-sort-alpha-up::before {
    content: "\f573";
}
.bi-sort-down-alt::before {
    content: "\f574";
}
.bi-sort-down::before {
    content: "\f575";
}
.bi-sort-numeric-down-alt::before {
    content: "\f576";
}
.bi-sort-numeric-down::before {
    content: "\f577";
}
.bi-sort-numeric-up-alt::before {
    content: "\f578";
}
.bi-sort-numeric-up::before {
    content: "\f579";
}
.bi-sort-up-alt::before {
    content: "\f57a";
}
.bi-sort-up::before {
    content: "\f57b";
}
.bi-soundwave::before {
    content: "\f57c";
}
.bi-speaker-fill::before {
    content: "\f57d";
}
.bi-speaker::before {
    content: "\f57e";
}
.bi-speedometer::before {
    content: "\f57f";
}
.bi-speedometer2::before {
    content: "\f580";
}
.bi-spellcheck::before {
    content: "\f581";
}
.bi-square-fill::before {
    content: "\f582";
}
.bi-square-half::before {
    content: "\f583";
}
.bi-square::before {
    content: "\f584";
}
.bi-stack::before {
    content: "\f585";
}
.bi-star-fill::before {
    content: "\f586";
}
.bi-star-half::before {
    content: "\f587";
}
.bi-star::before {
    content: "\f588";
}
.bi-stars::before {
    content: "\f589";
}
.bi-stickies-fill::before {
    content: "\f58a";
}
.bi-stickies::before {
    content: "\f58b";
}
.bi-sticky-fill::before {
    content: "\f58c";
}
.bi-sticky::before {
    content: "\f58d";
}
.bi-stop-btn-fill::before {
    content: "\f58e";
}
.bi-stop-btn::before {
    content: "\f58f";
}
.bi-stop-circle-fill::before {
    content: "\f590";
}
.bi-stop-circle::before {
    content: "\f591";
}
.bi-stop-fill::before {
    content: "\f592";
}
.bi-stop::before {
    content: "\f593";
}
.bi-stoplights-fill::before {
    content: "\f594";
}
.bi-stoplights::before {
    content: "\f595";
}
.bi-stopwatch-fill::before {
    content: "\f596";
}
.bi-stopwatch::before {
    content: "\f597";
}
.bi-subtract::before {
    content: "\f598";
}
.bi-suit-club-fill::before {
    content: "\f599";
}
.bi-suit-club::before {
    content: "\f59a";
}
.bi-suit-diamond-fill::before {
    content: "\f59b";
}
.bi-suit-diamond::before {
    content: "\f59c";
}
.bi-suit-heart-fill::before {
    content: "\f59d";
}
.bi-suit-heart::before {
    content: "\f59e";
}
.bi-suit-spade-fill::before {
    content: "\f59f";
}
.bi-suit-spade::before {
    content: "\f5a0";
}
.bi-sun-fill::before {
    content: "\f5a1";
}
.bi-sun::before {
    content: "\f5a2";
}
.bi-sunglasses::before {
    content: "\f5a3";
}
.bi-sunrise-fill::before {
    content: "\f5a4";
}
.bi-sunrise::before {
    content: "\f5a5";
}
.bi-sunset-fill::before {
    content: "\f5a6";
}
.bi-sunset::before {
    content: "\f5a7";
}
.bi-symmetry-horizontal::before {
    content: "\f5a8";
}
.bi-symmetry-vertical::before {
    content: "\f5a9";
}
.bi-table::before {
    content: "\f5aa";
}
.bi-tablet-fill::before {
    content: "\f5ab";
}
.bi-tablet-landscape-fill::before {
    content: "\f5ac";
}
.bi-tablet-landscape::before {
    content: "\f5ad";
}
.bi-tablet::before {
    content: "\f5ae";
}
.bi-tag-fill::before {
    content: "\f5af";
}
.bi-tag::before {
    content: "\f5b0";
}
.bi-tags-fill::before {
    content: "\f5b1";
}
.bi-tags::before {
    content: "\f5b2";
}
.bi-telegram::before {
    content: "\f5b3";
}
.bi-telephone-fill::before {
    content: "\f5b4";
}
.bi-telephone-forward-fill::before {
    content: "\f5b5";
}
.bi-telephone-forward::before {
    content: "\f5b6";
}
.bi-telephone-inbound-fill::before {
    content: "\f5b7";
}
.bi-telephone-inbound::before {
    content: "\f5b8";
}
.bi-telephone-minus-fill::before {
    content: "\f5b9";
}
.bi-telephone-minus::before {
    content: "\f5ba";
}
.bi-telephone-outbound-fill::before {
    content: "\f5bb";
}
.bi-telephone-outbound::before {
    content: "\f5bc";
}
.bi-telephone-plus-fill::before {
    content: "\f5bd";
}
.bi-telephone-plus::before {
    content: "\f5be";
}
.bi-telephone-x-fill::before {
    content: "\f5bf";
}
.bi-telephone-x::before {
    content: "\f5c0";
}
.bi-telephone::before {
    content: "\f5c1";
}
.bi-terminal-fill::before {
    content: "\f5c2";
}
.bi-terminal::before {
    content: "\f5c3";
}
.bi-text-center::before {
    content: "\f5c4";
}
.bi-text-indent-left::before {
    content: "\f5c5";
}
.bi-text-indent-right::before {
    content: "\f5c6";
}
.bi-text-left::before {
    content: "\f5c7";
}
.bi-text-paragraph::before {
    content: "\f5c8";
}
.bi-text-right::before {
    content: "\f5c9";
}
.bi-textarea-resize::before {
    content: "\f5ca";
}
.bi-textarea-t::before {
    content: "\f5cb";
}
.bi-textarea::before {
    content: "\f5cc";
}
.bi-thermometer-half::before {
    content: "\f5cd";
}
.bi-thermometer-high::before {
    content: "\f5ce";
}
.bi-thermometer-low::before {
    content: "\f5cf";
}
.bi-thermometer-snow::before {
    content: "\f5d0";
}
.bi-thermometer-sun::before {
    content: "\f5d1";
}
.bi-thermometer::before {
    content: "\f5d2";
}
.bi-three-dots-vertical::before {
    content: "\f5d3";
}
.bi-three-dots::before {
    content: "\f5d4";
}
.bi-toggle-off::before {
    content: "\f5d5";
}
.bi-toggle-on::before {
    content: "\f5d6";
}
.bi-toggle2-off::before {
    content: "\f5d7";
}
.bi-toggle2-on::before {
    content: "\f5d8";
}
.bi-toggles::before {
    content: "\f5d9";
}
.bi-toggles2::before {
    content: "\f5da";
}
.bi-tools::before {
    content: "\f5db";
}
.bi-tornado::before {
    content: "\f5dc";
}
.bi-trash-fill::before {
    content: "\f5dd";
}
.bi-trash::before {
    content: "\f5de";
}
.bi-trash2-fill::before {
    content: "\f5df";
}
.bi-trash2::before {
    content: "\f5e0";
}
.bi-tree-fill::before {
    content: "\f5e1";
}
.bi-tree::before {
    content: "\f5e2";
}
.bi-triangle-fill::before {
    content: "\f5e3";
}
.bi-triangle-half::before {
    content: "\f5e4";
}
.bi-triangle::before {
    content: "\f5e5";
}
.bi-trophy-fill::before {
    content: "\f5e6";
}
.bi-trophy::before {
    content: "\f5e7";
}
.bi-tropical-storm::before {
    content: "\f5e8";
}
.bi-truck-flatbed::before {
    content: "\f5e9";
}
.bi-truck::before {
    content: "\f5ea";
}
.bi-tsunami::before {
    content: "\f5eb";
}
.bi-tv-fill::before {
    content: "\f5ec";
}
.bi-tv::before {
    content: "\f5ed";
}
.bi-twitch::before {
    content: "\f5ee";
}
.bi-twitter::before {
    content: "\f5ef";
}
.bi-type-bold::before {
    content: "\f5f0";
}
.bi-type-h1::before {
    content: "\f5f1";
}
.bi-type-h2::before {
    content: "\f5f2";
}
.bi-type-h3::before {
    content: "\f5f3";
}
.bi-type-italic::before {
    content: "\f5f4";
}
.bi-type-strikethrough::before {
    content: "\f5f5";
}
.bi-type-underline::before {
    content: "\f5f6";
}
.bi-type::before {
    content: "\f5f7";
}
.bi-ui-checks-grid::before {
    content: "\f5f8";
}
.bi-ui-checks::before {
    content: "\f5f9";
}
.bi-ui-radios-grid::before {
    content: "\f5fa";
}
.bi-ui-radios::before {
    content: "\f5fb";
}
.bi-umbrella-fill::before {
    content: "\f5fc";
}
.bi-umbrella::before {
    content: "\f5fd";
}
.bi-union::before {
    content: "\f5fe";
}
.bi-unlock-fill::before {
    content: "\f5ff";
}
.bi-unlock::before {
    content: "\f600";
}
.bi-upc-scan::before {
    content: "\f601";
}
.bi-upc::before {
    content: "\f602";
}
.bi-upload::before {
    content: "\f603";
}
.bi-vector-pen::before {
    content: "\f604";
}
.bi-view-list::before {
    content: "\f605";
}
.bi-view-stacked::before {
    content: "\f606";
}
.bi-vinyl-fill::before {
    content: "\f607";
}
.bi-vinyl::before {
    content: "\f608";
}
.bi-voicemail::before {
    content: "\f609";
}
.bi-volume-down-fill::before {
    content: "\f60a";
}
.bi-volume-down::before {
    content: "\f60b";
}
.bi-volume-mute-fill::before {
    content: "\f60c";
}
.bi-volume-mute::before {
    content: "\f60d";
}
.bi-volume-off-fill::before {
    content: "\f60e";
}
.bi-volume-off::before {
    content: "\f60f";
}
.bi-volume-up-fill::before {
    content: "\f610";
}
.bi-volume-up::before {
    content: "\f611";
}
.bi-vr::before {
    content: "\f612";
}
.bi-wallet-fill::before {
    content: "\f613";
}
.bi-wallet::before {
    content: "\f614";
}
.bi-wallet2::before {
    content: "\f615";
}
.bi-watch::before {
    content: "\f616";
}
.bi-water::before {
    content: "\f617";
}
.bi-whatsapp::before {
    content: "\f618";
}
.bi-wifi-1::before {
    content: "\f619";
}
.bi-wifi-2::before {
    content: "\f61a";
}
.bi-wifi-off::before {
    content: "\f61b";
}
.bi-wifi::before {
    content: "\f61c";
}
.bi-wind::before {
    content: "\f61d";
}
.bi-window-dock::before {
    content: "\f61e";
}
.bi-window-sidebar::before {
    content: "\f61f";
}
.bi-window::before {
    content: "\f620";
}
.bi-wrench::before {
    content: "\f621";
}
.bi-x-circle-fill::before {
    content: "\f622";
}
.bi-x-circle::before {
    content: "\f623";
}
.bi-x-diamond-fill::before {
    content: "\f624";
}
.bi-x-diamond::before {
    content: "\f625";
}
.bi-x-octagon-fill::before {
    content: "\f626";
}
.bi-x-octagon::before {
    content: "\f627";
}
.bi-x-square-fill::before {
    content: "\f628";
}
.bi-x-square::before {
    content: "\f629";
}
.bi-x::before {
    content: "\f62a";
}
.bi-youtube::before {
    content: "\f62b";
}
.bi-zoom-in::before {
    content: "\f62c";
}
.bi-zoom-out::before {
    content: "\f62d";
} /*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
    -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: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.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: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: a 2s infinite linear;
    animation: a 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: a 1s infinite steps(8);
    animation: a 1s infinite steps(8);
}
@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -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;
}
.fa-500px:before {
    content: "\f26e";
}
.fa-accessible-icon:before {
    content: "\f368";
}
.fa-accusoft:before {
    content: "\f369";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-adn:before {
    content: "\f170";
}
.fa-adversal:before {
    content: "\f36a";
}
.fa-affiliatetheme:before {
    content: "\f36b";
}
.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-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-angrycreative:before {
    content: "\f36e";
}
.fa-angular:before {
    content: "\f420";
}
.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-pay:before {
    content: "\f415";
}
.fa-archive:before {
    content: "\f187";
}
.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-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-asymmetrik:before {
    content: "\f372";
}
.fa-at:before {
    content: "\f1fa";
}
.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-aws:before {
    content: "\f375";
}
.fa-backward:before {
    content: "\f04a";
}
.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-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-bicycle:before {
    content: "\f206";
}
.fa-bimobject:before {
    content: "\f378";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.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-blind:before {
    content: "\f29d";
}
.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-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.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-briefcase:before {
    content: "\f0b1";
}
.fa-briefcase-medical:before {
    content: "\f469";
}
.fa-btc:before {
    content: "\f15a";
}
.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-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-minus:before {
    content: "\f272";
}
.fa-calendar-plus:before {
    content: "\f271";
}
.fa-calendar-times:before {
    content: "\f273";
}
.fa-camera:before {
    content: "\f030";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-capsules:before {
    content: "\f46b";
}
.fa-car:before {
    content: "\f1b9";
}
.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-cart-arrow-down:before {
    content: "\f218";
}
.fa-cart-plus:before {
    content: "\f217";
}
.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-certificate:before {
    content: "\f0a3";
}
.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-square:before {
    content: "\f14a";
}
.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-circle:before {
    content: "\f111";
}
.fa-circle-notch:before {
    content: "\f1ce";
}
.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-upload-alt:before {
    content: "\f382";
}
.fa-cloudscale:before {
    content: "\f383";
}
.fa-cloudsmith:before {
    content: "\f384";
}
.fa-cloudversify:before {
    content: "\f385";
}
.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-columns:before {
    content: "\f0db";
}
.fa-comment:before {
    content: "\f075";
}
.fa-comment-alt:before {
    content: "\f27a";
}
.fa-comment-dots:before {
    content: "\f4ad";
}
.fa-comment-slash:before {
    content: "\f4b3";
}
.fa-comments:before {
    content: "\f086";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-compress:before {
    content: "\f066";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-contao:before {
    content: "\f26d";
}
.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-credit-card:before {
    content: "\f09d";
}
.fa-crop:before {
    content: "\f125";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.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-dashcube:before {
    content: "\f210";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-deaf:before {
    content: "\f2a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-deploydog:before {
    content: "\f38e";
}
.fa-deskpro:before {
    content: "\f38f";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-diagnoses:before {
    content: "\f470";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-digital-ocean:before {
    content: "\f391";
}
.fa-discord:before {
    content: "\f392";
}
.fa-discourse:before {
    content: "\f393";
}
.fa-dna:before {
    content: "\f471";
}
.fa-dochub:before {
    content: "\f394";
}
.fa-docker:before {
    content: "\f395";
}
.fa-dollar-sign:before {
    content: "\f155";
}
.fa-dolly:before {
    content: "\f472";
}
.fa-dolly-flatbed:before {
    content: "\f474";
}
.fa-donate:before {
    content: "\f4b9";
}
.fa-dot-circle:before {
    content: "\f192";
}
.fa-dove:before {
    content: "\f4ba";
}
.fa-download:before {
    content: "\f019";
}
.fa-draft2digital:before {
    content: "\f396";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-dribbble-square:before {
    content: "\f397";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-dyalog:before {
    content: "\f399";
}
.fa-earlybirds:before {
    content: "\f39a";
}
.fa-edge:before {
    content: "\f282";
}
.fa-edit:before {
    content: "\f044";
}
.fa-eject:before {
    content: "\f052";
}
.fa-elementor:before {
    content: "\f430";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-ember:before {
    content: "\f423";
}
.fa-empire:before {
    content: "\f1d1";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-envira:before {
    content: "\f299";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-erlang:before {
    content: "\f39d";
}
.fa-ethereum:before {
    content: "\f42e";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-euro-sign:before {
    content: "\f153";
}
.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-fast-backward:before {
    content: "\f049";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-female:before {
    content: "\f182";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.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-excel:before {
    content: "\f1c3";
}
.fa-file-image:before {
    content: "\f1c5";
}
.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-video:before {
    content: "\f1c8";
}
.fa-file-word:before {
    content: "\f1c2";
}
.fa-film:before {
    content: "\f008";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-first-aid:before {
    content: "\f479";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-firstdraft:before {
    content: "\f3a1";
}
.fa-flag:before {
    content: "\f024";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-flipboard:before {
    content: "\f44d";
}
.fa-fly:before {
    content: "\f417";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.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-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-frown:before {
    content: "\f119";
}
.fa-futbol:before {
    content: "\f1e3";
}
.fa-gamepad:before {
    content: "\f11b";
}
.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-gift:before {
    content: "\f06b";
}
.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-martini:before {
    content: "\f000";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-globe:before {
    content: "\f0ac";
}
.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-graduation-cap:before {
    content: "\f19d";
}
.fa-gratipay:before {
    content: "\f184";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-gripfire:before {
    content: "\f3ac";
}
.fa-grunt:before {
    content: "\f3ad";
}
.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-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-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-hashtag:before {
    content: "\f292";
}
.fa-hdd:before {
    content: "\f0a0";
}
.fa-heading:before {
    content: "\f1dc";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-heart:before {
    content: "\f004";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-hips:before {
    content: "\f452";
}
.fa-hire-a-helper:before {
    content: "\f3b0";
}
.fa-history:before {
    content: "\f1da";
}
.fa-hockey-puck:before {
    content: "\f453";
}
.fa-home:before {
    content: "\f015";
}
.fa-hooli:before {
    content: "\f427";
}
.fa-hospital:before {
    content: "\f0f8";
}
.fa-hospital-alt:before {
    content: "\f47d";
}
.fa-hospital-symbol:before {
    content: "\f47e";
}
.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-houzz:before {
    content: "\f27c";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-hubspot:before {
    content: "\f3b2";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-alt:before {
    content: "\f47f";
}
.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-info:before {
    content: "\f129";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-italic:before {
    content: "\f033";
}
.fa-itunes:before {
    content: "\f3b4";
}
.fa-itunes-note:before {
    content: "\f3b5";
}
.fa-jenkins:before {
    content: "\f3b6";
}
.fa-joget:before {
    content: "\f3b7";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-js-square:before {
    content: "\f3b9";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-key:before {
    content: "\f084";
}
.fa-keyboard:before {
    content: "\f11c";
}
.fa-keycdn:before {
    content: "\f3ba";
}
.fa-kickstarter:before {
    content: "\f3bb";
}
.fa-kickstarter-k:before {
    content: "\f3bc";
}
.fa-korvue:before {
    content: "\f42f";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-laravel:before {
    content: "\f3bd";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-lemon:before {
    content: "\f094";
}
.fa-less:before {
    content: "\f41d";
}
.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-link: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-lyft:before {
    content: "\f3c3";
}
.fa-magento:before {
    content: "\f3c4";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-male:before {
    content: "\f183";
}
.fa-map:before {
    content: "\f279";
}
.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-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-maxcdn:before {
    content: "\f136";
}
.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-meh:before {
    content: "\f11a";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-microsoft:before {
    content: "\f3ca";
}
.fa-minus:before {
    content: "\f068";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-minus-square:before {
    content: "\f146";
}
.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-alt:before {
    content: "\f3d1";
}
.fa-moon:before {
    content: "\f186";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-music:before {
    content: "\f001";
}
.fa-napster:before {
    content: "\f3d2";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-newspaper:before {
    content: "\f1ea";
}
.fa-nintendo-switch:before {
    content: "\f418";
}
.fa-node:before {
    content: "\f419";
}
.fa-node-js:before {
    content: "\f3d3";
}
.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-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-outdent:before {
    content: "\f03b";
}
.fa-page4:before {
    content: "\f3d7";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.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-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-pen-square:before {
    content: "\f14b";
}
.fa-pencil-alt:before {
    content: "\f303";
}
.fa-people-carry:before {
    content: "\f4ce";
}
.fa-percent:before {
    content: "\f295";
}
.fa-periscope:before {
    content: "\f3da";
}
.fa-phabricator:before {
    content: "\f3db";
}
.fa-phoenix-framework:before {
    content: "\f3dc";
}
.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-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-plane:before {
    content: "\f072";
}
.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-poo:before {
    content: "\f2fe";
}
.fa-pound-sign:before {
    content: "\f154";
}
.fa-power-off:before {
    content: "\f011";
}
.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-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-random:before {
    content: "\f074";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-react:before {
    content: "\f41b";
}
.fa-readme:before {
    content: "\f4d5";
}
.fa-rebel:before {
    content: "\f1d0";
}
.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-redo:before {
    content: "\f01e";
}
.fa-redo-alt:before {
    content: "\f2f9";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-rendact:before {
    content: "\f3e4";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-reply:before {
    content: "\f3e5";
}
.fa-reply-all:before {
    content: "\f122";
}
.fa-replyd:before {
    content: "\f3e6";
}
.fa-resolving:before {
    content: "\f3e7";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-ribbon:before {
    content: "\f4d6";
}
.fa-road:before {
    content: "\f018";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-rocketchat:before {
    content: "\f3e8";
}
.fa-rockrms:before {
    content: "\f3e9";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-ruble-sign:before {
    content: "\f158";
}
.fa-rupee-sign:before {
    content: "\f156";
}
.fa-safari:before {
    content: "\f267";
}
.fa-sass:before {
    content: "\f41e";
}
.fa-save:before {
    content: "\f0c7";
}
.fa-schlix:before {
    content: "\f3ea";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-search:before {
    content: "\f002";
}
.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-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-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-shower:before {
    content: "\f2cc";
}
.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-simplybuilt:before {
    content: "\f215";
}
.fa-sistrix:before {
    content: "\f3ee";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-slack:before {
    content: "\f198";
}
.fa-slack-hash:before {
    content: "\f3ef";
}
.fa-sliders-h:before {
    content: "\f1de";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-smile:before {
    content: "\f118";
}
.fa-smoking:before {
    content: "\f48d";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-snowflake:before {
    content: "\f2dc";
}
.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-space-shuttle:before {
    content: "\f197";
}
.fa-speakap:before {
    content: "\f3f3";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-square-full:before {
    content: "\f45c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-half:before {
    content: "\f089";
}
.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-strava:before {
    content: "\f428";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-stripe:before {
    content: "\f429";
}
.fa-stripe-s:before {
    content: "\f42a";
}
.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-sun:before {
    content: "\f185";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-supple:before {
    content: "\f3f9";
}
.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-telegram:before {
    content: "\f2c6";
}
.fa-telegram-plane:before {
    content: "\f3fe";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.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-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-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-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-train:before {
    content: "\f238";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-trash-alt:before {
    content: "\f2ed";
}
.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-moving:before {
    content: "\f4df";
}
.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-uikit:before {
    content: "\f403";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.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-unlink:before {
    content: "\f127";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-untappd:before {
    content: "\f405";
}
.fa-upload:before {
    content: "\f093";
}
.fa-usb:before {
    content: "\f287";
}
.fa-user:before {
    content: "\f007";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-ussunnah:before {
    content: "\f407";
}
.fa-utensil-spoon:before {
    content: "\f2e5";
}
.fa-utensils:before {
    content: "\f2e7";
}
.fa-vaadin:before {
    content: "\f408";
}
.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-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-off:before {
    content: "\f026";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-vuejs:before {
    content: "\f41f";
}
.fa-warehouse:before {
    content: "\f494";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-weight:before {
    content: "\f496";
}
.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-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-glass:before {
    content: "\f4e3";
}
.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-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-yandex:before {
    content: "\f413";
}
.fa-yandex-international:before {
    content: "\f414";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-yen-sign:before {
    content: "\f157";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-youtube-square:before {
    content: "\f431";
}
.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;
}
@font-face {
    font-family: Font Awesome\5 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(icons/font-awesome/webfonts/fa-brands-400.eot);
    src: url(icons/font-awesome/webfonts/fa-brands-400.eot?#iefix)
            format("embedded-opentype"),
        url(icons/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),
        url(icons/font-awesome/webfonts/fa-brands-400.woff) format("woff"),
        url(icons/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),
        url(icons/font-awesome/webfonts/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;
    src: url(icons/font-awesome/webfonts/fa-regular-400.eot);
    src: url(icons/font-awesome/webfonts/fa-regular-400.eot?#iefix)
            format("embedded-opentype"),
        url(icons/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),
        url(icons/font-awesome/webfonts/fa-regular-400.woff) format("woff"),
        url(icons/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),
        url(icons/font-awesome/webfonts/fa-regular-400.svg#fontawesome)
            format("svg");
}
.far {
    font-weight: 400;
}
@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    src: url(icons/font-awesome/webfonts/fa-solid-900.eot);
    src: url(icons/font-awesome/webfonts/fa-solid-900.eot?#iefix)
            format("embedded-opentype"),
        url(icons/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),
        url(icons/font-awesome/webfonts/fa-solid-900.woff) format("woff"),
        url(icons/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),
        url(icons/font-awesome/webfonts/fa-solid-900.svg#fontawesome)
            format("svg");
}
.fa,
.far,
.fas {
    font-family: Font Awesome\5 Free;
}
.fa,
.fas {
    font-weight: 900;
}
.search-box .app-search .form-control,
.topbar .mega-dropdown .dropdown-menu {
    border-radius: 0;
}
.topbar .dropdown-menu .with-arrow > span {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
body[data-theme="dark"] {
    color: #b2b9bf;
    background: #323743 !important;
}
body[data-theme="dark"] .text-orange {
    color: rgba(251, 140, 0, 0.5) !important;
}
body[data-theme="dark"] .text-cyan {
    color: rgba(79, 195, 247, 0.5) !important;
}
body[data-theme="dark"] .text-info {
    color: rgba(41, 98, 255, 0.7) !important;
}
body[data-theme="dark"] .text-primary {
    color: rgba(54, 153, 255, 0.7) !important;
}
body[data-theme="dark"] .text-success {
    color: rgba(11, 183, 175, 0.5) !important;
}
body[data-theme="dark"] .text-dark {
    color: #e9ecef !important;
}
body[data-theme="dark"] .bg-cyan,
body[data-theme="dark"] .btn-cyan,
body[data-theme="dark"] .card.bg-cyan {
    background-color: rgba(79, 195, 247, 0.5) !important;
}
body[data-theme="dark"] .badge-info,
body[data-theme="dark"] .bg-info,
body[data-theme="dark"] .btn-info,
body[data-theme="dark"] .card.bg-info,
body[data-theme="dark"] .label-info {
    background-color: rgba(41, 98, 255, 0.5) !important;
    border-color: rgba(41, 98, 255, 0.5) !important;
}
body[data-theme="dark"] .badge-secondary,
body[data-theme="dark"] .bg-secondary,
body[data-theme="dark"] .btn-secondary,
body[data-theme="dark"] .card.bg-secondary {
    background-color: rgba(108, 117, 125, 0.5) !important;
}
body[data-theme="dark"] .badge-primary,
body[data-theme="dark"] .bg-primary,
body[data-theme="dark"] .btn-primary,
body[data-theme="dark"] .card.bg-primary,
body[data-theme="dark"] .label-primary {
    background-color: rgba(54, 153, 255, 0.5) !important;
    border-color: rgba(54, 153, 255, 0.5) !important;
}
body[data-theme="dark"] .bg-orange,
body[data-theme="dark"] .btn-orange,
body[data-theme="dark"] .card.bg-orange {
    background-color: rgba(251, 140, 0, 0.5) !important;
    border-color: rgba(251, 140, 0, 0.5) !important;
}
body[data-theme="dark"] .badge-success,
body[data-theme="dark"] .bg-success,
body[data-theme="dark"] .btn-success,
body[data-theme="dark"] .card.bg-success,
body[data-theme="dark"] .label-success {
    background-color: rgba(11, 183, 175, 0.5) !important;
    border-color: rgba(11, 183, 175, 0.5) !important;
}
body[data-theme="dark"] .badge-danger,
body[data-theme="dark"] .bg-danger,
body[data-theme="dark"] .btn-danger,
body[data-theme="dark"] .card.bg-danger,
body[data-theme="dark"] .label-danger {
    background-color: rgba(246, 78, 96, 0.5) !important;
    border-color: rgba(246, 78, 96, 0.5) !important;
}
body[data-theme="dark"] .badge-warning,
body[data-theme="dark"] .bg-warning,
body[data-theme="dark"] .btn-warning,
body[data-theme="dark"] .card.bg-warning,
body[data-theme="dark"] .round.round-warning {
    background-color: rgba(238, 157, 1, 0.5) !important;
    border-color: rgba(238, 157, 1, 0.5) !important;
}
body[data-theme="dark"] .bg-white {
    background-color: #272b34 !important;
}
body[data-theme="dark"] .bg-dark {
    background-color: #6c757d !important;
}
body[data-theme="dark"] .round.round-danger {
    background: rgba(246, 78, 96, 0.5);
}
body[data-theme="dark"] .bg-light {
    background-color: #3c424e !important;
}
body[data-theme="dark"] .alert-light-info,
body[data-theme="dark"] .bg-light-info,
body[data-theme="dark"] .btn-light-info {
    background-color: #334063 !important;
    border-color: #334063 !important;
}
body[data-theme="dark"] .alert-light-success,
body[data-theme="dark"] .bg-light-success,
body[data-theme="dark"] .btn-light-success {
    background-color: #2b4645 !important;
    border-color: #2b4645 !important;
}
body[data-theme="dark"] .alert-light-warning,
body[data-theme="dark"] .bg-light-warning,
body[data-theme="dark"] .btn-light-warning,
body[data-theme="dark"] .mark,
body[data-theme="dark"] mark {
    background-color: #3c372e !important;
    border-color: #3c372e !important;
}
body[data-theme="dark"] .alert-light-danger,
body[data-theme="dark"] .bg-light-danger,
body[data-theme="dark"] .btn-light-danger {
    background-color: #523338 !important;
    border-color: #523338 !important;
}
body[data-theme="dark"] .bg-light-cyan,
body[data-theme="dark"] .btn-light-cyan {
    background-color: #405863 !important;
    border-color: #405863 !important;
}
body[data-theme="dark"] .alert-light-secondary,
body[data-theme="dark"] .bg-light-secondary,
body[data-theme="dark"] .btn-light-secondary {
    background-color: #34414c !important;
    border-color: #34414c !important;
}
body[data-theme="dark"] .bg-light-inverse {
    background-color: #544f4f !important;
}
body[data-theme="dark"] .alert-light-primary,
body[data-theme="dark"] .bg-light-primary,
body[data-theme="dark"] .btn-light-primary {
    background-color: #384654 !important;
    border-color: #384654 !important;
}
body[data-theme="dark"] .btn-light-primary:focus,
body[data-theme="dark"] .btn-light-primary:hover {
    background-color: #3699ff !important;
    border-color: #3699ff !important;
    color: #fff !important;
}
body[data-theme="dark"] .btn-light-success:focus,
body[data-theme="dark"] .btn-light-success:hover {
    background-color: #0bb7af !important;
    border-color: #0bb7af !important;
    color: #fff !important;
}
body[data-theme="dark"] .btn-light-warning:focus,
body[data-theme="dark"] .btn-light-warning:hover {
    background-color: #ee9d01 !important;
    border-color: #ee9d01 !important;
    color: #fff !important;
}
body[data-theme="dark"] .btn-light-danger:focus,
body[data-theme="dark"] .btn-light-danger:hover {
    background-color: #f64e60 !important;
    border-color: #f64e60 !important;
    color: #fff !important;
}
body[data-theme="dark"] .btn-light-secondary:focus,
body[data-theme="dark"] .btn-light-secondary:hover {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #fff !important;
}
body[data-theme="dark"] .btn-light-info:focus,
body[data-theme="dark"] .btn-light-info:hover {
    background-color: #2962ff !important;
    border-color: #2962ff !important;
    color: #fff !important;
}
body[data-theme="dark"] .badge-light {
    background-color: #343a40;
    color: #b2b9bf;
}
body[data-theme="dark"] .btn-light {
    background-color: #343a40;
    border-color: #343a40;
    color: #b2b9bf;
}
body[data-theme="dark"] .badge-light-success {
    background-color: #516d55;
}
body[data-theme="dark"] .badge-light-info {
    background-color: #27546f;
}
body[data-theme="dark"] .badge-light-danger {
    background-color: #583a41;
}
body[data-theme="dark"] .alert-primary {
    background-color: rgba(68, 60, 105, 0.7);
    border-color: rgba(210, 216, 247, 0.3);
    color: #7460ee;
}
body[data-theme="dark"] .alert-secondary {
    background-color: rgba(71, 86, 103, 0.7);
    border-color: rgba(222, 226, 231, 0.3);
    color: #6c757d;
}
body[data-theme="dark"] .alert-success {
    background-color: rgba(96, 142, 129, 0.9);
    border-color: rgba(196, 241, 222, 0.3);
}
body[data-theme="dark"] .alert-danger {
    background-color: rgba(162, 87, 101, 0.7);
    border-color: rgba(252, 196, 206, 0.3);
}
body[data-theme="dark"] .alert-warning {
    background-color: rgba(105, 82, 42, 0.7);
    border-color: rgba(254, 211, 202, 0.3);
}
body[data-theme="dark"] .alert-info {
    background-color: rgba(92, 113, 167, 0.7);
    border-color: rgba(195, 211, 255, 0.3);
}
body[data-theme="dark"] .alert-light {
    background-color: rgba(253, 254, 254, 0.7);
    border-color: rgba(252, 253, 254, 0.3);
}
body[data-theme="dark"] .alert-dark {
    background-color: rgba(98, 98, 105, 0.7);
    border-color: rgba(198, 198, 210, 0.3);
}
body[data-theme="dark"] .form-check-input {
    background-color: #323743;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
body[data-theme="dark"] .form-check-input:checked {
    background-color: #2962ff;
    border-color: #2962ff;
}
body[data-theme="dark"] .table-danger,
body[data-theme="dark"] .table-info,
body[data-theme="dark"] .table-primary,
body[data-theme="dark"] .table-success,
body[data-theme="dark"] .table-warning {
    --bs-table-bg: unset;
}
body[data-theme="dark"] .table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: #313642;
}
body[data-theme="dark"] .table-danger,
body[data-theme="dark"] .table-danger > td,
body[data-theme="dark"] .table-danger > th {
    background-color: rgba(246, 78, 96, 0.2) !important;
}
body[data-theme="dark"] .table-success,
body[data-theme="dark"] .table-success > td,
body[data-theme="dark"] .table-success > th {
    background-color: rgba(11, 183, 175, 0.2) !important;
}
body[data-theme="dark"] .table-primary,
body[data-theme="dark"] .table-primary > td,
body[data-theme="dark"] .table-primary > th {
    background-color: rgba(54, 153, 255, 0.2) !important;
}
body[data-theme="dark"] .table-info,
body[data-theme="dark"] .table-info > td,
body[data-theme="dark"] .table-info > th {
    background-color: rgba(41, 98, 255, 0.2) !important;
}
body[data-theme="dark"] .table-warning,
body[data-theme="dark"] .table-warning > td,
body[data-theme="dark"] .table-warning > th {
    background-color: rgba(238, 157, 1, 0.2) !important;
}
body[data-theme="dark"] .form-control.border.border-warning {
    border-color: #ee9d01 !important;
}
body[data-theme="dark"] .form-control.border.border-info {
    border-color: #2962ff !important;
}
body[data-theme="dark"] .form-control.border.border-danger {
    border-color: #f64e60 !important;
}
body[data-theme="dark"] .form-control.border.border-primary {
    border-color: #3699ff !important;
}
body[data-theme="dark"] .form-control.border.border-success {
    border-color: #0bb7af !important;
}
body[data-theme="dark"] .fill-white {
    fill: rgba(0, 0, 0, 0.1);
}
body[data-theme="dark"] .accordion-button::after,
body[data-theme="dark"] .btn-close {
    filter: contrast(0.1);
    opacity: 1;
}
body[data-theme="dark"] .accordion-button,
body[data-theme="dark"] .breadcrumb-item.active,
body[data-theme="dark"] .chat-list .chat-item .chat-content .box,
body[data-theme="dark"] .chat-list .chat-item .chat-content .box.bg-light,
body[data-theme="dark"] .cke_reset_all,
body[data-theme="dark"] .cke_reset_all *,
body[data-theme="dark"] .cke_reset_all a,
body[data-theme="dark"] .cke_reset_all textarea,
body[data-theme="dark"] .custom-file-label::after,
body[data-theme="dark"] .daterangepicker select.ampmselect,
body[data-theme="dark"] .daterangepicker select.hourselect,
body[data-theme="dark"] .daterangepicker select.minuteselect,
body[data-theme="dark"] .daterangepicker select.monthselect,
body[data-theme="dark"] .daterangepicker select.secondselect,
body[data-theme="dark"] .daterangepicker select.yearselect,
body[data-theme="dark"] .dropdown-item,
body[data-theme="dark"] .dropdown-menu,
body[data-theme="dark"] .dtp .dtp-picker-time > a,
body[data-theme="dark"] .dtp table.dtp-picker-days tr > td > a,
body[data-theme="dark"]
    .email-app
    .list-group
    .list-group-item
    .list-group-item-action,
body[data-theme="dark"] .form-control,
body[data-theme="dark"] .form-select,
body[data-theme="dark"] .input-group-text,
body[data-theme="dark"] .list-group-item,
body[data-theme="dark"] .list-group-item-action,
body[data-theme="dark"] .lobilists .btn-link,
body[data-theme="dark"] .lobilists .lobilist-item-title,
body[data-theme="dark"] .mailbox .message-center .message-item .message-title,
body[data-theme="dark"] .mce-container,
body[data-theme="dark"] .mce-container *,
body[data-theme="dark"] .mce-ico,
body[data-theme="dark"] .mce-menubar .mce-menubtn button span,
body[data-theme="dark"] .mce-reset,
body[data-theme="dark"] .mce-widget,
body[data-theme="dark"] .mce-widget *,
body[data-theme="dark"] .nav-tabs .nav-item.show .nav-link,
body[data-theme="dark"] .nav-tabs .nav-link.active,
body[data-theme="dark"] .nav-tabs .nav-link:focus,
body[data-theme="dark"] .nav-tabs .nav-link:hover,
body[data-theme="dark"] .noUi-tooltip,
body[data-theme="dark"] .note-btn,
body[data-theme="dark"]
    .note-editor.note-frame
    .note-editing-area
    .note-editable,
body[data-theme="dark"] .page-wrapper,
body[data-theme="dark"] .picker,
body[data-theme="dark"] .popover-body,
body[data-theme="dark"] .ql-formats button,
body[data-theme="dark"] .ql-snow .ql-picker.ql-header .ql-picker-item::before,
body[data-theme="dark"] .ql-snow .ql-picker.ql-header .ql-picker-label::before,
body[data-theme="dark"] .select2-container--classic .select2-selection--single,
body[data-theme="dark"]
    .select2-container--default
    .select2-search--dropdown
    .select2-search__field,
body[data-theme="dark"]
    .select2-container--default
    .select2-selection--multiple,
body[data-theme="dark"] .select2-container--default .select2-selection--single,
body[data-theme="dark"]
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
body[data-theme="dark"]
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
body[data-theme="dark"] .swal2-input,
body[data-theme="dark"] .swal2-popup .swal2-content,
body[data-theme="dark"] .swal2-popup .swal2-title,
body[data-theme="dark"] .table,
body[data-theme="dark"] .table .thead-light th,
body[data-theme="dark"] .table-hover tbody tr:hover,
body[data-theme="dark"] .table-light,
body[data-theme="dark"] .table-striped > tbody > tr:nth-of-type(odd),
body[data-theme="dark"] .toast-header,
body[data-theme="dark"] a.link,
body[data-theme="dark"] button.list-group-item,
body[data-theme="dark"] ul.list-style-none li a {
    color: #b2b9bf;
}
body[data-theme="dark"] .cke_button_icon {
    filter: brightness(0) invert(1);
}
body[data-theme="dark"] #main-wrapper,
body[data-theme="dark"] .accordion-button,
body[data-theme="dark"] .accordion-item,
body[data-theme="dark"] .bg-light,
body[data-theme="dark"] .chat-list .chat-item .chat-content .box.bg-light-info,
body[data-theme="dark"] .cke_toolbar_separator,
body[data-theme="dark"] .custom-file-label::after,
body[data-theme="dark"] .customizer,
body[data-theme="dark"] .daterangepicker .ranges li:hover,
body[data-theme="dark"] .daterangepicker td.available:hover,
body[data-theme="dark"] .daterangepicker th.available:hover,
body[data-theme="dark"] .dropdown-menu,
body[data-theme="dark"] .form-select,
body[data-theme="dark"] .icon-hover:hover,
body[data-theme="dark"] .input-group-text,
body[data-theme="dark"] .jumbotron,
body[data-theme="dark"] .list-group-item.active,
body[data-theme="dark"] .mce-panel,
body[data-theme="dark"] .myadmin-dd .dd-list .dd-item .dd-handle,
body[data-theme="dark"] .myadmin-dd-empty .dd-list .dd3-content,
body[data-theme="dark"] .myadmin-dd-empty .dd-list .dd3-handle,
body[data-theme="dark"] .note-modal-content,
body[data-theme="dark"] .note-toolbar,
body[data-theme="dark"] .offcanvas,
body[data-theme="dark"] .page-wrapper,
body[data-theme="dark"] .progress,
body[data-theme="dark"] .ql-snow .ql-picker-options,
body[data-theme="dark"]
    .select2-container--classic
    .select2-search--dropdown
    .select2-search__field,
body[data-theme="dark"] .select2-container--classic .select2-selection--single,
body[data-theme="dark"]
    .select2-container--default
    .select2-results__option[aria-selected="true"],
body[data-theme="dark"]
    .select2-container--default
    .select2-search--dropdown
    .select2-search__field,
body[data-theme="dark"]
    .select2-container--default
    .select2-selection--multiple,
body[data-theme="dark"] .select2-container--default .select2-selection--single,
body[data-theme="dark"] .select2-dropdown,
body[data-theme="dark"] .table .thead-light th,
body[data-theme="dark"] .table-hover tbody tr:hover,
body[data-theme="dark"] .toast-header,
body[data-theme="dark"]
    .wizard-content
    .wizard
    > .actions
    > ul
    > li
    > a[href="#previous"],
body[data-theme="dark"] .wizard-content .wizard > .steps .step,
body[data-theme="dark"] .wizard:not(.wizard-circle) > .actions .disabled a,
body[data-theme="dark"]
    .wizard:not(.wizard-circle)
    > .actions
    .disabled
    a:active,
body[data-theme="dark"]
    .wizard:not(.wizard-circle)
    > .actions
    .disabled
    a:hover,
body[data-theme="dark"] .wizard:not(.wizard-circle) > .content,
body[data-theme="dark"] .wizard:not(.wizard-circle) > .steps .disabled a,
body[data-theme="dark"] .wizard:not(.wizard-circle) > .steps .disabled a:active,
body[data-theme="dark"] .wizard:not(.wizard-circle) > .steps .disabled a:hover,
body[data-theme="dark"] pre[class*="language-"] {
    background-color: #323743 !important;
}
body[data-theme="dark"] .note-btn {
    background-color: #272b34;
}
body[data-theme="dark"] .table-hover > tbody > tr:hover {
    --bs-table-accent-bg: $theme-dark-bg-layout !important;
}
body[data-theme="dark"] .table-light {
    --bs-table-bg: $theme-dark-bg-layout;
}
body[data-theme="dark"] .bootstrap-switch .bootstrap-switch-label,
body[data-theme="dark"] .cd-horizontal-timeline .events a::after,
body[data-theme="dark"] .cke_top,
body[data-theme="dark"] .css-bar > i,
body[data-theme="dark"] .datepicker .datepicker-switch:hover,
body[data-theme="dark"] .datepicker .next:hover,
body[data-theme="dark"] .datepicker .prev:hover,
body[data-theme="dark"] .datepicker table tr td.day.focused,
body[data-theme="dark"] .datepicker table tr td.day:hover,
body[data-theme="dark"] .datepicker tfoot tr th:hover,
body[data-theme="dark"] .daterangepicker,
body[data-theme="dark"] .daterangepicker .calendar-table,
body[data-theme="dark"] .daterangepicker td.off,
body[data-theme="dark"] .daterangepicker td.off.end-date,
body[data-theme="dark"] .daterangepicker td.off.in-range,
body[data-theme="dark"] .daterangepicker td.off.start-date,
body[data-theme="dark"] .dp-off,
body[data-theme="dark"]
    .email-app
    .list-group
    .list-group-item
    .list-group-item-action.active,
body[data-theme="dark"]
    .email-app
    .list-group
    .list-group-item
    .list-group-item-action:hover,
body[data-theme="dark"] .fc-toolbar .fc-button.fc-state-active,
body[data-theme="dark"] .fc-unthemed td.fc-today,
body[data-theme="dark"] .feed-widget .feed-body .feed-item:hover,
body[data-theme="dark"] .footable-odd,
body[data-theme="dark"] .jsgrid-alt-row > .jsgrid-cell,
body[data-theme="dark"] .jsgrid-filter-row > .jsgrid-cell,
body[data-theme="dark"] .mailbox .message-center .message-item.active,
body[data-theme="dark"] .mailbox .message-center .message-item:hover,
body[data-theme="dark"] .mce-menu-item.mce-disabled,
body[data-theme="dark"] .mce-menu-item.mce-disabled:hover,
body[data-theme="dark"] .noUi-target,
body[data-theme="dark"] .noUi-tooltip,
body[data-theme="dark"] .picker--time .picker__box,
body[data-theme="dark"] .picker__box,
body[data-theme="dark"] .picker__list-item,
body[data-theme="dark"] .striped-rows .row:nth-child(odd),
body[data-theme="dark"] .swal2-popup,
body[data-theme="dark"] .table-hover > tbody > tr:hover,
body[data-theme="dark"] div.mce-edit-area {
    background: #323743 !important;
}
body[data-theme="dark"] .card-header {
    background: #3c424e;
}
body[data-theme="dark"] .footable .pagination li a,
body[data-theme="dark"] .footable .pagination li.disabled a,
body[data-theme="dark"] .toast,
body[data-theme="dark"] .twitter-typeahead .tt-menu {
    background-color: #323743;
}
body[data-theme="dark"] .breadcrumb {
    background-color: transparent;
}
body[data-theme="dark"] .daterangepicker select.ampmselect,
body[data-theme="dark"] .daterangepicker select.hourselect,
body[data-theme="dark"] .daterangepicker select.minuteselect,
body[data-theme="dark"] .daterangepicker select.monthselect,
body[data-theme="dark"] .daterangepicker select.secondselect,
body[data-theme="dark"] .daterangepicker select.yearselect {
    background: #323743;
    border: 1px solid #323743;
}
body[data-theme="dark"]
    .select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--single {
    background-image: -webkit-linear-gradient(top, #272b34 50%, #272b34 100%);
}
body[data-theme="dark"] .accordion-button:not(.collapsed),
body[data-theme="dark"] .card,
body[data-theme="dark"] .card-footer,
body[data-theme="dark"] .css-bar:after,
body[data-theme="dark"] .dtp > .dtp-content,
body[data-theme="dark"] .form-control,
body[data-theme="dark"] .form-select,
body[data-theme="dark"] .jsgrid-header-row > .jsgrid-header-cell,
body[data-theme="dark"] .jsgrid-row > .jsgrid-cell,
body[data-theme="dark"] .left-part,
body[data-theme="dark"] .list-group-item,
body[data-theme="dark"] .lobilists .lobilist,
body[data-theme="dark"] .modal-content,
body[data-theme="dark"] .nav-tabs .nav-item.show .nav-link,
body[data-theme="dark"] .nav-tabs .nav-link.active,
body[data-theme="dark"]
    .note-editor.note-frame
    .note-editing-area
    .note-editable,
body[data-theme="dark"] .note-editor.note-frame .note-statusbar,
body[data-theme="dark"] .page-item.disabled .page-link,
body[data-theme="dark"] .page-link,
body[data-theme="dark"] .popover,
body[data-theme="dark"] .popover-header,
body[data-theme="dark"] .right-part.mail-compose,
body[data-theme="dark"] .right-part.mail-details,
body[data-theme="dark"] .right-part.mail-list,
body[data-theme="dark"] .select2-container--classic .select2-selection--single,
body[data-theme="dark"]
    .select2-container--default
    .select2-selection--multiple,
body[data-theme="dark"] .select2-container--default .select2-selection--single,
body[data-theme="dark"] .select2-dropdown,
body[data-theme="dark"] .typeahead.form-control {
    background-color: #272b34 !important;
}
body[data-theme="dark"] .dropdown-item:focus,
body[data-theme="dark"] .dropdown-item:hover,
body[data-theme="dark"] .dropzone,
body[data-theme="dark"] .jsgrid-grid-header,
body[data-theme="dark"] .mailbox .message-center .message-item:hover,
body[data-theme="dark"] .picker__button--clear,
body[data-theme="dark"] .picker__button--close,
body[data-theme="dark"] .picker__button--today {
    background: #272b34;
}
body[data-theme="dark"] .fc-unthemed .fc-divider,
body[data-theme="dark"] .fc-unthemed .fc-list-heading td,
body[data-theme="dark"] .fc-unthemed .fc-popover .fc-header {
    background: #b2b9bf;
}
body[data-theme="dark"] .form-control.form-input-bg {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border: 0;
}
body[data-theme="dark"] .form-control.form-input-bg:focus {
    background-color: rgba(0, 0, 0, 0.09) !important;
}
body[data-theme="dark"] .accordion-button,
body[data-theme="dark"] .accordion-collapse,
body[data-theme="dark"] .b-form .row,
body[data-theme="dark"] .bootstrap-switch,
body[data-theme="dark"] .border,
body[data-theme="dark"] .border-bottom,
body[data-theme="dark"] .border-end,
body[data-theme="dark"] .border-start,
body[data-theme="dark"] .border-top,
body[data-theme="dark"] .card-group .card,
body[data-theme="dark"] .cd-horizontal-timeline .events a::after,
body[data-theme="dark"] .cd-timeline-navigation a,
body[data-theme="dark"] .cke_chrome,
body[data-theme="dark"]
    .cke_toolgroup
    a.cke_button.cke_button_disabled:hover:last-child:after,
body[data-theme="dark"] .cke_toolgroup a.cke_button:last-child:after,
body[data-theme="dark"] .custom-file-label,
body[data-theme="dark"] .custom-file-label::after,
body[data-theme="dark"] .datepaginator .pagination li a,
body[data-theme="dark"] .datepaginator-lg .pagination li a,
body[data-theme="dark"] .datepaginator-sm .pagination li a,
body[data-theme="dark"] .daterangepicker,
body[data-theme="dark"] .daterangepicker .calendar-table,
body[data-theme="dark"] .daterangepicker .drp-buttons,
body[data-theme="dark"] .dropdown-divider,
body[data-theme="dark"] .dropdown-menu,
body[data-theme="dark"] .dropzone,
body[data-theme="dark"] .e-campaign .c-cost,
body[data-theme="dark"] .fixed-table-container,
body[data-theme="dark"] .footable .pagination li a,
body[data-theme="dark"] .footable .pagination li.disabled a,
body[data-theme="dark"] .form-check-input,
body[data-theme="dark"] .form-control,
body[data-theme="dark"] .form-select,
body[data-theme="dark"] .input-group-text,
body[data-theme="dark"] .jsgrid-edit-row > .jsgrid-cell,
body[data-theme="dark"] .jsgrid-filter-row > .jsgrid-cell,
body[data-theme="dark"] .jsgrid-grid-body,
body[data-theme="dark"] .jsgrid-grid-header,
body[data-theme="dark"] .jsgrid-header-row > .jsgrid-header-cell,
body[data-theme="dark"] .jsgrid-insert-row > .jsgrid-cell,
body[data-theme="dark"] .jsgrid-pager-current-page,
body[data-theme="dark"] .jsgrid-pager-nav-button a,
body[data-theme="dark"] .jsgrid-pager-page a,
body[data-theme="dark"] .left-part,
body[data-theme="dark"] .list-group-item,
body[data-theme="dark"] .lobilists .lobilist,
body[data-theme="dark"] .lobilists .lobilist-footer,
body[data-theme="dark"] .lobilists .lobilist-form-footer,
body[data-theme="dark"] .lobilists .lobilist-item,
body[data-theme="dark"] .lobilists .lobilist-item .drag-handler,
body[data-theme="dark"] .mailbox .message-center .message-item,
body[data-theme="dark"] .mailbox .nav-link,
body[data-theme="dark"] .mce-btn-group:not(:first-child),
body[data-theme="dark"] .mce-btn:active,
body[data-theme="dark"] .mce-btn:hover,
body[data-theme="dark"] .mce-menubar,
body[data-theme="dark"] .mce-panel,
body[data-theme="dark"] .mce-splitbtn:hover .mce-open,
body[data-theme="dark"] .modal-footer,
body[data-theme="dark"] .modal-header,
body[data-theme="dark"] .nav-tabs,
body[data-theme="dark"] .nav-tabs .nav-item.show .nav-link,
body[data-theme="dark"] .nav-tabs .nav-link.active,
body[data-theme="dark"] .nav-tabs .nav-link:focus,
body[data-theme="dark"] .nav-tabs .nav-link:hover,
body[data-theme="dark"] .noUi-tooltip,
body[data-theme="dark"] .note-btn,
body[data-theme="dark"] .note-editor.note-frame,
body[data-theme="dark"] .note-editor.note-frame .note-statusbar,
body[data-theme="dark"] .note-toolbar,
body[data-theme="dark"] .page-link,
body[data-theme="dark"] .picker__button--clear,
body[data-theme="dark"] .picker__button--close,
body[data-theme="dark"] .picker__button--today,
body[data-theme="dark"] .picker__list-item,
body[data-theme="dark"] .popover-header,
body[data-theme="dark"] .profiletimeline,
body[data-theme="dark"] .ql-container.ql-snow,
body[data-theme="dark"] .ql-toolbar.ql-snow,
body[data-theme="dark"] .r-separator .form-group,
body[data-theme="dark"] .select2-container--classic .select2-selection--single,
body[data-theme="dark"]
    .select2-container--default
    .select2-selection--multiple,
body[data-theme="dark"] .select2-container--default .select2-selection--single,
body[data-theme="dark"] .select2-dropdown,
body[data-theme="dark"] .steamline,
body[data-theme="dark"] .steamline .sl-item,
body[data-theme="dark"] .table td,
body[data-theme="dark"] .table th,
body[data-theme="dark"] .table-bordered,
body[data-theme="dark"] .table-bordered td,
body[data-theme="dark"] .table-bordered th,
body[data-theme="dark"] .timeline > .timeline-item > .timeline-panel,
body[data-theme="dark"] .twitter-typeahead .tt-menu,
body[data-theme="dark"] .wizard-content .wizard.wizard-circle > .steps .step,
body[data-theme="dark"]
    .wizard-content
    .wizard
    > .actions
    > ul
    > li
    > a[href="#previous"],
body[data-theme="dark"] blockquote,
body[data-theme="dark"] pre[class*="language-"],
body[data-theme="dark"] table.footable,
body[data-theme="dark"] table.footable-details {
    border-color: rgba(255, 255, 255, 0.2) !important;
}
body[data-theme="dark"]
    .select2-container--default
    .select2-search--dropdown
    .select2-search__field {
    border: 1px solid #272b34;
}
body[data-theme="dark"] .css-bar-danger.css-bar-30 {
    background-image: linear-gradient(
            90deg,
            #323743 50%,
            transparent 50%,
            transparent
        ),
        linear-gradient(198deg, #fc4b6c 50%, #323743 50%, #323743);
}
body[data-theme="dark"] .css-bar-primary.css-bar-20 {
    background-image: linear-gradient(
            90deg,
            #323743 50%,
            transparent 50%,
            transparent
        ),
        linear-gradient(162deg, #2c63ff 50%, #323743 50%, #323743);
}
body[data-theme="dark"] .css-bar-primary.css-bar-50 {
    background-image: linear-gradient(
            270deg,
            #2c63ff 50%,
            transparent 50%,
            transparent
        ),
        linear-gradient(270deg, #2c63ff 50%, #323743 50%, #323743);
}
body[data-theme="dark"] .css-bar-danger.css-bar-20 {
    background-image: linear-gradient(
            90deg,
            #323743 50%,
            transparent 50%,
            transparent
        ),
        linear-gradient(162deg, #fc4b6c 50%, #323743 50%, #323743);
}
body[data-theme="dark"] .css-bar-warning.css-bar-40 {
    background-image: linear-gradient(
            90deg,
            #323743 50%,
            transparent 50%,
            transparent
        ),
        linear-gradient(234deg, #ffbc34 50%, #323743 50%, #323743);
}
body[data-theme="dark"] .css-bar-info.css-bar-60 {
    background-image: linear-gradient(
            306deg,
            #1e88e5 50%,
            transparent 50%,
            transparent
        ),
        linear-gradient(270deg, #1e88e5 50%, #323743 50%, #323743);
}
body[data-theme="dark"] .css-bar-success.css-bar-20 {
    background-image: linear-gradient(
        162deg,
        #26c6da 50%,
        rgba(0, 0, 0, 0.2) 50%,
        rgba(0, 0, 0, 0.2)
    );
}
body[data-theme="dark"] .css-bar-success.css-bar-10 {
    background-image: linear-gradient(
            90deg,
            #323743 50%,
            transparent 50%,
            transparent
        ),
        linear-gradient(126deg, #26c6da 50%, #323743 50%, #323743);
}
body[data-theme="dark"] .css-bar-purple.css-bar-10 {
    background-image: linear-gradient(
            90deg,
            #323743 50%,
            transparent 50%,
            transparent
        ),
        linear-gradient(126deg, #7266ba 50%, #323743 50%, #323743);
}
body[data-theme="dark"] .css-bar-primary.css-bar-45 {
    background-image: linear-gradient(
            90deg,
            #323743 50%,
            transparent 50%,
            transparent
        ),
        linear-gradient(252deg, #2c63ff 50%, #323743 50%, #323743);
}
body[data-theme="dark"] .css-bar-danger.css-bar-25 {
    background-image: linear-gradient(
            90deg,
            #323743 50%,
            transparent 50%,
            transparent
        ),
        linear-gradient(180deg, #fc4b6c 50%, #323743 50%, #323743);
}
body[data-theme="dark"] .css-bar-success.css-bar-35 {
    background-image: linear-gradient(
            90deg,
            #323743 50%,
            transparent 50%,
            transparent
        ),
        linear-gradient(216deg, #26c6da 50%, #323743 50%, #323743);
}
body[data-theme="dark"] .ql-snow .ql-stroke {
    stroke: #b2b9bf;
}
body[data-theme="dark"] .timeline:before {
    background-color: #343a40;
}
body[data-theme="dark"] .cd-horizontal-timeline .events {
    background: #343a40;
}
body[data-theme="dark"] .timeline > .timeline-item > .timeline-panel:after {
    border-right: rgba(255, 255, 255, 0.2);
    border-left: rgba(255, 255, 255, 0.2);
}
body[data-theme="dark"] .mce-menubar .mce-menubtn.mce-active,
body[data-theme="dark"] .mce-menubar .mce-menubtn:focus,
body[data-theme="dark"] .mce-menubar .mce-menubtn:hover {
    background: #343a40;
    border-color: rgba(255, 255, 255, 0.2);
}
body[data-theme="dark"] .mce-btn {
    background: #343a40;
    text-shadow: none;
}
body[data-theme="dark"] .mce-btn button {
    color: #b2b9bf;
}
body[data-theme="dark"]
    .wizard-content
    .wizard
    > .steps
    > ul
    > li.current
    .step {
    border-color: #2962ff !important;
    background-color: #000;
}
body[data-theme="dark"] .wizard-content .wizard > .steps > ul > li.current > a {
    color: #fff;
}
body[data-theme="dark"]
    .wizard-content
    .wizard.wizard-circle
    > .steps
    > ul
    > li.current:after,
body[data-theme="dark"]
    .wizard-content
    .wizard.wizard-circle
    > .steps
    > ul
    > li.current
    ~ li:after,
body[data-theme="dark"]
    .wizard-content
    .wizard.wizard-circle
    > .steps
    > ul
    > li.current
    ~ li:before {
    background-color: rgba(255, 255, 255, 0.2);
}
body[data-theme="dark"]
    .wizard-content
    .wizard.vertical
    > .steps
    > ul
    > li.current:after,
body[data-theme="dark"]
    .wizard-content
    .wizard.vertical
    > .steps
    > ul
    > li.current:before,
body[data-theme="dark"]
    .wizard-content
    .wizard.vertical
    > .steps
    > ul
    > li.current
    ~ li:after,
body[data-theme="dark"]
    .wizard-content
    .wizard.vertical
    > .steps
    > ul
    > li.current
    ~ li:before,
body[data-theme="dark"]
    .wizard-content
    .wizard.vertical
    > .steps
    > ul
    > li:after,
body[data-theme="dark"]
    .wizard-content
    .wizard.vertical
    > .steps
    > ul
    > li:before {
    background-color: transparent;
}
body[data-theme="dark"] .custom-select.is-valid,
body[data-theme="dark"] .form-control.is-valid,
body[data-theme="dark"] .was-validated .custom-select:valid,
body[data-theme="dark"] .was-validated .form-control:valid {
    border-color: #0bb7af !important;
}
body[data-theme="dark"] .custom-select.is-invalid,
body[data-theme="dark"] .form-control.is-invalid,
body[data-theme="dark"] .was-validated .custom-select:invalid,
body[data-theme="dark"] .was-validated .form-control:invalid {
    border-color: #f64e60 !important;
}
body[data-theme="dark"] .ct-label {
    fill: #b2b9bf;
    color: #b2b9bf;
}
body[data-theme="dark"] .ct-grid {
    stroke: #2b2b2b;
}
body[data-theme="dark"] .c3 text {
    stroke: #b2b9bf;
}
body[data-theme="dark"] #morris-donut-chart path {
    stroke: #272b34;
}
body[data-theme="dark"] #morris-donut-chart text tspan {
    fill: #b2b9bf;
} /*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #2962ff;
    --bs-indigo: #6610f2;
    --bs-purple: #7460ee;
    --bs-pink: #e83e8c;
    --bs-red: #f64e60;
    --bs-orange: #fb8c00;
    --bs-yellow: #ee9d01;
    --bs-green: #0bb7af;
    --bs-teal: #20c997;
    --bs-cyan: #4fc3f7;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #3699ff;
    --bs-secondary: #6c757d;
    --bs-success: #0bb7af;
    --bs-info: #2962ff;
    --bs-warning: #ee9d01;
    --bs-danger: #f64e60;
    --bs-light: #f8f9fa;
    --bs-dark: #343a40;
    --bs-cyan: #4fc3f7;
    --bs-orange: #fb8c00;
    --bs-purple: #7460ee;
    --bs-light-primary: #e1f0ff;
    --bs-light-info: #b9cbff;
    --bs-light-warning: #fbeccd;
    --bs-light-danger: #f7b3bf;
    --bs-light-success: #abece1;
    --bs-light-secondary: #e4eaef;
    --bs-light-cyan: #aae1fb;
    --bs-font-sans-serif: "Nunito Sans", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e5569;
    background-color: #eef5f9;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: inherit;
}
.h1,
h1 {
    font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2.25rem;
    }
}
.h2,
h2 {
    font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 1.875rem;
    }
}
.h3,
h3 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 1.5rem;
    }
}
.h4,
h4 {
    font-size: 1.125rem;
}
.h5,
h5 {
    font-size: 1rem;
}
.h6,
h6 {
    font-size: 0.875rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul {
    padding-left: 2rem;
}
dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 800;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #3699ff;
    text-decoration: underline;
}
a:hover {
    color: #2b7acc;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 1px;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 800;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #a1aab2;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
label {
    display: inline-block;
}
button {
    border-radius: 0;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
select:disabled {
    opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
iframe {
    border: 0;
}
summary {
    display: list-item;
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
[hidden] {
    display: none !important;
}
.lead {
    font-size: 1.09375rem;
    font-weight: 300;
}
.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}
.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}
.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}
.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}
.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}
.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}
.display-7 {
    font-size: calc(1.325rem + 0.9vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-7 {
        font-size: 2rem;
    }
}
.display-8 {
    font-size: calc(1.3rem + 0.6vw);
    font-weight: 300;
    line-height: 1.2;
}
@media (min-width: 1200px) {
    .display-8 {
        font-size: 1.75rem;
    }
}
.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: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.09375rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014\00A0";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #eef5f9;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 10px);
    padding-left: var(--bs-gutter-x, 10px);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1800px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.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%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .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%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .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%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .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%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1600px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .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%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1800px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #3e5569;
    --bs-table-striped-bg: #f8f9fa;
    --bs-table-active-color: #3e5569;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #3e5569;
    --bs-table-hover-bg: #f8f9fa;
    width: 100%;
    margin-bottom: 1rem;
    color: #3e5569;
    vertical-align: top;
    border-color: #e9ecef;
}
.table > :not(caption) > * > * {
    padding: 1rem 1rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}
.caption-top {
    caption-side: top;
}
.table-sm > :not(caption) > * > * {
    padding: 10px 15px;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-bg: #d7ebff;
    --bs-table-striped-bg: #ccdff2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #c2d4e6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c7d9ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #c2d4e6;
}
.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce;
}
.table-success {
    --bs-table-bg: #cef1ef;
    --bs-table-striped-bg: #c4e5e3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b9d9d7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfdfdd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b9d9d7;
}
.table-info {
    --bs-table-bg: #d4e0ff;
    --bs-table-striped-bg: #c9d5f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bfcae6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c4cfec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bfcae6;
}
.table-warning {
    --bs-table-bg: #fcebcc;
    --bs-table-striped-bg: #efdfc2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e3d4b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e9d9bd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e3d4b8;
}
.table-danger {
    --bs-table-bg: #fddcdf;
    --bs-table-striped-bg: #f0d1d4;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e4c6c9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #eaccce;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e4c6c9;
}
.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1;
}
.table-dark {
    --bs-table-bg: #343a40;
    --bs-table-striped-bg: #3e444a;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #484e53;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #43494e;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #484e53;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1599.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width: 1799.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.form-label {
    margin-bottom: 0.5rem;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.09375rem;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.76563rem;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #a1aab2;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e5569;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control[type="file"] {
    overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not(:read-only) {
    cursor: pointer;
}
.form-control:focus {
    color: #3e5569;
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control:read-only {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #3e5569;
    background-color: #f8f9fa;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
    background-color: #ecedee;
}
.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #3e5569;
    background-color: #f8f9fa;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
    background-color: #ecedee;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #3e5569;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    border-radius: 4px;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    border-radius: 4px;
}
.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}
textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
}
.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}
.form-control-color:not(:disabled):not(:read-only) {
    cursor: pointer;
}
.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 4px;
}
.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 4px;
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e5569;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    appearance: none;
}
.form-select:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: none;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #3e5569;
}
.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.76563rem;
}
.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.09375rem;
}
.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.875em;
    margin-bottom: 0.125rem;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.875em;
}
.form-check-input {
    width: 1.375em;
    height: 1.375em;
    margin-top: 0.0625em;
    vertical-align: top;
    background-color: #ebedf3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 0;
    appearance: none;
    color-adjust: exact;
}
.form-check-input[type="checkbox"] {
    border-radius: 4px;
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}
.form-check-input:active {
    filter: brightness(90%);
}
.form-check-input:focus {
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}
.form-check-input:checked {
    background-color: #2962ff;
    border-color: #2962ff;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
    background-color: #2962ff;
    border-color: #2962ff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    opacity: 0.5;
}
.form-switch {
    padding-left: 2.5em;
}
.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}
.form-switch .form-check-input:focus {
    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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
    background-position: right center;
    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");
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}
.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}
.form-range:focus {
    outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #eef5f9, 0 0 0 0 transparent;
}
.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #eef5f9, 0 0 0 0 transparent;
}
.form-range::-moz-focus-outer {
    border: 0;
}
.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #2962ff;
    border: 0;
    border-radius: 1rem;
    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) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}
.form-range::-webkit-slider-thumb:active {
    background-color: #bfd0ff;
}
.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #2962ff;
    border: 0;
    border-radius: 1rem;
    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) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}
.form-range::-moz-range-thumb:active {
    background-color: #bfd0ff;
}
.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.form-range:disabled {
    pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
    background-color: #a1aab2;
}
.form-range:disabled::-moz-range-thumb {
    background-color: #a1aab2;
}
.form-floating {
    position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}
.form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-floating > label {
        transition: none;
    }
}
.form-floating > .form-control::placeholder {
    color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
    z-index: 3;
}
.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group .btn:focus {
    z-index: 3;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3e5569;
    text-align: center;
    white-space: nowrap;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    border-radius: 4px;
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    border-radius: 4px;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
    padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
    > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
    > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group
    > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #0bb7af;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.76563rem;
    color: #000;
    background-color: rgba(11, 183, 175, 0.9);
    border-radius: 4px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #0bb7af;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230bb7af' 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: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #0bb7af;
    box-shadow: 0 0 0 0 rgba(11, 183, 175, 0);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #0bb7af;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230bb7af' 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-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #0bb7af;
    box-shadow: 0 0 0 0 rgba(11, 183, 175, 0);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #0bb7af;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #0bb7af;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 0 rgba(11, 183, 175, 0);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #0bb7af;
}
.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 3;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #f64e60;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.76563rem;
    color: #000;
    background-color: rgba(246, 78, 96, 0.9);
    border-radius: 4px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #f64e60;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f64e60'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f64e60' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #f64e60;
    box-shadow: 0 0 0 0 rgba(246, 78, 96, 0);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right
        calc(0.375em + 0.1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: #f64e60;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f64e60'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f64e60' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: #f64e60;
    box-shadow: 0 0 0 0 rgba(246, 78, 96, 0);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: #f64e60;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: #f64e60;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 0 rgba(246, 78, 96, 0);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f64e60;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: 0.5em;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 3;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #3e5569;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 4px;
    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 {
        transition: none;
    }
}
.btn:hover {
    color: #3e5569;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}
.btn-primary {
    color: #000;
    background-color: #3699ff;
    border-color: #3699ff;
}
.btn-primary:hover {
    color: #000;
    background-color: #54a8ff;
    border-color: #4aa3ff;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
    color: #000;
    background-color: #54a8ff;
    border-color: #4aa3ff;
    box-shadow: 0 0 0 0 rgba(46, 130, 217, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #5eadff;
    border-color: #4aa3ff;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(46, 130, 217, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #000;
    background-color: #3699ff;
    border-color: #3699ff;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-success {
    color: #000;
    background-color: #0bb7af;
    border-color: #0bb7af;
}
.btn-success:hover {
    color: #000;
    background-color: #30c2bb;
    border-color: #23beb7;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
    color: #000;
    background-color: #30c2bb;
    border-color: #23beb7;
    box-shadow: 0 0 0 0 rgba(9, 156, 149, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #3cc5bf;
    border-color: #23beb7;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(9, 156, 149, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #000;
    background-color: #0bb7af;
    border-color: #0bb7af;
}
.btn-info {
    color: #fff;
    background-color: #2962ff;
    border-color: #2962ff;
}
.btn-info:hover {
    color: #fff;
    background-color: #2353d9;
    border-color: #214ecc;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #2353d9;
    border-color: #214ecc;
    box-shadow: 0 0 0 0 rgba(73, 122, 255, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #214ecc;
    border-color: #1f4abf;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(73, 122, 255, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #2962ff;
    border-color: #2962ff;
}
.btn-warning {
    color: #000;
    background-color: #ee9d01;
    border-color: #ee9d01;
}
.btn-warning:hover {
    color: #000;
    background-color: #f1ac27;
    border-color: #f0a71a;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #f1ac27;
    border-color: #f0a71a;
    box-shadow: 0 0 0 0 rgba(202, 133, 1, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #f1b134;
    border-color: #f0a71a;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(202, 133, 1, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ee9d01;
    border-color: #ee9d01;
}
.btn-danger {
    color: #000;
    background-color: #f64e60;
    border-color: #f64e60;
}
.btn-danger:hover {
    color: #000;
    background-color: #f76978;
    border-color: #f76070;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
    color: #000;
    background-color: #f76978;
    border-color: #f76070;
    box-shadow: 0 0 0 0 rgba(209, 66, 82, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: #000;
    background-color: #f87180;
    border-color: #f76070;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(209, 66, 82, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #000;
    background-color: #f64e60;
    border-color: #f64e60;
}
.btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light:active,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(211, 212, 213, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33;
    box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #2a2e33;
    border-color: #272c30;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-cyan {
    color: #000;
    background-color: #4fc3f7;
    border-color: #4fc3f7;
}
.btn-cyan:hover {
    color: #000;
    background-color: #69ccf8;
    border-color: #61c9f8;
}
.btn-check:focus + .btn-cyan,
.btn-cyan:focus {
    color: #000;
    background-color: #69ccf8;
    border-color: #61c9f8;
    box-shadow: 0 0 0 0 rgba(67, 166, 210, 0.5);
}
.btn-check:active + .btn-cyan,
.btn-check:checked + .btn-cyan,
.btn-cyan.active,
.btn-cyan:active,
.show > .btn-cyan.dropdown-toggle {
    color: #000;
    background-color: #72cff9;
    border-color: #61c9f8;
}
.btn-check:active + .btn-cyan:focus,
.btn-check:checked + .btn-cyan:focus,
.btn-cyan.active:focus,
.btn-cyan:active:focus,
.show > .btn-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(67, 166, 210, 0.5);
}
.btn-cyan.disabled,
.btn-cyan:disabled {
    color: #000;
    background-color: #4fc3f7;
    border-color: #4fc3f7;
}
.btn-orange {
    color: #000;
    background-color: #fb8c00;
    border-color: #fb8c00;
}
.btn-orange:hover {
    color: #000;
    background-color: #fc9d26;
    border-color: #fb981a;
}
.btn-check:focus + .btn-orange,
.btn-orange:focus {
    color: #000;
    background-color: #fc9d26;
    border-color: #fb981a;
    box-shadow: 0 0 0 0 rgba(213, 119, 0, 0.5);
}
.btn-check:active + .btn-orange,
.btn-check:checked + .btn-orange,
.btn-orange.active,
.btn-orange:active,
.show > .btn-orange.dropdown-toggle {
    color: #000;
    background-color: #fca333;
    border-color: #fb981a;
}
.btn-check:active + .btn-orange:focus,
.btn-check:checked + .btn-orange:focus,
.btn-orange.active:focus,
.btn-orange:active:focus,
.show > .btn-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(213, 119, 0, 0.5);
}
.btn-orange.disabled,
.btn-orange:disabled {
    color: #000;
    background-color: #fb8c00;
    border-color: #fb8c00;
}
.btn-purple {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}
.btn-purple:hover {
    color: #fff;
    background-color: #6352ca;
    border-color: #5d4dbe;
}
.btn-check:focus + .btn-purple,
.btn-purple:focus {
    color: #fff;
    background-color: #6352ca;
    border-color: #5d4dbe;
    box-shadow: 0 0 0 0 rgba(137, 120, 241, 0.5);
}
.btn-check:active + .btn-purple,
.btn-check:checked + .btn-purple,
.btn-purple.active,
.btn-purple:active,
.show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #5d4dbe;
    border-color: #5748b3;
}
.btn-check:active + .btn-purple:focus,
.btn-check:checked + .btn-purple:focus,
.btn-purple.active:focus,
.btn-purple:active:focus,
.show > .btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(137, 120, 241, 0.5);
}
.btn-purple.disabled,
.btn-purple:disabled {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}
.btn-light-primary {
    color: #000;
    background-color: #e1f0ff;
    border-color: #e1f0ff;
}
.btn-light-primary:hover {
    color: #000;
    background-color: #e6f2ff;
    border-color: #e4f2ff;
}
.btn-check:focus + .btn-light-primary,
.btn-light-primary:focus {
    color: #000;
    background-color: #e6f2ff;
    border-color: #e4f2ff;
    box-shadow: 0 0 0 0 rgba(191, 204, 217, 0.5);
}
.btn-check:active + .btn-light-primary,
.btn-check:checked + .btn-light-primary,
.btn-light-primary.active,
.btn-light-primary:active,
.show > .btn-light-primary.dropdown-toggle {
    color: #000;
    background-color: #e7f3ff;
    border-color: #e4f2ff;
}
.btn-check:active + .btn-light-primary:focus,
.btn-check:checked + .btn-light-primary:focus,
.btn-light-primary.active:focus,
.btn-light-primary:active:focus,
.show > .btn-light-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(191, 204, 217, 0.5);
}
.btn-light-primary.disabled,
.btn-light-primary:disabled {
    color: #000;
    background-color: #e1f0ff;
    border-color: #e1f0ff;
}
.btn-light-info {
    color: #000;
    background-color: #b9cbff;
    border-color: #b9cbff;
}
.btn-light-info:hover {
    color: #000;
    background-color: #c4d3ff;
    border-color: #c0d0ff;
}
.btn-check:focus + .btn-light-info,
.btn-light-info:focus {
    color: #000;
    background-color: #c4d3ff;
    border-color: #c0d0ff;
    box-shadow: 0 0 0 0 rgba(157, 173, 217, 0.5);
}
.btn-check:active + .btn-light-info,
.btn-check:checked + .btn-light-info,
.btn-light-info.active,
.btn-light-info:active,
.show > .btn-light-info.dropdown-toggle {
    color: #000;
    background-color: #c7d5ff;
    border-color: #c0d0ff;
}
.btn-check:active + .btn-light-info:focus,
.btn-check:checked + .btn-light-info:focus,
.btn-light-info.active:focus,
.btn-light-info:active:focus,
.show > .btn-light-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(157, 173, 217, 0.5);
}
.btn-light-info.disabled,
.btn-light-info:disabled {
    color: #000;
    background-color: #b9cbff;
    border-color: #b9cbff;
}
.btn-light-warning {
    color: #000;
    background-color: #fbeccd;
    border-color: #fbeccd;
}
.btn-light-warning:hover {
    color: #000;
    background-color: #fcefd5;
    border-color: #fbeed2;
}
.btn-check:focus + .btn-light-warning,
.btn-light-warning:focus {
    color: #000;
    background-color: #fcefd5;
    border-color: #fbeed2;
    box-shadow: 0 0 0 0 rgba(213, 201, 174, 0.5);
}
.btn-check:active + .btn-light-warning,
.btn-check:checked + .btn-light-warning,
.btn-light-warning.active,
.btn-light-warning:active,
.show > .btn-light-warning.dropdown-toggle {
    color: #000;
    background-color: #fcf0d7;
    border-color: #fbeed2;
}
.btn-check:active + .btn-light-warning:focus,
.btn-check:checked + .btn-light-warning:focus,
.btn-light-warning.active:focus,
.btn-light-warning:active:focus,
.show > .btn-light-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(213, 201, 174, 0.5);
}
.btn-light-warning.disabled,
.btn-light-warning:disabled {
    color: #000;
    background-color: #fbeccd;
    border-color: #fbeccd;
}
.btn-light-danger {
    color: #000;
    background-color: #f7b3bf;
    border-color: #f7b3bf;
}
.btn-light-danger:hover {
    color: #000;
    background-color: #f8bec9;
    border-color: #f8bbc5;
}
.btn-check:focus + .btn-light-danger,
.btn-light-danger:focus {
    color: #000;
    background-color: #f8bec9;
    border-color: #f8bbc5;
    box-shadow: 0 0 0 0 rgba(210, 152, 162, 0.5);
}
.btn-check:active + .btn-light-danger,
.btn-check:checked + .btn-light-danger,
.btn-light-danger.active,
.btn-light-danger:active,
.show > .btn-light-danger.dropdown-toggle {
    color: #000;
    background-color: #f9c2cc;
    border-color: #f8bbc5;
}
.btn-check:active + .btn-light-danger:focus,
.btn-check:checked + .btn-light-danger:focus,
.btn-light-danger.active:focus,
.btn-light-danger:active:focus,
.show > .btn-light-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(210, 152, 162, 0.5);
}
.btn-light-danger.disabled,
.btn-light-danger:disabled {
    color: #000;
    background-color: #f7b3bf;
    border-color: #f7b3bf;
}
.btn-light-success {
    color: #000;
    background-color: #abece1;
    border-color: #abece1;
}
.btn-light-success:hover {
    color: #000;
    background-color: #b8efe6;
    border-color: #b3eee4;
}
.btn-check:focus + .btn-light-success,
.btn-light-success:focus {
    color: #000;
    background-color: #b8efe6;
    border-color: #b3eee4;
    box-shadow: 0 0 0 0 rgba(145, 201, 191, 0.5);
}
.btn-check:active + .btn-light-success,
.btn-check:checked + .btn-light-success,
.btn-light-success.active,
.btn-light-success:active,
.show > .btn-light-success.dropdown-toggle {
    color: #000;
    background-color: #bcf0e7;
    border-color: #b3eee4;
}
.btn-check:active + .btn-light-success:focus,
.btn-check:checked + .btn-light-success:focus,
.btn-light-success.active:focus,
.btn-light-success:active:focus,
.show > .btn-light-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(145, 201, 191, 0.5);
}
.btn-light-success.disabled,
.btn-light-success:disabled {
    color: #000;
    background-color: #abece1;
    border-color: #abece1;
}
.btn-light-secondary {
    color: #000;
    background-color: #e4eaef;
    border-color: #e4eaef;
}
.btn-light-secondary:hover {
    color: #000;
    background-color: #e8edf1;
    border-color: #e7ecf1;
}
.btn-check:focus + .btn-light-secondary,
.btn-light-secondary:focus {
    color: #000;
    background-color: #e8edf1;
    border-color: #e7ecf1;
    box-shadow: 0 0 0 0 rgba(194, 199, 203, 0.5);
}
.btn-check:active + .btn-light-secondary,
.btn-check:checked + .btn-light-secondary,
.btn-light-secondary.active,
.btn-light-secondary:active,
.show > .btn-light-secondary.dropdown-toggle {
    color: #000;
    background-color: #e9eef2;
    border-color: #e7ecf1;
}
.btn-check:active + .btn-light-secondary:focus,
.btn-check:checked + .btn-light-secondary:focus,
.btn-light-secondary.active:focus,
.btn-light-secondary:active:focus,
.show > .btn-light-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(194, 199, 203, 0.5);
}
.btn-light-secondary.disabled,
.btn-light-secondary:disabled {
    color: #000;
    background-color: #e4eaef;
    border-color: #e4eaef;
}
.btn-light-cyan {
    color: #000;
    background-color: #aae1fb;
    border-color: #aae1fb;
}
.btn-light-cyan:hover {
    color: #000;
    background-color: #b7e6fc;
    border-color: #b3e4fb;
}
.btn-check:focus + .btn-light-cyan,
.btn-light-cyan:focus {
    color: #000;
    background-color: #b7e6fc;
    border-color: #b3e4fb;
    box-shadow: 0 0 0 0 rgba(145, 191, 213, 0.5);
}
.btn-check:active + .btn-light-cyan,
.btn-check:checked + .btn-light-cyan,
.btn-light-cyan.active,
.btn-light-cyan:active,
.show > .btn-light-cyan.dropdown-toggle {
    color: #000;
    background-color: #bbe7fc;
    border-color: #b3e4fb;
}
.btn-check:active + .btn-light-cyan:focus,
.btn-check:checked + .btn-light-cyan:focus,
.btn-light-cyan.active:focus,
.btn-light-cyan:active:focus,
.show > .btn-light-cyan.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(145, 191, 213, 0.5);
}
.btn-light-cyan.disabled,
.btn-light-cyan:disabled {
    color: #000;
    background-color: #aae1fb;
    border-color: #aae1fb;
}
.btn-outline-primary {
    color: #3699ff;
    border-color: #3699ff;
}
.btn-outline-primary:hover {
    color: #000;
    background-color: #3699ff;
    border-color: #3699ff;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(54, 153, 255, 0.5);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #000;
    background-color: #3699ff;
    border-color: #3699ff;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0 rgba(54, 153, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3699ff;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-success {
    color: #0bb7af;
    border-color: #0bb7af;
}
.btn-outline-success:hover {
    color: #000;
    background-color: #0bb7af;
    border-color: #0bb7af;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(11, 183, 175, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #000;
    background-color: #0bb7af;
    border-color: #0bb7af;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 0 rgba(11, 183, 175, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #0bb7af;
    background-color: transparent;
}
.btn-outline-info {
    color: #2962ff;
    border-color: #2962ff;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #2962ff;
    border-color: #2962ff;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #fff;
    background-color: #2962ff;
    border-color: #2962ff;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 0 rgba(41, 98, 255, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #2962ff;
    background-color: transparent;
}
.btn-outline-warning {
    color: #ee9d01;
    border-color: #ee9d01;
}
.btn-outline-warning:hover {
    color: #000;
    background-color: #ee9d01;
    border-color: #ee9d01;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(238, 157, 1, 0.5);
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ee9d01;
    border-color: #ee9d01;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 0 rgba(238, 157, 1, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ee9d01;
    background-color: transparent;
}
.btn-outline-danger {
    color: #f64e60;
    border-color: #f64e60;
}
.btn-outline-danger:hover {
    color: #000;
    background-color: #f64e60;
    border-color: #f64e60;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(246, 78, 96, 0.5);
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #000;
    background-color: #f64e60;
    border-color: #f64e60;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 0 rgba(246, 78, 96, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f64e60;
    background-color: transparent;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-cyan {
    color: #4fc3f7;
    border-color: #4fc3f7;
}
.btn-outline-cyan:hover {
    color: #000;
    background-color: #4fc3f7;
    border-color: #4fc3f7;
}
.btn-check:focus + .btn-outline-cyan,
.btn-outline-cyan:focus {
    box-shadow: 0 0 0 0 rgba(79, 195, 247, 0.5);
}
.btn-check:active + .btn-outline-cyan,
.btn-check:checked + .btn-outline-cyan,
.btn-outline-cyan.active,
.btn-outline-cyan.dropdown-toggle.show,
.btn-outline-cyan:active {
    color: #000;
    background-color: #4fc3f7;
    border-color: #4fc3f7;
}
.btn-check:active + .btn-outline-cyan:focus,
.btn-check:checked + .btn-outline-cyan:focus,
.btn-outline-cyan.active:focus,
.btn-outline-cyan.dropdown-toggle.show:focus,
.btn-outline-cyan:active:focus {
    box-shadow: 0 0 0 0 rgba(79, 195, 247, 0.5);
}
.btn-outline-cyan.disabled,
.btn-outline-cyan:disabled {
    color: #4fc3f7;
    background-color: transparent;
}
.btn-outline-orange {
    color: #fb8c00;
    border-color: #fb8c00;
}
.btn-outline-orange:hover {
    color: #000;
    background-color: #fb8c00;
    border-color: #fb8c00;
}
.btn-check:focus + .btn-outline-orange,
.btn-outline-orange:focus {
    box-shadow: 0 0 0 0 rgba(251, 140, 0, 0.5);
}
.btn-check:active + .btn-outline-orange,
.btn-check:checked + .btn-outline-orange,
.btn-outline-orange.active,
.btn-outline-orange.dropdown-toggle.show,
.btn-outline-orange:active {
    color: #000;
    background-color: #fb8c00;
    border-color: #fb8c00;
}
.btn-check:active + .btn-outline-orange:focus,
.btn-check:checked + .btn-outline-orange:focus,
.btn-outline-orange.active:focus,
.btn-outline-orange.dropdown-toggle.show:focus,
.btn-outline-orange:active:focus {
    box-shadow: 0 0 0 0 rgba(251, 140, 0, 0.5);
}
.btn-outline-orange.disabled,
.btn-outline-orange:disabled {
    color: #fb8c00;
    background-color: transparent;
}
.btn-outline-purple {
    color: #7460ee;
    border-color: #7460ee;
}
.btn-outline-purple:hover {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}
.btn-check:focus + .btn-outline-purple,
.btn-outline-purple:focus {
    box-shadow: 0 0 0 0 rgba(116, 96, 238, 0.5);
}
.btn-check:active + .btn-outline-purple,
.btn-check:checked + .btn-outline-purple,
.btn-outline-purple.active,
.btn-outline-purple.dropdown-toggle.show,
.btn-outline-purple:active {
    color: #fff;
    background-color: #7460ee;
    border-color: #7460ee;
}
.btn-check:active + .btn-outline-purple:focus,
.btn-check:checked + .btn-outline-purple:focus,
.btn-outline-purple.active:focus,
.btn-outline-purple.dropdown-toggle.show:focus,
.btn-outline-purple:active:focus {
    box-shadow: 0 0 0 0 rgba(116, 96, 238, 0.5);
}
.btn-outline-purple.disabled,
.btn-outline-purple:disabled {
    color: #7460ee;
    background-color: transparent;
}
.btn-outline-light-primary {
    color: #e1f0ff;
    border-color: #e1f0ff;
}
.btn-outline-light-primary:hover {
    color: #000;
    background-color: #e1f0ff;
    border-color: #e1f0ff;
}
.btn-check:focus + .btn-outline-light-primary,
.btn-outline-light-primary:focus {
    box-shadow: 0 0 0 0 rgba(225, 240, 255, 0.5);
}
.btn-check:active + .btn-outline-light-primary,
.btn-check:checked + .btn-outline-light-primary,
.btn-outline-light-primary.active,
.btn-outline-light-primary.dropdown-toggle.show,
.btn-outline-light-primary:active {
    color: #000;
    background-color: #e1f0ff;
    border-color: #e1f0ff;
}
.btn-check:active + .btn-outline-light-primary:focus,
.btn-check:checked + .btn-outline-light-primary:focus,
.btn-outline-light-primary.active:focus,
.btn-outline-light-primary.dropdown-toggle.show:focus,
.btn-outline-light-primary:active:focus {
    box-shadow: 0 0 0 0 rgba(225, 240, 255, 0.5);
}
.btn-outline-light-primary.disabled,
.btn-outline-light-primary:disabled {
    color: #e1f0ff;
    background-color: transparent;
}
.btn-outline-light-info {
    color: #b9cbff;
    border-color: #b9cbff;
}
.btn-outline-light-info:hover {
    color: #000;
    background-color: #b9cbff;
    border-color: #b9cbff;
}
.btn-check:focus + .btn-outline-light-info,
.btn-outline-light-info:focus {
    box-shadow: 0 0 0 0 rgba(185, 203, 255, 0.5);
}
.btn-check:active + .btn-outline-light-info,
.btn-check:checked + .btn-outline-light-info,
.btn-outline-light-info.active,
.btn-outline-light-info.dropdown-toggle.show,
.btn-outline-light-info:active {
    color: #000;
    background-color: #b9cbff;
    border-color: #b9cbff;
}
.btn-check:active + .btn-outline-light-info:focus,
.btn-check:checked + .btn-outline-light-info:focus,
.btn-outline-light-info.active:focus,
.btn-outline-light-info.dropdown-toggle.show:focus,
.btn-outline-light-info:active:focus {
    box-shadow: 0 0 0 0 rgba(185, 203, 255, 0.5);
}
.btn-outline-light-info.disabled,
.btn-outline-light-info:disabled {
    color: #b9cbff;
    background-color: transparent;
}
.btn-outline-light-warning {
    color: #fbeccd;
    border-color: #fbeccd;
}
.btn-outline-light-warning:hover {
    color: #000;
    background-color: #fbeccd;
    border-color: #fbeccd;
}
.btn-check:focus + .btn-outline-light-warning,
.btn-outline-light-warning:focus {
    box-shadow: 0 0 0 0 rgba(251, 236, 205, 0.5);
}
.btn-check:active + .btn-outline-light-warning,
.btn-check:checked + .btn-outline-light-warning,
.btn-outline-light-warning.active,
.btn-outline-light-warning.dropdown-toggle.show,
.btn-outline-light-warning:active {
    color: #000;
    background-color: #fbeccd;
    border-color: #fbeccd;
}
.btn-check:active + .btn-outline-light-warning:focus,
.btn-check:checked + .btn-outline-light-warning:focus,
.btn-outline-light-warning.active:focus,
.btn-outline-light-warning.dropdown-toggle.show:focus,
.btn-outline-light-warning:active:focus {
    box-shadow: 0 0 0 0 rgba(251, 236, 205, 0.5);
}
.btn-outline-light-warning.disabled,
.btn-outline-light-warning:disabled {
    color: #fbeccd;
    background-color: transparent;
}
.btn-outline-light-danger {
    color: #f7b3bf;
    border-color: #f7b3bf;
}
.btn-outline-light-danger:hover {
    color: #000;
    background-color: #f7b3bf;
    border-color: #f7b3bf;
}
.btn-check:focus + .btn-outline-light-danger,
.btn-outline-light-danger:focus {
    box-shadow: 0 0 0 0 rgba(247, 179, 191, 0.5);
}
.btn-check:active + .btn-outline-light-danger,
.btn-check:checked + .btn-outline-light-danger,
.btn-outline-light-danger.active,
.btn-outline-light-danger.dropdown-toggle.show,
.btn-outline-light-danger:active {
    color: #000;
    background-color: #f7b3bf;
    border-color: #f7b3bf;
}
.btn-check:active + .btn-outline-light-danger:focus,
.btn-check:checked + .btn-outline-light-danger:focus,
.btn-outline-light-danger.active:focus,
.btn-outline-light-danger.dropdown-toggle.show:focus,
.btn-outline-light-danger:active:focus {
    box-shadow: 0 0 0 0 rgba(247, 179, 191, 0.5);
}
.btn-outline-light-danger.disabled,
.btn-outline-light-danger:disabled {
    color: #f7b3bf;
    background-color: transparent;
}
.btn-outline-light-success {
    color: #abece1;
    border-color: #abece1;
}
.btn-outline-light-success:hover {
    color: #000;
    background-color: #abece1;
    border-color: #abece1;
}
.btn-check:focus + .btn-outline-light-success,
.btn-outline-light-success:focus {
    box-shadow: 0 0 0 0 rgba(171, 236, 225, 0.5);
}
.btn-check:active + .btn-outline-light-success,
.btn-check:checked + .btn-outline-light-success,
.btn-outline-light-success.active,
.btn-outline-light-success.dropdown-toggle.show,
.btn-outline-light-success:active {
    color: #000;
    background-color: #abece1;
    border-color: #abece1;
}
.btn-check:active + .btn-outline-light-success:focus,
.btn-check:checked + .btn-outline-light-success:focus,
.btn-outline-light-success.active:focus,
.btn-outline-light-success.dropdown-toggle.show:focus,
.btn-outline-light-success:active:focus {
    box-shadow: 0 0 0 0 rgba(171, 236, 225, 0.5);
}
.btn-outline-light-success.disabled,
.btn-outline-light-success:disabled {
    color: #abece1;
    background-color: transparent;
}
.btn-outline-light-secondary {
    color: #e4eaef;
    border-color: #e4eaef;
}
.btn-outline-light-secondary:hover {
    color: #000;
    background-color: #e4eaef;
    border-color: #e4eaef;
}
.btn-check:focus + .btn-outline-light-secondary,
.btn-outline-light-secondary:focus {
    box-shadow: 0 0 0 0 rgba(228, 234, 239, 0.5);
}
.btn-check:active + .btn-outline-light-secondary,
.btn-check:checked + .btn-outline-light-secondary,
.btn-outline-light-secondary.active,
.btn-outline-light-secondary.dropdown-toggle.show,
.btn-outline-light-secondary:active {
    color: #000;
    background-color: #e4eaef;
    border-color: #e4eaef;
}
.btn-check:active + .btn-outline-light-secondary:focus,
.btn-check:checked + .btn-outline-light-secondary:focus,
.btn-outline-light-secondary.active:focus,
.btn-outline-light-secondary.dropdown-toggle.show:focus,
.btn-outline-light-secondary:active:focus {
    box-shadow: 0 0 0 0 rgba(228, 234, 239, 0.5);
}
.btn-outline-light-secondary.disabled,
.btn-outline-light-secondary:disabled {
    color: #e4eaef;
    background-color: transparent;
}
.btn-outline-light-cyan {
    color: #aae1fb;
    border-color: #aae1fb;
}
.btn-outline-light-cyan:hover {
    color: #000;
    background-color: #aae1fb;
    border-color: #aae1fb;
}
.btn-check:focus + .btn-outline-light-cyan,
.btn-outline-light-cyan:focus {
    box-shadow: 0 0 0 0 rgba(170, 225, 251, 0.5);
}
.btn-check:active + .btn-outline-light-cyan,
.btn-check:checked + .btn-outline-light-cyan,
.btn-outline-light-cyan.active,
.btn-outline-light-cyan.dropdown-toggle.show,
.btn-outline-light-cyan:active {
    color: #000;
    background-color: #aae1fb;
    border-color: #aae1fb;
}
.btn-check:active + .btn-outline-light-cyan:focus,
.btn-check:checked + .btn-outline-light-cyan:focus,
.btn-outline-light-cyan.active:focus,
.btn-outline-light-cyan.dropdown-toggle.show:focus,
.btn-outline-light-cyan:active:focus {
    box-shadow: 0 0 0 0 rgba(170, 225, 251, 0.5);
}
.btn-outline-light-cyan.disabled,
.btn-outline-light-cyan:disabled {
    color: #aae1fb;
    background-color: transparent;
}
.btn-link {
    font-weight: 400;
    color: #3699ff;
    text-decoration: underline;
}
.btn-link:hover {
    color: #2b7acc;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    border-radius: 4px;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    border-radius: 4px;
}
.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 {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropend,
.dropstart,
.dropup {
    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;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.875rem;
    color: #3e5569;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e9ecef;
    border-radius: 4px;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-menu-start {
    --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}
.dropdown-menu-end {
    --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1600px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1800px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu[data-bs-popper] {
    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;
}
.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropend .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;
}
.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropend .dropdown-toggle::after {
    vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropstart .dropdown-toggle::after {
    display: none;
}
.dropstart .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;
}
.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #f8f9fa;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2962ff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #a1aab2;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.76563rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.65rem 1rem;
    color: #212529;
}
.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: #e9ecef;
}
.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #2962ff;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #a1aab2;
}
.dropdown-menu-dark .dropdown-divider {
    border-color: #f8f9fa;
}
.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
    color: #a1aab2;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #3699ff;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}
.nav-link:focus,
.nav-link:hover {
    color: #2b7acc;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #4f5467;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #2962ff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}
.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-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.33594rem;
    padding-bottom: 0.33594rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    text-decoration: none;
    white-space: nowrap;
}
.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;
}
.navbar-text {
    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.09375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: 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 .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: 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 .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: 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 .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (min-width: 1600px) {
    .navbar-expand-xl {
        flex-wrap: 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 .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
@media (min-width: 1800px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.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 .navbar-nav-scroll {
    overflow: visible;
}
.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:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    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 .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.8);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    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: 0 solid transparent;
    border-radius: 4px;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem 1.25rem;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.625rem 1.25rem;
    margin-bottom: 0;
    background-color: #f8f9fa;
    border-bottom: 0 solid transparent;
}
.card-header:first-child {
    border-radius: 4px 4px 0 0;
}
.card-footer {
    padding: 0.625rem 1.25rem;
    background-color: #f8f9fa;
    border-top: 0 solid transparent;
}
.card-footer:last-child {
    border-radius: 0 0 4px 4px;
}
.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.625rem;
    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: 1rem;
    border-radius: 4px;
}
.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.card-group > .card {
    margin-bottom: 10px;
}
@media (min-width: 576px) {
    .card-group {
        display: flex;
        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-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        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-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    color: #3e5569;
    text-align: left;
    background-color: #eef5f9;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    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,
        border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
    color: #318ae6;
    background-color: #eaefff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23318ae6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233e5569'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
    box-shadow: none;
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #eef5f9;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1.5rem;
    list-style: none;
    background-color: transparent;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    position: relative;
    display: block;
    color: #3699ff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    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) {
    .page-link {
        transition: none;
    }
}
.page-link:hover {
    z-index: 2;
    color: #2b7acc;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
    color: #2b7acc;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2962ff;
    border-color: #2962ff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-link {
    padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.09375rem;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 4px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 800;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-primary {
    color: #010203;
    background-color: #3699ff;
    border-color: #3699ff;
}
.alert-primary .alert-link {
    color: #010202;
}
.alert-secondary {
    color: #fefefe;
    background-color: #6c757d;
    border-color: #6c757d;
}
.alert-secondary .alert-link {
    color: #cbcbcb;
}
.alert-success {
    color: #000202;
    background-color: #0bb7af;
    border-color: #0bb7af;
}
.alert-success .alert-link {
    color: #000202;
}
.alert-info {
    color: #fdfdff;
    background-color: #2962ff;
    border-color: #2962ff;
}
.alert-info .alert-link {
    color: #cacacc;
}
.alert-warning {
    color: #020200;
    background-color: #ee9d01;
    border-color: #ee9d01;
}
.alert-warning .alert-link {
    color: #020200;
}
.alert-danger {
    color: #020101;
    background-color: #f64e60;
    border-color: #f64e60;
}
.alert-danger .alert-link {
    color: #020101;
}
.alert-light {
    color: #020203;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.alert-light .alert-link {
    color: #020202;
}
.alert-dark {
    color: #fdfdfd;
    background-color: #343a40;
    border-color: #343a40;
}
.alert-dark .alert-link {
    color: #cacaca;
}
.alert-cyan {
    color: #010202;
    background-color: #4fc3f7;
    border-color: #4fc3f7;
}
.alert-cyan .alert-link {
    color: #010202;
}
.alert-orange {
    color: #030100;
    background-color: #fb8c00;
    border-color: #fb8c00;
}
.alert-orange .alert-link {
    color: #020100;
}
.alert-purple {
    color: #fefdff;
    background-color: #7460ee;
    border-color: #7460ee;
}
.alert-purple .alert-link {
    color: #cbcacc;
}
.alert-light-primary {
    color: #020203;
    background-color: #e1f0ff;
    border-color: #e1f0ff;
}
.alert-light-primary .alert-link {
    color: #020202;
}
.alert-light-info {
    color: #020203;
    background-color: #b9cbff;
    border-color: #b9cbff;
}
.alert-light-info .alert-link {
    color: #020202;
}
.alert-light-warning {
    color: #030202;
    background-color: #fbeccd;
    border-color: #fbeccd;
}
.alert-light-warning .alert-link {
    color: #020202;
}
.alert-light-danger {
    color: #020202;
    background-color: #f7b3bf;
    border-color: #f7b3bf;
}
.alert-light-danger .alert-link {
    color: #020202;
}
.alert-light-success {
    color: #020202;
    background-color: #abece1;
    border-color: #abece1;
}
.alert-light-success .alert-link {
    color: #020202;
}
.alert-light-secondary {
    color: #020202;
    background-color: #e4eaef;
    border-color: #e4eaef;
}
.alert-light-secondary .alert-link {
    color: #020202;
}
.alert-light-cyan {
    color: #020203;
    background-color: #aae1fb;
    border-color: #aae1fb;
}
.alert-light-cyan .alert-link {
    color: #020202;
}
@keyframes progress-bar-stripes {
    0% {
        background-position-x: 5px;
    }
}
.progress {
    display: flex;
    height: 5px;
    overflow: hidden;
    font-size: 0.65625rem;
    background-color: #f8f9fa;
    border-radius: 4px;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #3699ff;
    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: 5px 5px;
}
.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 4px;
}
.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}
.list-group-numbered > li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}
.list-group-item-action {
    width: 100%;
    color: #4f5467;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #4f5467;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #3e5569;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 12px 20px;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2962ff;
    border-color: #2962ff;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1600px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1800px) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl > .list-group-item:first-child {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item:last-child {
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #205c99;
    background-color: #d7ebff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #205c99;
    background-color: #c2d4e6;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #205c99;
    border-color: #205c99;
}
.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b;
}
.list-group-item-success {
    color: #076e69;
    background-color: #cef1ef;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #076e69;
    background-color: #b9d9d7;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #076e69;
    border-color: #076e69;
}
.list-group-item-info {
    color: #193b99;
    background-color: #d4e0ff;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #193b99;
    background-color: #bfcae6;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #193b99;
    border-color: #193b99;
}
.list-group-item-warning {
    color: #8f5e01;
    background-color: #fcebcc;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #8f5e01;
    background-color: #e3d4b8;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #8f5e01;
    border-color: #8f5e01;
}
.list-group-item-danger {
    color: #942f3a;
    background-color: #fddcdf;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #942f3a;
    background-color: #e4c6c9;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #942f3a;
    border-color: #942f3a;
}
.list-group-item-light {
    color: #636464;
    background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464;
}
.list-group-item-dark {
    color: #1f2326;
    background-color: #d6d8d9;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1f2326;
    background-color: #c1c2c3;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1f2326;
    border-color: #1f2326;
}
.list-group-item-cyan {
    color: #204e63;
    background-color: #dcf3fd;
}
.list-group-item-cyan.list-group-item-action:focus,
.list-group-item-cyan.list-group-item-action:hover {
    color: #204e63;
    background-color: #c6dbe4;
}
.list-group-item-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #204e63;
    border-color: #204e63;
}
.list-group-item-orange {
    color: #975400;
    background-color: #fee8cc;
}
.list-group-item-orange.list-group-item-action:focus,
.list-group-item-orange.list-group-item-action:hover {
    color: #975400;
    background-color: #e5d1b8;
}
.list-group-item-orange.list-group-item-action.active {
    color: #fff;
    background-color: #975400;
    border-color: #975400;
}
.list-group-item-purple {
    color: #463a8f;
    background-color: #e3dffc;
}
.list-group-item-purple.list-group-item-action:focus,
.list-group-item-purple.list-group-item-action:hover {
    color: #463a8f;
    background-color: #ccc9e3;
}
.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #463a8f;
    border-color: #463a8f;
}
.list-group-item-light-primary {
    color: #5a6066;
    background-color: #f9fcff;
}
.list-group-item-light-primary.list-group-item-action:focus,
.list-group-item-light-primary.list-group-item-action:hover {
    color: #5a6066;
    background-color: #e0e3e6;
}
.list-group-item-light-primary.list-group-item-action.active {
    color: #fff;
    background-color: #5a6066;
    border-color: #5a6066;
}
.list-group-item-light-info {
    color: #4a5166;
    background-color: #f1f5ff;
}
.list-group-item-light-info.list-group-item-action:focus,
.list-group-item-light-info.list-group-item-action:hover {
    color: #4a5166;
    background-color: #d9dde6;
}
.list-group-item-light-info.list-group-item-action.active {
    color: #fff;
    background-color: #4a5166;
    border-color: #4a5166;
}
.list-group-item-light-warning {
    color: #645e52;
    background-color: #fefbf5;
}
.list-group-item-light-warning.list-group-item-action:focus,
.list-group-item-light-warning.list-group-item-action:hover {
    color: #645e52;
    background-color: #e5e2dd;
}
.list-group-item-light-warning.list-group-item-action.active {
    color: #fff;
    background-color: #645e52;
    border-color: #645e52;
}
.list-group-item-light-danger {
    color: #63484c;
    background-color: #fdf0f2;
}
.list-group-item-light-danger.list-group-item-action:focus,
.list-group-item-light-danger.list-group-item-action:hover {
    color: #63484c;
    background-color: #e4d8da;
}
.list-group-item-light-danger.list-group-item-action.active {
    color: #fff;
    background-color: #63484c;
    border-color: #63484c;
}
.list-group-item-light-success {
    color: #445e5a;
    background-color: #eefbf9;
}
.list-group-item-light-success.list-group-item-action:focus,
.list-group-item-light-success.list-group-item-action:hover {
    color: #445e5a;
    background-color: #d6e2e0;
}
.list-group-item-light-success.list-group-item-action.active {
    color: #fff;
    background-color: #445e5a;
    border-color: #445e5a;
}
.list-group-item-light-secondary {
    color: #5b5e60;
    background-color: #fafbfc;
}
.list-group-item-light-secondary.list-group-item-action:focus,
.list-group-item-light-secondary.list-group-item-action:hover {
    color: #5b5e60;
    background-color: #e1e2e3;
}
.list-group-item-light-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #5b5e60;
    border-color: #5b5e60;
}
.list-group-item-light-cyan {
    color: #445a64;
    background-color: #eef9fe;
}
.list-group-item-light-cyan.list-group-item-action:focus,
.list-group-item-light-cyan.list-group-item-action:hover {
    color: #445a64;
    background-color: #d6e0e5;
}
.list-group-item-light-cyan.list-group-item-action.active {
    color: #fff;
    background-color: #445a64;
    border-color: #445a64;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 4px;
    opacity: 0.5;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}
.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}
.toast:not(.showing):not(.show) {
    opacity: 0;
}
.toast.hide {
    display: none;
}
.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}
.toast-container > :not(:last-child) {
    margin-bottom: 10px;
}
.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 0 solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}
.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    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.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    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.5;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid #e9ecef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 0 solid #e9ecef;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.modal-footer > * {
    margin: 0.25rem;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1600px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-fullscreen .modal-header {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1599.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}
@media (max-width: 1799.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}
.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-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.76563rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-start {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-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.76563rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: inherit;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 1rem 1rem;
    color: #3e5569;
}
.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-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-dark .carousel-caption {
    color: #000;
}
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}
.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}
.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}
.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}
.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}
.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 0 solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}
.offcanvas.show {
    transform: none;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.link-primary {
    color: #3699ff;
}
.link-primary:focus,
.link-primary:hover {
    color: #5eadff;
}
.link-secondary {
    color: #6c757d;
}
.link-secondary:focus,
.link-secondary:hover {
    color: #565e64;
}
.link-success {
    color: #0bb7af;
}
.link-success:focus,
.link-success:hover {
    color: #3cc5bf;
}
.link-info {
    color: #2962ff;
}
.link-info:focus,
.link-info:hover {
    color: #214ecc;
}
.link-warning {
    color: #ee9d01;
}
.link-warning:focus,
.link-warning:hover {
    color: #f1b134;
}
.link-danger {
    color: #f64e60;
}
.link-danger:focus,
.link-danger:hover {
    color: #f87180;
}
.link-light {
    color: #f8f9fa;
}
.link-light:focus,
.link-light:hover {
    color: #f9fafb;
}
.link-dark {
    color: #343a40;
}
.link-dark:focus,
.link-dark:hover {
    color: #2a2e33;
}
.link-cyan {
    color: #4fc3f7;
}
.link-cyan:focus,
.link-cyan:hover {
    color: #72cff9;
}
.link-orange {
    color: #fb8c00;
}
.link-orange:focus,
.link-orange:hover {
    color: #fca333;
}
.link-purple {
    color: #7460ee;
}
.link-purple:focus,
.link-purple:hover {
    color: #5d4dbe;
}
.link-light-primary {
    color: #e1f0ff;
}
.link-light-primary:focus,
.link-light-primary:hover {
    color: #e7f3ff;
}
.link-light-info {
    color: #b9cbff;
}
.link-light-info:focus,
.link-light-info:hover {
    color: #c7d5ff;
}
.link-light-warning {
    color: #fbeccd;
}
.link-light-warning:focus,
.link-light-warning:hover {
    color: #fcf0d7;
}
.link-light-danger {
    color: #f7b3bf;
}
.link-light-danger:focus,
.link-light-danger:hover {
    color: #f9c2cc;
}
.link-light-success {
    color: #abece1;
}
.link-light-success:focus,
.link-light-success:hover {
    color: #bcf0e7;
}
.link-light-secondary {
    color: #e4eaef;
}
.link-light-secondary:focus,
.link-light-secondary:hover {
    color: #e9eef2;
}
.link-light-cyan {
    color: #aae1fb;
}
.link-light-cyan:focus,
.link-light-cyan:hover {
    color: #bbe7fc;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.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;
}
.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}
@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1600px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
@media (min-width: 1800px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !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;
}
.d-none {
    display: none !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !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;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.border {
    border: 1px solid #e9ecef !important;
}
.border-0 {
    border: 0 !important;
}
.border-top {
    border-top: 1px solid #e9ecef !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-end {
    border-right: 1px solid #e9ecef !important;
}
.border-end-0 {
    border-right: 0 !important;
}
.border-bottom {
    border-bottom: 1px solid #e9ecef !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-start {
    border-left: 1px solid #e9ecef !important;
}
.border-start-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #3699ff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #0bb7af !important;
}
.border-info {
    border-color: #2962ff !important;
}
.border-warning {
    border-color: #ee9d01 !important;
}
.border-danger {
    border-color: #f64e60 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-cyan {
    border-color: #4fc3f7 !important;
}
.border-orange {
    border-color: #fb8c00 !important;
}
.border-purple {
    border-color: #7460ee !important;
}
.border-light-primary {
    border-color: #e1f0ff !important;
}
.border-light-info {
    border-color: #b9cbff !important;
}
.border-light-warning {
    border-color: #fbeccd !important;
}
.border-light-danger {
    border-color: #f7b3bf !important;
}
.border-light-success {
    border-color: #abece1 !important;
}
.border-light-secondary {
    border-color: #e4eaef !important;
}
.border-light-cyan {
    border-color: #aae1fb !important;
}
.border-white {
    border-color: #fff !important;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !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;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !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;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.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-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;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !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;
}
.justify-content-evenly {
    justify-content: space-evenly !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;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.m-n1 {
    margin: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mx-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
}
.mx-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
}
.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
}
.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
}
.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
}
.my-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
}
.my-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}
.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
}
.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
}
.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
}
.mt-n1 {
    margin-top: -0.25rem !important;
}
.mt-n2 {
    margin-top: -0.5rem !important;
}
.mt-n3 {
    margin-top: -1rem !important;
}
.mt-n4 {
    margin-top: -1.5rem !important;
}
.mt-n5 {
    margin-top: -3rem !important;
}
.me-n1 {
    margin-right: -0.25rem !important;
}
.me-n2 {
    margin-right: -0.5rem !important;
}
.me-n3 {
    margin-right: -1rem !important;
}
.me-n4 {
    margin-right: -1.5rem !important;
}
.me-n5 {
    margin-right: -3rem !important;
}
.mb-n1 {
    margin-bottom: -0.25rem !important;
}
.mb-n2 {
    margin-bottom: -0.5rem !important;
}
.mb-n3 {
    margin-bottom: -1rem !important;
}
.mb-n4 {
    margin-bottom: -1.5rem !important;
}
.mb-n5 {
    margin-bottom: -3rem !important;
}
.ms-n1 {
    margin-left: -0.25rem !important;
}
.ms-n2 {
    margin-left: -0.5rem !important;
}
.ms-n3 {
    margin-left: -1rem !important;
}
.ms-n4 {
    margin-left: -1.5rem !important;
}
.ms-n5 {
    margin-left: -3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
    font-size: 0.625rem !important;
}
.fs-2 {
    font-size: 0.75rem !important;
}
.fs-3 {
    font-size: 0.875rem !important;
}
.fs-4 {
    font-size: 1rem !important;
}
.fs-5 {
    font-size: 1.125rem !important;
}
.fs-6 {
    font-size: 1.25rem !important;
}
.fs-7 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-light {
    font-weight: 300 !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-normal {
    font-weight: 400 !important;
}
.fw-bold {
    font-weight: 800 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.lh-sm {
    line-height: 1.25 !important;
}
.lh-base {
    line-height: 1.5 !important;
}
.lh-lg {
    line-height: 2 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-primary {
    color: #3699ff !important;
}
.text-secondary {
    color: #6c757d !important;
}
.text-success {
    color: #0bb7af !important;
}
.text-info {
    color: #2962ff !important;
}
.text-warning {
    color: #ee9d01 !important;
}
.text-danger {
    color: #f64e60 !important;
}
.text-light {
    color: #f8f9fa !important;
}
.text-dark {
    color: #343a40 !important;
}
.text-cyan {
    color: #4fc3f7 !important;
}
.text-orange {
    color: #fb8c00 !important;
}
.text-purple {
    color: #7460ee !important;
}
.text-light-primary {
    color: #e1f0ff !important;
}
.text-light-info {
    color: #b9cbff !important;
}
.text-light-warning {
    color: #fbeccd !important;
}
.text-light-danger {
    color: #f7b3bf !important;
}
.text-light-success {
    color: #abece1 !important;
}
.text-light-secondary {
    color: #e4eaef !important;
}
.text-light-cyan {
    color: #aae1fb !important;
}
.text-white {
    color: #fff !important;
}
.text-body {
    color: #3e5569 !important;
}
.text-muted {
    color: #a1aab2 !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    color: inherit !important;
}
.bg-primary {
    background-color: #3699ff !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #0bb7af !important;
}

.bg-modalview {
    background-color: #1e18b0 !important;
}

.bg-afsinfo {
    background-color: #1e18b0 !important;
}

.bg-info {
    /* background-color: #2962ff !important; */
    /* background-color: #445a98 !important; */
    background-color: #fff !important;
}
.bg-warning {
    background-color: #ee9d01 !important;
}
.bg-danger {
    background-color: #f64e60 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
.bg-cyan {
    background-color: #4fc3f7 !important;
}
.bg-orange {
    background-color: #fb8c00 !important;
}
.bg-purple {
    background-color: #7460ee !important;
}
.bg-light-primary {
    background-color: #e1f0ff !important;
}
.bg-light-info {
    background-color: #b9cbff !important;
}
.bg-light-warning {
    background-color: #fbeccd !important;
}
.bg-light-danger {
    background-color: #f7b3bf !important;
}
.bg-light-success {
    background-color: #abece1 !important;
}
.bg-light-secondary {
    background-color: #e4eaef !important;
}
.bg-light-cyan {
    background-color: #aae1fb !important;
}
.bg-body {
    background-color: #eef5f9 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-gradient {
    background-image: var(--bs-gradient) !important;
}
.user-select-all {
    user-select: all !important;
}
.user-select-auto {
    user-select: auto !important;
}
.user-select-none {
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded {
    border-radius: 4px !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-1 {
    border-radius: 1px !important;
}
.rounded-2 {
    border-radius: 4px !important;
}
.rounded-3 {
    border-radius: 5px !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-top {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.rounded-end {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.rounded-bottom {
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.rounded-start {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !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;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .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-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;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !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;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !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;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .m-sm-n1 {
        margin: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .my-sm-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-sm-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .mt-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-sm-n3 {
        margin-top: -1rem !important;
    }
    .mt-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-sm-n5 {
        margin-top: -3rem !important;
    }
    .me-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .me-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .me-sm-n3 {
        margin-right: -1rem !important;
    }
    .me-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .me-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ms-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-sm-n3 {
        margin-left: -1rem !important;
    }
    .ms-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-sm-n5 {
        margin-left: -3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !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;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .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-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;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !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;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !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;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .m-md-n1 {
        margin: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mx-md-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-md-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .my-md-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-md-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .mt-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-md-n3 {
        margin-top: -1rem !important;
    }
    .mt-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-md-n5 {
        margin-top: -3rem !important;
    }
    .me-md-n1 {
        margin-right: -0.25rem !important;
    }
    .me-md-n2 {
        margin-right: -0.5rem !important;
    }
    .me-md-n3 {
        margin-right: -1rem !important;
    }
    .me-md-n4 {
        margin-right: -1.5rem !important;
    }
    .me-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-md-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ms-md-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-md-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-md-n3 {
        margin-left: -1rem !important;
    }
    .ms-md-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-md-n5 {
        margin-left: -3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !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;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .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-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;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !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;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !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;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .m-lg-n1 {
        margin: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .my-lg-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-lg-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .mt-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-lg-n3 {
        margin-top: -1rem !important;
    }
    .mt-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-lg-n5 {
        margin-top: -3rem !important;
    }
    .me-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .me-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .me-lg-n3 {
        margin-right: -1rem !important;
    }
    .me-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .me-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ms-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-lg-n3 {
        margin-left: -1rem !important;
    }
    .ms-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-lg-n5 {
        margin-left: -3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1600px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !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;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .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-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;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !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;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !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;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .m-xl-n1 {
        margin: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .my-xl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-xl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .mt-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-xl-n3 {
        margin-top: -1rem !important;
    }
    .mt-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-xl-n5 {
        margin-top: -3rem !important;
    }
    .me-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .me-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .me-xl-n3 {
        margin-right: -1rem !important;
    }
    .me-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .me-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ms-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-xl-n3 {
        margin-left: -1rem !important;
    }
    .ms-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-xl-n5 {
        margin-left: -3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1800px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    .m-xxl-n3 {
        margin: -1rem !important;
    }
    .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    .m-xxl-n5 {
        margin: -3rem !important;
    }
    .mx-xxl-n1 {
        margin-right: -0.25rem !important;
        margin-left: -0.25rem !important;
    }
    .mx-xxl-n2 {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }
    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important;
    }
    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important;
    }
    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important;
    }
    .my-xxl-n1 {
        margin-top: -0.25rem !important;
        margin-bottom: -0.25rem !important;
    }
    .my-xxl-n2 {
        margin-top: -0.5rem !important;
        margin-bottom: -0.5rem !important;
    }
    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important;
    }
    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important;
    }
    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important;
    }
    .mt-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    .mt-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    .mt-xxl-n3 {
        margin-top: -1rem !important;
    }
    .mt-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    .mt-xxl-n5 {
        margin-top: -3rem !important;
    }
    .me-xxl-n1 {
        margin-right: -0.25rem !important;
    }
    .me-xxl-n2 {
        margin-right: -0.5rem !important;
    }
    .me-xxl-n3 {
        margin-right: -1rem !important;
    }
    .me-xxl-n4 {
        margin-right: -1.5rem !important;
    }
    .me-xxl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .mb-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .mb-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .mb-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    .ms-xxl-n1 {
        margin-left: -0.25rem !important;
    }
    .ms-xxl-n2 {
        margin-left: -0.5rem !important;
    }
    .ms-xxl-n3 {
        margin-left: -1rem !important;
    }
    .ms-xxl-n4 {
        margin-left: -1.5rem !important;
    }
    .ms-xxl-n5 {
        margin-left: -3rem !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .fs-7 {
        font-size: 1.5rem !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !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;
    }
    .d-print-none {
        display: none !important;
    }
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin1"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin1"] {
    background: #2962ff;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin2"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin2"] {
    background: #fe5419;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin3"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin3"] {
    background: #00b0ff;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin4"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin4"] {
    background: #6659f7;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin5"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin5"] {
    background: #272b34;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin6"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin6"] {
    background: #fff;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin6"]
    .navbar-brand
    .dark-logo,
#main-wrapper[data-layout="vertical"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin6"]
    .navbar-brand
    .dark-logo {
    display: inline;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin6"]
    .navbar-brand
    .light-logo,
#main-wrapper[data-layout="vertical"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin6"]
    .navbar-brand
    .light-logo {
    display: none;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin6"]
    .nav-toggler,
#main-wrapper[data-layout="horizontal"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin6"]
    .topbartoggler,
#main-wrapper[data-layout="vertical"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin6"]
    .nav-toggler,
#main-wrapper[data-layout="vertical"]
    .topbar
    .top-navbar
    .navbar-header[data-logobg="skin6"]
    .topbartoggler {
    color: #3e5569;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .navbar-collapse[data-navbarbg="skin1"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin1"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .navbar-collapse[data-navbarbg="skin1"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin1"] {
    /* background: #2962ff; */
    /* background: #f64e60; */
    background: #1e18b0;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .navbar-collapse[data-navbarbg="skin2"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin2"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .navbar-collapse[data-navbarbg="skin2"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin2"] {
    background: #fe5419;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .navbar-collapse[data-navbarbg="skin3"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin3"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .navbar-collapse[data-navbarbg="skin3"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin3"] {
    background: #00b0ff;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .navbar-collapse[data-navbarbg="skin4"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin4"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .navbar-collapse[data-navbarbg="skin4"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin4"] {
    background: #6659f7;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .navbar-collapse[data-navbarbg="skin5"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin5"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .navbar-collapse[data-navbarbg="skin5"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin5"] {
    background: #272b34;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .navbar-collapse[data-navbarbg="skin6"],
#main-wrapper[data-layout="horizontal"] .topbar[data-navbarbg="skin6"],
#main-wrapper[data-layout="vertical"]
    .topbar
    .navbar-collapse[data-navbarbg="skin6"],
#main-wrapper[data-layout="vertical"] .topbar[data-navbarbg="skin6"] {
    background: #fff;
}
#main-wrapper[data-layout="horizontal"]
    .topbar
    .navbar-collapse[data-navbarbg="skin6"]
    .navbar-nav
    > .nav-item
    > .nav-link
    .feather,
#main-wrapper[data-layout="horizontal"]
    .topbar[data-navbarbg="skin6"]
    .navbar-nav
    > .nav-item
    > .nav-link
    .feather,
#main-wrapper[data-layout="vertical"]
    .topbar
    .navbar-collapse[data-navbarbg="skin6"]
    .navbar-nav
    > .nav-item
    > .nav-link
    .feather,
#main-wrapper[data-layout="vertical"]
    .topbar[data-navbarbg="skin6"]
    .navbar-nav
    > .nav-item
    > .nav-link
    .feather {
    fill: rgba(0, 0, 0, 0.06);
}
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin1"],
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin1"]
    ul,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin1"],
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin1"] ul {
    background: #2962ff;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin1"]
    .create-btn,
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin1"]
    ul
    .create-btn,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin1"]
    .create-btn,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin1"]
    ul
    .create-btn {
    background: #4fc3f7;
}
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin2"],
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin2"]
    ul,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin2"],
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin2"] ul {
    background: #fe5419;
}
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin3"],
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin3"]
    ul,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin3"],
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin3"] ul {
    background: #00b0ff;
}
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin4"],
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin4"]
    ul,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin4"],
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin4"] ul {
    background: #6659f7;
}
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin5"],
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin5"]
    ul,
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin5"],
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin5"] ul {
    background: #272b34;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin5"]
    .create-btn,
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin5"]
    ul
    .create-btn,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin5"]
    .create-btn,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin5"]
    ul
    .create-btn {
    background: #4fc3f7;
}
#main-wrapper[data-layout="horizontal"] .left-sidebar[data-sidebarbg="skin6"],
#main-wrapper[data-layout="vertical"] .left-sidebar[data-sidebarbg="skin6"] {
    background: #fff;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul {
    background: #fff;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link {
    color: #212529;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link
    .feather,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link
    .feather {
    fill: rgba(41, 98, 255, 0.1);
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link:hover
    .feather,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link:hover
    .feather {
    color: #2962ff;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link
    .feather,
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link
    i,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link
    .feather,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link
    i {
    color: #4f5467;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link.active,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link.active {
    color: #2962ff;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link.active
    .feather,
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link.active
    i,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link.active
    .feather,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link.active
    i {
    color: #2962ff;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .nav-small-cap,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    ul
    .nav-small-cap {
    color: #212529;
    opacity: 0.7;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    .has-arrow::after,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    .has-arrow::after {
    border-color: #212529;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    .user-content,
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    .user-email,
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    .user-name,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    .user-content,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    .user-email,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .sidebar-nav
    .user-name {
    color: #212529;
}
#main-wrapper[data-layout="horizontal"]
    .left-sidebar[data-sidebarbg="skin6"]
    .create-btn,
#main-wrapper[data-layout="vertical"]
    .left-sidebar[data-sidebarbg="skin6"]
    .create-btn {
    /* background: #4fc3f7; */
    /* background: #f64e60; */
    background: #1e18b0;
}
#main-wrapper {
    width: 100%;
    overflow: hidden;
}
.page-wrapper {
    background: #eef5f9;
    position: relative;
    transition: 0.2s ease-in;
    display: none;
}
.page-wrapper > .container-fluid,
.page-wrapper > .container-lg,
.page-wrapper > .container-md,
.page-wrapper > .container-sm,
.page-wrapper > .container-xl,
.page-wrapper > .container-xxl {
    padding: 20px;
    min-height: calc(100vh - 180px);
}
.footer {
    padding: 15px 20px;
}
.left-part {
    height: 100%;
    width: 260px;
    position: absolute;
    border-right: 1px solid #e9ecef;
}
.left-part.fixed-left-part {
    position: fixed;
    top: 0;
    padding-top: 10px;
}
.left-part .show-left-part {
    position: absolute;
    top: 45%;
    right: -41px;
}
.right-part {
    width: calc(100% - 260px);
    height: calc(100vh - 115px);
    margin-left: 260px;
}
.reverse-mode .left-part {
    right: 0;
    border-left: 1px solid #e9ecef;
}
.reverse-mode .show-left-part {
    right: auto;
    left: -41px;
}
.reverse-mode .right-part {
    margin-left: 0;
    margin-right: 260px;
}
#main-wrapper[data-layout="vertical"] .topbar .top-navbar .navbar-header {
    transition: 0.2s ease-in;
}
#main-wrapper[data-layout="vertical"][data-sidebartype="full"] .page-wrapper {
    margin-left: 250px;
}
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"]
    .page-wrapper {
    margin-left: 180px;
}
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"] .left-sidebar,
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"]
    .sidebar-nav
    ul
    .sidebar-item,
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"]
    .topbar
    .top-navbar
    .navbar-header {
    width: 180px;
}
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link {
    display: block;
    text-align: center;
}
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link
    .feather,
#main-wrapper[data-layout="vertical"][data-sidebartype="iconbar"]
    .sidebar-nav
    ul
    .sidebar-item
    .sidebar-link
    i {
    display: block;
    width: auto;
    margin: 0 auto;
}
#main-wrapper[data-layout="vertical"][data-sidebartype="overlay"]
    .topbar
    .top-navbar
    .navbar-header {
    width: 250px;
}
#main-wrapper[data-layout="vertical"][data-sidebartype="overlay"]
    .left-sidebar {
    left: -250px;
}
#main-wrapper[data-layout="vertical"][data-sidebartype="overlay"].show-sidebar
    .left-sidebar {
    left: 0;
}
#main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"]
    .topbar
    .top-navbar
    .navbar-header {
    position: fixed;
    z-index: 10;
}
#main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"]
    .left-sidebar {
    position: fixed;
}
#main-wrapper[data-layout="vertical"][data-header-position="fixed"] .topbar {
    position: fixed;
    width: 100%;
}
#main-wrapper[data-layout="vertical"][data-header-position="fixed"]
    .page-wrapper {
    padding-top: 64px;
}
#main-wrapper[data-layout="vertical"][data-boxed-layout="boxed"] {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    box-shadow: 1px 0 80px rgba(0, 0, 0, 0.2);
}
#main-wrapper[data-layout="vertical"][data-boxed-layout="boxed"][data-header-position="fixed"]
    .topbar {
    max-width: 1300px;
}
@media (min-width: 768px) {
    #main-wrapper[data-layout="vertical"][data-sidebartype="full"]
        .topbar
        .top-navbar
        .navbar-header {
        width: 250px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="full"]
        .topbar
        .top-navbar
        .navbar-header
        .navbar-brand {
        width: 250px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="full"]
        .topbar
        .top-navbar
        .navbar-collapse,
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="overlay"]
        .topbar
        .top-navbar
        .navbar-collapse {
        margin-left: 250px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"]
        .topbar
        .top-navbar
        .navbar-collapse {
        margin-left: 65px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="iconbar"]
        .topbar
        .top-navbar
        .navbar-collapse {
        margin-left: 180px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .topbar
        .top-navbar
        .navbar-header {
        width: 65px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .topbar
        .top-navbar
        .navbar-header
        .logo-text {
        display: none;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .topbar
        .top-navbar
        .navbar-header.expand-logo {
        width: 250px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .topbar
        .top-navbar
        .navbar-header.expand-logo
        .logo-text {
        display: block;
    }
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"]
        .topbar
        .top-navbar
        .navbar-collapse {
        margin-left: 65px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .page-wrapper {
        margin-left: 65px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .sidebar-nav
        ul
        .sidebar-item
        .sidebar-link {
        padding: 12px 17px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .sidebar-nav
        ul
        .sidebar-item
        .first-level
        .sidebar-item
        .sidebar-link {
        padding: 10px 13px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .sidebar-nav
        .has-arrow:after,
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .sidebar-nav
        .hide-menu {
        display: none;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .sidebar-nav
        .nav-small-cap {
        justify-content: center;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .left-sidebar {
        width: 65px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .left-sidebar:hover {
        width: 250px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .left-sidebar:hover
        .sidebar-nav
        .has-arrow:after,
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .left-sidebar:hover
        .sidebar-nav
        .hide-menu {
        display: block;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .left-sidebar:hover
        .sidebar-nav
        .nav-small-cap {
        justify-content: flex-start;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .left-sidebar:hover
        .sidebar-nav
        ul
        .sidebar-item
        .sidebar-link {
        padding: 12px 15px;
    }
    #main-wrapper[data-layout="vertical"][data-sidebartype="mini-sidebar"]
        .left-sidebar:hover
        .sidebar-nav
        ul
        .sidebar-item
        .first-level
        .sidebar-item
        .sidebar-link {
        padding: 10px 15px;
    }
}
@media (max-width: 767px) {
    #main-wrapper[data-sidebartype="mini-sidebar"] .left-sidebar {
        left: -250px;
    }
    #main-wrapper.show-sidebar .left-sidebar {
        left: 0;
    }
    #main-wrapper[data-layout="vertical"][data-sidebar-position="fixed"]
        .topbar
        .top-navbar
        .navbar-collapse {
        position: relative;
        top: 64px;
    }
    #main-wrapper[data-layout="vertical"][data-header-position="fixed"][data-sidebar-position="fixed"]
        .topbar
        .top-navbar
        .navbar-collapse {
        position: relative;
        top: 64px;
    }
    .left-part {
        left: -260px;
        background: #eef5f9;
        z-index: 1;
        position: fixed;
        transition: 0.1s ease-in;
    }
    .left-part.show-panel {
        left: 0;
    }
    .reverse-mode .left-part {
        right: -260px;
        left: auto;
    }
    .reverse-mode .left-part.show-panel {
        right: 0;
    }
    .right-part {
        width: 100%;
        margin-left: 0;
    }
}
.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: 0;
    right: 0;
    margin: 0 auto;
}
svg.tea {
    --secondary: #33406f;
}
svg.tea #teabag {
    transform-origin: top center;
    transform: rotate(3deg);
    animation: swing 2s infinite;
}
svg.tea #steamL {
    stroke-dasharray: 13;
    stroke-dashoffset: 13;
    animation: steamLarge 2s infinite;
}
svg.tea #steamR {
    stroke-dasharray: 9;
    stroke-dashoffset: 9;
    animation: steamSmall 2s infinite;
}
@-moz-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}
@-webkit-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}
@-o-keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}
@keyframes swing {
    50% {
        transform: rotate(-3deg);
    }
}
@-moz-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}
@-webkit-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}
@-o-keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}
@keyframes steamLarge {
    0% {
        stroke-dashoffset: 13;
        opacity: 0.6;
    }
    100% {
        stroke-dashoffset: 39;
        opacity: 0;
    }
}
@-moz-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}
@-webkit-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}
@-o-keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}
@keyframes steamSmall {
    10% {
        stroke-dashoffset: 9;
        opacity: 0.6;
    }
    80% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
    100% {
        stroke-dashoffset: 27;
        opacity: 0;
    }
}
.notify {
    position: relative;
    top: -18px;
    right: -11px;
}
.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #f64e60;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #f64e60;
    position: absolute;
    right: 6px;
    top: -10px;
}
@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0;
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
.topbar {
    position: relative;
    z-index: 50;
    transition: 0.2s ease-in;
    box-shadow: 1px 0 7px rgba(0, 0, 0, 0.05);
    background: #fff;
    height: 64px;
}
.topbar .navbar-collapse {
    padding: 0 10px 0 0;
}
.topbar .top-navbar {
    min-height: 64px;
    padding: 0;
}
.topbar .top-navbar .dropdown-toggle::after {
    display: none;
}
.topbar .top-navbar .navbar-header {
    line-height: 64px;
}
.topbar .top-navbar .navbar-header .navbar-brand {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 10px 0 10px;
}
.topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
    display: none;
}
.topbar .top-navbar .navbar-header .navbar-brand .logo-icon {
    margin-right: 5px;
}
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
    padding: 0 15px;
    font-size: 0.875rem;
    line-height: 64px;
    height: 64px;
    display: flex;
    align-items: center;
}
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link .feather,
.topbar .top-navbar .navbar-nav > .nav-item > .nav-link i {
    width: 21px;
    height: 21px;
    fill: rgba(255, 255, 255, 0.2);
}
.topbar .top-navbar .navbar-nav > .nav-item {
    transition: 0.2s ease-in;
}
.topbar .top-navbar .navbar-nav > .nav-item:hover {
    background: rgba(0, 0, 0, 0.05);
}
.topbar .top-navbar .feather-chevron-down.feather-sm {
    width: 18px !important;
    height: 18px !important;
}
.topbar .mailbox,
.topbar .user-dd {
    min-width: 280px;
}
.topbar .nav-toggler,
.topbar .topbartoggler {
    color: #fff;
    padding: 0 15px;
}
.search-box .feather {
    width: 18px !important;
    height: 18px !important;
}
.search-box .app-search {
    z-index: 110;
    width: 100%;
    top: 0;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    display: none;
    left: 0;
}
.search-box .app-search .form-control {
    padding: 21px 40px 20px 23px;
    transition: 0.2s ease-in;
    height: 64px;
    line-height: 64px;
    border: 0;
}
.search-box .app-search .form-control:focus {
    border-color: transparent;
}
.search-box .app-search .srh-btn {
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px;
}
.topbar .mega-dropdown {
    position: static;
}
.topbar .mega-dropdown .dropdown-menu {
    padding: 30px;
    width: 100%;
    max-height: 480px;
    overflow: auto;
}
.topbar .dropdown-menu {
    padding-top: 0;
    border: 0;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.topbar .dropdown-menu .with-arrow {
    position: absolute;
    height: 10px;
    overflow: hidden;
    width: 40px;
    top: -10px;
}
.topbar .dropdown-menu .with-arrow > span {
    background-color: #fff;
    width: 15px;
    height: 15px;
    top: 3px;
    left: 15px;
    position: absolute;
    content: "";
    -moz-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
.topbar .dropdown-menu.dropdown-menu-end .with-arrow {
    right: 0;
}
.topbar .dropdown-menu.dropdown-menu-end .with-arrow > span {
    right: 20px;
    left: auto;
}
@media (max-width: 767px) {
    .topbar .top-navbar .navbar-header {
        line-height: 65px;
    }
    .topbar .top-navbar .navbar-collapse.collapsing,
    .topbar .top-navbar .navbar-collapse.show {
        display: flex;
        width: 100%;
        border-top: 1px solid #e9ecef;
    }
    .topbar .top-navbar .navbar-nav {
        flex-direction: row;
    }
    .topbar .top-navbar .navbar-nav .dropdown {
        position: static;
    }
    .topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
        padding: 0 10px;
    }
    .topbar .top-navbar .navbar-header {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    .topbar .top-navbar .dropdown-menu {
        position: absolute;
        width: 100%;
    }
    .topbar .top-navbar .dropdown-menu .with-arrow {
        display: none;
    }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
    .mailbox .message-center {
        height: 110px !important;
    }
    .user-dd .profile-dis {
        height: 110px;
    }
}
@media (min-width: 576px) {
    .topbar .navbar-expand-md .navbar-collapse {
        justify-content: space-between;
    }
}
.cell {
    display: table-cell;
    vertical-align: middle;
}
.table th,
.table thead th {
    font-weight: 700;
}
.nowrap {
    white-space: nowrap;
}
.v-middle td,
.v-middle th {
    vertical-align: middle;
}
.vm.table td,
.vm.table th {
    vertical-align: middle;
}
.no-th-brd.table th {
    border: 0;
}
.table.no-border tbody td {
    border: 0;
}
.jsgrid-pager-current-page,
.jsgrid-pager-nav-button a,
.jsgrid-pager-page a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #67757c;
    border: 1px solid #ddd;
}
.jsgrid-pager-nav-button a:hover,
.jsgrid-pager-page a:hover {
    background-color: #2962ff;
    color: #fff;
}
.jsgrid-pager-current-page {
    background-color: #2962ff;
    color: #fff;
}
.jsgrid-pager-nav-button,
.jsgrid-pager-page {
    padding: 0;
}
.jsgrid-pager-page.jsgrid-pager-current-page {
    padding: 0.5em 1em !important;
}
.bootstrap-table .pull-right {
    float: right;
}
.bootstrap-table .pull-left {
    float: left;
}
.left-sidebar {
    position: absolute;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 10;
    padding-top: 64px;
    background: #fff;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    transition: 0.2s ease-in;
}
.scroll-sidebar {
    height: calc(100% - 20px);
    position: relative;
}
.ps-scrollbar-y-rail {
    z-index: 1;
}
.sidebar-nav ul .sidebar-item {
    width: 250px;
}
.sidebar-nav ul .sidebar-item .sidebar-link {
    color: #fff;
    padding: 12px 15px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    line-height: 25px;
    opacity: 0.6;
}
.sidebar-nav ul .sidebar-item .sidebar-link .feather {
    height: 18px;
    width: 18px;
    margin: 0 8px 0 5px;
    fill: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.sidebar-nav ul .sidebar-item .sidebar-link i {
    font-style: normal;
    width: 35px;
    line-height: 25px;
    font-size: 23px;
    color: #fff;
    display: inline-block;
    text-align: center;
}
.sidebar-nav ul .sidebar-item .sidebar-link.active,
.sidebar-nav ul .sidebar-item .sidebar-link:hover {
    opacity: 1;
}
.sidebar-nav ul .sidebar-item .sidebar-link.active .feather,
.sidebar-nav ul .sidebar-item .sidebar-link:hover .feather {
    color: #fff;
}
.sidebar-nav ul .sidebar-item.selected > .sidebar-link {
    opacity: 1;
}
.sidebar-nav ul .sidebar-item .first-level {
    padding: 0 0 10px 0;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item.active .sidebar-link {
    opacity: 1;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link {
    padding: 10px 15px;
}
.sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link i {
    font-size: 14px;
}
.sidebar-nav ul .nav-small-cap {
    font-size: 12px;
    padding: 12px 15px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-top: 10px;
    color: #fff;
    opacity: 1;
    font-weight: 800;
    text-transform: uppercase;
}
.sidebar-nav ul .nav-small-cap i {
    line-height: 30px;
    margin: 0 5px;
}
.sidebar-nav ul {
    margin: 0;
    padding: 0;
}
.sidebar-nav ul li {
    list-style: none;
}
.collapse.in {
    display: block;
}
.sidebar-nav .has-arrow {
    position: relative;
}
.sidebar-nav .has-arrow::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    margin-left: 10px;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    -ms-transform: rotate(135deg) translate(0, -50%);
    -o-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 26px;
    right: 15px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-nav .has-arrow[aria-expanded="true"]::after,
.sidebar-nav li.active > .has-arrow::after,
.sidebar-nav li > .has-arrow.active::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    transform: rotate(-135deg) translate(0, -50%);
}
.user-profile {
    padding: 15px;
}
.user-profile .user-content,
.user-profile .user-email,
.user-profile .user-name {
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.create-btn {
    height: 40px;
    background: #343a40;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}
html body .waves-notransition {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}
.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}
.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.waves-block {
    display: block;
}
.alert-danger,
.alert-info,
.alert-primary,
.alert-success,
.alert-warning {
    color: #fff;
}
.alert-danger .alert-link,
.alert-info .alert-link,
.alert-primary .alert-link,
.alert-success .alert-link,
.alert-warning .alert-link {
    color: #fff;
}
.alert.customize-alert {
    padding: 20px 25px;
}
.alert.customize-alert .btn-close {
    width: 25px;
}
.alert.customize-alert .side-line {
    position: absolute;
    width: 3px;
    height: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 575.98px) {
    .alert.customize-alert {
        padding: 20px 15px;
    }
}
.page-breadcrumb {
    padding: 20px 20px 0 20px;
}
.page-breadcrumb .page-title {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-breadcrumb .breadcrumb {
    padding: 0;
    margin: 0;
    background: 0 0;
    font-size: 12px;
}
.page-breadcrumb .breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
}
.page-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\F142";
    font: normal normal normal 24px/1 "Material Design Icons";
    color: #ced4da;
    font-size: 21px;
    margin-top: 2px;
}
.breadcrumb.bg-light-info .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb.border-info .breadcrumb-item + .breadcrumb-item::before {
    color: #2962ff;
}
.breadcrumb.bg-light-primary .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb.border-primary .breadcrumb-item + .breadcrumb-item::before {
    color: #3699ff;
}
.breadcrumb.bg-light-warning .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb.border-warning .breadcrumb-item + .breadcrumb-item::before {
    color: #ee9d01;
}
.breadcrumb.bg-light-danger .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb.border-danger .breadcrumb-item + .breadcrumb-item::before {
    color: #f64e60;
}
.breadcrumb.bg-light-success .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb.border-success .breadcrumb-item + .breadcrumb-item::before {
    color: #0bb7af;
}
button:focus {
    outline: 0;
}
.btn-danger,
.btn-primary,
.btn-success,
.btn-warning {
    color: #fff;
}
.btn-danger.active,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger:focus,
.btn-danger:hover,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:focus,
.btn-primary:hover,
.btn-success.active,
.btn-success.disabled,
.btn-success:disabled,
.btn-success:focus,
.btn-success:hover,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning:focus,
.btn-warning:hover {
    color: #fff;
}
.btn-outline-danger:hover,
.btn-outline-primary:hover,
.btn-outline-success:hover,
.btn-outline-warning:hover {
    color: #fff;
}
.btn-check.active + .btn-outline-danger,
.btn-check.active + .btn-outline-primary,
.btn-check.active + .btn-outline-success,
.btn-check.active + .btn-outline-warning,
.btn-check:checked + .btn-outline-danger,
.btn-check:checked + .btn-outline-primary,
.btn-check:checked + .btn-outline-success,
.btn-check:checked + .btn-outline-warning {
    color: #fff;
}
.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 5px;
    line-height: 30px;
}
.btn-circle.btn-sm,
.btn-group-sm > .btn-circle.btn {
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    font-size: 14px;
}
.btn-circle.btn-lg,
.btn-group-lg > .btn-circle.btn {
    width: 50px;
    height: 50px;
    padding: 14px 10px;
    font-size: 18px;
    line-height: 23px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 14px 15px;
    font-size: 24px;
}
.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 10px;
}
.btn-rounded {
    border-radius: 60px;
    padding: 7px 18px;
}
.btn-group-lg > .btn-rounded.btn,
.btn-rounded.btn-lg {
    padding: 0.75rem 1.5rem;
}
.btn-group-sm > .btn-rounded.btn,
.btn-rounded.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
}
.btn-rounded.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 10px;
}
.btn-rounded.btn-md {
    padding: 12px 35px;
    font-size: 16px;
}
.btn-default {
    background-color: #2962ff;
    color: #fff;
}
.btn-default:hover {
    color: #fff;
}
.btn-facebook {
    color: #fff;
    background-color: #3b5998;
}
.btn-facebook:hover {
    color: #fff;
}
.btn-twitter {
    color: #fff;
    background-color: #55acee;
}
.btn-twitter:hover {
    color: #fff;
}
.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
}
.btn-linkedin:hover {
    color: #fff;
}
.btn-dribbble {
    color: #fff;
    background-color: #ea4c89;
}
.btn-dribbble:hover {
    color: #fff;
}
.btn-googleplus {
    color: #fff;
    background-color: #dd4b39;
}
.btn-googleplus:hover {
    color: #fff;
}
.btn-instagram {
    color: #fff;
    background-color: #3f729b;
}
.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
}
.btn-dropbox {
    color: #fff;
    background-color: #007ee5;
}
.btn-flickr {
    color: #fff;
    background-color: #ff0084;
}
.btn-tumblr {
    color: #fff;
    background-color: #32506d;
}
.btn-skype {
    color: #fff;
    background-color: #00aff0;
}
.btn-youtube {
    color: #fff;
    background-color: red;
}
.btn-github {
    color: #fff;
    background-color: #171515;
}
.button-group .btn {
    margin-bottom: 8px;
    margin-right: 8px;
}
.no-button-group .btn {
    margin-bottom: 5px;
    margin-right: 0;
}
.btn .text-active {
    display: none;
}
.btn.active .text-active {
    display: inline-block;
}
.btn.active .text {
    display: none;
}
@-webkit-keyframes animation-dropdown-menu-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes animation-dropdown-menu-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes animation-dropdown-menu-move-up {
    from {
        top: 65px;
    }
    to {
        top: 64px;
    }
}
@keyframes animation-dropdown-menu-move-up {
    from {
        top: 65px;
    }
    to {
        top: 64px;
    }
}
.dropdown-menu-animate-up {
    -webkit-animation: animation-dropdown-menu-fade-in 0.5s ease 1,
        animation-dropdown-menu-move-up 0.5s ease-out 1;
    animation: animation-dropdown-menu-fade-in 0.5s ease 1,
        animation-dropdown-menu-move-up 0.5s ease-out 1;
}
@-webkit-keyframes animation-dropdown-menu-move-up-down-md {
    from {
        top: 65px;
    }
    to {
        top: 64px;
    }
}
@keyframes animation-dropdown-menu-move-up-down-md {
    from {
        top: 65px;
    }
    to {
        top: 64px;
    }
}
@media (max-width: 767.98px) {
    .dropdown-menu-animate-up {
        -webkit-animation: animation-dropdown-menu-fade-in 0.5s ease 1,
            animation-dropdown-menu-move-up-down-md 0.5s ease-out 1;
        animation: animation-dropdown-menu-fade-in 0.5s ease 1,
            animation-dropdown-menu-move-up-down-md 0.5s ease-out 1;
    }
}
.btn-light-primary:hover {
    background-color: #3699ff;
    border-color: #3699ff;
    color: #fff !important;
}
.btn-light-primary:hover i,
.btn-light-primary:hover svg {
    color: #fff !important;
}
.btn-light-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff !important;
}
.btn-light-secondary:hover i,
.btn-light-secondary:hover svg {
    color: #fff !important;
}
.btn-light-success:hover {
    background-color: #0bb7af;
    border-color: #0bb7af;
    color: #fff !important;
}
.btn-light-success:hover i,
.btn-light-success:hover svg {
    color: #fff !important;
}
.btn-light-info:hover {
    background-color: #2962ff;
    border-color: #2962ff;
    color: #fff !important;
}
.btn-light-info:hover i,
.btn-light-info:hover svg {
    color: #fff !important;
}
.btn-light-warning:hover {
    background-color: #ee9d01;
    border-color: #ee9d01;
    color: #fff !important;
}
.btn-light-warning:hover i,
.btn-light-warning:hover svg {
    color: #fff !important;
}
.btn-light-danger:hover {
    background-color: #f64e60;
    border-color: #f64e60;
    color: #fff !important;
}
.btn-light-danger:hover i,
.btn-light-danger:hover svg {
    color: #fff !important;
}
.btn-close {
    background-size: 11px;
}
.remove-close-icon .btn-close {
    background: 0 0;
    opacity: 1;
}
.form-check-input {
    background-position: left center;
}
.form-check-input.check-outline.outline-success {
    border: 1px solid #0bb7af;
    background-color: transparent;
}
.form-check-input.check-outline.outline-danger {
    border: 1px solid #f64e60;
    background-color: transparent;
}
.form-check-input.check-outline.outline-warning {
    border: 1px solid #ee9d01;
    background-color: transparent;
}
.form-check-input.check-outline.outline-primary {
    border: 1px solid #3699ff;
    background-color: transparent;
}
.form-check-input.check-outline.outline-secondary {
    border: 1px solid #6c757d;
    background-color: transparent;
}
.form-check-input.check-light-success {
    background-color: #abece1;
}
.form-check-input.check-light-warning {
    background-color: #fbeccd;
}
.form-check-input.check-light-danger {
    background-color: #f7b3bf;
}
.form-check-input.check-light-primary {
    background-color: #e1f0ff;
}
.form-check-input.check-light-secondary {
    background-color: #e4eaef;
}
.form-check-input.success:checked {
    background-color: #0bb7af !important;
    border-color: #0bb7af !important;
}
.form-check-input.warning:checked {
    background-color: #ee9d01 !important;
    border-color: #ee9d01 !important;
}
.form-check-input.danger:checked {
    background-color: #f64e60 !important;
    border-color: #f64e60 !important;
}
.form-check-input.primary:checked {
    background-color: #3699ff !important;
    border-color: #3699ff !important;
}
.form-check-input.secondary:checked {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}
.modal-colored-header .btn-close {
    filter: invert(1);
}
.toast:not(.showing):not(.show) {
    opacity: 1;
}
* {
    outline: 0;
}
body {
    margin: 0;
    overflow-x: hidden;
    color: #3e5569;
    background: #fff;
}
html {
    position: relative;
    min-height: 100%;
}
a {
    color: #2962ff;
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
a.link {
    color: #3e5569;
}
a.link:focus,
a.link:hover {
    color: #2962ff;
}
.box {
    border-radius: 4px;
    padding: 10px;
}
.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}
ol li {
    margin: 5px 0;
}
.hide {
    display: none;
}
.op-5 {
    opacity: 0.5;
}
.op-3 {
    opacity: 0.3;
}
html body .font-medium {
    font-weight: 700;
}
html body .bg-inverse {
    background-color: #212529;
}
html body .bg-purple {
    background-color: #7460ee;
}
.round {
    line-height: 48px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #2962ff;
    line-height: 52px;
}
.round img {
    border-radius: 100%;
}
.round.round-info {
    background: #2962ff;
}
.round.round-warning {
    background: #ee9d01;
}
.round.round-danger {
    background: #f64e60;
}
.round.round-success {
    background: #0bb7af;
}
.round.round-primary {
    background: #3699ff;
}
.round-lg {
    line-height: 65px;
    width: 60px;
    height: 60px;
    font-size: 30px;
}
ul.list-style-none {
    margin: 0;
    padding: 0;
}
ul.list-style-none li {
    list-style: none;
}
ul.list-style-none li a {
    color: #3e5569;
    padding: 8px 0;
    display: block;
    text-decoration: none;
}
ul.list-style-none li a:hover {
    color: #2962ff;
}
.card {
    margin-bottom: 20px;
}
.card .card-subtitle {
    font-weight: 300;
    margin-bottom: 10px;
    color: #a1aab2;
}
.card .card-title {
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
}
.card .card-actions a {
    padding: 0 5px;
    cursor: pointer;
}
.card .card-header .card-title {
    margin-bottom: 0;
}
.card-alt {
    margin: 0 -20px;
    background: #e4e9ef;
}
.card-group {
    margin-bottom: 20px;
}
.card-group .card {
    border-right: 1px solid #e9ecef;
}
.card-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
}
.card-hover {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.card-hover:hover {
    webkit-transform: translateY(-4px) scale(1.01);
    -moz-transform: translateY(-4px) scale(1.01);
    -ms-transform: translateY(-4px) scale(1.01);
    -o-transform: translateY(-4px) scale(1.01);
    transform: translateY(-4px) scale(1.01);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
    box-shadow: 0 14px 24px rgba(62, 57, 107, 0.1);
}
.draggable-cards .card-header {
    cursor: move;
}
.card-moved .card {
    background: #2962ff;
    color: #fff;
}
.fill-white {
    fill: rgba(255, 255, 255, 0.1);
}
.feather-sm {
    width: 18px;
    height: 18px;
}
.feather-lg {
    width: 28px;
    height: 28px;
}
.feather-xl {
    width: 35px;
    height: 35px;
}
.nav-pills.custom-pills .nav-link {
    border-radius: 0;
    opacity: 0.7;
}
.nav-pills.custom-pills .nav-link.active {
    color: #2962ff;
    opacity: 1;
    background-color: transparent;
    border-bottom: 2px solid #2962ff;
}
.c3 text {
    font-family: "Nunito Sans", sans-serif;
}
.form-select {
    background-image: url(../../assets/images/custom-select.png);
    background-size: auto;
    background-position: right 0.55rem center;
}
.customizer {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 280px;
    top: 0;
    right: -280px;
    z-index: 100;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in;
}
.customizer .service-panel-toggle {
    background: #f64e60;
    padding: 12px 20px;
    color: #fff;
    position: absolute;
    top: 30%;
    left: -58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customizer.show-service-panel {
    right: 0;
}
.customizer .customizer-body {
    position: relative;
    height: 100%;
}
.customizer .customizer-tab {
    display: flex;
}
.customizer .customizer-tab .nav-item {
    width: 33.33%;
    text-align: center;
}
.customizer .customizer-tab .nav-item .nav-link {
    padding: 15px 12px;
    color: #3e5569;
    border-bottom: 3px solid transparent;
}
.customizer .customizer-tab .nav-item .nav-link.active,
.customizer .customizer-tab .nav-item .nav-link:hover {
    border-bottom: 3px solid #2962ff;
    color: #2962ff;
}
.custom-control-label::after,
.custom-control-label::before {
    top: 0.15rem;
}
.theme-color {
    padding: 0;
    margin: 0;
    list-style: none;
}
.theme-color .theme-item {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}
.theme-color .theme-item .theme-link {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: block;
}
.theme-color .theme-item .theme-link[data-logobg="skin1"],
.theme-color .theme-item .theme-link[data-navbarbg="skin1"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin1"] {
    background: #2962ff;
}
.theme-color .theme-item .theme-link[data-logobg="skin2"],
.theme-color .theme-item .theme-link[data-navbarbg="skin2"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin2"] {
    background: #fe5419;
}
.theme-color .theme-item .theme-link[data-logobg="skin3"],
.theme-color .theme-item .theme-link[data-navbarbg="skin3"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin3"] {
    background: #00b0ff;
}
.theme-color .theme-item .theme-link[data-logobg="skin4"],
.theme-color .theme-item .theme-link[data-navbarbg="skin4"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin4"] {
    background: #6659f7;
}
.theme-color .theme-item .theme-link[data-logobg="skin5"],
.theme-color .theme-item .theme-link[data-navbarbg="skin5"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin5"] {
    background: #272b34;
}
.theme-color .theme-item .theme-link[data-logobg="skin6"],
.theme-color .theme-item .theme-link[data-navbarbg="skin6"],
.theme-color .theme-item .theme-link[data-sidebarbg="skin6"] {
    background: #e9ecef;
} /*!
 * 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: 1s;
    animation-duration: 1s;
    -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.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    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 {
    20%,
    53%,
    80%,
    from,
    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 {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    50%,
    from,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-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;
}
@-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 {
    11.1%,
    from,
    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 {
    11.1%,
    from,
    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 {
    20%,
    40%,
    60%,
    80%,
    from,
    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 {
    20%,
    40%,
    60%,
    80%,
    from,
    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 {
    60%,
    75%,
    90%,
    from,
    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 {
    60%,
    75%,
    90%,
    from,
    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 {
    60%,
    75%,
    90%,
    from,
    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 {
    60%,
    75%,
    90%,
    from,
    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 {
    60%,
    75%,
    90%,
    from,
    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 {
    60%,
    75%,
    90%,
    from,
    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 {
    60%,
    75%,
    90%,
    from,
    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 {
    60%,
    75%,
    90%,
    from,
    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;
}
@-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;
}
@-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;
}
.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: transparent;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2);
    height: 11px;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: transparent;
    opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2);
    width: 11px;
}
.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 0;
    height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
    -o-transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    -moz-transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
        -moz-border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
        -webkit-border-radius 0.2s ease-in-out,
        -moz-border-radius 0.2s ease-in-out;
    bottom: 2px;
    height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    height: 6px;
}
.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 0;
    width: 15px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
    -o-transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    -moz-transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
        -moz-border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    transition: background-color 0.2s linear, height 0.2s linear,
        width 0.2s ease-in-out, border-radius 0.2s ease-in-out,
        -webkit-border-radius 0.2s ease-in-out,
        -moz-border-radius 0.2s ease-in-out;
    right: 2px;
    width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    width: 6px;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: transparent;
    opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x
    > .ps-scrollbar-x-rail
    > .ps-scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2);
    height: 6px;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: transparent;
    opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y
    > .ps-scrollbar-y-rail
    > .ps-scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2);
    width: 6px;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: transparent;
    opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: transparent;
    opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2);
}
.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    right: 3px;
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
}
body {
    position: relative;
}
html body .flotTip,
html body .jqstooltip {
    width: auto !important;
    height: auto !important;
    background: #212529;
    color: #fff;
    padding: 5px 10px;
}
body .jqstooltip {
    border-color: transparent;
    border-radius: 60px;
}
.chartist-tooltip {
    position: absolute;
    display: inline-block;
    opacity: 0;
    border-radius: 4px;
    padding: 10px 20px;
    background: #2962ff;
    color: #fff;
    ext-align: center;
    pointer-events: none;
    z-index: 1;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.chartist-tooltip:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #2962ff;
}
.chartist-tooltip.tooltip-show {
    opacity: 1;
}
.ct-area,
.ct-line {
    pointer-events: none;
}
.c3-chart-arcs-title {
    fill: #a1aab2;
}
.c3 line,
.c3 path {
    stroke: rgba(0, 0, 0, 0.2);
}
.c3-chart-arc path {
    stroke: transparent;
}
.popover-item {
    margin-left: -15px;
}
.popover-item:hover {
    z-index: 10;
    position: relative;
}
.morris-hover.morris-default-style {
    background: rgba(0, 0, 0, 0.8);
    border: rgba(0, 0, 0, 0.8);
}
.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single,
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow,
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    border-color: #e9ecef;
    height: 40px;
    color: #3e5569;
    line-height: 40px;
}
.select2-container--default .select2-selection--multiple {
    line-height: 27px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    background-color: #2962ff;
    border-color: #2962ff;
    color: #fff;
}
.icon-hover {
    cursor: pointer;
}
.icon-hover i {
    font-size: 20px;
    margin-right: 8px;
}
.icon-hover:hover {
    background-color: #f8f9fa;
    color: #2962ff;
}
.table.dataTable {
    border-collapse: collapse !important;
}
.dataTables_wrapper {
    padding: 0;
}
.dropzone,
.note-editor.note-frame {
    border-color: #e9ecef;
}
.note-toolbar-wrapper {
    height: 33px !important;
}
.dropzone {
    border-style: dotted;
}
.note-toolbar {
    z-index: 1;
}
label {
    font-weight: 700;
}
.error .form-control {
    border-color: #f64e60;
}
.error .help-block {
    color: #f64e60;
}
.validate .form-control {
    border-color: #0bb7af;
}
.validate .help-block {
    color: #0bb7af;
}
@media (min-height: 33.875em) {
    .picker--opened .picker__frame {
        top: 30%;
        bottom: auto;
    }
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #1d50de;
}
.dtp div.dtp-date,
.dtp div.dtp-time,
.dtp table.dtp-picker-days tr > td > a.selected {
    background: #2962ff;
}
.dtp .p10 > a {
    color: #fff;
}
.datepicker .day,
.datepicker .dow {
    padding: 5px 10px;
}
.docs-buttons .btn,
.docs-data .input-group {
    margin-bottom: 5px;
}
.scrollable {
    position: relative;
}
.error-box {
    height: 100%;
    position: fixed;
    background: url(../../assets/images/background/error-bg.jpg) no-repeat
        bottom -250px center #fff;
    width: 100%;
}
.error-box .error-body {
    padding-top: 5%;
}
.error-box .error-title {
    font-size: 210px;
    font-weight: 900;
    text-shadow: 4px 4px 0 #fff, 6px 6px 0 #343a40;
    line-height: 210px;
}
.price-label {
    position: absolute;
    top: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100px;
    padding: 5px 10px;
}
.price-sign {
    position: absolute;
    font-size: 15px;
    top: 5px;
    margin-left: -10px;
}
.gaugejs-box {
    position: relative;
    margin: 0 auto;
}
.gaugejs-box canvas.gaugejs {
    width: 100% !important;
    height: auto !important;
}
#demo-foo-accordion .open > .dropdown-menu {
    display: block;
}
#demo-foo-accordion2 .open > .dropdown-menu {
    display: block;
}
#footable-addrow .open > .dropdown-menu {
    display: block;
}
table.footable thead tr.footable-filtering th ul.dropdown-menu li a.checkbox {
    padding-left: 0;
}
table.footable
    thead
    tr.footable-filtering
    th
    ul.dropdown-menu
    li
    a.checkbox
    input[type="checkbox"] {
    position: relative;
    margin-right: 10px;
    margin-left: -20px;
    left: 0;
    opacity: 1;
}
table.footable
    thead
    tr.footable-filtering
    th
    ul.dropdown-menu
    li
    .checkbox
    label::before {
    display: none;
}
.footable .pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #0275d8;
    background-color: #fff;
    border: 1px solid #ddd;
}
.footable .pagination li.active a {
    z-index: 2;
    color: #fff;
    background-color: #2962ff !important;
    border-color: #2962ff !important;
}
.footable .pagination li.disabled a {
    color: #e9ecef;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #f8f9fa;
}
.footable .pagination li:first-child a {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}
.title-part-padding {
    padding: 15px 20px;
}
.apexcharts-canvas .apexcharts-xaxis line,
.apexcharts-canvas .apexcharts-yaxis line {
    stroke: #a1aab2;
}
html[dir="rtl"] .btn-group > .btn-group:not(:first-child),
html[dir="rtl"] .btn-group > .btn:not(:first-child) {
    margin-right: -1px;
}
html[dir="rtl"] .btn-group > .btn-group:not(:last-child) > .btn,
html[dir="rtl"] .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
html[dir="rtl"] .btn-group > .btn-group:not(:first-child) > .btn,
html[dir="rtl"] .btn-group > .btn:nth-child(n + 3),
html[dir="rtl"] .btn-group > :not(.btn-check) + .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir="rtl"] .float-start {
    float: right !important;
}
html[dir="rtl"] .float-end {
    float: left !important;
}
html[dir="rtl"] .float-none {
    float: none !important;
}
@media (min-width: 576px) {
    html[dir="rtl"] .float-sm-start {
        float: right !important;
    }
    html[dir="rtl"] .float-sm-end {
        float: left !important;
    }
    html[dir="rtl"] .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    html[dir="rtl"] .float-md-start {
        float: right !important;
    }
    html[dir="rtl"] .float-md-end {
        float: left !important;
    }
    html[dir="rtl"] .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    html[dir="rtl"] .float-lg-start {
        float: right !important;
    }
    html[dir="rtl"] .float-lg-end {
        float: left !important;
    }
    html[dir="rtl"] .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1600px) {
    html[dir="rtl"] .float-xl-start {
        float: right !important;
    }
    html[dir="rtl"] .float-xl-end {
        float: left !important;
    }
    html[dir="rtl"] .float-xl-none {
        float: none !important;
    }
}
@media (min-width: 1800px) {
    html[dir="rtl"] .float-xxl-start {
        float: right !important;
    }
    html[dir="rtl"] .float-xxl-end {
        float: left !important;
    }
    html[dir="rtl"] .float-xxl-none {
        float: none !important;
    }
}
html[dir="rtl"] .dropdown-menu-start {
    --bs-position: start;
    right: 0;
    left: auto;
}
html[dir="rtl"] .dropdown-menu-end {
    --bs-position: end;
    right: auto;
    left: 0;
}
@media (min-width: 576px) {
    html[dir="rtl"] .dropdown-menu-sm-start {
        --bs-position: start;
        right: 0;
        left: auto;
    }
    html[dir="rtl"] .dropdown-menu-sm-end {
        --bs-position: end;
        right: auto;
        left: 0;
    }
}
@media (min-width: 768px) {
    html[dir="rtl"] .dropdown-menu-md-start {
        --bs-position: start;
        right: 0;
        left: auto;
    }
    html[dir="rtl"] .dropdown-menu-md-end {
        --bs-position: end;
        right: auto;
        left: 0;
    }
}
@media (min-width: 992px) {
    html[dir="rtl"] .dropdown-menu-lg-start {
        --bs-position: start;
        right: 0;
        left: auto;
    }
    html[dir="rtl"] .dropdown-menu-lg-end {
        --bs-position: end;
        right: auto;
        left: 0;
    }
}
@media (min-width: 1600px) {
    html[dir="rtl"] .dropdown-menu-xl-start {
        --bs-position: start;
        right: 0;
        left: auto;
    }
    html[dir="rtl"] .dropdown-menu-xl-end {
        --bs-position: end;
        right: auto;
        left: 0;
    }
}
@media (min-width: 1800px) {
    html[dir="rtl"] .dropdown-menu-xxl-start {
        --bs-position: start;
        right: 0;
        left: auto;
    }
    html[dir="rtl"] .dropdown-menu-xxl-end {
        --bs-position: end;
        right: auto;
        left: 0;
    }
}
html[dir="rtl"] .m-0 {
    margin: 0 !important;
}
html[dir="rtl"] .mt-0,
html[dir="rtl"] .my-0 {
    margin-top: 0 !important;
}
html[dir="rtl"] .me-0 {
    margin-right: unset !important;
    margin-left: 0 !important;
}
html[dir="rtl"] .mb-0,
html[dir="rtl"] .my-0 {
    margin-bottom: 0 !important;
}
html[dir="rtl"] .ms-0 {
    margin-left: unset !important;
    margin-right: 0 !important;
}
html[dir="rtl"] .m-1 {
    margin: 0.25rem !important;
}
html[dir="rtl"] .mt-1,
html[dir="rtl"] .my-1 {
    margin-top: 0.25rem !important;
}
html[dir="rtl"] .me-1 {
    margin-right: unset !important;
    margin-left: 0.25rem !important;
}
html[dir="rtl"] .mb-1,
html[dir="rtl"] .my-1 {
    margin-bottom: 0.25rem !important;
}
html[dir="rtl"] .ms-1 {
    margin-left: unset !important;
    margin-right: 0.25rem !important;
}
html[dir="rtl"] .m-2 {
    margin: 0.5rem !important;
}
html[dir="rtl"] .mt-2,
html[dir="rtl"] .my-2 {
    margin-top: 0.5rem !important;
}
html[dir="rtl"] .me-2 {
    margin-right: unset !important;
    margin-left: 0.5rem !important;
}
html[dir="rtl"] .mb-2,
html[dir="rtl"] .my-2 {
    margin-bottom: 0.5rem !important;
}
html[dir="rtl"] .ms-2 {
    margin-left: unset !important;
    margin-right: 0.5rem !important;
}
html[dir="rtl"] .m-3 {
    margin: 1rem !important;
}
html[dir="rtl"] .mt-3,
html[dir="rtl"] .my-3 {
    margin-top: 1rem !important;
}
html[dir="rtl"] .me-3 {
    margin-right: unset !important;
    margin-left: 1rem !important;
}
html[dir="rtl"] .mb-3,
html[dir="rtl"] .my-3 {
    margin-bottom: 1rem !important;
}
html[dir="rtl"] .ms-3 {
    margin-left: unset !important;
    margin-right: 1rem !important;
}
html[dir="rtl"] .m-4 {
    margin: 1.5rem !important;
}
html[dir="rtl"] .mt-4,
html[dir="rtl"] .my-4 {
    margin-top: 1.5rem !important;
}
html[dir="rtl"] .me-4 {
    margin-right: unset !important;
    margin-left: 1.5rem !important;
}
html[dir="rtl"] .mb-4,
html[dir="rtl"] .my-4 {
    margin-bottom: 1.5rem !important;
}
html[dir="rtl"] .ms-4 {
    margin-left: unset !important;
    margin-right: 1.5rem !important;
}
html[dir="rtl"] .m-5 {
    margin: 3rem !important;
}
html[dir="rtl"] .mt-5,
html[dir="rtl"] .my-5 {
    margin-top: 3rem !important;
}
html[dir="rtl"] .me-5 {
    margin-right: unset !important;
    margin-left: 3rem !important;
}
html[dir="rtl"] .mb-5,
html[dir="rtl"] .my-5 {
    margin-bottom: 3rem !important;
}
html[dir="rtl"] .ms-5 {
    margin-left: unset !important;
    margin-right: 3rem !important;
}
html[dir="rtl"] .p-0 {
    padding: 0 !important;
}
html[dir="rtl"] .pt-0,
html[dir="rtl"] .py-0 {
    padding-top: 0 !important;
}
html[dir="rtl"] .pe-0 {
    padding-right: unset !important;
    padding-left: 0 !important;
}
html[dir="rtl"] .pb-0,
html[dir="rtl"] .py-0 {
    padding-bottom: 0 !important;
}
html[dir="rtl"] .ps-0 {
    padding-left: unset !important;
    padding-right: 0 !important;
}
html[dir="rtl"] .p-1 {
    padding: 0.25rem !important;
}
html[dir="rtl"] .pt-1,
html[dir="rtl"] .py-1 {
    padding-top: 0.25rem !important;
}
html[dir="rtl"] .pe-1 {
    padding-right: unset !important;
    padding-left: 0.25rem !important;
}
html[dir="rtl"] .pb-1,
html[dir="rtl"] .py-1 {
    padding-bottom: 0.25rem !important;
}
html[dir="rtl"] .ps-1 {
    padding-left: unset !important;
    padding-right: 0.25rem !important;
}
html[dir="rtl"] .p-2 {
    padding: 0.5rem !important;
}
html[dir="rtl"] .pt-2,
html[dir="rtl"] .py-2 {
    padding-top: 0.5rem !important;
}
html[dir="rtl"] .pe-2 {
    padding-right: unset !important;
    padding-left: 0.5rem !important;
}
html[dir="rtl"] .pb-2,
html[dir="rtl"] .py-2 {
    padding-bottom: 0.5rem !important;
}
html[dir="rtl"] .ps-2 {
    padding-left: unset !important;
    padding-right: 0.5rem !important;
}
html[dir="rtl"] .p-3 {
    padding: 1rem !important;
}
html[dir="rtl"] .pt-3,
html[dir="rtl"] .py-3 {
    padding-top: 1rem !important;
}
html[dir="rtl"] .pe-3 {
    padding-right: unset !important;
    padding-left: 1rem !important;
}
html[dir="rtl"] .pb-3,
html[dir="rtl"] .py-3 {
    padding-bottom: 1rem !important;
}
html[dir="rtl"] .ps-3 {
    padding-left: unset !important;
    padding-right: 1rem !important;
}
html[dir="rtl"] .p-4 {
    padding: 1.5rem !important;
}
html[dir="rtl"] .pt-4,
html[dir="rtl"] .py-4 {
    padding-top: 1.5rem !important;
}
html[dir="rtl"] .pe-4 {
    padding-right: unset !important;
    padding-left: 1.5rem !important;
}
html[dir="rtl"] .pb-4,
html[dir="rtl"] .py-4 {
    padding-bottom: 1.5rem !important;
}
html[dir="rtl"] .ps-4 {
    padding-left: unset !important;
    padding-right: 1.5rem !important;
}
html[dir="rtl"] .p-5 {
    padding: 3rem !important;
}
html[dir="rtl"] .pt-5,
html[dir="rtl"] .py-5 {
    padding-top: 3rem !important;
}
html[dir="rtl"] .pe-5 {
    padding-right: unset !important;
    padding-left: 3rem !important;
}
html[dir="rtl"] .pb-5,
html[dir="rtl"] .py-5 {
    padding-bottom: 3rem !important;
}
html[dir="rtl"] .ps-5 {
    padding-left: unset !important;
    padding-right: 3rem !important;
}
html[dir="rtl"] .m-n1 {
    margin: -0.25rem !important;
}
html[dir="rtl"] .mt-n1,
html[dir="rtl"] .my-n1 {
    margin-top: -0.25rem !important;
}
html[dir="rtl"] .me-n1,
html[dir="rtl"] .mx-n1 {
    margin-right: unset !important;
    margin-left: -0.25rem !important;
}
html[dir="rtl"] .mb-n1,
html[dir="rtl"] .my-n1 {
    margin-bottom: -0.25rem !important;
}
html[dir="rtl"] .ms-n1,
html[dir="rtl"] .mx-n1 {
    margin-left: unset !important;
    margin-right: -0.25rem !important;
}
html[dir="rtl"] .m-n2 {
    margin: -0.5rem !important;
}
html[dir="rtl"] .mt-n2,
html[dir="rtl"] .my-n2 {
    margin-top: -0.5rem !important;
}
html[dir="rtl"] .me-n2,
html[dir="rtl"] .mx-n2 {
    margin-right: unset !important;
    margin-left: -0.5rem !important;
}
html[dir="rtl"] .mb-n2,
html[dir="rtl"] .my-n2 {
    margin-bottom: -0.5rem !important;
}
html[dir="rtl"] .ms-n2,
html[dir="rtl"] .mx-n2 {
    margin-left: unset !important;
    margin-right: -0.5rem !important;
}
html[dir="rtl"] .m-n3 {
    margin: -1rem !important;
}
html[dir="rtl"] .mt-n3,
html[dir="rtl"] .my-n3 {
    margin-top: -1rem !important;
}
html[dir="rtl"] .me-n3,
html[dir="rtl"] .mx-n3 {
    margin-right: unset !important;
    margin-left: -1rem !important;
}
html[dir="rtl"] .mb-n3,
html[dir="rtl"] .my-n3 {
    margin-bottom: -1rem !important;
}
html[dir="rtl"] .ms-n3,
html[dir="rtl"] .mx-n3 {
    margin-left: unset !important;
    margin-right: -1rem !important;
}
html[dir="rtl"] .m-n4 {
    margin: -1.5rem !important;
}
html[dir="rtl"] .mt-n4,
html[dir="rtl"] .my-n4 {
    margin-top: -1.5rem !important;
}
html[dir="rtl"] .me-n4,
html[dir="rtl"] .mx-n4 {
    margin-right: unset !important;
    margin-left: -1.5rem !important;
}
html[dir="rtl"] .mb-n4,
html[dir="rtl"] .my-n4 {
    margin-bottom: -1.5rem !important;
}
html[dir="rtl"] .ms-n4,
html[dir="rtl"] .mx-n4 {
    margin-left: unset !important;
    margin-right: -1.5rem !important;
}
html[dir="rtl"] .m-n5 {
    margin: -3rem !important;
}
html[dir="rtl"] .mt-n5,
html[dir="rtl"] .my-n5 {
    margin-top: -3rem !important;
}
html[dir="rtl"] .me-n5,
html[dir="rtl"] .mx-n5 {
    margin-right: unset !important;
    margin-left: -3rem !important;
}
html[dir="rtl"] .mb-n5,
html[dir="rtl"] .my-n5 {
    margin-bottom: -3rem !important;
}
html[dir="rtl"] .ms-n5,
html[dir="rtl"] .mx-n5 {
    margin-left: unset !important;
    margin-right: -3rem !important;
}
html[dir="rtl"] .m-auto {
    margin: auto !important;
}
html[dir="rtl"] .mt-auto,
html[dir="rtl"] .my-auto {
    margin-top: auto !important;
}
html[dir="rtl"] .me-auto,
html[dir="rtl"] .mx-auto {
    margin-right: unset !important;
    margin-left: auto !important;
}
html[dir="rtl"] .mb-auto,
html[dir="rtl"] .my-auto {
    margin-bottom: auto !important;
}
html[dir="rtl"] .ms-auto,
html[dir="rtl"] .mx-auto {
    margin-left: unset !important;
    margin-right: auto !important;
}
@media (min-width: 576px) {
    html[dir="rtl"] .m-sm-0 {
        margin: 0 !important;
    }
    html[dir="rtl"] .mt-sm-0,
    html[dir="rtl"] .my-sm-0 {
        margin-top: 0 !important;
    }
    html[dir="rtl"] .me-sm-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }
    html[dir="rtl"] .mb-sm-0,
    html[dir="rtl"] .my-sm-0 {
        margin-bottom: 0 !important;
    }
    html[dir="rtl"] .ms-sm-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }
    html[dir="rtl"] .m-sm-1 {
        margin: 0.25rem !important;
    }
    html[dir="rtl"] .mt-sm-1,
    html[dir="rtl"] .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    html[dir="rtl"] .me-sm-1 {
        margin-right: unset !important;
        margin-left: 0.25rem !important;
    }
    html[dir="rtl"] .mb-sm-1,
    html[dir="rtl"] .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    html[dir="rtl"] .ms-sm-1 {
        margin-left: unset !important;
        margin-right: 0.25rem !important;
    }
    html[dir="rtl"] .m-sm-2 {
        margin: 0.5rem !important;
    }
    html[dir="rtl"] .mt-sm-2,
    html[dir="rtl"] .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    html[dir="rtl"] .me-sm-2 {
        margin-right: unset !important;
        margin-left: 0.5rem !important;
    }
    html[dir="rtl"] .mb-sm-2,
    html[dir="rtl"] .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    html[dir="rtl"] .ms-sm-2 {
        margin-left: unset !important;
        margin-right: 0.5rem !important;
    }
    html[dir="rtl"] .m-sm-3 {
        margin: 1rem !important;
    }
    html[dir="rtl"] .mt-sm-3,
    html[dir="rtl"] .my-sm-3 {
        margin-top: 1rem !important;
    }
    html[dir="rtl"] .me-sm-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }
    html[dir="rtl"] .mb-sm-3,
    html[dir="rtl"] .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    html[dir="rtl"] .ms-sm-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }
    html[dir="rtl"] .m-sm-4 {
        margin: 1.5rem !important;
    }
    html[dir="rtl"] .mt-sm-4,
    html[dir="rtl"] .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    html[dir="rtl"] .me-sm-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }
    html[dir="rtl"] .mb-sm-4,
    html[dir="rtl"] .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    html[dir="rtl"] .ms-sm-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }
    html[dir="rtl"] .m-sm-5 {
        margin: 3rem !important;
    }
    html[dir="rtl"] .mt-sm-5,
    html[dir="rtl"] .my-sm-5 {
        margin-top: 3rem !important;
    }
    html[dir="rtl"] .me-sm-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }
    html[dir="rtl"] .mb-sm-5,
    html[dir="rtl"] .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    html[dir="rtl"] .ms-sm-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }
    html[dir="rtl"] .p-sm-0 {
        padding: 0 !important;
    }
    html[dir="rtl"] .pt-sm-0,
    html[dir="rtl"] .py-sm-0 {
        padding-top: 0 !important;
    }
    html[dir="rtl"] .pe-sm-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }
    html[dir="rtl"] .pb-sm-0,
    html[dir="rtl"] .py-sm-0 {
        padding-bottom: 0 !important;
    }
    html[dir="rtl"] .ps-sm-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }
    html[dir="rtl"] .p-sm-1 {
        padding: 0.25rem !important;
    }
    html[dir="rtl"] .pt-sm-1,
    html[dir="rtl"] .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    html[dir="rtl"] .pe-sm-1 {
        padding-right: unset !important;
        padding-left: 0.25rem !important;
    }
    html[dir="rtl"] .pb-sm-1,
    html[dir="rtl"] .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    html[dir="rtl"] .ps-sm-1 {
        padding-left: unset !important;
        padding-right: 0.25rem !important;
    }
    html[dir="rtl"] .p-sm-2 {
        padding: 0.5rem !important;
    }
    html[dir="rtl"] .pt-sm-2,
    html[dir="rtl"] .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    html[dir="rtl"] .pe-sm-2 {
        padding-right: unset !important;
        padding-left: 0.5rem !important;
    }
    html[dir="rtl"] .pb-sm-2,
    html[dir="rtl"] .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    html[dir="rtl"] .ps-sm-2 {
        padding-left: unset !important;
        padding-right: 0.5rem !important;
    }
    html[dir="rtl"] .p-sm-3 {
        padding: 1rem !important;
    }
    html[dir="rtl"] .pt-sm-3,
    html[dir="rtl"] .py-sm-3 {
        padding-top: 1rem !important;
    }
    html[dir="rtl"] .pe-sm-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }
    html[dir="rtl"] .pb-sm-3,
    html[dir="rtl"] .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    html[dir="rtl"] .ps-sm-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }
    html[dir="rtl"] .p-sm-4 {
        padding: 1.5rem !important;
    }
    html[dir="rtl"] .pt-sm-4,
    html[dir="rtl"] .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    html[dir="rtl"] .pe-sm-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }
    html[dir="rtl"] .pb-sm-4,
    html[dir="rtl"] .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    html[dir="rtl"] .ps-sm-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }
    html[dir="rtl"] .p-sm-5 {
        padding: 3rem !important;
    }
    html[dir="rtl"] .pt-sm-5,
    html[dir="rtl"] .py-sm-5 {
        padding-top: 3rem !important;
    }
    html[dir="rtl"] .pe-sm-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }
    html[dir="rtl"] .pb-sm-5,
    html[dir="rtl"] .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    html[dir="rtl"] .ps-sm-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }
    html[dir="rtl"] .m-sm-n1 {
        margin: -0.25rem !important;
    }
    html[dir="rtl"] .mt-sm-n1,
    html[dir="rtl"] .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    html[dir="rtl"] .me-sm-n1,
    html[dir="rtl"] .mx-sm-n1 {
        margin-right: unset !important;
        margin-left: -0.25rem !important;
    }
    html[dir="rtl"] .mb-sm-n1,
    html[dir="rtl"] .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    html[dir="rtl"] .ms-sm-n1,
    html[dir="rtl"] .mx-sm-n1 {
        margin-left: unset !important;
        margin-right: -0.25rem !important;
    }
    html[dir="rtl"] .m-sm-n2 {
        margin: -0.5rem !important;
    }
    html[dir="rtl"] .mt-sm-n2,
    html[dir="rtl"] .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    html[dir="rtl"] .me-sm-n2,
    html[dir="rtl"] .mx-sm-n2 {
        margin-right: unset !important;
        margin-left: -0.5rem !important;
    }
    html[dir="rtl"] .mb-sm-n2,
    html[dir="rtl"] .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    html[dir="rtl"] .ms-sm-n2,
    html[dir="rtl"] .mx-sm-n2 {
        margin-left: unset !important;
        margin-right: -0.5rem !important;
    }
    html[dir="rtl"] .m-sm-n3 {
        margin: -1rem !important;
    }
    html[dir="rtl"] .mt-sm-n3,
    html[dir="rtl"] .my-sm-n3 {
        margin-top: -1rem !important;
    }
    html[dir="rtl"] .me-sm-n3,
    html[dir="rtl"] .mx-sm-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }
    html[dir="rtl"] .mb-sm-n3,
    html[dir="rtl"] .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    html[dir="rtl"] .ms-sm-n3,
    html[dir="rtl"] .mx-sm-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }
    html[dir="rtl"] .m-sm-n4 {
        margin: -1.5rem !important;
    }
    html[dir="rtl"] .mt-sm-n4,
    html[dir="rtl"] .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    html[dir="rtl"] .me-sm-n4,
    html[dir="rtl"] .mx-sm-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }
    html[dir="rtl"] .mb-sm-n4,
    html[dir="rtl"] .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    html[dir="rtl"] .ms-sm-n4,
    html[dir="rtl"] .mx-sm-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }
    html[dir="rtl"] .m-sm-n5 {
        margin: -3rem !important;
    }
    html[dir="rtl"] .mt-sm-n5,
    html[dir="rtl"] .my-sm-n5 {
        margin-top: -3rem !important;
    }
    html[dir="rtl"] .me-sm-n5,
    html[dir="rtl"] .mx-sm-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }
    html[dir="rtl"] .mb-sm-n5,
    html[dir="rtl"] .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    html[dir="rtl"] .ms-sm-n5,
    html[dir="rtl"] .mx-sm-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }
    html[dir="rtl"] .m-sm-auto {
        margin: auto !important;
    }
    html[dir="rtl"] .mt-sm-auto,
    html[dir="rtl"] .my-sm-auto {
        margin-top: auto !important;
    }
    html[dir="rtl"] .me-sm-auto,
    html[dir="rtl"] .mx-sm-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }
    html[dir="rtl"] .mb-sm-auto,
    html[dir="rtl"] .my-sm-auto {
        margin-bottom: auto !important;
    }
    html[dir="rtl"] .ms-sm-auto,
    html[dir="rtl"] .mx-sm-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}
@media (min-width: 768px) {
    html[dir="rtl"] .m-md-0 {
        margin: 0 !important;
    }
    html[dir="rtl"] .mt-md-0,
    html[dir="rtl"] .my-md-0 {
        margin-top: 0 !important;
    }
    html[dir="rtl"] .me-md-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }
    html[dir="rtl"] .mb-md-0,
    html[dir="rtl"] .my-md-0 {
        margin-bottom: 0 !important;
    }
    html[dir="rtl"] .ms-md-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }
    html[dir="rtl"] .m-md-1 {
        margin: 0.25rem !important;
    }
    html[dir="rtl"] .mt-md-1,
    html[dir="rtl"] .my-md-1 {
        margin-top: 0.25rem !important;
    }
    html[dir="rtl"] .me-md-1 {
        margin-right: unset !important;
        margin-left: 0.25rem !important;
    }
    html[dir="rtl"] .mb-md-1,
    html[dir="rtl"] .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    html[dir="rtl"] .ms-md-1 {
        margin-left: unset !important;
        margin-right: 0.25rem !important;
    }
    html[dir="rtl"] .m-md-2 {
        margin: 0.5rem !important;
    }
    html[dir="rtl"] .mt-md-2,
    html[dir="rtl"] .my-md-2 {
        margin-top: 0.5rem !important;
    }
    html[dir="rtl"] .me-md-2 {
        margin-right: unset !important;
        margin-left: 0.5rem !important;
    }
    html[dir="rtl"] .mb-md-2,
    html[dir="rtl"] .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    html[dir="rtl"] .ms-md-2 {
        margin-left: unset !important;
        margin-right: 0.5rem !important;
    }
    html[dir="rtl"] .m-md-3 {
        margin: 1rem !important;
    }
    html[dir="rtl"] .mt-md-3,
    html[dir="rtl"] .my-md-3 {
        margin-top: 1rem !important;
    }
    html[dir="rtl"] .me-md-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }
    html[dir="rtl"] .mb-md-3,
    html[dir="rtl"] .my-md-3 {
        margin-bottom: 1rem !important;
    }
    html[dir="rtl"] .ms-md-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }
    html[dir="rtl"] .m-md-4 {
        margin: 1.5rem !important;
    }
    html[dir="rtl"] .mt-md-4,
    html[dir="rtl"] .my-md-4 {
        margin-top: 1.5rem !important;
    }
    html[dir="rtl"] .me-md-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }
    html[dir="rtl"] .mb-md-4,
    html[dir="rtl"] .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    html[dir="rtl"] .ms-md-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }
    html[dir="rtl"] .m-md-5 {
        margin: 3rem !important;
    }
    html[dir="rtl"] .mt-md-5,
    html[dir="rtl"] .my-md-5 {
        margin-top: 3rem !important;
    }
    html[dir="rtl"] .me-md-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }
    html[dir="rtl"] .mb-md-5,
    html[dir="rtl"] .my-md-5 {
        margin-bottom: 3rem !important;
    }
    html[dir="rtl"] .ms-md-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }
    html[dir="rtl"] .p-md-0 {
        padding: 0 !important;
    }
    html[dir="rtl"] .pt-md-0,
    html[dir="rtl"] .py-md-0 {
        padding-top: 0 !important;
    }
    html[dir="rtl"] .pe-md-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }
    html[dir="rtl"] .pb-md-0,
    html[dir="rtl"] .py-md-0 {
        padding-bottom: 0 !important;
    }
    html[dir="rtl"] .ps-md-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }
    html[dir="rtl"] .p-md-1 {
        padding: 0.25rem !important;
    }
    html[dir="rtl"] .pt-md-1,
    html[dir="rtl"] .py-md-1 {
        padding-top: 0.25rem !important;
    }
    html[dir="rtl"] .pe-md-1 {
        padding-right: unset !important;
        padding-left: 0.25rem !important;
    }
    html[dir="rtl"] .pb-md-1,
    html[dir="rtl"] .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    html[dir="rtl"] .ps-md-1 {
        padding-left: unset !important;
        padding-right: 0.25rem !important;
    }
    html[dir="rtl"] .p-md-2 {
        padding: 0.5rem !important;
    }
    html[dir="rtl"] .pt-md-2,
    html[dir="rtl"] .py-md-2 {
        padding-top: 0.5rem !important;
    }
    html[dir="rtl"] .pe-md-2 {
        padding-right: unset !important;
        padding-left: 0.5rem !important;
    }
    html[dir="rtl"] .pb-md-2,
    html[dir="rtl"] .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    html[dir="rtl"] .ps-md-2 {
        padding-left: unset !important;
        padding-right: 0.5rem !important;
    }
    html[dir="rtl"] .p-md-3 {
        padding: 1rem !important;
    }
    html[dir="rtl"] .pt-md-3,
    html[dir="rtl"] .py-md-3 {
        padding-top: 1rem !important;
    }
    html[dir="rtl"] .pe-md-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }
    html[dir="rtl"] .pb-md-3,
    html[dir="rtl"] .py-md-3 {
        padding-bottom: 1rem !important;
    }
    html[dir="rtl"] .ps-md-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }
    html[dir="rtl"] .p-md-4 {
        padding: 1.5rem !important;
    }
    html[dir="rtl"] .pt-md-4,
    html[dir="rtl"] .py-md-4 {
        padding-top: 1.5rem !important;
    }
    html[dir="rtl"] .pe-md-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }
    html[dir="rtl"] .pb-md-4,
    html[dir="rtl"] .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    html[dir="rtl"] .ps-md-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }
    html[dir="rtl"] .p-md-5 {
        padding: 3rem !important;
    }
    html[dir="rtl"] .pt-md-5,
    html[dir="rtl"] .py-md-5 {
        padding-top: 3rem !important;
    }
    html[dir="rtl"] .pe-md-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }
    html[dir="rtl"] .pb-md-5,
    html[dir="rtl"] .py-md-5 {
        padding-bottom: 3rem !important;
    }
    html[dir="rtl"] .ps-md-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }
    html[dir="rtl"] .m-md-n1 {
        margin: -0.25rem !important;
    }
    html[dir="rtl"] .mt-md-n1,
    html[dir="rtl"] .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    html[dir="rtl"] .me-md-n1,
    html[dir="rtl"] .mx-md-n1 {
        margin-right: unset !important;
        margin-left: -0.25rem !important;
    }
    html[dir="rtl"] .mb-md-n1,
    html[dir="rtl"] .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    html[dir="rtl"] .ms-md-n1,
    html[dir="rtl"] .mx-md-n1 {
        margin-left: unset !important;
        margin-right: -0.25rem !important;
    }
    html[dir="rtl"] .m-md-n2 {
        margin: -0.5rem !important;
    }
    html[dir="rtl"] .mt-md-n2,
    html[dir="rtl"] .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    html[dir="rtl"] .me-md-n2,
    html[dir="rtl"] .mx-md-n2 {
        margin-right: unset !important;
        margin-left: -0.5rem !important;
    }
    html[dir="rtl"] .mb-md-n2,
    html[dir="rtl"] .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    html[dir="rtl"] .ms-md-n2,
    html[dir="rtl"] .mx-md-n2 {
        margin-left: unset !important;
        margin-right: -0.5rem !important;
    }
    html[dir="rtl"] .m-md-n3 {
        margin: -1rem !important;
    }
    html[dir="rtl"] .mt-md-n3,
    html[dir="rtl"] .my-md-n3 {
        margin-top: -1rem !important;
    }
    html[dir="rtl"] .me-md-n3,
    html[dir="rtl"] .mx-md-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }
    html[dir="rtl"] .mb-md-n3,
    html[dir="rtl"] .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    html[dir="rtl"] .ms-md-n3,
    html[dir="rtl"] .mx-md-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }
    html[dir="rtl"] .m-md-n4 {
        margin: -1.5rem !important;
    }
    html[dir="rtl"] .mt-md-n4,
    html[dir="rtl"] .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    html[dir="rtl"] .me-md-n4,
    html[dir="rtl"] .mx-md-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }
    html[dir="rtl"] .mb-md-n4,
    html[dir="rtl"] .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    html[dir="rtl"] .ms-md-n4,
    html[dir="rtl"] .mx-md-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }
    html[dir="rtl"] .m-md-n5 {
        margin: -3rem !important;
    }
    html[dir="rtl"] .mt-md-n5,
    html[dir="rtl"] .my-md-n5 {
        margin-top: -3rem !important;
    }
    html[dir="rtl"] .me-md-n5,
    html[dir="rtl"] .mx-md-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }
    html[dir="rtl"] .mb-md-n5,
    html[dir="rtl"] .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    html[dir="rtl"] .ms-md-n5,
    html[dir="rtl"] .mx-md-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }
    html[dir="rtl"] .m-md-auto {
        margin: auto !important;
    }
    html[dir="rtl"] .mt-md-auto,
    html[dir="rtl"] .my-md-auto {
        margin-top: auto !important;
    }
    html[dir="rtl"] .me-md-auto,
    html[dir="rtl"] .mx-md-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }
    html[dir="rtl"] .mb-md-auto,
    html[dir="rtl"] .my-md-auto {
        margin-bottom: auto !important;
    }
    html[dir="rtl"] .ms-md-auto,
    html[dir="rtl"] .mx-md-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}
@media (min-width: 992px) {
    html[dir="rtl"] .m-lg-0 {
        margin: 0 !important;
    }
    html[dir="rtl"] .mt-lg-0,
    html[dir="rtl"] .my-lg-0 {
        margin-top: 0 !important;
    }
    html[dir="rtl"] .me-lg-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }
    html[dir="rtl"] .mb-lg-0,
    html[dir="rtl"] .my-lg-0 {
        margin-bottom: 0 !important;
    }
    html[dir="rtl"] .ms-lg-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }
    html[dir="rtl"] .m-lg-1 {
        margin: 0.25rem !important;
    }
    html[dir="rtl"] .mt-lg-1,
    html[dir="rtl"] .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    html[dir="rtl"] .me-lg-1 {
        margin-right: unset !important;
        margin-left: 0.25rem !important;
    }
    html[dir="rtl"] .mb-lg-1,
    html[dir="rtl"] .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    html[dir="rtl"] .ms-lg-1 {
        margin-left: unset !important;
        margin-right: 0.25rem !important;
    }
    html[dir="rtl"] .m-lg-2 {
        margin: 0.5rem !important;
    }
    html[dir="rtl"] .mt-lg-2,
    html[dir="rtl"] .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    html[dir="rtl"] .me-lg-2 {
        margin-right: unset !important;
        margin-left: 0.5rem !important;
    }
    html[dir="rtl"] .mb-lg-2,
    html[dir="rtl"] .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    html[dir="rtl"] .ms-lg-2 {
        margin-left: unset !important;
        margin-right: 0.5rem !important;
    }
    html[dir="rtl"] .m-lg-3 {
        margin: 1rem !important;
    }
    html[dir="rtl"] .mt-lg-3,
    html[dir="rtl"] .my-lg-3 {
        margin-top: 1rem !important;
    }
    html[dir="rtl"] .me-lg-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }
    html[dir="rtl"] .mb-lg-3,
    html[dir="rtl"] .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    html[dir="rtl"] .ms-lg-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }
    html[dir="rtl"] .m-lg-4 {
        margin: 1.5rem !important;
    }
    html[dir="rtl"] .mt-lg-4,
    html[dir="rtl"] .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    html[dir="rtl"] .me-lg-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }
    html[dir="rtl"] .mb-lg-4,
    html[dir="rtl"] .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    html[dir="rtl"] .ms-lg-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }
    html[dir="rtl"] .m-lg-5 {
        margin: 3rem !important;
    }
    html[dir="rtl"] .mt-lg-5,
    html[dir="rtl"] .my-lg-5 {
        margin-top: 3rem !important;
    }
    html[dir="rtl"] .me-lg-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }
    html[dir="rtl"] .mb-lg-5,
    html[dir="rtl"] .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    html[dir="rtl"] .ms-lg-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }
    html[dir="rtl"] .p-lg-0 {
        padding: 0 !important;
    }
    html[dir="rtl"] .pt-lg-0,
    html[dir="rtl"] .py-lg-0 {
        padding-top: 0 !important;
    }
    html[dir="rtl"] .pe-lg-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }
    html[dir="rtl"] .pb-lg-0,
    html[dir="rtl"] .py-lg-0 {
        padding-bottom: 0 !important;
    }
    html[dir="rtl"] .ps-lg-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }
    html[dir="rtl"] .p-lg-1 {
        padding: 0.25rem !important;
    }
    html[dir="rtl"] .pt-lg-1,
    html[dir="rtl"] .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    html[dir="rtl"] .pe-lg-1 {
        padding-right: unset !important;
        padding-left: 0.25rem !important;
    }
    html[dir="rtl"] .pb-lg-1,
    html[dir="rtl"] .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    html[dir="rtl"] .ps-lg-1 {
        padding-left: unset !important;
        padding-right: 0.25rem !important;
    }
    html[dir="rtl"] .p-lg-2 {
        padding: 0.5rem !important;
    }
    html[dir="rtl"] .pt-lg-2,
    html[dir="rtl"] .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    html[dir="rtl"] .pe-lg-2 {
        padding-right: unset !important;
        padding-left: 0.5rem !important;
    }
    html[dir="rtl"] .pb-lg-2,
    html[dir="rtl"] .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    html[dir="rtl"] .ps-lg-2 {
        padding-left: unset !important;
        padding-right: 0.5rem !important;
    }
    html[dir="rtl"] .p-lg-3 {
        padding: 1rem !important;
    }
    html[dir="rtl"] .pt-lg-3,
    html[dir="rtl"] .py-lg-3 {
        padding-top: 1rem !important;
    }
    html[dir="rtl"] .pe-lg-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }
    html[dir="rtl"] .pb-lg-3,
    html[dir="rtl"] .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    html[dir="rtl"] .ps-lg-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }
    html[dir="rtl"] .p-lg-4 {
        padding: 1.5rem !important;
    }
    html[dir="rtl"] .pt-lg-4,
    html[dir="rtl"] .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    html[dir="rtl"] .pe-lg-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }
    html[dir="rtl"] .pb-lg-4,
    html[dir="rtl"] .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    html[dir="rtl"] .ps-lg-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }
    html[dir="rtl"] .p-lg-5 {
        padding: 3rem !important;
    }
    html[dir="rtl"] .pt-lg-5,
    html[dir="rtl"] .py-lg-5 {
        padding-top: 3rem !important;
    }
    html[dir="rtl"] .pe-lg-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }
    html[dir="rtl"] .pb-lg-5,
    html[dir="rtl"] .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    html[dir="rtl"] .ps-lg-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }
    html[dir="rtl"] .m-lg-n1 {
        margin: -0.25rem !important;
    }
    html[dir="rtl"] .mt-lg-n1,
    html[dir="rtl"] .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    html[dir="rtl"] .me-lg-n1,
    html[dir="rtl"] .mx-lg-n1 {
        margin-right: unset !important;
        margin-left: -0.25rem !important;
    }
    html[dir="rtl"] .mb-lg-n1,
    html[dir="rtl"] .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    html[dir="rtl"] .ms-lg-n1,
    html[dir="rtl"] .mx-lg-n1 {
        margin-left: unset !important;
        margin-right: -0.25rem !important;
    }
    html[dir="rtl"] .m-lg-n2 {
        margin: -0.5rem !important;
    }
    html[dir="rtl"] .mt-lg-n2,
    html[dir="rtl"] .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    html[dir="rtl"] .me-lg-n2,
    html[dir="rtl"] .mx-lg-n2 {
        margin-right: unset !important;
        margin-left: -0.5rem !important;
    }
    html[dir="rtl"] .mb-lg-n2,
    html[dir="rtl"] .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    html[dir="rtl"] .ms-lg-n2,
    html[dir="rtl"] .mx-lg-n2 {
        margin-left: unset !important;
        margin-right: -0.5rem !important;
    }
    html[dir="rtl"] .m-lg-n3 {
        margin: -1rem !important;
    }
    html[dir="rtl"] .mt-lg-n3,
    html[dir="rtl"] .my-lg-n3 {
        margin-top: -1rem !important;
    }
    html[dir="rtl"] .me-lg-n3,
    html[dir="rtl"] .mx-lg-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }
    html[dir="rtl"] .mb-lg-n3,
    html[dir="rtl"] .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    html[dir="rtl"] .ms-lg-n3,
    html[dir="rtl"] .mx-lg-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }
    html[dir="rtl"] .m-lg-n4 {
        margin: -1.5rem !important;
    }
    html[dir="rtl"] .mt-lg-n4,
    html[dir="rtl"] .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    html[dir="rtl"] .me-lg-n4,
    html[dir="rtl"] .mx-lg-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }
    html[dir="rtl"] .mb-lg-n4,
    html[dir="rtl"] .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    html[dir="rtl"] .ms-lg-n4,
    html[dir="rtl"] .mx-lg-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }
    html[dir="rtl"] .m-lg-n5 {
        margin: -3rem !important;
    }
    html[dir="rtl"] .mt-lg-n5,
    html[dir="rtl"] .my-lg-n5 {
        margin-top: -3rem !important;
    }
    html[dir="rtl"] .me-lg-n5,
    html[dir="rtl"] .mx-lg-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }
    html[dir="rtl"] .mb-lg-n5,
    html[dir="rtl"] .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    html[dir="rtl"] .ms-lg-n5,
    html[dir="rtl"] .mx-lg-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }
    html[dir="rtl"] .m-lg-auto {
        margin: auto !important;
    }
    html[dir="rtl"] .mt-lg-auto,
    html[dir="rtl"] .my-lg-auto {
        margin-top: auto !important;
    }
    html[dir="rtl"] .me-lg-auto,
    html[dir="rtl"] .mx-lg-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }
    html[dir="rtl"] .mb-lg-auto,
    html[dir="rtl"] .my-lg-auto {
        margin-bottom: auto !important;
    }
    html[dir="rtl"] .ms-lg-auto,
    html[dir="rtl"] .mx-lg-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}
@media (min-width: 1600px) {
    html[dir="rtl"] .m-xl-0 {
        margin: 0 !important;
    }
    html[dir="rtl"] .mt-xl-0,
    html[dir="rtl"] .my-xl-0 {
        margin-top: 0 !important;
    }
    html[dir="rtl"] .me-xl-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }
    html[dir="rtl"] .mb-xl-0,
    html[dir="rtl"] .my-xl-0 {
        margin-bottom: 0 !important;
    }
    html[dir="rtl"] .ms-xl-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }
    html[dir="rtl"] .m-xl-1 {
        margin: 0.25rem !important;
    }
    html[dir="rtl"] .mt-xl-1,
    html[dir="rtl"] .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    html[dir="rtl"] .me-xl-1 {
        margin-right: unset !important;
        margin-left: 0.25rem !important;
    }
    html[dir="rtl"] .mb-xl-1,
    html[dir="rtl"] .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    html[dir="rtl"] .ms-xl-1 {
        margin-left: unset !important;
        margin-right: 0.25rem !important;
    }
    html[dir="rtl"] .m-xl-2 {
        margin: 0.5rem !important;
    }
    html[dir="rtl"] .mt-xl-2,
    html[dir="rtl"] .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    html[dir="rtl"] .me-xl-2 {
        margin-right: unset !important;
        margin-left: 0.5rem !important;
    }
    html[dir="rtl"] .mb-xl-2,
    html[dir="rtl"] .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    html[dir="rtl"] .ms-xl-2 {
        margin-left: unset !important;
        margin-right: 0.5rem !important;
    }
    html[dir="rtl"] .m-xl-3 {
        margin: 1rem !important;
    }
    html[dir="rtl"] .mt-xl-3,
    html[dir="rtl"] .my-xl-3 {
        margin-top: 1rem !important;
    }
    html[dir="rtl"] .me-xl-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }
    html[dir="rtl"] .mb-xl-3,
    html[dir="rtl"] .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    html[dir="rtl"] .ms-xl-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }
    html[dir="rtl"] .m-xl-4 {
        margin: 1.5rem !important;
    }
    html[dir="rtl"] .mt-xl-4,
    html[dir="rtl"] .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    html[dir="rtl"] .me-xl-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }
    html[dir="rtl"] .mb-xl-4,
    html[dir="rtl"] .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    html[dir="rtl"] .ms-xl-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }
    html[dir="rtl"] .m-xl-5 {
        margin: 3rem !important;
    }
    html[dir="rtl"] .mt-xl-5,
    html[dir="rtl"] .my-xl-5 {
        margin-top: 3rem !important;
    }
    html[dir="rtl"] .me-xl-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }
    html[dir="rtl"] .mb-xl-5,
    html[dir="rtl"] .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    html[dir="rtl"] .ms-xl-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }
    html[dir="rtl"] .p-xl-0 {
        padding: 0 !important;
    }
    html[dir="rtl"] .pt-xl-0,
    html[dir="rtl"] .py-xl-0 {
        padding-top: 0 !important;
    }
    html[dir="rtl"] .pe-xl-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }
    html[dir="rtl"] .pb-xl-0,
    html[dir="rtl"] .py-xl-0 {
        padding-bottom: 0 !important;
    }
    html[dir="rtl"] .ps-xl-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }
    html[dir="rtl"] .p-xl-1 {
        padding: 0.25rem !important;
    }
    html[dir="rtl"] .pt-xl-1,
    html[dir="rtl"] .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    html[dir="rtl"] .pe-xl-1 {
        padding-right: unset !important;
        padding-left: 0.25rem !important;
    }
    html[dir="rtl"] .pb-xl-1,
    html[dir="rtl"] .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    html[dir="rtl"] .ps-xl-1 {
        padding-left: unset !important;
        padding-right: 0.25rem !important;
    }
    html[dir="rtl"] .p-xl-2 {
        padding: 0.5rem !important;
    }
    html[dir="rtl"] .pt-xl-2,
    html[dir="rtl"] .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    html[dir="rtl"] .pe-xl-2 {
        padding-right: unset !important;
        padding-left: 0.5rem !important;
    }
    html[dir="rtl"] .pb-xl-2,
    html[dir="rtl"] .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    html[dir="rtl"] .ps-xl-2 {
        padding-left: unset !important;
        padding-right: 0.5rem !important;
    }
    html[dir="rtl"] .p-xl-3 {
        padding: 1rem !important;
    }
    html[dir="rtl"] .pt-xl-3,
    html[dir="rtl"] .py-xl-3 {
        padding-top: 1rem !important;
    }
    html[dir="rtl"] .pe-xl-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }
    html[dir="rtl"] .pb-xl-3,
    html[dir="rtl"] .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    html[dir="rtl"] .ps-xl-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }
    html[dir="rtl"] .p-xl-4 {
        padding: 1.5rem !important;
    }
    html[dir="rtl"] .pt-xl-4,
    html[dir="rtl"] .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    html[dir="rtl"] .pe-xl-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }
    html[dir="rtl"] .pb-xl-4,
    html[dir="rtl"] .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    html[dir="rtl"] .ps-xl-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }
    html[dir="rtl"] .p-xl-5 {
        padding: 3rem !important;
    }
    html[dir="rtl"] .pt-xl-5,
    html[dir="rtl"] .py-xl-5 {
        padding-top: 3rem !important;
    }
    html[dir="rtl"] .pe-xl-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }
    html[dir="rtl"] .pb-xl-5,
    html[dir="rtl"] .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    html[dir="rtl"] .ps-xl-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }
    html[dir="rtl"] .m-xl-n1 {
        margin: -0.25rem !important;
    }
    html[dir="rtl"] .mt-xl-n1,
    html[dir="rtl"] .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    html[dir="rtl"] .me-xl-n1,
    html[dir="rtl"] .mx-xl-n1 {
        margin-right: unset !important;
        margin-left: -0.25rem !important;
    }
    html[dir="rtl"] .mb-xl-n1,
    html[dir="rtl"] .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    html[dir="rtl"] .ms-xl-n1,
    html[dir="rtl"] .mx-xl-n1 {
        margin-left: unset !important;
        margin-right: -0.25rem !important;
    }
    html[dir="rtl"] .m-xl-n2 {
        margin: -0.5rem !important;
    }
    html[dir="rtl"] .mt-xl-n2,
    html[dir="rtl"] .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    html[dir="rtl"] .me-xl-n2,
    html[dir="rtl"] .mx-xl-n2 {
        margin-right: unset !important;
        margin-left: -0.5rem !important;
    }
    html[dir="rtl"] .mb-xl-n2,
    html[dir="rtl"] .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    html[dir="rtl"] .ms-xl-n2,
    html[dir="rtl"] .mx-xl-n2 {
        margin-left: unset !important;
        margin-right: -0.5rem !important;
    }
    html[dir="rtl"] .m-xl-n3 {
        margin: -1rem !important;
    }
    html[dir="rtl"] .mt-xl-n3,
    html[dir="rtl"] .my-xl-n3 {
        margin-top: -1rem !important;
    }
    html[dir="rtl"] .me-xl-n3,
    html[dir="rtl"] .mx-xl-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }
    html[dir="rtl"] .mb-xl-n3,
    html[dir="rtl"] .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    html[dir="rtl"] .ms-xl-n3,
    html[dir="rtl"] .mx-xl-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }
    html[dir="rtl"] .m-xl-n4 {
        margin: -1.5rem !important;
    }
    html[dir="rtl"] .mt-xl-n4,
    html[dir="rtl"] .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    html[dir="rtl"] .me-xl-n4,
    html[dir="rtl"] .mx-xl-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }
    html[dir="rtl"] .mb-xl-n4,
    html[dir="rtl"] .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    html[dir="rtl"] .ms-xl-n4,
    html[dir="rtl"] .mx-xl-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }
    html[dir="rtl"] .m-xl-n5 {
        margin: -3rem !important;
    }
    html[dir="rtl"] .mt-xl-n5,
    html[dir="rtl"] .my-xl-n5 {
        margin-top: -3rem !important;
    }
    html[dir="rtl"] .me-xl-n5,
    html[dir="rtl"] .mx-xl-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }
    html[dir="rtl"] .mb-xl-n5,
    html[dir="rtl"] .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    html[dir="rtl"] .ms-xl-n5,
    html[dir="rtl"] .mx-xl-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }
    html[dir="rtl"] .m-xl-auto {
        margin: auto !important;
    }
    html[dir="rtl"] .mt-xl-auto,
    html[dir="rtl"] .my-xl-auto {
        margin-top: auto !important;
    }
    html[dir="rtl"] .me-xl-auto,
    html[dir="rtl"] .mx-xl-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }
    html[dir="rtl"] .mb-xl-auto,
    html[dir="rtl"] .my-xl-auto {
        margin-bottom: auto !important;
    }
    html[dir="rtl"] .ms-xl-auto,
    html[dir="rtl"] .mx-xl-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}
@media (min-width: 1800px) {
    html[dir="rtl"] .m-xxl-0 {
        margin: 0 !important;
    }
    html[dir="rtl"] .mt-xxl-0,
    html[dir="rtl"] .my-xxl-0 {
        margin-top: 0 !important;
    }
    html[dir="rtl"] .me-xxl-0 {
        margin-right: unset !important;
        margin-left: 0 !important;
    }
    html[dir="rtl"] .mb-xxl-0,
    html[dir="rtl"] .my-xxl-0 {
        margin-bottom: 0 !important;
    }
    html[dir="rtl"] .ms-xxl-0 {
        margin-left: unset !important;
        margin-right: 0 !important;
    }
    html[dir="rtl"] .m-xxl-1 {
        margin: 0.25rem !important;
    }
    html[dir="rtl"] .mt-xxl-1,
    html[dir="rtl"] .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    html[dir="rtl"] .me-xxl-1 {
        margin-right: unset !important;
        margin-left: 0.25rem !important;
    }
    html[dir="rtl"] .mb-xxl-1,
    html[dir="rtl"] .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    html[dir="rtl"] .ms-xxl-1 {
        margin-left: unset !important;
        margin-right: 0.25rem !important;
    }
    html[dir="rtl"] .m-xxl-2 {
        margin: 0.5rem !important;
    }
    html[dir="rtl"] .mt-xxl-2,
    html[dir="rtl"] .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    html[dir="rtl"] .me-xxl-2 {
        margin-right: unset !important;
        margin-left: 0.5rem !important;
    }
    html[dir="rtl"] .mb-xxl-2,
    html[dir="rtl"] .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    html[dir="rtl"] .ms-xxl-2 {
        margin-left: unset !important;
        margin-right: 0.5rem !important;
    }
    html[dir="rtl"] .m-xxl-3 {
        margin: 1rem !important;
    }
    html[dir="rtl"] .mt-xxl-3,
    html[dir="rtl"] .my-xxl-3 {
        margin-top: 1rem !important;
    }
    html[dir="rtl"] .me-xxl-3 {
        margin-right: unset !important;
        margin-left: 1rem !important;
    }
    html[dir="rtl"] .mb-xxl-3,
    html[dir="rtl"] .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    html[dir="rtl"] .ms-xxl-3 {
        margin-left: unset !important;
        margin-right: 1rem !important;
    }
    html[dir="rtl"] .m-xxl-4 {
        margin: 1.5rem !important;
    }
    html[dir="rtl"] .mt-xxl-4,
    html[dir="rtl"] .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    html[dir="rtl"] .me-xxl-4 {
        margin-right: unset !important;
        margin-left: 1.5rem !important;
    }
    html[dir="rtl"] .mb-xxl-4,
    html[dir="rtl"] .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    html[dir="rtl"] .ms-xxl-4 {
        margin-left: unset !important;
        margin-right: 1.5rem !important;
    }
    html[dir="rtl"] .m-xxl-5 {
        margin: 3rem !important;
    }
    html[dir="rtl"] .mt-xxl-5,
    html[dir="rtl"] .my-xxl-5 {
        margin-top: 3rem !important;
    }
    html[dir="rtl"] .me-xxl-5 {
        margin-right: unset !important;
        margin-left: 3rem !important;
    }
    html[dir="rtl"] .mb-xxl-5,
    html[dir="rtl"] .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    html[dir="rtl"] .ms-xxl-5 {
        margin-left: unset !important;
        margin-right: 3rem !important;
    }
    html[dir="rtl"] .p-xxl-0 {
        padding: 0 !important;
    }
    html[dir="rtl"] .pt-xxl-0,
    html[dir="rtl"] .py-xxl-0 {
        padding-top: 0 !important;
    }
    html[dir="rtl"] .pe-xxl-0 {
        padding-right: unset !important;
        padding-left: 0 !important;
    }
    html[dir="rtl"] .pb-xxl-0,
    html[dir="rtl"] .py-xxl-0 {
        padding-bottom: 0 !important;
    }
    html[dir="rtl"] .ps-xxl-0 {
        padding-left: unset !important;
        padding-right: 0 !important;
    }
    html[dir="rtl"] .p-xxl-1 {
        padding: 0.25rem !important;
    }
    html[dir="rtl"] .pt-xxl-1,
    html[dir="rtl"] .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    html[dir="rtl"] .pe-xxl-1 {
        padding-right: unset !important;
        padding-left: 0.25rem !important;
    }
    html[dir="rtl"] .pb-xxl-1,
    html[dir="rtl"] .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    html[dir="rtl"] .ps-xxl-1 {
        padding-left: unset !important;
        padding-right: 0.25rem !important;
    }
    html[dir="rtl"] .p-xxl-2 {
        padding: 0.5rem !important;
    }
    html[dir="rtl"] .pt-xxl-2,
    html[dir="rtl"] .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    html[dir="rtl"] .pe-xxl-2 {
        padding-right: unset !important;
        padding-left: 0.5rem !important;
    }
    html[dir="rtl"] .pb-xxl-2,
    html[dir="rtl"] .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    html[dir="rtl"] .ps-xxl-2 {
        padding-left: unset !important;
        padding-right: 0.5rem !important;
    }
    html[dir="rtl"] .p-xxl-3 {
        padding: 1rem !important;
    }
    html[dir="rtl"] .pt-xxl-3,
    html[dir="rtl"] .py-xxl-3 {
        padding-top: 1rem !important;
    }
    html[dir="rtl"] .pe-xxl-3 {
        padding-right: unset !important;
        padding-left: 1rem !important;
    }
    html[dir="rtl"] .pb-xxl-3,
    html[dir="rtl"] .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    html[dir="rtl"] .ps-xxl-3 {
        padding-left: unset !important;
        padding-right: 1rem !important;
    }
    html[dir="rtl"] .p-xxl-4 {
        padding: 1.5rem !important;
    }
    html[dir="rtl"] .pt-xxl-4,
    html[dir="rtl"] .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    html[dir="rtl"] .pe-xxl-4 {
        padding-right: unset !important;
        padding-left: 1.5rem !important;
    }
    html[dir="rtl"] .pb-xxl-4,
    html[dir="rtl"] .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    html[dir="rtl"] .ps-xxl-4 {
        padding-left: unset !important;
        padding-right: 1.5rem !important;
    }
    html[dir="rtl"] .p-xxl-5 {
        padding: 3rem !important;
    }
    html[dir="rtl"] .pt-xxl-5,
    html[dir="rtl"] .py-xxl-5 {
        padding-top: 3rem !important;
    }
    html[dir="rtl"] .pe-xxl-5 {
        padding-right: unset !important;
        padding-left: 3rem !important;
    }
    html[dir="rtl"] .pb-xxl-5,
    html[dir="rtl"] .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    html[dir="rtl"] .ps-xxl-5 {
        padding-left: unset !important;
        padding-right: 3rem !important;
    }
    html[dir="rtl"] .m-xxl-n1 {
        margin: -0.25rem !important;
    }
    html[dir="rtl"] .mt-xxl-n1,
    html[dir="rtl"] .my-xxl-n1 {
        margin-top: -0.25rem !important;
    }
    html[dir="rtl"] .me-xxl-n1,
    html[dir="rtl"] .mx-xxl-n1 {
        margin-right: unset !important;
        margin-left: -0.25rem !important;
    }
    html[dir="rtl"] .mb-xxl-n1,
    html[dir="rtl"] .my-xxl-n1 {
        margin-bottom: -0.25rem !important;
    }
    html[dir="rtl"] .ms-xxl-n1,
    html[dir="rtl"] .mx-xxl-n1 {
        margin-left: unset !important;
        margin-right: -0.25rem !important;
    }
    html[dir="rtl"] .m-xxl-n2 {
        margin: -0.5rem !important;
    }
    html[dir="rtl"] .mt-xxl-n2,
    html[dir="rtl"] .my-xxl-n2 {
        margin-top: -0.5rem !important;
    }
    html[dir="rtl"] .me-xxl-n2,
    html[dir="rtl"] .mx-xxl-n2 {
        margin-right: unset !important;
        margin-left: -0.5rem !important;
    }
    html[dir="rtl"] .mb-xxl-n2,
    html[dir="rtl"] .my-xxl-n2 {
        margin-bottom: -0.5rem !important;
    }
    html[dir="rtl"] .ms-xxl-n2,
    html[dir="rtl"] .mx-xxl-n2 {
        margin-left: unset !important;
        margin-right: -0.5rem !important;
    }
    html[dir="rtl"] .m-xxl-n3 {
        margin: -1rem !important;
    }
    html[dir="rtl"] .mt-xxl-n3,
    html[dir="rtl"] .my-xxl-n3 {
        margin-top: -1rem !important;
    }
    html[dir="rtl"] .me-xxl-n3,
    html[dir="rtl"] .mx-xxl-n3 {
        margin-right: unset !important;
        margin-left: -1rem !important;
    }
    html[dir="rtl"] .mb-xxl-n3,
    html[dir="rtl"] .my-xxl-n3 {
        margin-bottom: -1rem !important;
    }
    html[dir="rtl"] .ms-xxl-n3,
    html[dir="rtl"] .mx-xxl-n3 {
        margin-left: unset !important;
        margin-right: -1rem !important;
    }
    html[dir="rtl"] .m-xxl-n4 {
        margin: -1.5rem !important;
    }
    html[dir="rtl"] .mt-xxl-n4,
    html[dir="rtl"] .my-xxl-n4 {
        margin-top: -1.5rem !important;
    }
    html[dir="rtl"] .me-xxl-n4,
    html[dir="rtl"] .mx-xxl-n4 {
        margin-right: unset !important;
        margin-left: -1.5rem !important;
    }
    html[dir="rtl"] .mb-xxl-n4,
    html[dir="rtl"] .my-xxl-n4 {
        margin-bottom: -1.5rem !important;
    }
    html[dir="rtl"] .ms-xxl-n4,
    html[dir="rtl"] .mx-xxl-n4 {
        margin-left: unset !important;
        margin-right: -1.5rem !important;
    }
    html[dir="rtl"] .m-xxl-n5 {
        margin: -3rem !important;
    }
    html[dir="rtl"] .mt-xxl-n5,
    html[dir="rtl"] .my-xxl-n5 {
        margin-top: -3rem !important;
    }
    html[dir="rtl"] .me-xxl-n5,
    html[dir="rtl"] .mx-xxl-n5 {
        margin-right: unset !important;
        margin-left: -3rem !important;
    }
    html[dir="rtl"] .mb-xxl-n5,
    html[dir="rtl"] .my-xxl-n5 {
        margin-bottom: -3rem !important;
    }
    html[dir="rtl"] .ms-xxl-n5,
    html[dir="rtl"] .mx-xxl-n5 {
        margin-left: unset !important;
        margin-right: -3rem !important;
    }
    html[dir="rtl"] .m-xxl-auto {
        margin: auto !important;
    }
    html[dir="rtl"] .mt-xxl-auto,
    html[dir="rtl"] .my-xxl-auto {
        margin-top: auto !important;
    }
    html[dir="rtl"] .me-xxl-auto,
    html[dir="rtl"] .mx-xxl-auto {
        margin-right: unset !important;
        margin-left: auto !important;
    }
    html[dir="rtl"] .mb-xxl-auto,
    html[dir="rtl"] .my-xxl-auto {
        margin-bottom: auto !important;
    }
    html[dir="rtl"] .ms-xxl-auto,
    html[dir="rtl"] .mx-xxl-auto {
        margin-left: unset !important;
        margin-right: auto !important;
    }
}
html[dir="rtl"] .text-start {
    text-align: right !important;
}
html[dir="rtl"] .text-end {
    text-align: left !important;
}
html[dir="rtl"] .text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    html[dir="rtl"] .text-sm-start {
        text-align: right !important;
    }
    html[dir="rtl"] .text-sm-end {
        text-align: left !important;
    }
    html[dir="rtl"] .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    html[dir="rtl"] .text-md-start {
        text-align: right !important;
    }
    html[dir="rtl"] .text-md-end {
        text-align: left !important;
    }
    html[dir="rtl"] .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    html[dir="rtl"] .text-lg-start {
        text-align: right !important;
    }
    html[dir="rtl"] .text-lg-end {
        text-align: left !important;
    }
    html[dir="rtl"] .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1600px) {
    html[dir="rtl"] .text-xl-start {
        text-align: right !important;
    }
    html[dir="rtl"] .text-xl-end {
        text-align: left !important;
    }
    html[dir="rtl"] .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1800px) {
    html[dir="rtl"] .text-xxl-start {
        text-align: right !important;
    }
    html[dir="rtl"] .text-xxl-end {
        text-align: left !important;
    }
    html[dir="rtl"] .text-xxl-center {
        text-align: center !important;
    }
}
html[dir="rtl"] .border-start {
    border-right: 1px solid #e9ecef !important;
    border-left: 0 !important;
}
html[dir="rtl"] .border-end {
    border-left: 1px solid #e9ecef !important;
    border-right: 0 !important;
}
html[dir="rtl"] .border-end-0 {
    border-left: 0 !important;
}
html[dir="rtl"] .border-start-0 {
    border-right: 0 !important;
}
html[dir="rtl"] .rounded-right {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
html[dir="rtl"] .rounded-left {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
html[dir="rtl"] .form-check {
    padding-left: 0;
    padding-right: 1.75em;
}
html[dir="rtl"] .form-check .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.75em;
}
html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    float: right;
}
html[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: 0.5rem;
}
html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
    padding-left: 0.5rem;
    padding-right: 0;
}
html[dir="rtl"] .form-select {
    padding: 0.375rem 0.75rem 0.375rem 1.75rem;
    background-position: left 0.75rem center;
}
html[dir="rtl"] .input-group > .custom-select:not(:last-child),
html[dir="rtl"] .input-group > .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
html[dir="rtl"] .input-group > .custom-select:not(:first-child),
html[dir="rtl"] .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
html[dir="rtl"] .input-group > .custom-file {
    display: flex;
    align-items: center;
}
html[dir="rtl"] .input-group > .custom-file:not(:last-child) .custom-file-label,
html[dir="rtl"]
    .input-group
    > .custom-file:not(:last-child)
    .custom-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
html[dir="rtl"]
    .input-group
    > .custom-file:not(:first-child)
    .custom-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
html[dir="rtl"] .input-group > :not(:first-child):not(.dropdown-menu) {
    margin-right: -1px;
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
html[dir="rtl"]
    .input-group
    > .input-group-append:last-child
    > .btn:not(:last-child):not(.dropdown-toggle),
html[dir="rtl"]
    .input-group
    > .input-group-append:last-child
    > .input-group-text:not(:last-child),
html[dir="rtl"] .input-group > .input-group-append:not(:last-child) > .btn,
html[dir="rtl"]
    .input-group
    > .input-group-append:not(:last-child)
    > .input-group-text,
html[dir="rtl"] .input-group > .input-group-prepend > .btn,
html[dir="rtl"] .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
html[dir="rtl"] .input-group > .input-group-prepend:not(:first-child) > .btn,
html[dir="rtl"]
    .input-group
    > .input-group-prepend:not(:first-child)
    > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
html[dir="rtl"] .input-group .form-control:not(:first-child),
html[dir="rtl"] .input-group .form-control:not(:last-child) {
    border-radius: 0 !important;
}
html[dir="rtl"] .input-group > .input-group-append > .btn,
html[dir="rtl"] .input-group > .input-group-append > .input-group-text,
html[dir="rtl"]
    .input-group
    > .input-group-prepend:first-child
    > .btn:not(:first-child),
html[dir="rtl"]
    .input-group
    > .input-group-prepend:first-child
    > .input-group-text:not(:first-child) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
html[dir="rtl"] .form-floating > label {
    right: 0;
    left: auto;
}
html[dir="rtl"] .form-switch .form-check-input {
    margin-left: 8px;
}
html[dir="rtl"] .accordion-button::after {
    margin-left: unset;
    margin-right: auto;
}
html[dir="rtl"] .modal-header .btn-close {
    margin: -0.5rem auto -0.5rem -0.5rem;
}
html[dir="rtl"] .alert-dismissible.customize-alert {
    padding-left: 25px !important;
}
html[dir="rtl"] .alert-dismissible .btn-close {
    left: 0;
    right: auto;
}
html[dir="rtl"] .alert.customize-alert .side-line {
    left: unset;
    right: 0;
}
html[dir="rtl"] .toast-header .btn-close {
    margin-left: -0.375rem;
    margin-right: 0.75rem;
}
html[dir="rtl"] .toast .btn-close.ms-auto {
    margin-left: 8px !important;
}
html[dir="rtl"] .dropdown-toggle::after {
    margin-right: 0.255em;
    margin-left: 0;
}
html[dir="rtl"] body {
    text-align: right;
    direction: rtl;
}
html[dir="rtl"]
    .page-breadcrumb
    .breadcrumb
    .breadcrumb-item
    + .breadcrumb-item {
    padding-right: 0.5rem;
    padding-left: 0;
}
html[dir="rtl"]
    .page-breadcrumb
    .breadcrumb
    .breadcrumb-item
    + .breadcrumb-item::before {
    content: "\e64a";
    padding-right: 0;
    padding-left: 0.5rem;
}
html[dir="rtl"] .list-group {
    padding: 0;
}
html[dir="rtl"] .modal-footer > :not(:last-child) {
    margin-left: 0.25rem;
    margin-right: 0;
}
html[dir="rtl"] .alert-dismissible {
    padding-left: 3.8125rem;
    padding-right: 1.25rem;
}
html[dir="rtl"] .alert-dismissible .close {
    left: 0;
    right: auto;
}
html[dir="rtl"] .dropdown-menu-end {
    right: auto;
    left: 0;
}
html[dir="rtl"] .dropdown-menu {
    text-align: right;
}
html[dir="rtl"] .topbar .navbar-collapse {
    padding: 0 0 0 10px;
}
html[dir="rtl"] .list-unstyled,
html[dir="rtl"] .nav,
html[dir="rtl"] .navbar-nav,
html[dir="rtl"] .pagination {
    padding-right: 0;
}
html[dir="rtl"] .topbar .top-navbar .navbar-header .navbar-brand .logo-icon {
    margin-right: 0;
}
html[dir="rtl"] .topbar .dropdown-menu.dropdown-menu-end .with-arrow {
    left: 0;
    right: auto;
}
html[dir="rtl"] .topbar .dropdown-menu.dropdown-menu-end .with-arrow > span {
    left: 20px;
    right: auto;
}
html[dir="rtl"] .search-box .app-search .srh-btn {
    right: auto;
    left: 20px;
}
html[dir="rtl"] .mailbox .message-center .message-item .mail-contnet {
    padding-right: 10px;
    padding-left: 0;
}
html[dir="rtl"] .customizer {
    left: -280px;
    right: auto;
}
html[dir="rtl"] .customizer.show-service-panel {
    left: 0;
    right: auto;
}
html[dir="rtl"] .customizer .service-panel-toggle {
    right: -54px;
    left: auto;
}
html[dir="rtl"] .sidebar-nav .has-arrow::after {
    margin-left: 0;
    margin-right: 10px;
    right: auto;
    left: 15px;
}
html[dir="rtl"] .left-part {
    border-left: 1px solid #e9ecef;
    border-right: none;
}
html[dir="rtl"] .left-part .show-left-part {
    left: -41px;
    right: auto;
}
html[dir="rtl"] .right-part {
    margin-right: 260px;
    margin-left: 0;
}
html[dir="rtl"] .reverse-mode .left-part {
    right: auto;
    left: 0;
}
html[dir="rtl"] .reverse-mode .show-left-part {
    left: auto;
    right: -41px;
}
html[dir="rtl"] .reverse-mode .right-part {
    margin-right: 0;
    margin-left: 260px;
}
html[dir="rtl"] .profiletimeline {
    padding-right: 40px;
    padding-left: 0;
    margin: 40px 30px 0 10px;
    border-right: 1px solid #e9ecef;
    border-left: none;
}
html[dir="rtl"] .profiletimeline .sl-left {
    margin-right: -60px;
    margin-left: 15px;
}
html[dir="rtl"] .feed-widget .feed-body .feed-item > .feed-icon {
    margin-right: 0;
    margin-left: 10px;
}
html[dir="rtl"] div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}
html[dir="rtl"] table.table-bordered.dataTable td,
html[dir="rtl"] table.table-bordered.dataTable th {
    border-left-width: 1px;
}
html[dir="rtl"] div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 0.5rem;
    margin-left: 0;
}
html[dir="rtl"]
    div.table-responsive
    > div.dataTables_wrapper
    > div.row
    > div[class^="col-"]:last-child {
    padding-left: 1px;
}
html[dir="rtl"] .lobilists .lobilist-actions {
    right: auto;
    left: 8px;
}
html[dir="rtl"] .lobilists .lobilist-item .todo-actions {
    right: auto;
    left: 4px;
}
html[dir="rtl"] .lobilists .lobilist-check {
    left: auto;
    right: 12px;
}
html[dir="rtl"] .lobilists .lobilist-item,
html[dir="rtl"] .lobilists .lobilist-item-placeholder {
    padding-left: 0;
    padding-right: 35px;
}
html[dir="rtl"] .lobilists .lobilist-item .drag-handler {
    left: auto;
    right: 0;
}
html[dir="rtl"] .lobilists .lobilist-placeholder,
html[dir="rtl"] .lobilists .lobilist-wrapper {
    margin-left: 16px;
    margin-right: 0;
}
html[dir="rtl"] .datepicker {
    direction: rtl;
}
html[dir="rtl"] .minicolors .minicolors-grid {
    right: 22px;
    left: auto;
}
html[dir="rtl"] .wizard > .actions > ul > li,
html[dir="rtl"] .wizard > .steps > ul > li {
    float: right;
}
html[dir="rtl"] .wizard-content .wizard > .steps > ul > li:after {
    right: auto;
    left: 0;
}
html[dir="rtl"] .wizard-content .wizard > .steps > ul > li:before {
    left: auto;
    right: 0;
}
html[dir="rtl"] .wizard-content .wizard.vertical > .steps {
    float: right;
}
html[dir="rtl"] .note-has-grid .single-note-item .side-stick {
    left: unset;
    right: 0;
}
html[dir="rtl"] .css-bar > i {
    margin-left: 0;
    margin-right: 5px;
}
html[dir="rtl"] .treeview span.icon {
    margin-right: 0;
    margin-left: 5px;
}
html[dir="rtl"] #main-wrapper[data-sidebartype="full"] .page-wrapper {
    margin-right: 250px;
    margin-left: 0;
}
html[dir="rtl"] #main-wrapper[data-sidebartype="iconbar"] .page-wrapper {
    margin-right: 180px;
    margin-left: 0;
}
html[dir="rtl"] #main-wrapper[data-sidebartype="overlay"] .left-sidebar {
    right: -250px;
    left: auto;
}
html[dir="rtl"]
    #main-wrapper[data-sidebartype="overlay"].show-sidebar
    .left-sidebar {
    right: 0;
    left: auto;
}
html[dir="rtl"] .dz-hidden-input {
    display: none;
}
@media (min-width: 768px) {
    html[dir="rtl"]
        #main-wrapper[data-sidebar-position="fixed"][data-sidebartype="full"]
        .topbar
        .top-navbar
        .navbar-collapse,
    html[dir="rtl"]
        #main-wrapper[data-sidebar-position="fixed"][data-sidebartype="overlay"]
        .topbar
        .top-navbar
        .navbar-collapse {
        margin-right: 250px;
        margin-left: 0;
    }
    html[dir="rtl"]
        #main-wrapper[data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"]
        .topbar
        .top-navbar
        .navbar-collapse {
        margin-right: 65px;
        margin-left: 0;
    }
    html[dir="rtl"]
        #main-wrapper[data-sidebar-position="fixed"][data-sidebartype="iconbar"]
        .topbar
        .top-navbar
        .navbar-collapse {
        margin-right: 180px;
        margin-left: 0;
    }
    html[dir="rtl"]
        #main-wrapper[data-sidebar-position="fixed"][data-sidebartype="mini-sidebar"]
        .topbar
        .top-navbar
        .navbar-collapse {
        margin-right: 65px;
        margin-left: 0;
    }
    html[dir="rtl"]
        #main-wrapper[data-sidebartype="mini-sidebar"]
        .page-wrapper {
        margin-right: 65px;
        margin-left: 0;
    }
}
@media (max-width: 766px) {
    html[dir="rtl"]
        #main-wrapper[data-sidebartype="mini-sidebar"]
        .left-sidebar {
        right: -250px;
        left: auto;
    }
    html[dir="rtl"] #main-wrapper.show-sidebar .left-sidebar {
        right: 0;
        left: auto;
    }
    html[dir="rtl"] .left-part {
        right: -260px;
        left: auto;
    }
    html[dir="rtl"] .left-part.show-panel {
        right: 0;
        left: auto;
    }
    html[dir="rtl"] .right-part {
        margin-right: 0;
    }
}
html[dir="rtl"] .comment-text {
    padding-left: 0;
    padding-right: 15px;
}
html[dir="rtl"] .comment-footer .action-icons a {
    padding-left: 0;
    padding-right: 7px;
}
html[dir="rtl"] .popover-item {
    margin-left: 0;
    margin-right: -15px;
}
html[dir="rtl"] .chat-list .chat-item .chat-content {
    padding-left: 0;
    padding-right: 15px;
}
html[dir="rtl"] .chat-list .chat-item.odd .chat-content {
    text-align: left;
}
html[dir="rtl"] .chat-list .chat-item .chat-time {
    margin: 5px 65px 15px 0;
}
html[dir="rtl"] .dtp > .dtp-content {
    margin: 0 auto;
}
html[dir="rtl"] .wizard-content .wizard > .actions > ul {
    float: left;
}
html[dir="rtl"] .wizard > .actions {
    text-align: left;
}
html[dir="rtl"] .timeline > .timeline-item.timeline-inverted > .timeline-panel {
    margin-left: unset;
    margin-right: auto;
}
html[dir="rtl"] .timeline-left:before {
    left: unset;
    right: 30px;
}
html[dir="rtl"] .timeline-left > .timeline-item > .timeline-badge {
    left: unset;
    right: 7px;
}
html[dir="rtl"] .timeline-right:before {
    right: unset;
    left: 30px;
}
html[dir="rtl"] .timeline-right > .timeline-item > .timeline-badge {
    right: unset;
    left: 30px;
}
html[dir="rtl"] .timeline-right > .timeline-item > .timeline-panel {
    margin-right: 0;
    margin-left: 85px;
}
html[dir="rtl"] .apexcharts-legend-marker {
    margin-right: 0;
    margin-left: 5px;
}
.campaign {
    position: relative;
    height: 250px;
}
.campaign .ct-series-a .ct-area {
    fill-opacity: 0.2;
    fill: url(#gradient);
}
.campaign .ct-series-a .ct-line,
.campaign .ct-series-a .ct-point {
    stroke: #4fc3f7;
    stroke-width: 2px;
}
.campaign .ct-series-b .ct-area {
    fill: #3699ff;
    fill-opacity: 0.1;
}
.campaign .ct-series-b .ct-line,
.campaign .ct-series-b .ct-point {
    stroke: #3699ff;
    stroke-width: 2px;
}
.campaign .ct-series-a .ct-point,
.campaign .ct-series-b .ct-point {
    stroke-width: 6px;
}
.earningsbox .c3-line {
    stroke-width: 2px;
}
.product-sales.c3 line,
.product-sales.c3 path {
    stroke: #e9ecef;
}
.product-sales .c3-shape {
    stroke: #fff !important;
    stroke-width: 3px;
}
.e-campaign .css-bar .data-text {
    margin: 0 auto;
    position: absolute;
    left: 0;
    z-index: 200;
    right: 0;
    top: 70px;
    text-align: center;
}
.e-campaign .css-bar .data-text .success-rate {
    font-size: 60px;
}
.e-campaign .css-bar .data-text .rate-label {
    margin-top: -20px;
}
.e-campaign .c-cost {
    padding: 10px 20px;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}
.e-campaign .c-cost i {
    font-size: 48px;
}
.poll-widget .collapsible {
    border: none;
    box-shadow: none;
}
.poll-widget .collapsible .collapsible-body,
.poll-widget .collapsible .collapsible-header {
    border-bottom: none;
    padding: 1rem 0;
}
#calendar .fc-toolbar {
    padding: 0 15px 24px;
}
.calendar-events {
    cursor: move;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
    display: none;
}
@media (max-width: 767px) {
    .e-campaign .c-cost {
        margin: 0 auto;
        width: 100%;
    }
    .e-campaign .stats {
        text-align: center;
    }
}
.css-bar-xlg {
    width: 223px;
    height: 223px;
    font-size: 20px;
}
.css-bar-xlg:after,
.css-bar-xlg > img {
    width: 213px;
    height: 213px;
    margin-left: 5px;
    margin-top: 5px;
    line-height: 30px;
}
.gredient-info-bg {
    background: linear-gradient(to right, #41a6f6 0, #425be0 100%);
}
.product-sales .c3-shape {
    stroke: transparent !important;
    stroke-width: 3px;
}
.earnings {
    position: relative;
    height: 250px;
}
.earnings .ct-series-a .ct-area {
    fill-opacity: 0.2;
    fill: url(#gradient);
}
.earnings .ct-series-a .ct-line,
.earnings .ct-series-a .ct-point {
    stroke: #2962ff;
    stroke-width: 2px;
}
.earnings .ct-series-b .ct-area {
    fill: #4fc3f7;
    fill-opacity: 0.1;
}
.earnings .ct-series-b .ct-line,
.earnings .ct-series-b .ct-point {
    stroke: #4fc3f7;
    stroke-width: 2px;
}
.earnings .ct-series-a .ct-point,
.earnings .ct-series-b .ct-point {
    stroke-width: 6px;
}
.ct-grid {
    stroke-width: 0.3px;
    stroke-dasharray: 0;
}
.ct-series-a .ct-bar {
    stroke: #2962ff;
}
@media (max-width: 1023px) {
    .gredient-info-bg .info {
        margin-top: 15px;
    }
}
.ct-series-a .ct-bar {
    stroke: #2962ff;
}
.ct-series-b .ct-bar {
    stroke: #4fc3f7;
}
@media (max-width: 767px) {
    .ct-bar {
        stroke-width: 10px !important;
    }
}
.auth-wrapper {
    min-height: 100vh;
    position: relative;
}
.auth-wrapper .auth-box {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    max-width: 500px;
    width: 90%;
    margin: 10% 0;
}
.auth-wrapper .auth-box .logo {
    text-align: center;
}
.auth-wrapper .auth-box.on-sidebar {
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    position: absolute;
}
.auth-wrapper .auth-box-2 {
    padding: 40px;
}
.auth-wrapper .auth-box-2 .logo {
    text-align: center;
}
.auth-wrapper .logbox-content {
    width: 100%;
    margin-left: 400px;
}
.auth-wrapper #recoverform {
    display: none;
}
.auth-wrapper #registerform {
    display: none;
}
.auth-wrapper .auth-sidebar {
    position: fixed;
    height: 100%;
    right: 0;
    overflow: auto;
    margin: 0;
    top: 0;
}
@media (max-width: 767px) {
    .auth-wrapper .auth-sidebar {
        position: relative;
        max-width: 100%;
        width: 100%;
        margin: 40px 0 60px;
    }
    .auth-wrapper .demo-text {
        margin-top: 30px;
    }
    .auth-wrapper .logbox-content {
        margin-left: 0;
    }
    .auth-wrapper .auth-box-2.on-sidebar {
        position: relative;
        width: 100%;
    }
    .auth-wrapper .auth-box-2 {
        padding: 40px 25px;
    }
}
@media (min-width: 1500px) {
    .inner-width-card {
        width: 450px;
    }
}
.email-app {
    position: relative;
}
.email-app .list-group .list-group-item {
    padding: 0;
    background: 0 0;
    border: none;
}
.email-app .list-group .list-group-item .list-group-item-action {
    padding: 12px 15px;
    display: block;
    color: #3e5569;
}
.email-app .list-group .list-group-item .list-group-item-action .mdi {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.email-app .list-group .list-group-item .list-group-item-action.active,
.email-app .list-group .list-group-item .list-group-item-action:hover {
    background: rgba(0, 0, 0, 0.03);
}
.email-app .email-table {
    table-layout: fixed;
}
.email-app .email-table .selected {
    background: #fff8e1;
}
.email-app .email-table .max-texts,
.email-app .email-table .user-name .h6,
.email-app .email-table .user-name h6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.email-app .email-table .max-texts {
    padding: 1rem 5px;
}
.email-app .email-table .chb {
    width: 50px;
}
.email-app .email-table .time {
    width: 100px;
    text-align: right;
}
.email-app .email-table .clip,
.email-app .email-table .starred {
    width: 25px;
    padding: 1rem 5px;
}
.email-app .email-table .user-image {
    width: 45px;
    padding: 1rem 5px;
}
.email-app .email-table .user-name {
    width: 130px;
    padding: 1rem 5px;
}
.email-app .email-table .user-name .m-b-0 {
    font-weight: 300;
}
.email-app .email-table .unread .m-b-0,
.email-app .email-table .unread .max-texts {
    font-weight: 700;
}
@media (max-width: 767px) {
    .email-table {
        min-width: 500px;
    }
}
.lobilists .lobilist {
    box-shadow: none;
}
.lobilists .lobilist.lobilist-primary {
    border-color: #e9ecef;
}
.lobilists .lobilist.lobilist-primary .lobilist-footer,
.lobilists .lobilist.lobilist-primary .lobilist-form-footer,
.lobilists .lobilist.lobilist-primary .lobilist-header {
    border-color: #3699ff;
    background-color: #3699ff;
}
.lobilists .lobilist.lobilist-danger {
    border-color: #e9ecef;
}
.lobilists .lobilist.lobilist-danger .lobilist-footer,
.lobilists .lobilist.lobilist-danger .lobilist-form-footer,
.lobilists .lobilist.lobilist-danger .lobilist-header {
    border-color: #f64e60;
    background-color: #f64e60;
}
.lobilists .lobilist.lobilist-info {
    border-color: #e9ecef;
}
.lobilists .lobilist.lobilist-info .lobilist-footer,
.lobilists .lobilist.lobilist-info .lobilist-form-footer,
.lobilists .lobilist.lobilist-info .lobilist-header {
    border-color: #2962ff;
    background-color: #2962ff;
}
.lobilists .lobilist.lobilist-success {
    border-color: #e9ecef;
}
.lobilists .lobilist.lobilist-success .lobilist-footer,
.lobilists .lobilist.lobilist-success .lobilist-header {
    border-color: #0bb7af;
    background-color: #0bb7af;
}
.lobilists .lobilist-footer,
.lobilists .lobilist-form-footer {
    border-color: #e9ecef !important;
    background: rgba(0, 0, 0, 0.02) !important;
}
.lobilists .btn-link {
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: #343a40 !important;
}
.lobilists.single-line {
    height: 500px;
}
.lobilist,
.lobilists {
    position: relative;
}
.lobilists [type="checkbox"]:checked,
.lobilists [type="checkbox"]:not(:checked) {
    opacity: 1;
    position: relative;
}
.lobilists .lobilist-item {
    margin-bottom: 16px;
    padding-top: 5px;
}
.lobilists .lobilist-item-title {
    color: #343a40;
}
.lobilists .lobilist-item-description {
    font-style: normal;
    font-size: 13px;
}
.lobilists .lobilist-check {
    top: 10px;
}
.lobilists .lobilist-item-duedate {
    position: relative;
    font-size: 12px;
    left: 0;
}
.lobilists .lobilist-actions {
    top: 0;
}
.lobilist-actions .btn i {
    font-size: 15px;
    vertical-align: middle;
}
.form-control.form-input-bg {
    background-color: rgba(0, 0, 0, 0.03);
    border: 0;
}
.form-control.form-input-bg:focus {
    background-color: rgba(0, 0, 0, 0.09);
}
.twitter-typeahead {
    width: 100%;
}
.twitter-typeahead .tt-menu {
    width: 100%;
    background: #fff;
    border: 1px solid #f8f9fa;
    border-radius: 5px;
    padding: 0.75rem 0;
}
.twitter-typeahead .tt-menu .tt-suggestion {
    padding: 0.25rem 0.75rem;
    cursor: pointer;
}
.twitter-typeahead .tt-menu .tt-suggestion:hover {
    background-color: #3699ff;
    color: #fff;
}
.twitter-typeahead .empty-message {
    padding: 5px 10px;
    text-align: center;
}
.twitter-typeahead .rtl-typeahead .tt-menu {
    text-align: right;
}
.twitter-typeahead .league-name {
    margin: 0 10px 5px;
    padding: 7px 5px 10px;
    border-bottom: 1px solid #e9ecef;
}
.scrollable-dropdown .twitter-typeahead .tt-menu {
    max-height: 80px;
    overflow-y: auto;
}
.bootstrap-maxlength {
    margin-top: 0.5rem;
}
.bootstrap-switch {
    margin-bottom: 10px;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #2962ff;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
    background: #4fc3f7;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    background: #0bb7af;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
    background: #ee9d01;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    background: #f64e60;
}
.btn.move,
.btn.moveall,
.btn.remove,
.btn.removeall {
    color: #fff;
}
.wizard-content .wizard > .actions > ul > li > a,
.wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover {
    padding: 7px 20px;
    border-radius: 17px;
}
.wizard-content .wizard > .actions a,
.wizard-content .wizard > .actions a:hover,
.wizard > .actions a:hover {
    background: #2962ff;
}
.r-separator .form-group {
    border-bottom: 1px solid #e9ecef;
}
.r-separator .form-group:last-child {
    border-bottom: none;
}
.striped-rows .row:nth-child(odd) {
    background-color: #f8f9fa;
}
.b-form .row {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0;
    padding: 15px 0;
}
.b-form .row:last-child {
    border-bottom: none;
}
.b-label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.wizard > .content,
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:active,
.wizard > .steps .disabled a:hover {
    background: #f8f9fa;
}
.el-element-overlay .white-box {
    padding: 0;
}
.el-element-overlay .el-card-item {
    position: relative;
    padding-bottom: 20px;
}
.el-element-overlay .el-card-item .el-card-avatar {
    margin-bottom: 20px;
}
.el-element-overlay .el-card-item .el-card-content {
    text-align: center;
}
.el-element-overlay .el-card-item .el-overlay-1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.el-element-overlay .el-card-item .el-overlay-1 img {
    display: block;
    position: relative;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
    height: auto;
}
.el-element-overlay .el-card-item .el-overlay-1:hover img {
    -ms-transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 0;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    -ms-transform: translateY(-50%) translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item {
    list-style: none;
    display: inline-block;
    margin: 0 3px;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info .el-item .el-link {
    border-color: #fff;
    color: #fff;
    padding: 12px 15px 10px;
}
.el-element-overlay
    .el-card-item
    .el-overlay-1
    .el-info
    .el-item
    .el-link:hover {
    background: #2962ff;
    border-color: #2962ff;
}
.el-element-overlay .el-card-item .el-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
    top: -100%;
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
    top: 100%;
    height: 0;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
    top: 0;
}
.el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
    top: 0;
    height: 100%;
}
.gmaps,
.gmaps-panaroma {
    height: 300px;
}
.gmaps,
.gmaps-panaroma {
    height: 300px;
    background: #e9ecef;
    border-radius: 4px;
}
.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #2962ff;
    border-radius: 4px;
    padding: 10px 20px;
}
.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute;
}
.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #2962ff;
}
.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #2962ff;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
    width: 10px;
    height: 10px;
    line-height: 10px;
}
.jvectormap-zoomout {
    top: 40px;
}
.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
    max-width: 1200px;
    margin: 0 auto;
}
.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #e9ecef;
}
.timeline > .timeline-item {
    position: relative;
    margin-bottom: 20px;
}
.timeline > .timeline-item:after,
.timeline > .timeline-item:before {
    content: " ";
    display: table;
}
.timeline > .timeline-item:after {
    clear: both;
}
.timeline > .timeline-item > .timeline-panel {
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}
.timeline > .timeline-item > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -8px;
    border-top: 8px solid transparent;
    border-right: 0 solid #e9ecef;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #e9ecef;
}
.timeline > .timeline-item > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -7px;
    border-top: 7px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
}
.timeline > .timeline-item > .timeline-badge {
    z-index: 10;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
}
.timeline > .timeline-item.timeline-inverted > .timeline-panel {
    left: 0;
    right: 0;
    margin-left: auto;
}
.timeline > .timeline-item.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -8px;
    border-right-width: 8px;
    border-left-width: 0;
}
.timeline > .timeline-item.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -7px;
    border-right-width: 7px;
    border-left-width: 0;
}
.timeline-badge.primary {
    background-color: #3699ff;
}
.timeline-badge.success {
    background-color: #0bb7af;
}
.timeline-badge.warning {
    background-color: #ee9d01;
}
.timeline-badge.danger {
    background-color: #f64e60;
}
.timeline-badge.info {
    background-color: #2962ff;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
    font-weight: 400;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-left:before {
    left: 30px;
}
.timeline-left > .timeline-item > .timeline-badge {
    left: 30px;
    top: 9px;
}
.timeline-left > .timeline-item > .timeline-panel {
    width: calc(100% - 80px);
    margin-left: 85px;
}
.timeline-right:before {
    right: 30px;
    left: auto;
}
.timeline-right > .timeline-item > .timeline-badge {
    right: 5px;
    top: 9px;
    left: auto;
}
.timeline-right > .timeline-item > .timeline-panel {
    margin-right: 85px;
    width: calc(100% - 80px);
}
.cd-horizontal-timeline .events a {
    padding-bottom: 6px;
    color: #2962ff;
}
.cd-horizontal-timeline .events a.selected::after,
.cd-horizontal-timeline .filling-line {
    background: #2962ff;
}
.cd-horizontal-timeline .events a.selected::after {
    border-color: #2962ff;
}
.cd-horizontal-timeline .m-t-40 {
    margin-top: 40px !important;
}
table.customize-table td,
table.customize-table th {
    padding: 15px 20px;
}
.table-light {
    color: #3e5569;
}
.jsgrid .jsgrid-button {
    background-image: url(../../assets/images/table-jsgrid.png);
    background-repeat: repeat;
}
.jsgrid-button.jsgrid-search-button,
.jsgrid-button.jsgrid-search-mode-button {
    background-position: top 54px left 6px;
}
.jsgrid-button.jsgrid-clear-filter-button {
    background-position: top 159px left 5px;
}
.jsgrid-button.jsgrid-edit-button {
    background-position: top 100px left -3px;
}
.jsgrid-button.jsgrid-delete-button {
    background-position: top 125px left -3px;
}
.jsgrid-button.jsgrid-update-button {
    background-position: top 23px left -5px;
}
.jsgrid-button.jsgrid-cancel-edit-button {
    background-position: top 181px left -5px;
}
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}
.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dd-list .dd-list {
    padding-left: 30px;
}
.dd-collapsed .dd-list {
    display: none;
}
.dd-empty,
.dd-item,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}
.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    cursor: move;
    color: #979898;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd-handle:hover {
    color: #317eeb;
    background: #fff;
}
.dd-item > button {
    display: block;
    position: absolute;
    cursor: pointer;
    height: 25px;
    margin: 5px;
    width: 25px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: 0 0;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
}
.dd-item > button:before {
    content: "+";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
    content: "-";
}
.dd-empty,
.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f5f5f5;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}
.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #979898;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd3-content:hover {
    color: #317eeb;
    background: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}
.dd3-item > button {
    margin-left: 30px;
}
.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #d5d5d5;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before {
    content: "\f0c9";
    font-family: "Font Awesome 5 Free";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-size: 14px;
    font-weight: 900;
    color: #67757c;
    top: 7px;
}
.dd3-handle:hover {
    background: #404040;
    border: 1px solid #404040;
}
.myadmin-dd .dd-list .dd-item .dd-handle {
    background: #fff;
    border: 1px solid rgba(120, 130, 140, 0.13);
    padding: 8px 16px 8px 30px;
    height: auto;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    border-radius: 0;
}
.myadmin-dd-empty .dd-list .dd3-content {
    height: auto;
    border: 1px solid rgba(120, 130, 140, 0.13);
    padding: 8px 16px 8px 46px;
    background: #fff;
    font-weight: 400;
}
.myadmin-dd-empty .dd-list .dd3-handle {
    border: 1px solid rgba(120, 130, 140, 0.13);
    border-bottom: 0;
    background: #fff;
    height: 36px;
    width: 36px;
}
.dd3-handle:before {
    color: #67757c;
    top: 7px;
}
.mailbox .drop-title {
    font-weight: 700;
    padding: 11px 20px 15px;
    border-radius: 4px 4px 0 0;
    position: relative;
}
.mailbox .drop-title:after {
    content: "";
    position: absolute;
    background: url(../../assets/images/background/img5.png) no-repeat;
    opacity: 0.2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.mailbox .nav-link {
    border-top: 1px solid #e9ecef;
    padding-top: 15px;
    color: #3e5569;
}
.mailbox .message-center {
    height: 317px;
    overflow: auto;
    position: relative;
}
.mailbox .message-center .message-item {
    border-bottom: 1px solid #e9ecef;
    display: block;
    text-decoration: none;
    padding: 9px 15px;
}
.mailbox .message-center .message-item.active,
.mailbox .message-center .message-item:hover {
    background: #f8f9fa;
}
.mailbox .message-center .message-item .message-title {
    color: #212529;
}
.mailbox .message-center .message-item .user-img {
    width: 40px;
    position: relative;
    display: inline-block;
    margin: 0 0 15px 0;
}
.mailbox .message-center .message-item .user-img img {
    width: 100%;
}
.mailbox .message-center .message-item .user-img .profile-status {
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px;
}
.mailbox .message-center .message-item .user-img .online {
    background: #0bb7af;
}
.mailbox .message-center .message-item .user-img .busy {
    background: #f64e60;
}
.mailbox .message-center .message-item .user-img .away {
    background: #ee9d01;
}
.mailbox .message-center .message-item .user-img .offline {
    background: #ee9d01;
}
.mailbox .message-center .message-item .mail-contnet {
    display: inline-block;
    width: 75%;
    padding-left: 10px;
    vertical-align: middle;
}
.mailbox .message-center .message-item .mail-contnet .message-title {
    margin: 5px 0 0;
}
.mailbox .message-center .message-item .mail-contnet .mail-desc,
.mailbox .message-center .message-item .mail-contnet .time {
    font-size: 12px;
    display: block;
    margin: 1px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #a1aab2;
    white-space: nowrap;
}
.comment-widgets {
    position: relative;
    margin-bottom: 10px;
}
.comment-widgets .comment-row {
    border-bottom: 1px solid transparent;
    padding: 14px;
    display: flex;
    margin: 10px 0;
}
.comment-widgets .comment-row:last-child {
    border-bottom: 0;
}
.comment-widgets .comment-row.active,
.comment-widgets .comment-row:hover {
    background: rgba(0, 0, 0, 0.05);
}
.comment-text {
    padding-left: 15px;
    width: 100%;
}
.comment-text.active .comment-footer .action-icons,
.comment-text:hover .comment-footer .action-icons {
    visibility: visible;
}
.comment-text p {
    max-height: 65px;
    width: 100%;
    overflow: hidden;
}
.comment-footer .action-icons {
    visibility: hidden;
}
.comment-footer .action-icons a {
    padding-left: 7px;
    vertical-align: middle;
    color: #a1aab2;
}
.comment-footer .action-icons a.active,
.comment-footer .action-icons a:hover {
    color: #2962ff;
}
.chat-box {
    overflow: auto;
}
.right-part.chat-container,
.right-part.invoice-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-part.chat-container .chat-box-inner-part,
.right-part.invoice-box .chat-box-inner-part {
    width: 100%;
}
.left-part.list-of-user,
.left-part.user-chat-box {
    height: 100vh;
}
.chatting-box,
.invoiceing-box {
    display: none;
}
.chat-list {
    margin: 0;
    padding: 0;
}
.chat-list .chat-item {
    list-style: none;
    margin-top: 30px;
}
.chat-list .chat-item .chat-img {
    display: inline-block;
    width: 45px;
    vertical-align: top;
}
.chat-list .chat-item .chat-img img {
    width: 45px;
    border-radius: 100%;
}
.chat-list .chat-item .chat-content {
    width: calc(100% - 50px);
    display: inline-block;
    padding-left: 15px;
}
.chat-list .chat-item .chat-content .box {
    display: inline-block;
    padding: 10px;
    margin-bottom: 3px;
    color: #343a40;
    background: #f8f9fa;
}
.chat-list .chat-item .chat-time {
    display: block;
    font-size: 10px;
    color: #4f5467;
    margin: 5px 0 15px 65px;
}
.chat-list .chat-item.odd .chat-content {
    text-align: right;
    width: calc(100% - 0px);
}
.chat-list .chat-item.odd .chat-time {
    text-align: right;
}
.chat-list .chat-item.odd .box {
    clear: both;
    color: #fff;
    background: #2962ff;
}
.chat-list .chat-item.odd + .odd {
    margin-top: 0;
}
.chat-list .chat-item.reverse {
    text-align: right;
}
.chat-list .chat-item.reverse .chat-time {
    text-align: left;
}
.chat-list .chat-item.reverse .chat-content {
    padding-left: 0;
    padding-right: 15px;
}
.chat-box .chat {
    display: none;
}
.chat-box .chat.active-chat {
    display: block;
}
@media (max-width: 767.98px) {
    .right-part.invoice-box {
        display: block;
    }
    .right-part.invoice-box .chat-box-inner-part {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .left-part.list-of-user {
        position: fixed;
        left: -260px;
        background: #eef5f9;
        z-index: 1;
        transition: 0.1s ease-in;
    }
    .left-part.list-of-user .show-left-part {
        right: -107px;
    }
    .left-part.list-of-user.show-panel {
        left: 65px;
    }
    .left-part.list-of-user.show-panel .show-left-part {
        right: -42px;
    }
    .right-part.invoice-box {
        margin-left: 0;
        width: 100%;
    }
}
.chat-windows {
    position: fixed;
    bottom: 0;
    right: 300px;
    height: 350px;
    max-height: 350px;
    z-index: 9999;
    transition: 0.6s;
}
.chat-windows.show-chat {
    bottom: 0;
}
.chat-windows.hide-chat {
    bottom: -350px;
}
.chat-windows .user-chat {
    min-width: 300px;
    min-height: 350px;
    background-color: #fff;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.08);
    margin: 0 2px 0 0;
}
.chat-windows .user-chat.mini-chat {
    min-width: 40px;
    min-height: 40px;
    bottom: 0;
    top: 310px;
    position: relative;
}
.chat-windows .user-chat.mini-chat .chat-body,
.chat-windows .user-chat.mini-chat .chat-footer,
.chat-windows .user-chat.mini-chat .chat-head .name,
.chat-windows .user-chat.mini-chat .chat-head i {
    display: none;
}
.chat-windows .user-chat.mini-chat .chat-head img {
    margin: 0;
}
.chat-windows .user-chat.mini-chat .chat-head .status {
    left: 28px;
    top: 10px;
}
.chat-windows .user-chat .chat-head {
    height: 40px;
    padding: 10px;
    background-color: #2962ff;
    color: #fff;
    position: relative;
    display: flex;
}
.chat-windows .user-chat .chat-head img {
    border-radius: 50%;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    margin: -4px 8px 0 0;
    display: inline-block;
    cursor: pointer;
}
.chat-windows .user-chat .chat-head .status {
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    height: 8px;
    width: 8px;
    left: 28px;
    top: 7px;
}
.chat-windows .user-chat .chat-head .online {
    background-color: #0bb7af;
}
.chat-windows .user-chat .chat-head .busy {
    background-color: #f64e60;
}
.chat-windows .user-chat .chat-head .away {
    background-color: #fb8c00;
}
.chat-windows .user-chat .chat-head .offline {
    background-color: #ee9d01;
}
.chat-windows .user-chat .chat-head i {
    font-size: 14px;
    color: #fff;
    margin: 3px 0 0 5px;
    cursor: pointer;
}
.chat-windows .user-chat .chat-head .opts {
    margin-left: auto;
}
.chat-windows .user-chat .chat-footer {
    padding: 0;
    border-top: 1px solid #e9ecef;
}
.chat-windows .user-chat .chat-footer .form-control {
    background-color: transparent;
    color: #3e5569;
    font-size: 14px;
    border: 0;
    width: 100%;
    height: 40px;
}
.chat-windows .user-chat .chat-footer .form-control:focus,
.chat-windows .user-chat .chat-footer .form-control:hover {
    border: 0;
}
.chat-windows .user-chat .chat-body {
    height: 270px;
    padding: 15px 15px 0;
    background-color: #eef5f9;
    overflow: hidden;
    max-width: 300px;
    position: relative;
}
.chat-list {
    margin: 0;
    padding: 0;
}
.chat-list .msg_receive,
.chat-list .msg_sent {
    list-style: none;
    margin-top: 30px;
}
.chat-list .msg_receive .chat-img,
.chat-list .msg_sent .chat-img {
    display: inline-block;
    width: 45px;
    vertical-align: top;
}
.chat-list .msg_receive .chat-img img,
.chat-list .msg_sent .chat-img img {
    width: 100%;
    border-radius: 100%;
}
.chat-list .msg_receive .chat-content,
.chat-list .msg_sent .chat-content {
    width: calc(100% - 50px);
    display: inline-block;
    padding-left: 15px;
}
.chat-list .msg_receive .chat-content .box,
.chat-list .msg_sent .chat-content .box {
    display: inline-block;
    padding: 10px;
    margin-bottom: 3px;
    background: #fff;
}
.chat-list .msg_receive .chat-time,
.chat-list .msg_sent .chat-time {
    display: block;
    font-size: 10px;
    color: #a1aab2;
    margin: 5px 0 15px 15px;
}
.chat-list .msg_receive.odd .chat-content,
.chat-list .msg_sent.odd .chat-content {
    text-align: right;
    width: calc(100% - 0px);
}
.chat-list .msg_receive.odd .chat-content .box,
.chat-list .msg_sent.odd .chat-content .box {
    clear: both;
    color: #fff;
    background: #2962ff;
}
.chat-list .msg_receive .reverse,
.chat-list .msg_receive.odd .chat-time,
.chat-list .msg_sent .reverse,
.chat-list .msg_sent.odd .chat-time {
    text-align: right;
}
.chat-list .msg_receive.odd + .odd,
.chat-list .msg_sent.odd + .odd {
    margin-top: 0;
}
.chat-list .msg_receive.reverse .chat-content,
.chat-list .msg_sent.reverse .chat-content {
    padding-left: 0;
    padding-right: 15px;
}
.chat-list .msg_receive.reverse .chat-time,
.chat-list .msg_sent.reverse .chat-time {
    text-align: left;
}
.mailbox .chat-scroll {
    height: calc(100vh - 100px);
}
.steamline {
    position: relative;
    border-left: 1px solid #e9ecef;
    margin-left: 20px;
}
.steamline .sl-left {
    margin-left: -20px;
    z-index: 1;
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    margin-right: 15px;
}
.steamline .sl-left img {
    max-width: 40px;
}
.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
    margin-bottom: 21px;
}
.steamline .sl-item {
    border-bottom: 1px solid #e9ecef;
    margin: 20px 0;
    display: flex;
}
.steamline .sl-item:last-child {
    border-bottom: none;
}
.sl-date {
    font-size: 10px;
    color: #a1aab2;
}
.time-item {
    border-color: #e9ecef;
    padding-bottom: 1px;
    position: relative;
}
.time-item:before {
    content: " ";
    display: table;
}
.time-item:after {
    background-color: #fff;
    border-color: #e9ecef;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: "";
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px;
}
.time-item-item:after {
    content: " ";
    display: table;
}
.item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}
.item-info p {
    margin-bottom: 10px !important;
}
.feed-widget .feed-body .feed-item {
    padding: 12px 0;
    display: flex;
    align-items: center;
}
.feed-widget .feed-body .feed-item:hover {
    background: #f8f9fa;
}
.feed-widget .feed-body .feed-item > .feed-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    color: #fff;
}
.feed-widget .feed-body .feed-item > .feed-icon i {
    line-height: 40px;
}
.todo-widget .todo-list .todo-item {
    border: 0;
    margin-bottom: 0;
    padding: 20px 15px 15px 0;
}
.todo-widget .todo-list .todo-item .custom-checkbox {
    width: 100%;
}
.todo-widget .todo-list .todo-item .custom-checkbox .todo-label {
    font-weight: 400;
    width: 100%;
}
.todo-widget .todo-list .todo-item .assignedto {
    padding: 0 0 0 25px;
    margin: 0;
}
.todo-widget .todo-list .todo-item .assignedto .assignee {
    padding: 0;
    display: inline-block;
    border: 0;
    margin-right: 2px;
}
.todo-widget .todo-list .todo-item .assignedto .assignee .assignee-img {
    width: 30px;
    border-radius: 100%;
}
.todo-widget .todo-list .todo-item .item-date {
    padding-left: 25px;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
    color: #a1aab2;
}
.list-task .task-done .badge,
.list-task .task-done .todo-desc {
    text-decoration: line-through;
}
.todo-listing .todo-item .inner-item.done-todo .todo-subtext,
.todo-listing .todo-item .inner-item.done-todo .todo-time,
.todo-listing .todo-item .inner-item.done-todo label {
    text-decoration: line-through;
}
.todo-listing .todo-item .todo-action-dropdown.dropdown-toggle::after {
    display: none;
}
.todo-listing .todo-item.current-task-done .todo-header,
.todo-listing .todo-item.current-task-done .todo-subtext,
.todo-listing .todo-item.current-task-done .todo-time {
    text-decoration: line-through;
}
.todo-listing
    .todo-item.all-todo-list
    .todo-action-dropdown
    .dropdown-item.permanent-delete,
.todo-listing
    .todo-item.all-todo-list
    .todo-action-dropdown
    .dropdown-item.revive {
    display: none;
}
.todo-listing .todo-item.current-todo-delete {
    display: none;
}
.todo-listing
    .todo-item.current-todo-delete
    .todo-action-dropdown
    .dropdown-item.permanent-delete,
.todo-listing
    .todo-item.current-todo-delete
    .todo-action-dropdown
    .dropdown-item.revive {
    display: block;
}
.todo-listing
    .todo-item.current-todo-delete
    .todo-action-dropdown
    .dropdown-item.edit,
.todo-listing
    .todo-item.current-todo-delete
    .todo-action-dropdown
    .dropdown-item.important,
.todo-listing
    .todo-item.current-todo-delete
    .todo-action-dropdown
    .dropdown-item.remove {
    display: none;
}
.note-has-grid .nav-link {
    padding: 0.5rem;
}
.note-has-grid .single-note-item .card {
    border-radius: 10px;
}
.note-has-grid .single-note-item .favourite-note {
    cursor: pointer;
}
.note-has-grid .single-note-item .side-stick {
    position: absolute;
    width: 3px;
    height: 35px;
    left: 0;
    background-color: rgba(79, 84, 103, 0.5);
}
.note-has-grid .single-note-item .category-dropdown.dropdown-toggle:after {
    display: none;
}
.note-has-grid .single-note-item .category [class*="category-"] {
    height: 15px;
    width: 15px;
    display: none;
}
.note-has-grid .single-note-item .category [class*="category-"]::after {
    content: "\F143";
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: 12px;
    color: #fff;
    position: absolute;
}
.note-has-grid .single-note-item .category .category-business {
    background-color: rgba(11, 183, 175, 0.5);
    border: 2px solid #0bb7af;
}
.note-has-grid .single-note-item .category .category-social {
    background-color: rgba(41, 98, 255, 0.5);
    border: 2px solid #2962ff;
}
.note-has-grid .single-note-item .category .category-important {
    background-color: rgba(246, 78, 96, 0.5);
    border: 2px solid #f64e60;
}
.note-has-grid .single-note-item.all-category .point {
    color: rgba(79, 84, 103, 0.5);
}
.note-has-grid .single-note-item.note-business .point {
    color: rgba(11, 183, 175, 0.5);
}
.note-has-grid .single-note-item.note-business .side-stick {
    background-color: rgba(11, 183, 175, 0.5);
}
.note-has-grid .single-note-item.note-business .category .category-business {
    display: inline-block;
}
.note-has-grid .single-note-item.note-favourite .favourite-note {
    color: #ee9d01;
}
.note-has-grid .single-note-item.note-social .point {
    color: rgba(41, 98, 255, 0.5);
}
.note-has-grid .single-note-item.note-social .side-stick {
    background-color: rgba(41, 98, 255, 0.5);
}
.note-has-grid .single-note-item.note-social .category .category-social {
    display: inline-block;
}
.note-has-grid .single-note-item.note-important .point {
    color: rgba(246, 78, 96, 0.5);
}
.note-has-grid .single-note-item.note-important .side-stick {
    background-color: rgba(246, 78, 96, 0.5);
}
.note-has-grid .single-note-item.note-important .category .category-important {
    display: inline-block;
}
.note-has-grid .single-note-item.all-category .more-options,
.note-has-grid .single-note-item.all-category.note-favourite .more-options {
    display: block;
}
.note-has-grid .single-note-item.all-category.note-business .more-options,
.note-has-grid
    .single-note-item.all-category.note-favourite.note-business
    .more-options,
.note-has-grid
    .single-note-item.all-category.note-favourite.note-important
    .more-options,
.note-has-grid
    .single-note-item.all-category.note-favourite.note-social
    .more-options,
.note-has-grid .single-note-item.all-category.note-important .more-options,
.note-has-grid .single-note-item.all-category.note-social .more-options {
    display: none;
}
.profiletimeline {
    position: relative;
    padding-left: 40px;
    margin: 40px 10px 0 30px;
    border-left: 1px solid #e9ecef;
}
.profiletimeline .sl-left {
    margin-left: -60px;
    z-index: 1;
    margin-right: 15px;
}
.profiletimeline .sl-left img {
    max-width: 40px;
}
.profiletimeline .sl-item {
    margin-top: 8px;
    margin-bottom: 30px;
    display: flex;
}
.profiletimeline .sl-date {
    font-size: 12px;
    color: #a1aab2;
}
#main-wrapper[data-layout="horizontal"] .right-part {
    height: calc(100vh - 180px);
}
#main-wrapper[data-layout="horizontal"] .chat-container .chat-box {
    height: calc(100vh - 365px) !important;
}
#main-wrapper[data-layout="horizontal"][data-header-position="fixed"] .topbar {
    position: fixed;
    width: 100%;
}
#main-wrapper[data-layout="horizontal"][data-header-position="fixed"]
    .left-sidebar {
    padding-top: 64px;
}
#main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"] .topbar {
    position: fixed;
    width: 100%;
}
#main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"]
    .left-sidebar {
    padding-top: 64px;
    position: fixed;
}
#main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"]
    .page-wrapper {
    padding-top: 78px;
}
@media (min-width: 992px) {
    #main-wrapper[data-layout="horizontal"] {
        background: #eef5f9;
    }
    #main-wrapper[data-layout="horizontal"] .mega-dropdown .first-level {
        max-height: 400px;
        overflow: auto;
    }
    #main-wrapper[data-layout="horizontal"] .topbar {
        transition: 0s;
    }
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"]
        .page-wrapper,
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"]
        .scroll-sidebar,
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"]
        .top-navbar {
        max-width: 1300px;
        margin: 0 auto;
        position: relative;
    }
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"]
        .sidebar-nav
        #sidebarnav {
        flex-wrap: wrap;
    }
    #main-wrapper[data-layout="horizontal"][data-boxed-layout="boxed"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item
        > .has-arrow:after {
        display: block;
    }
    #main-wrapper[data-layout="horizontal"][data-sidebar-position="fixed"]
        .page-wrapper {
        padding-top: 128px;
    }
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header {
        width: 200px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    #main-wrapper[data-layout="horizontal"] .topbar .sidebartoggler {
        display: none;
    }
    #main-wrapper[data-layout="horizontal"] .left-sidebar {
        width: 100%;
        height: auto;
        position: relative;
        padding-top: 0;
        z-index: 45;
        transition: 0s;
    }
    #main-wrapper[data-layout="horizontal"] .left-sidebar .scroll-sidebar {
        height: 54px;
    }
    #main-wrapper[data-layout="horizontal"] .sidebar-nav ul {
        display: flex;
    }
    #main-wrapper[data-layout="horizontal"] .scroll-sidebar {
        height: auto;
    }
    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav {
        display: flex;
        width: 100%;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        .sidebar-item {
        position: relative;
        width: auto;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        .sidebar-item
        .sidebar-link {
        line-height: 30px;
        padding: 12px 30px 12px 15px;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item
        > .has-arrow:after {
        transform: rotate(-135deg) translate(0, -50%);
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item:last-child
        > .first-level {
        right: 0;
        left: auto;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item
        > .two-column
        + .first-level {
        width: 400px;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item
        > .two-column
        + .first-level
        > .sidebar-item {
        float: left;
        width: 50%;
        vertical-align: top;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item
        ul {
        position: absolute;
        left: 0;
        top: auto;
        width: 220px;
        padding-bottom: 0;
        z-index: 100;
        display: none;
        box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.1);
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .mega-dropdown {
        position: static;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .mega-dropdown
        .first-level {
        width: 100%;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .mega-dropdown
        .first-level
        > li {
        width: 25%;
        float: left;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item:hover {
        background: rgba(0, 0, 0, 0.035);
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item:hover
        ul.first-level,
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item:hover
        ul.first-level.collapse {
        display: block;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item:hover
        ul.first-level.collapse
        > li,
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item:hover
        ul.first-level
        > li {
        background: rgba(0, 0, 0, 0.035);
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item
        ul.second-level {
        left: 220px;
        top: 0;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item
        .first-level
        .right-side-dd
        ul.second-level,
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item:last-child
        > .first-level
        ul.second-level {
        right: 220px;
        top: 0;
        left: auto;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        ul.first-level
        > .sidebar-item:hover
        ul.second-level {
        display: block;
    }
    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .badge,
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        .nav-small-cap,
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        .sidebar-footer,
    #main-wrapper[data-layout="horizontal"] .sidebar-nav #sidebarnav .user-pro {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        > ul
        > .sidebar-item
        > .sidebar-link
        i {
        display: none;
    }
    #main-wrapper[data-layout="horizontal"]
        .sidebar-nav
        #sidebarnav
        > .sidebar-item {
        flex: auto;
    }
}
@media (max-width: 991.98px) {
    #main-wrapper[data-layout="horizontal"][data-sidebartype="mini-sidebar"]
        .left-sidebar,
    #main-wrapper[data-layout="horizontal"][data-sidebartype="mini-sidebar"]
        .left-sidebar
        .sidebar-footer {
        left: -250px;
    }
    #main-wrapper[data-layout="horizontal"].show-sidebar .left-sidebar,
    #main-wrapper[data-layout="horizontal"].show-sidebar
        .left-sidebar
        .sidebar-footer {
        left: 0;
    }
    #main-wrapper[data-layout="horizontal"][data-layout="vertical"][data-header-position="fixed"][data-sidebar-position="fixed"]
        .topbar
        .top-navbar
        .navbar-collapse,
    #main-wrapper[data-layout="horizontal"][data-layout="vertical"][data-sidebar-position="fixed"]
        .topbar
        .top-navbar
        .navbar-collapse {
        position: relative;
        top: 64px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #main-wrapper[data-layout="horizontal"]
        .topbar
        .top-navbar
        .navbar-collapse.collapsing,
    #main-wrapper[data-layout="horizontal"]
        .topbar
        .top-navbar
        .navbar-collapse.show {
        display: flex;
        width: 100%;
        border-top: 1px solid #e9ecef;
    }
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-nav {
        flex-direction: row;
    }
    #main-wrapper[data-layout="horizontal"]
        .topbar
        .top-navbar
        .navbar-nav
        .dropdown {
        position: static;
    }
    #main-wrapper[data-layout="horizontal"]
        .topbar
        .top-navbar
        .navbar-nav
        > .nav-item
        > .nav-link {
        padding: 0 10px;
    }
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    #main-wrapper[data-layout="horizontal"] .topbar .top-navbar .dropdown-menu {
        position: absolute;
        width: 100%;
    }
    #main-wrapper[data-layout="horizontal"]
        .topbar
        .top-navbar
        .dropdown-menu
        .with-arrow {
        display: none;
    }
}
