@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
/*Social Media Colors*/
/*Theme Colors*/
/*Lite color*/
/*Theme Colors For Dark*/
/* gray bg */
.bg-gray-100 {
  background-color: #f3f6f9 !important;
}

.bg-gray-200 {
  background-color: #ebedf3 !important;
}

.bg-gray-300 {
  background-color: #e4e6ef !important;
}

.bg-gray-400 {
  background-color: #d1d3e0 !important;
}

.bg-gray-500 {
  background-color: #b5b5c3 !important;
}

.bg-gray-600 {
  background-color: #7e8299 !important;
}

.bg-gray-700 {
  background-color: #5e6278 !important;
}

.bg-gray-800 {
  background-color: #3f4254 !important;
}

.bg-gray-900 {
  background-color: #181c32 !important;
}

/*---Default Button---*/
.btn-default {
  background-color: #f2f2f2;
  border-color: #dedede;
  color: #172b4c;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active {
  background-color: #e6e6e6 !important;
  border-color: #cccccc !important;
  color: #172b4c;
}
.btn-default:disabled {
  background-color: #f2f2f2;
  border-color: #dedede;
  opacity: 0.5;
}
.btn-default.disabled {
  background-color: #f2f2f2;
  border-color: #dedede;
  opacity: 0.5;
}

.show > .btn-default.dropdown-toggle {
  background-color: #e6e6e6 !important;
  border-color: #cccccc !important;
  color: #172b4c;
}

.btn-outline.btn-default {
  color: #172b4c;
  background-color: transparent;
  border-color: #cccccc !important;
}
.btn-outline.btn-default:hover,
.btn-outline.btn-default:active,
.btn-outline.btn-default.active {
  background-color: #e6e6e6 !important;
  border-color: #cccccc !important;
  color: #172b4c;
}

.show > .btn-outline.btn-default.dropdown-toggle {
  background-color: #e6e6e6 !important;
  border-color: #cccccc !important;
  color: #172b4c;
}

.btn-flat.btn-default {
  color: #172b4c;
  background-color: #f3f6f9;
  border-color: transparent;
}
.btn-flat.btn-default:hover,
.btn-flat.btn-default:active,
.btn-flat.btn-default.active {
  background-color: #e6e6e6 !important;
  border-color: #cccccc !important;
  color: #172b4c;
}

/*---Secondary Button---*/
.btn-secondary {
  background-color: #e4e6ef;
  border-color: #e4e6ef;
  color: #172b4c;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.active {
  background-color: #c4c8dc !important;
  border-color: #c4c8dc !important;
  color: #172b4c !important;
}
.btn-secondary:disabled {
  background-color: #747ead;
  border-color: #747ead;
  opacity: 0.5;
}
.btn-secondary.disabled {
  background-color: #747ead;
  border-color: #747ead;
  opacity: 0.5;
}

.show > .btn-secondary.dropdown-toggle {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff;
}

.btn-outline.btn-secondary {
  color: #172b4c !important;
  background-color: transparent;
  border-color: #e4e6ef !important;
}
.btn-outline.btn-secondary:hover,
.btn-outline.btn-secondary:active,
.btn-outline.btn-secondary.active {
  background-color: #c4c8dc !important;
  border-color: #c4c8dc !important;
  color: #172b4c !important;
}

.dark-skin .btn-outline.btn-secondary {
  color: #b5b5c3 !important;
}
.dark-skin .btn-outline.btn-secondary:hover,
.dark-skin .btn-outline.btn-secondary:active,
.dark-skin .btn-outline.btn-secondary.active {
  color: #172b4c !important;
}

.show > .btn-outline.btn-secondary.dropdown-toggle {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff;
}

.btn-flat.btn-secondary {
  color: #172b4c;
  background-color: #e4e6ef;
  border-color: transparent;
}
.btn-flat.btn-secondary:hover,
.btn-flat.btn-secondary:active,
.btn-flat.btn-secondary.active {
  background-color: #c4c8dc !important;
  border-color: #c4c8dc !important;
  color: #172b4c !important;
}

.dark-skin .btn-flat.btn-secondary {
  color: #b5b5c3;
}
.dark-skin .btn-flat.btn-secondary:hover,
.dark-skin .btn-flat.btn-secondary:active,
.dark-skin .btn-flat.btn-secondary.active {
  color: #172b4c !important;
}

.btn-outline {
  color: #172b4c;
  background-color: transparent;
  border-color: #234173;
}
.btn-outline:hover,
.btn-outline:active,
.btn-outline.active {
  background-color: #234173;
  border-color: #234173;
  color: #ffffff !important;
}

.show > .btn-outline.dropdown-toggle {
  background-color: #234173;
  border-color: #234173;
  color: #ffffff;
}

/*---Dark Button---*/
.btn-dark {
  background-color: #172b4c;
  border-color: #172b4c;
  color: #ffffff;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus,
.btn-dark.active {
  background-color: #234173 !important;
  border-color: #234173 !important;
  color: #ffffff;
}
.btn-dark:disabled {
  background-color: #234173;
  border-color: #234173;
  opacity: 0.5;
}
.btn-dark.disabled {
  background-color: #234173;
  border-color: #234173;
  opacity: 0.5;
}

.show > .btn-dark.dropdown-toggle {
  background-color: #234173 !important;
  border-color: #234173 !important;
  color: #ffffff;
}

.btn-outline.btn-dark {
  color: #172b4c;
  background-color: transparent;
  border-color: #172b4c !important;
}
.btn-outline.btn-dark:hover,
.btn-outline.btn-dark:active,
.btn-outline.btn-dark.active {
  background-color: #234173 !important;
  border-color: #234173 !important;
  color: #ffffff;
}

.show > .btn-outline.btn-dark.dropdown-toggle {
  background-color: #234173 !important;
  border-color: #234173 !important;
  color: #ffffff;
}

.btn-flat.btn-dark {
  color: #172b4c;
  background-color: #f3f6f9;
  border-color: #f3f6f9;
}
.btn-flat.btn-dark:hover,
.btn-flat.btn-dark:active,
.btn-flat.btn-dark.active {
  background-color: #234173 !important;
  border-color: #234173 !important;
  color: #ffffff;
}

/*---Light Button---*/
.btn-light {
  background-color: #e4e6ef;
  border-color: #e4e6ef;
  color: #000000;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus,
.btn-light.active {
  background-color: #ffffff !important;
  border-color: #e4e6ef !important;
  color: #000000;
}
.btn-light:disabled {
  background-color: #ffffff;
  border-color: #e4e6ef;
  opacity: 0.5;
}
.btn-light.disabled {
  background-color: #ffffff;
  border-color: white;
  opacity: 0.5;
}

.show > .btn-light.dropdown-toggle {
  background-color: #ffffff !important;
  border-color: #e4e6ef !important;
  color: #000000;
}

.btn-outline.btn-light {
  color: #e4e6ef;
  background-color: transparent;
  border-color: #e4e6ef !important;
}
.btn-outline.btn-light:hover,
.btn-outline.btn-light:active,
.btn-outline.btn-light.active {
  background-color: #e4e6ef !important;
  border-color: white !important;
  color: #172b4c !important;
}

.show > .btn-outline.btn-light.dropdown-toggle {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff;
}

.btn-flat.btn-light {
  color: #172b4c;
  background-color: #f3f6f9;
  border-color: #e4e6ef;
}
.btn-flat.btn-light:hover,
.btn-flat.btn-light:active,
.btn-flat.btn-light.active {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #172b4c;
}

/*---badge---*/
.badge-light {
  background-color: #e4e6ef;
  color: #172b4c;
}

/*---Background---*/
.bg-secondary {
  background-color: #e4e6ef !important;
  color: #172b4c;
}

.bg-secondary-light {
  background-color: #e9edf2 !important;
  color: #172b4c;
}

.bg-dark {
  background-color: #172b4c !important;
  color: #ffffff !important;
}

.bg-dark2 {
  background-color: #566f9e !important;
  color: #ffffff !important;
}

.bg-dark3 {
  background-color: #0c1a32 !important;
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-light {
  background-color: #e4e6ef !important;
}

.bg-lighter {
  background-color: #ebedf3 !important;
}

.bg-lightest {
  background-color: #f3f6f9 !important;
}

.bg-white-10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-30 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-40 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-60 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-80 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-90 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-black-10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-90 {
  background-color: rgba(0, 0, 0, 0.9);
}

/*---callout-alert---*/
.callout-secondary,
.alert-secondary {
  background-color: #e4e6ef !important;
  color: #172b4c;
}

/*background Patterns*/
.bg-temple-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23455a64' fill-opacity='0.1'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-temple-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152' height='152' viewBox='0 0 152 152'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='temple' fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M152 150v2H0v-2h28v-8H8v-20H0v-2h8V80h42v20h20v42H30v8h90v-8H80v-42h20V80h42v40h8V30h-8v40h-42V50H80V8h40V0h2v8h20v20h8V0h2v150zm-2 0v-28h-8v20h-20v8h28zM82 30v18h18V30H82zm20 18h20v20h18V30h-20V10H82v18h20v20zm0 2v18h18V50h-18zm20-22h18V10h-18v18zm-54 92v-18H50v18h18zm-20-18H28V82H10v38h20v20h38v-18H48v-20zm0-2V82H30v18h18zm-20 22H10v18h18v-18zm54 0v18h38v-20h20V82h-18v20h-20v20H82zm18-20H82v18h18v-18zm2-2h18V82h-18v18zm20 40v-18h18v18h-18zM30 0h-2v8H8v20H0v2h8v40h42V50h20V8H30V0zm20 48h18V30H50v18zm18-20H48v20H28v20H10V30h20V10h38v18zM30 50h18v18H30V50zm-2-40H10v18h18V10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-food-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23455a64' fill-opacity='0.1'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-food-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-brick-white {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23455a64' fill-opacity='0.1'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-brick-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-bubbles-white {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23455a64' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg-bubbles-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg-hexagons-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ffffff' fill-opacity='0.05' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-hexagons-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23000000' fill-opacity='0.03' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-deathstar-white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-deathstar-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23000000' fill-opacity='0.03'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-banknote-white {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg-banknote-dark {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23000000' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
}

/*border color*/
.wrapper .border-secondary {
  border-color: #4d7bc9 !important;
}

.wrapper .border-gray {
  border-color: #87a7db !important;
}

.wrapper .border-dark {
  border-color: #172b4c !important;
}

.wrapper .border-transparent {
  border-color: transparent !important;
}

.wrapper .border-white {
  border-color: #ffffff !important;
}

.wrapper .border-light {
  border-color: #f3f6f9 !important;
}

.wrapper .border-fade {
  border-color: rgba(97, 106, 120, 0.07) !important;
}

/*---Text---*/
.text-secondary {
  color: #4d7bc9 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #4d7bc9 !important;
}

.hover-secondary:hover,
.hover-secondary:focus {
  color: #4d7bc9 !important;
}

.text-dark {
  color: #172b4c !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #172b4c !important;
}

.hover-dark:hover,
.hover-dark:focus {
  color: #172b4c !important;
}

.text-mute {
  color: gray !important;
}

a.text-mute:hover,
a.text-mute:focus {
  color: gray !important;
}

.hover-mute:hover,
.hover-mute:focus {
  color: gray !important;
}

.text-light {
  color: #b5b5c3 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #b5b5c3 !important;
}

.hover-light:hover,
.hover-light:focus {
  color: #b5b5c3 !important;
}

.text-lighter {
  color: #d1d3e0 !important;
}

a.text-lighter:hover,
a.text-lighter:focus {
  color: #d1d3e0 !important;
}

.hover-lighter:hover,
.hover-lighter:focus {
  color: #d1d3e0 !important;
}

.text-fade {
  color: #7e8299 !important;
}

a.text-fade:hover,
a.text-fade:focus {
  color: #d1d3e0 !important;
}

.hover-fade:hover,
.hover-fade:focus {
  color: #d1d3e0 !important;
}

.dark-skin .text-fade {
  color: #8daac6 !important;
}
.dark-skin a.text-fade:hover,
.dark-skin a.text-fade:focus {
  color: #8daac6 !important;
}
.dark-skin .hover-fade:hover,
.dark-skin .hover-fade:focus {
  color: #8daac6 !important;
}

.text-white {
  color: #ffffff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}

.hover-white:hover,
.hover-white:focus {
  color: #ffffff !important;
}

/*---color skin---*/
/**************************************
Theme Primary Color
**************************************/
.bg-gradient-primary,
.theme-primary .bg-gradient-primary,
.theme-primary .art-bg {
  background: linear-gradient(45deg, #6993ff, #8950fc);
}

.bg-light-body {
  background: transparent;
}

.theme-primary.fixed .main-header {
  background: #ffffff;
}
.theme-primary .main-header {
  background: #ffffff;
}

.theme-primary.onlyheader .art-bg {
  background-image: none;
}

.bg-gradient-primary-dark,
.dark-skin.theme-primary .bg-gradient-primary,
.dark-skin.theme-primary .art-bg {
  background-image: linear-gradient(45deg, #034aff, #4e04e2);
}

.bg-dark-body {
  background: #0c1a32;
}

.dark-skin.theme-primary.fixed .main-header {
  background: #0c1a32;
}
.dark-skin.theme-primary .main-header {
  background: #0c1a32;
}

@media (max-width: 767px) {
  .theme-primary.fixed .main-header {
    background-image: #e4e6ef;
  }
  .theme-primary.fixed .main-header.navbar {
    background: none;
  }

  .dark-skin.theme-primary.fixed .main-header {
    background-image: #0c1a32;
  }
}
.theme-primary a:hover,
.theme-primary a:active,
.theme-primary a:focus {
  color: #6993ff;
}
.theme-primary .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-primary .main-sidebar .svg-icon:hover,
.theme-primary .main-sidebar .svg-icon:active,
.theme-primary .main-sidebar .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-primary .main-sidebar a:hover .svg-icon,
.theme-primary .main-sidebar a:active .svg-icon,
.theme-primary .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-primary .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-primary .svg-icon:hover,
.theme-primary .svg-icon:active,
.theme-primary .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-primary a:hover .svg-icon,
.theme-primary a:active .svg-icon,
.theme-primary a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}

.theme-primary.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #6993ff !important;
}
.theme-primary.light-skin .sidebar-menu > li.active.treeview > a > i {
  color: #6993ff;
}
.theme-primary.light-skin .sidebar-menu > li.active.treeview > a > svg {
  color: #6993ff;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-primary.light-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-primary.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3;
}
.theme-primary.light-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #6993ff !important;
}
.theme-primary.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important;
}
.theme-primary.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #6993ff !important;
}
.theme-primary.dark-skin .sidebar-menu > li.active.treeview > a > i {
  color: #6993ff;
}
.theme-primary.dark-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-primary.dark-skin
  .sidebar-menu
  > li.active.treeview
  .treeview-menu
  li
  a {
  color: #b5b5c3;
}
.theme-primary.dark-skin
  .sidebar-menu
  > li.active.treeview
  .treeview-menu
  li
  a
  > i {
  color: #b5b5c3;
}
.theme-primary.dark-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #6993ff !important;
}
.theme-primary.light-skin .sidebar-menu > li:hover,
.theme-primary.light-skin .sidebar-menu > li:active,
.theme-primary.light-skin .sidebar-menu > li.active {
  background-color: rgba(105, 147, 255, 0);
  color: #6993ff;
  border-left: 0px solid rgba(105, 147, 255, 0);
}
.theme-primary.light-skin .sidebar-menu > li:hover a,
.theme-primary.light-skin .sidebar-menu > li:active a,
.theme-primary.light-skin .sidebar-menu > li.active a {
  color: #6993ff;
}
.theme-primary.light-skin .sidebar-menu > li:hover a > i,
.theme-primary.light-skin .sidebar-menu > li:active a > i,
.theme-primary.light-skin .sidebar-menu > li.active a > i {
  color: #b5b5c3;
  background-color: rgba(105, 147, 255, 0);
}
.theme-primary.light-skin .sidebar-menu > li:hover a > svg,
.theme-primary.light-skin .sidebar-menu > li:active a > svg,
.theme-primary.light-skin .sidebar-menu > li.active a > svg {
  color: #6993ff;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-primary.light-skin .sidebar-menu > li:hover a img.svg-icon,
.theme-primary.light-skin .sidebar-menu > li:active a img.svg-icon,
.theme-primary.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-primary.light-skin .sidebar-menu > li.active {
  background-color: rgba(105, 147, 255, 0);
  color: #6993ff;
  border-left: 0px solid #6993ff;
}
.theme-primary.light-skin .sidebar-menu > li.active a {
  color: #6993ff;
  background-color: transparent;
}
.theme-primary.light-skin .sidebar-menu > li.active a > i {
  color: #6993ff;
  background-color: rgba(105, 147, 255, 0);
}
.theme-primary.light-skin .sidebar-menu > li.active a > svg {
  color: #6993ff;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-primary.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(105, 147, 255, 0);
  color: #6993ff;
}
.theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
  color: #6993ff;
}
.theme-primary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  a
  > i {
  color: #6993ff;
  background-color: rgba(105, 147, 255, 0);
}
.theme-primary.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
  color: #b5b5c3;
  background-color: rgba(105, 147, 255, 0);
}
.theme-primary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active {
  background-color: rgba(105, 147, 255, 0);
  color: #6993ff;
}
.theme-primary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a {
  color: #6993ff;
}
.theme-primary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a
  > i {
  color: #6993ff;
  background-color: rgba(105, 147, 255, 0);
}
.theme-primary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active {
  background-color: rgba(105, 147, 255, 0);
  color: #6993ff;
}
.theme-primary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a {
  color: #6993ff;
}
.theme-primary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a
  > i {
  color: #6993ff;
  background-color: rgba(105, 147, 255, 0);
}
.theme-primary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a {
  color: #172b4c;
}
.theme-primary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a
  > i {
  color: #172b4c;
  background-color: rgba(105, 147, 255, 0);
}
.theme-primary.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #6993ff;
  border-right: 0px solid #6993ff;
}
.theme-primary.dark-skin .sidebar-menu > li.active {
  background-color: rgba(105, 147, 255, 0);
  color: #6993ff;
  border-left: 0px solid #6993ff;
}
.theme-primary.dark-skin .sidebar-menu > li.active a {
  color: #6993ff;
  background-color: transparent;
}
.theme-primary.dark-skin .sidebar-menu > li.active a > i {
  color: #6993ff;
}
.theme-primary.dark-skin .sidebar-menu > li.active a > svg {
  color: #6993ff;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-primary.dark-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-primary.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(105, 147, 255, 0);
  color: #6993ff;
}
.theme-primary.dark-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  > a {
  color: #6993ff !important;
}
.theme-primary.dark-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  > a
  > i {
  color: #6993ff;
}
.theme-primary.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #6993ff;
  border-right: 0px solid #6993ff;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(105, 147, 255, 0.2);
    color: #6993ff;
  }
}
/*---Main Nav---*/
.theme-primary .sm-blue li.current > a,
.theme-primary .sm-blue li.highlighted > a {
  background: #6993ff;
  color: #ffffff !important;
}
.theme-primary .sm-blue li.current > a:hover,
.theme-primary .sm-blue li.current > a:active,
.theme-primary .sm-blue li.current > a:focus,
.theme-primary .sm-blue li.highlighted > a:hover,
.theme-primary .sm-blue li.highlighted > a:active,
.theme-primary .sm-blue li.highlighted > a:focus {
  background: #6993ff;
  color: #ffffff !important;
}
.theme-primary .sm-blue a.current,
.theme-primary .sm-blue a.highlighted {
  background: #6993ff;
  color: #ffffff !important;
}
.theme-primary .sm-blue a:hover,
.theme-primary .sm-blue a:active,
.theme-primary .sm-blue a:focus {
  background: #6993ff;
  color: #ffffff !important;
}
.theme-primary .sm-blue ul a:hover,
.theme-primary .sm-blue ul a:active,
.theme-primary .sm-blue ul a:focus {
  background: #ebedf3;
  color: #6993ff !important;
}
.theme-primary .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #6993ff !important;
}

.dark-skin.theme-primary .sm-blue a.current,
.dark-skin.theme-primary .sm-blue a.highlighted {
  background: #6993ff;
  color: #ffffff !important;
}
.dark-skin.theme-primary .sm-blue a:hover,
.dark-skin.theme-primary .sm-blue a:active,
.dark-skin.theme-primary .sm-blue a:focus {
  background: #6993ff;
  color: #ffffff !important;
}
.dark-skin.theme-primary .sm-blue ul a:hover,
.dark-skin.theme-primary .sm-blue ul a:active,
.dark-skin.theme-primary .sm-blue ul a:focus {
  background: #29354b;
  color: #6993ff !important;
}
.dark-skin.theme-primary .sm-blue ul a.highlighted {
  background: #29354b;
  color: #6993ff !important;
}

/*---Primary Button---*/
.theme-primary .btn-link {
  color: #6993ff;
}
.theme-primary .btn-primary {
  background-color: #6993ff;
  border-color: #6993ff;
  color: #ffffff;
}
.theme-primary .btn-primary:hover,
.theme-primary .btn-primary:active,
.theme-primary .btn-primary:focus,
.theme-primary .btn-primary.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}
.theme-primary .btn-primary:disabled {
  background-color: #cfdcff;
  border-color: #6993ff;
  opacity: 0.5;
}
.theme-primary .btn-primary.disabled {
  background-color: #cfdcff;
  border-color: #6993ff;
  opacity: 0.5;
}
.theme-primary .show > .btn-primary.dropdown-toggle {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff;
}
.theme-primary .btn-outline.btn-primary {
  color: #6993ff;
  background-color: transparent;
  border-color: #6993ff !important;
}
.theme-primary .btn-outline.btn-primary:hover,
.theme-primary .btn-outline.btn-primary:active,
.theme-primary .btn-outline.btn-primary.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}
.theme-primary .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff;
}
.theme-primary .btn-flat.btn-primary {
  color: #6993ff !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-primary .btn-flat.btn-primary:hover,
.theme-primary .btn-flat.btn-primary:active,
.theme-primary .btn-flat.btn-primary.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}

/*---info Button---*/
.theme-primary .btn-info {
  background-color: #8950fc;
  border-color: #8950fc;
  color: #ffffff;
}
.theme-primary .btn-info:hover,
.theme-primary .btn-info:active,
.theme-primary .btn-info:focus,
.theme-primary .btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-primary .btn-info:disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-primary .btn-info.disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-primary .show > .btn-info.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-primary .btn-outline.btn-info {
  color: #8950fc;
  background-color: transparent;
  border-color: #8950fc !important;
}
.theme-primary .btn-outline.btn-info:hover,
.theme-primary .btn-outline.btn-info:active,
.theme-primary .btn-outline.btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-primary .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-primary .btn-flat.btn-info {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-primary .btn-flat.btn-info:hover,
.theme-primary .btn-flat.btn-info:active,
.theme-primary .btn-flat.btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}

/*---Success Button---*/
.theme-primary .btn-success {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  color: #ffffff;
}
.theme-primary .btn-success:hover,
.theme-primary .btn-success:active,
.theme-primary .btn-success:focus,
.theme-primary .btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-primary .btn-success:disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-primary .btn-success.disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-primary .show > .btn-success.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-primary .btn-outline.btn-success {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #1bc5bd !important;
}
.theme-primary .btn-outline.btn-success:hover,
.theme-primary .btn-outline.btn-success:active,
.theme-primary .btn-outline.btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-primary .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-primary .btn-flat.btn-success {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-primary .btn-flat.btn-success:hover,
.theme-primary .btn-flat.btn-success:active,
.theme-primary .btn-flat.btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}

/*---Danger Button---*/
.theme-primary .btn-danger {
  background-color: #f64e60;
  border-color: #f64e60;
  color: #ffffff;
}
.theme-primary .btn-danger:hover,
.theme-primary .btn-danger:active,
.theme-primary .btn-danger:focus,
.theme-primary .btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-primary .btn-danger:disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-primary .btn-danger.disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-primary .show > .btn-danger.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-primary .btn-outline.btn-danger {
  color: #f64e60;
  background-color: transparent;
  border-color: #f64e60 !important;
}
.theme-primary .btn-outline.btn-danger:hover,
.theme-primary .btn-outline.btn-danger:active,
.theme-primary .btn-outline.btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-primary .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-primary .btn-flat.btn-danger {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-primary .btn-flat.btn-danger:hover,
.theme-primary .btn-flat.btn-danger:active,
.theme-primary .btn-flat.btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}

/*---Warning Button---*/
.theme-primary .btn-warning {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff;
}
.theme-primary .btn-warning:hover,
.theme-primary .btn-warning:active,
.theme-primary .btn-warning:focus,
.theme-primary .btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-primary .btn-warning:disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-primary .btn-warning.disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-primary .show > .btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-primary .btn-outline.btn-warning {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important;
}
.theme-primary .btn-outline.btn-warning:hover,
.theme-primary .btn-outline.btn-warning:active,
.theme-primary .btn-outline.btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-primary .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-primary .btn-flat.btn-warning {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-primary .btn-flat.btn-warning:hover,
.theme-primary .btn-flat.btn-warning:active,
.theme-primary .btn-flat.btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}

/*---Primary Button light---*/
.theme-primary .btn-primary-light {
  background-color: #eff7ff;
  border-color: #eff7ff;
  color: #6993ff;
}
.theme-primary .btn-primary-light:hover,
.theme-primary .btn-primary-light:active,
.theme-primary .btn-primary-light:focus,
.theme-primary .btn-primary-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}
.theme-primary .btn-primary-light:disabled {
  background-color: white;
  border-color: #eff7ff;
  opacity: 0.5;
}
.theme-primary .btn-primary-light.disabled {
  background-color: white;
  border-color: #eff7ff;
  opacity: 0.5;
}
.theme-primary .show > .btn-primary-light.dropdown-toggle {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff;
}
.theme-primary .btn-outline.btn-primary-light {
  color: #6993ff;
  background-color: transparent;
  border-color: #eff7ff !important;
}
.theme-primary .btn-outline.btn-primary-light:hover,
.theme-primary .btn-outline.btn-primary-light:active,
.theme-primary .btn-outline.btn-primary-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}
.theme-primary .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff;
}
.theme-primary .btn-flat.btn-primary-light {
  color: #6993ff !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-primary .btn-flat.btn-primary-light:hover,
.theme-primary .btn-flat.btn-primary-light:active,
.theme-primary .btn-flat.btn-primary-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}

/*---info Button light---*/
.theme-primary .btn-info-light {
  background-color: #f7f3ff;
  border-color: #f7f3ff;
  color: #8950fc;
}
.theme-primary .btn-info-light:hover,
.theme-primary .btn-info-light:active,
.theme-primary .btn-info-light:focus,
.theme-primary .btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-primary .btn-info-light:disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-primary .btn-info-light.disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-primary .show > .btn-info.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-primary .btn-outline.btn-info-light {
  color: #8950fc;
  background-color: transparent;
  border-color: #f7f3ff !important;
}
.theme-primary .btn-outline.btn-info-light:hover,
.theme-primary .btn-outline.btn-info-light:active,
.theme-primary .btn-outline.btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-primary .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-primary .btn-flat.btn-info-light {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-primary .btn-flat.btn-info-light:hover,
.theme-primary .btn-flat.btn-info-light:active,
.theme-primary .btn-flat.btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}

/*---Success Button light---*/
.theme-primary .btn-success-light {
  background-color: #e0fdfb;
  border-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-primary .btn-success-light:hover,
.theme-primary .btn-success-light:active,
.theme-primary .btn-success-light:focus,
.theme-primary .btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-primary .btn-success-light:disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-primary .btn-success-light.disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-primary .show > .btn-success-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-primary .btn-outline.btn-success-light {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #e0fdfb !important;
}
.theme-primary .btn-outline.btn-success-light:hover,
.theme-primary .btn-outline.btn-success-light:active,
.theme-primary .btn-outline.btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-primary .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-primary .btn-flat.btn-success-light {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-primary .btn-flat.btn-success-light:hover,
.theme-primary .btn-flat.btn-success-light:active,
.theme-primary .btn-flat.btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}

/*---Danger Button light---*/
.theme-primary .btn-danger-light {
  background-color: #fff2f3;
  border-color: #fff2f3;
  color: #f64e60;
}
.theme-primary .btn-danger-light:hover,
.theme-primary .btn-danger-light:active,
.theme-primary .btn-danger-light:focus,
.theme-primary .btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-primary .btn-danger-light:disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-primary .btn-danger-light.disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-primary .show > .btn-danger-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-primary .btn-outline.btn-danger-light {
  color: #f64e60;
  background-color: transparent;
  border-color: #fff2f3 !important;
}
.theme-primary .btn-outline.btn-danger-light:hover,
.theme-primary .btn-outline.btn-danger-light:active,
.theme-primary .btn-outline.btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-primary .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-primary .btn-flat.btn-danger-light {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-primary .btn-flat.btn-danger-light:hover,
.theme-primary .btn-flat.btn-danger-light:active,
.theme-primary .btn-flat.btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}

/*---Warning Button light---*/
.theme-primary .btn-warning-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800;
}
.theme-primary .btn-warning-light:hover,
.theme-primary .btn-warning-light:active,
.theme-primary .btn-warning-light:focus,
.theme-primary .btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-primary .btn-warning-light:disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-primary .btn-warning-light.disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-primary .show > .btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-primary .btn-outline.btn-warning-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important;
}
.theme-primary .btn-outline.btn-warning-light:hover,
.theme-primary .btn-outline.btn-warning-light:active,
.theme-primary .btn-outline.btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-primary .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-primary .btn-flat.btn-warning-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-primary .btn-flat.btn-warning-light:hover,
.theme-primary .btn-flat.btn-warning-light:active,
.theme-primary .btn-flat.btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}

/*---callout---*/
.theme-primary .callout.callout-primary {
  border-color: #6993ff;
  background-color: #6993ff !important;
}
.theme-primary .callout.callout-info {
  border-color: #8950fc;
  background-color: #8950fc !important;
}
.theme-primary .callout.callout-success {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
}
.theme-primary .callout.callout-danger {
  border-color: #f64e60;
  background-color: #f64e60 !important;
}
.theme-primary .callout.callout-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
}

/*---alert---*/
.theme-primary .alert-primary {
  border-color: #6993ff;
  background-color: #6993ff !important;
  color: #ffffff;
}
.theme-primary .alert-info {
  border-color: #8950fc;
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-primary .alert-success {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-primary .alert-danger {
  border-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-primary .alert-error {
  border-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-primary .alert-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff;
}

/*---direct-chat---*/
.theme-primary .direct-chat-primary .right > .direct-chat-text p {
  background-color: #6993ff;
  color: #ffffff;
}
.theme-primary .direct-chat-primary .right > .direct-chat-text:before,
.theme-primary .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #6993ff;
}
.theme-primary .direct-chat-info .right > .direct-chat-text p {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-primary .direct-chat-info .right > .direct-chat-text:before,
.theme-primary .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #8950fc;
}
.theme-primary .direct-chat-success .right > .direct-chat-text p {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-primary .direct-chat-success .right > .direct-chat-text:before,
.theme-primary .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #1bc5bd;
}
.theme-primary .direct-chat-danger .right > .direct-chat-text p {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-primary .direct-chat-danger .right > .direct-chat-text:before,
.theme-primary .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #f64e60;
}
.theme-primary .direct-chat-warning .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-primary .direct-chat-warning .right > .direct-chat-text:before,
.theme-primary .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #ffa800;
}
.theme-primary .right .direct-chat-text p {
  background-color: #6993ff;
}

/*---modal---*/
.theme-primary .modal-primary .modal-footer,
.theme-primary .modal-primary .modal-header {
  border-color: #6993ff;
}
.theme-primary .modal-primary .modal-body {
  background-color: #6993ff !important;
}
.theme-primary .modal-info .modal-footer,
.theme-primary .modal-info .modal-header {
  border-color: #8950fc;
}
.theme-primary .modal-info .modal-body {
  background-color: #8950fc !important;
}
.theme-primary .modal-success .modal-footer,
.theme-primary .modal-success .modal-header {
  border-color: #1bc5bd;
}
.theme-primary .modal-success .modal-body {
  background-color: #1bc5bd !important;
}
.theme-primary .modal-danger .modal-footer,
.theme-primary .modal-danger .modal-header {
  border-color: #f64e60;
}
.theme-primary .modal-danger .modal-body {
  background-color: #f64e60 !important;
}
.theme-primary .modal-warning .modal-footer,
.theme-primary .modal-warning .modal-header {
  border-color: #ffa800;
}
.theme-primary .modal-warning .modal-body {
  background-color: #ffa800 !important;
}

/*---border---*/
.theme-primary .border-primary {
  border-color: #6993ff !important;
}
.theme-primary .border-info {
  border-color: #8950fc !important;
}
.theme-primary .border-success {
  border-color: #1bc5bd !important;
}
.theme-primary .border-danger {
  border-color: #f64e60 !important;
}
.theme-primary .border-warning {
  border-color: #ffa800 !important;
}

/*---Background---*/
.theme-primary .bg-primary {
  background-color: #6993ff !important;
  color: #ffffff;
}
.theme-primary .bg-primary-light {
  background-color: #eff7ff !important;
  color: #6993ff;
}
.theme-primary .bg-info {
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-primary .bg-info-light {
  background-color: #f7f3ff !important;
  color: #8950fc;
}
.theme-primary .bg-success {
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-primary .bg-success-light {
  background-color: #e0fdfb !important;
  color: #1bc5bd;
}
.theme-primary .bg-danger {
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-primary .bg-danger-light {
  background-color: #fff2f3 !important;
  color: #f64e60;
}
.theme-primary .bg-warning {
  background-color: #ffa800 !important;
  color: #ffffff;
}
.theme-primary .bg-warning-light {
  background-color: #fff8ea !important;
  color: #ffa800;
}

/*---text---*/
.theme-primary .text-primary {
  color: #6993ff !important;
}
.theme-primary a.text-primary:hover,
.theme-primary a.text-primary:focus {
  color: #6993ff !important;
}
.theme-primary .hover-primary:hover,
.theme-primary .hover-primary:focus {
  color: #6993ff !important;
}
.theme-primary .text-info {
  color: #8950fc !important;
}
.theme-primary a.text-info:hover,
.theme-primary a.text-info:focus {
  color: #8950fc !important;
}
.theme-primary .hover-info:hover,
.theme-primary .hover-info:focus {
  color: #8950fc !important;
}
.theme-primary .text-success {
  color: #1bc5bd !important;
}
.theme-primary a.text-success:hover,
.theme-primary a.text-success:focus {
  color: #1bc5bd !important;
}
.theme-primary .hover-success:hover,
.theme-primary .hover-success:focus {
  color: #1bc5bd !important;
}
.theme-primary .text-danger {
  color: #f64e60 !important;
}
.theme-primary a.text-danger:hover,
.theme-primary a.text-danger:focus {
  color: #f64e60 !important;
}
.theme-primary .hover-danger:hover,
.theme-primary .hover-danger:focus {
  color: #f64e60 !important;
}
.theme-primary .text-warning {
  color: #ffa800 !important;
}
.theme-primary a.text-warning:hover,
.theme-primary a.text-warning:focus {
  color: #ffa800 !important;
}
.theme-primary .hover-warning:hover,
.theme-primary .hover-warning:focus {
  color: #ffa800 !important;
}

/*---active background---*/
.theme-primary .active.active-primary {
  background-color: #366eff !important;
}
.theme-primary .active.active-info {
  background-color: #671efb !important;
}
.theme-primary .active.active-success {
  background-color: #159892 !important;
}
.theme-primary .active.active-danger {
  background-color: #f41d34 !important;
}
.theme-primary .active.active-warning {
  background-color: #cc8600 !important;
}

/*---label background---*/
.theme-primary .label-primary {
  background-color: #6993ff !important;
}
.theme-primary .label-info {
  background-color: #8950fc !important;
}
.theme-primary .label-success {
  background-color: #1bc5bd !important;
}
.theme-primary .label-danger {
  background-color: #f64e60 !important;
}
.theme-primary .label-warning {
  background-color: #ffa800 !important;
}

/*---ribbon---*/
.theme-primary .ribbon-box .ribbon-primary {
  background-color: #6993ff;
}
.theme-primary .ribbon-box .ribbon-primary:before {
  border-color: #6993ff transparent transparent;
}
.theme-primary .ribbon-box .ribbon-two-primary span {
  background-color: #6993ff;
}
.theme-primary .ribbon-box .ribbon-two-primary span:before {
  border-left: 3px solid #366eff;
  border-top: 3px solid #366eff;
}
.theme-primary .ribbon-box .ribbon-two-primary span:after {
  border-right: 3px solid #366eff;
  border-top: 3px solid #366eff;
}
.theme-primary .ribbon-box .ribbon-info {
  background-color: #8950fc;
}
.theme-primary .ribbon-box .ribbon-info:before {
  border-color: #8950fc transparent transparent;
}
.theme-primary .ribbon-box .ribbon-two-info span {
  background-color: #8950fc;
}
.theme-primary .ribbon-box .ribbon-two-info span:before {
  border-left: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-primary .ribbon-box .ribbon-two-info span:after {
  border-right: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-primary .ribbon-box .ribbon-success {
  background-color: #1bc5bd;
}
.theme-primary .ribbon-box .ribbon-success:before {
  border-color: #1bc5bd transparent transparent;
}
.theme-primary .ribbon-box .ribbon-two-success span {
  background-color: #1bc5bd;
}
.theme-primary .ribbon-box .ribbon-two-success span:before {
  border-left: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-primary .ribbon-box .ribbon-two-success span:after {
  border-right: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-primary .ribbon-box .ribbon-danger {
  background-color: #f64e60;
}
.theme-primary .ribbon-box .ribbon-danger:before {
  border-color: #f64e60 transparent transparent;
}
.theme-primary .ribbon-box .ribbon-two-danger span {
  background-color: #f64e60;
}
.theme-primary .ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-primary .ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-primary .ribbon-box .ribbon-warning {
  background-color: #ffa800;
}
.theme-primary .ribbon-box .ribbon-warning:before {
  border-color: #ffa800 transparent transparent;
}
.theme-primary .ribbon-box .ribbon-two-warning span {
  background-color: #ffa800;
}
.theme-primary .ribbon-box .ribbon-two-warning span:before {
  border-left: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}
.theme-primary .ribbon-box .ribbon-two-warning span:after {
  border-right: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}

/*---Box---*/
.theme-primary .box-primary {
  background-color: #6993ff !important;
}
.theme-primary .box-primary.box-bordered {
  border-color: #6993ff;
}
.theme-primary .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #6993ff;
}
.theme-primary .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #6993ff;
}
.theme-primary .box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.theme-primary .box.box-solid.box-primary > .box-header > a {
  color: #ffffff;
}
.theme-primary .box-info {
  background-color: #8950fc !important;
}
.theme-primary .box-info.box-bordered {
  border-color: #8950fc;
}
.theme-primary .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #8950fc;
}
.theme-primary .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #8950fc;
}
.theme-primary .box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.theme-primary .box.box-solid.box-info > .box-header > a {
  color: #ffffff;
}
.theme-primary .box-success {
  background-color: #1bc5bd !important;
}
.theme-primary .box-success.box-bordered {
  border-color: #1bc5bd;
}
.theme-primary .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #1bc5bd;
}
.theme-primary .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #1bc5bd;
}
.theme-primary .box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.theme-primary .box.box-solid.box-success > .box-header > a {
  color: #ffffff;
}
.theme-primary .box-danger {
  background-color: #f64e60 !important;
}
.theme-primary .box-danger.box-bordered {
  border-color: #f64e60;
}
.theme-primary .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #f64e60;
}
.theme-primary .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #f64e60;
}
.theme-primary .box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.theme-primary .box.box-solid.box-danger > .box-header > a {
  color: #ffffff;
}
.theme-primary .box-warning {
  background-color: #ffa800 !important;
}
.theme-primary .box-warning.box-bordered {
  border-color: #ffa800;
}
.theme-primary .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #ffa800;
}
.theme-primary .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #ffa800;
}
.theme-primary .box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.theme-primary .box.box-solid.box-warning > .box-header > a {
  color: #ffffff;
}
.theme-primary .box-profile .social-states a:hover {
  color: #366eff;
}
.theme-primary .box-controls li > a:hover {
  color: #366eff;
}
.theme-primary .box-controls .dropdown.show > a {
  color: #366eff;
}
.theme-primary .box-fullscreen .box-btn-fullscreen {
  color: #366eff;
}

/*---progress bar---*/
.theme-primary .progress-bar-primary {
  background-color: #6993ff;
}
.theme-primary .progress-bar-info {
  background-color: #8950fc;
}
.theme-primary .progress-bar-success {
  background-color: #1bc5bd;
}
.theme-primary .progress-bar-danger {
  background-color: #f64e60;
}
.theme-primary .progress-bar-warning {
  background-color: #ffa800;
}

/*---panel---*/
.theme-primary .panel-primary {
  border-color: #6993ff;
}
.theme-primary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #6993ff;
  border-color: #6993ff;
}
.theme-primary .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6993ff;
}
.theme-primary .panel-primary > .panel-heading .badge-pill {
  color: #6993ff;
  background-color: #ffffff;
}
.theme-primary .panel-primary .panel-title,
.theme-primary .panel-primary .panel-action {
  color: #ffffff;
}
.theme-primary .panel-primary .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6993ff;
}
.theme-primary .panel-line.panel-primary .panel-heading {
  color: #6993ff;
  border-top-color: #6993ff;
  background: transparent;
}
.theme-primary .panel-line.panel-primary .panel-title,
.theme-primary .panel-line.panel-primary .panel-action {
  color: #6993ff;
}
.theme-primary .panel-info {
  border-color: #8950fc;
}
.theme-primary .panel-info > .panel-heading {
  color: #ffffff;
  background-color: #8950fc;
  border-color: #8950fc;
}
.theme-primary .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8950fc;
}
.theme-primary .panel-info > .panel-heading .badge-pill {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-primary .panel-info .panel-title,
.theme-primary .panel-info .panel-action {
  color: #ffffff;
}
.theme-primary .panel-info .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8950fc;
}
.theme-primary .panel-line.panel-info .panel-heading {
  color: #8950fc;
  border-top-color: #8950fc;
  background: transparent;
}
.theme-primary .panel-line.panel-info .panel-title,
.theme-primary .panel-line.panel-info .panel-action {
  color: #8950fc;
}
.theme-primary .panel-success {
  border-color: #1bc5bd;
}
.theme-primary .panel-success > .panel-heading {
  color: #ffffff;
  background-color: #1bc5bd;
  border-color: #1bc5bd;
}
.theme-primary .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1bc5bd;
}
.theme-primary .panel-success > .panel-heading .badge-pill {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-primary .panel-success .panel-title,
.theme-primary .panel-success .panel-action {
  color: #ffffff;
}
.theme-primary .panel-success .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1bc5bd;
}
.theme-primary .panel-line.panel-success .panel-heading {
  color: #1bc5bd;
  border-top-color: #1bc5bd;
  background: transparent;
}
.theme-primary .panel-line.panel-success .panel-title,
.theme-primary .panel-line.panel-success .panel-action {
  color: #1bc5bd;
}
.theme-primary .panel-danger {
  border-color: #f64e60;
}
.theme-primary .panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #f64e60;
  border-color: #f64e60;
}
.theme-primary .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f64e60;
}
.theme-primary .panel-danger > .panel-heading .badge-pill {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-primary .panel-danger .panel-title,
.theme-primary .panel-danger .panel-action {
  color: #ffffff;
}
.theme-primary .panel-danger .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f64e60;
}
.theme-primary .panel-line.panel-danger .panel-heading {
  color: #f64e60;
  border-top-color: #f64e60;
  background: transparent;
}
.theme-primary .panel-line.panel-danger .panel-title,
.theme-primary .panel-line.panel-danger .panel-action {
  color: #f64e60;
}
.theme-primary .panel-warning {
  border-color: #ffa800;
}
.theme-primary .panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffa800;
  border-color: #ffa800;
}
.theme-primary .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffa800;
}
.theme-primary .panel-warning > .panel-heading .badge-pill {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-primary .panel-warning .panel-title,
.theme-primary .panel-warning .panel-action {
  color: #ffffff;
}
.theme-primary .panel-warning .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffa800;
}
.theme-primary .panel-line.panel-warning .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent;
}
.theme-primary .panel-line.panel-warning .panel-title,
.theme-primary .panel-line.panel-warning .panel-action {
  color: #ffa800;
}

/*---switch---*/
.theme-primary .switch input:checked ~ .switch-indicator::after {
  background-color: #6993ff;
}
.theme-primary .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #6993ff;
}
.theme-primary .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #8950fc;
}
.theme-primary .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #1bc5bd;
}
.theme-primary .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #f64e60;
}
.theme-primary .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #ffa800;
}

/*---badge---*/
.theme-primary .badge-primary {
  background-color: #6993ff;
  color: #ffffff;
}
.theme-primary .badge-primary[href]:hover,
.theme-primary .badge-primary[href]:focus {
  background-color: #366eff;
}
.theme-primary .badge-secondary {
  background-color: #e4e6ef;
  color: #172b4c;
}
.theme-primary .badge-secondary[href]:hover,
.theme-primary .badge-secondary[href]:focus {
  background-color: #c4c8dc;
}
.theme-primary .badge-info {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-primary .badge-info[href]:hover,
.theme-primary .badge-info[href]:focus {
  background-color: #671efb;
}
.theme-primary .badge-success {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-primary .badge-success[href]:hover,
.theme-primary .badge-success[href]:focus {
  background-color: #159892;
}
.theme-primary .badge-danger {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-primary .badge-danger[href]:hover,
.theme-primary .badge-danger[href]:focus {
  background-color: #f41d34;
}
.theme-primary .badge-warning {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-primary .badge-warning[href]:hover,
.theme-primary .badge-warning[href]:focus {
  background-color: #cc8600;
}

/*---badge light---*/
.theme-primary .badge-primary-light {
  background-color: #eff7ff;
  color: #6993ff;
}
.theme-primary .badge-primary-light[href]:hover,
.theme-primary .badge-primary-light[href]:focus {
  background-color: #bcdeff;
}
.theme-primary .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c;
}
.theme-primary .badge-secondary-light[href]:hover,
.theme-primary .badge-secondary-light[href]:focus {
  background-color: #c9d3df;
}
.theme-primary .badge-info-light {
  background-color: #f7f3ff;
  color: #8950fc;
}
.theme-primary .badge-info-light[href]:hover,
.theme-primary .badge-info-light[href]:focus {
  background-color: #d5c0ff;
}
.theme-primary .badge-success-light {
  background-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-primary .badge-success-light[href]:hover,
.theme-primary .badge-success-light[href]:focus {
  background-color: #b0faf5;
}
.theme-primary .badge-danger-light {
  background-color: #fff2f3;
  color: #f64e60;
}
.theme-primary .badge-danger-light[href]:hover,
.theme-primary .badge-danger-light[href]:focus {
  background-color: #ffbfc4;
}
.theme-primary .badge-warning-light {
  background-color: #fff8ea;
  color: #ffa800;
}
.theme-primary .badge-warning-light[href]:hover,
.theme-primary .badge-warning-light[href]:focus {
  background-color: #ffe7b7;
}

/*---rating---*/
.theme-primary .rating-primary .active {
  color: #6993ff;
}
.theme-primary .rating-primary :checked ~ label {
  color: #6993ff;
}
.theme-primary .rating-primary label:hover {
  color: #6993ff;
}
.theme-primary .rating-primary label:hover ~ label {
  color: #6993ff;
}
.theme-primary .rating-info .active {
  color: #8950fc;
}
.theme-primary .rating-info :checked ~ label {
  color: #8950fc;
}
.theme-primary .rating-info label:hover {
  color: #8950fc;
}
.theme-primary .rating-info label:hover ~ label {
  color: #8950fc;
}
.theme-primary .rating-success .active {
  color: #1bc5bd;
}
.theme-primary .rating-success :checked ~ label {
  color: #1bc5bd;
}
.theme-primary .rating-success label:hover {
  color: #1bc5bd;
}
.theme-primary .rating-success label:hover ~ label {
  color: #1bc5bd;
}
.theme-primary .rating-danger .active {
  color: #f64e60;
}
.theme-primary .rating-danger :checked ~ label {
  color: #f64e60;
}
.theme-primary .rating-danger label:hover {
  color: #f64e60;
}
.theme-primary .rating-danger label:hover ~ label {
  color: #f64e60;
}
.theme-primary .rating-warning .active {
  color: #ffa800;
}
.theme-primary .rating-warning :checked ~ label {
  color: #ffa800;
}
.theme-primary .rating-warning label:hover {
  color: #ffa800;
}
.theme-primary .rating-warning label:hover ~ label {
  color: #ffa800;
}

/*---toggler---*/
.theme-primary .toggler-primary input:checked + i {
  color: #6993ff;
}
.theme-primary .toggler-info input:checked + i {
  color: #8950fc;
}
.theme-primary .toggler-success input:checked + i {
  color: #1bc5bd;
}
.theme-primary .toggler-danger input:checked + i {
  color: #f64e60;
}
.theme-primary .toggler-warning input:checked + i {
  color: #ffa800;
}

/*---nav tabs---*/
.theme-primary .nav-tabs.nav-tabs-primary .nav-link:hover,
.theme-primary .nav-tabs.nav-tabs-primary .nav-link:active,
.theme-primary .nav-tabs.nav-tabs-primary .nav-link:focus,
.theme-primary .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #366eff;
  background-color: transparent;
  color: #366eff;
}
.theme-primary .nav-tabs.nav-tabs-info .nav-link:hover,
.theme-primary .nav-tabs.nav-tabs-info .nav-link:active,
.theme-primary .nav-tabs.nav-tabs-info .nav-link:focus,
.theme-primary .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #671efb;
  background-color: #8950fc;
  color: #ffffff;
}
.theme-primary .nav-tabs.nav-tabs-success .nav-link:hover,
.theme-primary .nav-tabs.nav-tabs-success .nav-link:active,
.theme-primary .nav-tabs.nav-tabs-success .nav-link:focus,
.theme-primary .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #159892;
  background-color: transparent;
  color: #159892;
}
.theme-primary .nav-tabs.nav-tabs-danger .nav-link:hover,
.theme-primary .nav-tabs.nav-tabs-danger .nav-link:active,
.theme-primary .nav-tabs.nav-tabs-danger .nav-link:focus,
.theme-primary .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #f41d34;
  background-color: transparent;
  color: #f41d34;
}
.theme-primary .nav-tabs.nav-tabs-warning .nav-link:hover,
.theme-primary .nav-tabs.nav-tabs-warning .nav-link:active,
.theme-primary .nav-tabs.nav-tabs-warning .nav-link:focus,
.theme-primary .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600;
}
.theme-primary .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #366eff;
}
.theme-primary .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #671efb;
}
.theme-primary .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #159892;
}
.theme-primary .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #f41d34;
}
.theme-primary .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #cc8600;
}
.theme-primary .nav-tabs .nav-link.active {
  border-bottom-color: #6993ff;
  background-color: #6993ff;
  color: #ffffff;
}
.theme-primary .nav-tabs .nav-link.active:hover,
.theme-primary .nav-tabs .nav-link.active:focus {
  border-bottom-color: #6993ff;
  background-color: #6993ff;
  color: #ffffff;
}
.theme-primary .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #6993ff;
  background-color: #6993ff;
}
.theme-primary .nav-tabs .nav-item.open .nav-link:hover,
.theme-primary .nav-tabs .nav-item.open .nav-link:focus {
  border-bottom-color: #6993ff;
  background-color: #6993ff;
}

/*---todo---*/
.theme-primary .todo-list .primary {
  border-left-color: #6993ff;
}
.theme-primary .todo-list .info {
  border-left-color: #6993ff;
}
.theme-primary .todo-list .success {
  border-left-color: #1bc5bd;
}
.theme-primary .todo-list .danger {
  border-left-color: #f64e60;
}
.theme-primary .todo-list .warning {
  border-left-color: #ffa800;
}

/*---timeline---*/
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary {
  background-color: #6993ff;
  border: 1px solid #6993ff;
  color: #ffffff;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:before,
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:after {
  border-left-color: #6993ff;
  border-right-color: #6993ff;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary
  * {
  color: inherit;
}
.theme-primary .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #8950fc;
  border: 1px solid #8950fc;
  color: #ffffff;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:before,
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:after {
  border-left-color: #8950fc;
  border-right-color: #8950fc;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info
  * {
  color: inherit;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success {
  background-color: #1bc5bd;
  border: 1px solid #1bc5bd;
  color: #ffffff;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:before,
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:after {
  border-left-color: #1bc5bd;
  border-right-color: #1bc5bd;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success
  * {
  color: inherit;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger {
  background-color: #f64e60;
  border: 1px solid #f64e60;
  color: #ffffff;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:before,
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:after {
  border-left-color: #f64e60;
  border-right-color: #f64e60;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger
  * {
  color: inherit;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:before,
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:after {
  border-left-color: #ffa800;
  border-right-color: #ffa800;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning
  * {
  color: inherit;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-primary {
  color: #6993ff;
  background-color: #ffffff;
}
.theme-primary .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-success {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-danger {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-primary
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-warning {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-primary .timeline .timeline-label .label-primary {
  background-color: #6993ff;
}
.theme-primary .timeline .timeline-label .label-info {
  background-color: #8950fc;
}
.theme-primary .timeline .timeline-label .label-success {
  background-color: #1bc5bd;
}
.theme-primary .timeline .timeline-label .label-danger {
  background-color: #f64e60;
}
.theme-primary .timeline .timeline-label .label-warning {
  background-color: #ffa800;
}
.theme-primary .timeline__year,
.theme-primary .timeline5:before,
.theme-primary .timeline__box:before,
.theme-primary .timeline__date {
  background-color: #6993ff;
}
.theme-primary .timeline__post {
  border-left: 3px solid #6993ff;
}

/*---daterangepicker---*/
.theme-primary .daterangepicker td.active {
  background-color: #6993ff;
}
.theme-primary .daterangepicker td.active:hover {
  background-color: #6993ff;
}
.theme-primary .daterangepicker .input-mini.active {
  border: 1px solid #6993ff;
}
.theme-primary .ranges li:hover,
.theme-primary .ranges li:active,
.theme-primary .ranges li.active {
  border: 1px solid #6993ff;
  background-color: #6993ff;
}

/*---control-sidebar---*/
.theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover,
.theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active,
.theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #6993ff;
  color: #6993ff;
}
.theme-primary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #6993ff;
  color: #6993ff;
}
.theme-primary
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:hover,
.theme-primary
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:active,
.theme-primary
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:focus {
  border-color: #6993ff;
  color: #6993ff;
}
.theme-primary .control-sidebar .rpanel-title .btn:hover {
  color: #6993ff;
}

/*---nav---*/
.theme-primary .nav > li > a:hover,
.theme-primary .nav > li > a:active,
.theme-primary .nav > li > a:focus {
  color: #6993ff;
}
/*.theme-primary .nav-pills > li > a.active {
  border-top-color: #6993ff;
  background-color: #6993ff !important;
  color: #ffffff; }
  .theme-primary .nav-pills > li > a.active:hover, .theme-primary .nav-pills > li > a.active:focus {
    border-top-color: #6993ff;
    background-color: #6993ff !important;
    color: #ffffff; }*/
.theme-primary .mailbox-nav .nav-pills > li > a:hover,
.theme-primary .mailbox-nav .nav-pills > li > a:focus {
  border-color: #6993ff;
}
.theme-primary .mailbox-nav .nav-pills > li > a.active {
  border-color: #6993ff;
}
.theme-primary .mailbox-nav .nav-pills > li > a.active:hover,
.theme-primary .mailbox-nav .nav-pills > li > a.active:focus {
  border-color: #6993ff;
}
.theme-primary .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #6993ff;
}
.theme-primary .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #6993ff;
}
.theme-primary .customtab li a.nav-link.active {
  border-bottom: 2px solid #6993ff;
}

/*---form-element---*/
.theme-primary .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #6993ff, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-primary .form-element .form-control {
  background-image: linear-gradient(45deg, #6993ff, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-primary .form-element .form-control:focus {
  background-image: linear-gradient(45deg, #6993ff, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-primary .form-control:focus {
  border-color: #6993ff;
}
.theme-primary [type="checkbox"]:checked.chk-col-primary + label:before {
  border-right: 2px solid #6993ff;
  border-bottom: 2px solid #6993ff;
}
.theme-primary [type="checkbox"]:checked.chk-col-info + label:before {
  border-right: 2px solid #8950fc;
  border-bottom: 2px solid #8950fc;
}
.theme-primary [type="checkbox"]:checked.chk-col-success + label:before {
  border-right: 2px solid #1bc5bd;
  border-bottom: 2px solid #1bc5bd;
}
.theme-primary [type="checkbox"]:checked.chk-col-danger + label:before {
  border-right: 2px solid #f64e60;
  border-bottom: 2px solid #f64e60;
}
.theme-primary [type="checkbox"]:checked.chk-col-warning + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800;
}
.theme-primary
  [type="checkbox"].filled-in:checked.chk-col-primary
  + label:after {
  border: 2px solid #6993ff;
  background-color: #6993ff;
}
.theme-primary [type="checkbox"].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #8950fc;
  background-color: #8950fc;
}
.theme-primary
  [type="checkbox"].filled-in:checked.chk-col-success
  + label:after {
  border: 2px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-primary
  [type="checkbox"].filled-in:checked.chk-col-danger
  + label:after {
  border: 2px solid #f64e60;
  background-color: #f64e60;
}
.theme-primary
  [type="checkbox"].filled-in:checked.chk-col-warning
  + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800;
}
.theme-primary [type="radio"].radio-col-primary:checked + label:after {
  background-color: #6993ff;
  border-color: #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary
  [type="radio"].with-gap.radio-col-primary:checked
  + label:before {
  border: 2px solid #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="radio"].with-gap.radio-col-primary:checked + label:after {
  background-color: #6993ff;
  border: 2px solid #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="radio"].radio-col-info:checked + label:after {
  background-color: #8950fc;
  border-color: #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="radio"].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="radio"].with-gap.radio-col-info:checked + label:after {
  background-color: #8950fc;
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="radio"].radio-col-success:checked + label:after {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary
  [type="radio"].with-gap.radio-col-success:checked
  + label:before {
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="radio"].with-gap.radio-col-success:checked + label:after {
  background-color: #1bc5bd;
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="radio"].radio-col-danger:checked + label:after {
  background-color: #f64e60;
  border-color: #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="radio"].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="radio"].with-gap.radio-col-danger:checked + label:after {
  background-color: #f64e60;
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="radio"].radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary
  [type="radio"].with-gap.radio-col-warning:checked
  + label:before {
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="radio"].with-gap.radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-primary [type="checkbox"]:checked + label:before {
  border-right: 2px solid #6993ff;
  border-bottom: 2px solid #6993ff;
}
.theme-primary [type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #6993ff;
  background-color: #6993ff;
}
.theme-primary [type="radio"].with-gap:checked + label:before,
.theme-primary [type="radio"].with-gap:checked + label:after {
  border: 2px solid #6993ff;
}
.theme-primary [type="radio"].with-gap:checked + label:after {
  background-color: #6993ff;
  z-index: 0;
}
.theme-primary [type="radio"]:checked + label:after {
  border: 2px solid #6993ff;
  background-color: #6993ff;
  z-index: 0;
}
.theme-primary [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-color: #6993ff;
  background-color: #6993ff;
}

/*---Calender---*/
.theme-primary .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #6993ff;
}
.theme-primary
  .fx-element-overlay
  .fx-card-item
  .fx-overlay-1
  .fx-info
  > li
  a:hover {
  background: #6993ff;
  border-color: #6993ff;
}
.theme-primary .fc-event,
.theme-primary .calendar-event {
  background: #6993ff;
}

/*---Tabs---*/
.theme-primary .tabs-vertical li .nav-link:hover,
.theme-primary .tabs-vertical li .nav-link:active,
.theme-primary .tabs-vertical li .nav-link:focus,
.theme-primary .tabs-vertical li .nav-link.active {
  background-color: #6993ff;
  color: #ffffff;
}
.theme-primary .customvtab .tabs-vertical li .nav-link:hover,
.theme-primary .customvtab .tabs-vertical li .nav-link:active,
.theme-primary .customvtab .tabs-vertical li .nav-link:focus,
.theme-primary .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #6993ff;
  color: #6993ff;
}
.theme-primary .customtab2 li a.nav-link:hover,
.theme-primary .customtab2 li a.nav-link:active,
.theme-primary .customtab2 li a.nav-link.active {
  background-color: #6993ff;
}

.rtl.theme-primary .customvtab .tabs-vertical li .nav-link:hover,
.rtl.theme-primary .customvtab .tabs-vertical li .nav-link:active,
.rtl.theme-primary .customvtab .tabs-vertical li .nav-link:focus,
.rtl.theme-primary .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #6993ff;
}

/*---Notification---*/
.theme-primary .jq-icon-primary {
  background-color: #6993ff;
  color: #ffffff;
  border-color: #6993ff;
}
.theme-primary .jq-icon-info {
  background-color: #8950fc;
  color: #ffffff;
  border-color: #8950fc;
}
.theme-primary .jq-icon-success {
  background-color: #1bc5bd;
  color: #ffffff;
  border-color: #6993ff;
}
.theme-primary .jq-icon-error {
  background-color: #f64e60;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-primary .jq-icon-danger {
  background-color: #f64e60;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-primary .jq-icon-warning {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800;
}

/*---avatar---*/
.theme-primary .avatar.status-primary::after {
  background-color: #6993ff;
}
.theme-primary .avatar.status-info::after {
  background-color: #8950fc;
}
.theme-primary .avatar.status-success::after {
  background-color: #1bc5bd;
}
.theme-primary .avatar.status-danger::after {
  background-color: #f64e60;
}
.theme-primary .avatar.status-warning::after {
  background-color: #ffa800;
}
.theme-primary .avatar[class*="status-"]::after {
  background-color: #6993ff;
}
.theme-primary .avatar-add:hover {
  background-color: #366eff;
  border-color: #366eff;
}

/*---media---*/
.theme-primary .media-chat.media-chat-reverse .media-body p {
  background-color: #6993ff;
}
.theme-primary .media-right-out a:hover {
  color: #366eff;
}

/*---control---*/
.theme-primary .control input:checked:focus ~ .control_indicator {
  background-color: #6993ff;
}
.theme-primary .control input:checked ~ .control_indicator {
  background-color: #6993ff;
}
.theme-primary
  .control:hover
  input:not([disabled]):checked
  ~ .control_indicator {
  background-color: #6993ff;
}

/*---flex---*/
.theme-primary .flex-column > li > a.nav-link.active {
  border-left-color: #6993ff;
}
.theme-primary .flex-column > li > a.nav-link.active:hover {
  border-left-color: #6993ff;
}

/*---pagination---*/
.theme-primary .pagination li a.current {
  border: 1px solid #6993ff;
  background-color: #6993ff;
}
.theme-primary .pagination li a.current:hover {
  border: 1px solid #6993ff;
  background-color: #6993ff;
}
.theme-primary .pagination li a:hover {
  border: 1px solid #366eff;
  background-color: #366eff !important;
}
.theme-primary
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  border: 1px solid #6993ff;
  background-color: #6993ff;
}
.theme-primary
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  border: 1px solid #6993ff;
  background-color: #6993ff;
}
.theme-primary .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #6993ff;
}
.theme-primary .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #6993ff;
}
.theme-primary .footable .pagination li a:hover,
.theme-primary .footable .pagination li a:active,
.theme-primary .footable .pagination li a.active {
  background-color: #6993ff;
}

/*---dataTables---*/
.theme-primary .dt-buttons .dt-button {
  background-color: #6993ff;
}

/*---select2---*/
.theme-primary .select2-container--default.select2-container--open {
  border-color: #6993ff;
}
.theme-primary
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #6993ff;
}
.theme-primary
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border-color: #6993ff !important;
}
.theme-primary
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #6993ff !important;
}
.theme-primary .select2-container--default .select2-selection--multiple:focus {
  border-color: #6993ff !important;
}
.theme-primary
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #6993ff;
  border-color: #6993ff;
}

/*---Other---*/
.theme-primary .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #366eff;
}
.theme-primary .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #366eff;
}
.theme-primary .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #366eff;
}
.theme-primary [data-overlay-primary]::before {
  background: #366eff;
}

/*---wizard---*/
.theme-primary .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #6993ff;
  background-color: #6993ff;
}
.theme-primary .wizard-content .wizard > .steps > ul > li.done {
  border-color: #366eff;
  background-color: #366eff;
}
.theme-primary .wizard-content .wizard > .actions > ul > li > a {
  background-color: #6993ff;
}
.theme-primary .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #6993ff;
}
.theme-primary .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #6993ff;
}
.theme-primary
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:after {
  background-color: #6993ff;
}
.theme-primary
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:before {
  background-color: #6993ff;
}
.theme-primary
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step {
  border: 2px solid #6993ff;
  color: #6993ff;
}
.theme-primary
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step:after {
  border-top-color: #6993ff;
}
.theme-primary
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.done
  .step:after {
  border-top-color: #6993ff;
}

@media (max-width: 767px) {
  .theme-primary .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #6993ff;
  }
}
@media (max-width: 575px) {
  .theme-primary .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #6993ff;
  }
}
/*---slider---*/
.theme-primary #primary .slider-selection {
  background-color: #6993ff;
}
.theme-primary #info .slider-selection {
  background-color: #8950fc;
}
.theme-primary #success .slider-selection {
  background-color: #1bc5bd;
}
.theme-primary #danger .slider-selection {
  background-color: #f64e60;
}
.theme-primary #warning .slider-selection {
  background-color: #ffa800;
}

/*---horizontal-timeline---*/
.theme-primary .cd-horizontal-timeline .events a.selected::after {
  background: #6993ff;
  border-color: #6993ff;
}
.theme-primary .cd-horizontal-timeline .events a.older-event::after {
  border-color: #6993ff;
}
.theme-primary .cd-horizontal-timeline .filling-line {
  background: #6993ff;
}
.theme-primary .cd-horizontal-timeline a {
  color: #6993ff;
}
.theme-primary .cd-horizontal-timeline a:hover,
.theme-primary .cd-horizontal-timeline a:focus {
  color: #6993ff;
}
.theme-primary .cd-timeline-navigation a:hover,
.theme-primary .cd-timeline-navigation a:focus {
  border-color: #6993ff;
}

/**************************************
Theme Secondary Color
**************************************/
.bg-gradient-secondary,
.theme-secondary .bg-gradient-secondary,
.theme-secondary .art-bg {
  background: linear-gradient(45deg, #e4e6ef, #8950fc);
}

.bg-light-body {
  background: transparent;
}

.theme-secondary.fixed .main-header {
  background: #ffffff;
}
.theme-secondary .main-header {
  background: #ffffff;
}

.theme-secondary.onlyheader .art-bg {
  background-image: none;
}

.bg-gradient-secondary-dark,
.dark-skin.theme-secondary .bg-gradient-secondary,
.dark-skin.theme-secondary .art-bg {
  background-image: linear-gradient(45deg, #a4abc9, #4e04e2);
}

.bg-dark-body {
  background: #0c1a32;
}

.dark-skin.theme-secondary.fixed .main-header {
  background: #0c1a32;
}
.dark-skin.theme-secondary .main-header {
  background: #0c1a32;
}

@media (max-width: 767px) {
  .theme-secondary.fixed .main-header {
    background-image: #e4e6ef;
  }
  .theme-secondary.fixed .main-header.navbar {
    background: none;
  }

  .dark-skin.theme-secondary.fixed .main-header {
    background-image: #0c1a32;
  }
}
.theme-secondary a:hover,
.theme-secondary a:active,
.theme-secondary a:focus {
  color: #e4e6ef;
}
.theme-secondary .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-secondary .main-sidebar .svg-icon:hover,
.theme-secondary .main-sidebar .svg-icon:active,
.theme-secondary .main-sidebar .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-secondary .main-sidebar a:hover .svg-icon,
.theme-secondary .main-sidebar a:active .svg-icon,
.theme-secondary .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-secondary .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-secondary .svg-icon:hover,
.theme-secondary .svg-icon:active,
.theme-secondary .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-secondary a:hover .svg-icon,
.theme-secondary a:active .svg-icon,
.theme-secondary a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}

.theme-secondary.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #e4e6ef !important;
}
.theme-secondary.light-skin .sidebar-menu > li.active.treeview > a > i {
  color: #e4e6ef;
}
.theme-secondary.light-skin .sidebar-menu > li.active.treeview > a > svg {
  color: #e4e6ef;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-secondary.light-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-secondary.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3;
}
.theme-secondary.light-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #e4e6ef !important;
}
.theme-secondary.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important;
}
.theme-secondary.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #e4e6ef !important;
}
.theme-secondary.dark-skin .sidebar-menu > li.active.treeview > a > i {
  color: #e4e6ef;
}
.theme-secondary.dark-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-secondary.dark-skin
  .sidebar-menu
  > li.active.treeview
  .treeview-menu
  li
  a {
  color: #b5b5c3;
}
.theme-secondary.dark-skin
  .sidebar-menu
  > li.active.treeview
  .treeview-menu
  li
  a
  > i {
  color: #b5b5c3;
}
.theme-secondary.dark-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #e4e6ef !important;
}
.theme-secondary.light-skin .sidebar-menu > li:hover,
.theme-secondary.light-skin .sidebar-menu > li:active,
.theme-secondary.light-skin .sidebar-menu > li.active {
  background-color: rgba(228, 230, 239, 0);
  color: #e4e6ef;
  border-left: 0px solid rgba(228, 230, 239, 0);
}
.theme-secondary.light-skin .sidebar-menu > li:hover a,
.theme-secondary.light-skin .sidebar-menu > li:active a,
.theme-secondary.light-skin .sidebar-menu > li.active a {
  color: #e4e6ef;
}
.theme-secondary.light-skin .sidebar-menu > li:hover a > i,
.theme-secondary.light-skin .sidebar-menu > li:active a > i,
.theme-secondary.light-skin .sidebar-menu > li.active a > i {
  color: #b5b5c3;
  background-color: rgba(228, 230, 239, 0);
}
.theme-secondary.light-skin .sidebar-menu > li:hover a > svg,
.theme-secondary.light-skin .sidebar-menu > li:active a > svg,
.theme-secondary.light-skin .sidebar-menu > li.active a > svg {
  color: #e4e6ef;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-secondary.light-skin .sidebar-menu > li:hover a img.svg-icon,
.theme-secondary.light-skin .sidebar-menu > li:active a img.svg-icon,
.theme-secondary.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-secondary.light-skin .sidebar-menu > li.active {
  background-color: rgba(228, 230, 239, 0);
  color: #e4e6ef;
  border-left: 0px solid #e4e6ef;
}
.theme-secondary.light-skin .sidebar-menu > li.active a {
  color: #e4e6ef;
  background-color: transparent;
}
.theme-secondary.light-skin .sidebar-menu > li.active a > i {
  color: #e4e6ef;
  background-color: rgba(228, 230, 239, 0);
}
.theme-secondary.light-skin .sidebar-menu > li.active a > svg {
  color: #e4e6ef;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-secondary.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(228, 230, 239, 0);
  color: #e4e6ef;
}
.theme-secondary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  a {
  color: #e4e6ef;
}
.theme-secondary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  a
  > i {
  color: #e4e6ef;
  background-color: rgba(228, 230, 239, 0);
}
.theme-secondary.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
  color: #b5b5c3;
  background-color: rgba(228, 230, 239, 0);
}
.theme-secondary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active {
  background-color: rgba(228, 230, 239, 0);
  color: #e4e6ef;
}
.theme-secondary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a {
  color: #e4e6ef;
}
.theme-secondary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a
  > i {
  color: #e4e6ef;
  background-color: rgba(228, 230, 239, 0);
}
.theme-secondary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active {
  background-color: rgba(228, 230, 239, 0);
  color: #e4e6ef;
}
.theme-secondary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a {
  color: #e4e6ef;
}
.theme-secondary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a
  > i {
  color: #e4e6ef;
  background-color: rgba(228, 230, 239, 0);
}
.theme-secondary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a {
  color: #172b4c;
}
.theme-secondary.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a
  > i {
  color: #172b4c;
  background-color: rgba(228, 230, 239, 0);
}
.theme-secondary.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #e4e6ef;
  border-right: 0px solid #e4e6ef;
}
.theme-secondary.dark-skin .sidebar-menu > li.active {
  background-color: rgba(228, 230, 239, 0);
  color: #e4e6ef;
  border-left: 0px solid #e4e6ef;
}
.theme-secondary.dark-skin .sidebar-menu > li.active a {
  color: #e4e6ef;
  background-color: transparent;
}
.theme-secondary.dark-skin .sidebar-menu > li.active a > i {
  color: #e4e6ef;
}
.theme-secondary.dark-skin .sidebar-menu > li.active a > svg {
  color: #e4e6ef;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-secondary.dark-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-secondary.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(228, 230, 239, 0);
  color: #e4e6ef;
}
.theme-secondary.dark-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  > a {
  color: #e4e6ef !important;
}
.theme-secondary.dark-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  > a
  > i {
  color: #e4e6ef;
}
.theme-secondary.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #e4e6ef;
  border-right: 0px solid #e4e6ef;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(228, 230, 239, 0.2);
    color: #e4e6ef;
  }
}
/*---Main Nav---*/
.theme-secondary .sm-blue li.current > a,
.theme-secondary .sm-blue li.highlighted > a {
  background: #e4e6ef;
  color: #ffffff !important;
}
.theme-secondary .sm-blue li.current > a:hover,
.theme-secondary .sm-blue li.current > a:active,
.theme-secondary .sm-blue li.current > a:focus,
.theme-secondary .sm-blue li.highlighted > a:hover,
.theme-secondary .sm-blue li.highlighted > a:active,
.theme-secondary .sm-blue li.highlighted > a:focus {
  background: #e4e6ef;
  color: #ffffff !important;
}
.theme-secondary .sm-blue a.current,
.theme-secondary .sm-blue a.highlighted {
  background: #e4e6ef;
  color: #ffffff !important;
}
.theme-secondary .sm-blue a:hover,
.theme-secondary .sm-blue a:active,
.theme-secondary .sm-blue a:focus {
  background: #e4e6ef;
  color: #ffffff !important;
}
.theme-secondary .sm-blue ul a:hover,
.theme-secondary .sm-blue ul a:active,
.theme-secondary .sm-blue ul a:focus {
  background: #ebedf3;
  color: #e4e6ef !important;
}
.theme-secondary .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #e4e6ef !important;
}

.dark-skin.theme-secondary .sm-blue a.current,
.dark-skin.theme-secondary .sm-blue a.highlighted {
  background: #e4e6ef;
  color: #ffffff !important;
}
.dark-skin.theme-secondary .sm-blue a:hover,
.dark-skin.theme-secondary .sm-blue a:active,
.dark-skin.theme-secondary .sm-blue a:focus {
  background: #e4e6ef;
  color: #ffffff !important;
}
.dark-skin.theme-secondary .sm-blue ul a:hover,
.dark-skin.theme-secondary .sm-blue ul a:active,
.dark-skin.theme-secondary .sm-blue ul a:focus {
  background: #29354b;
  color: #e4e6ef !important;
}
.dark-skin.theme-secondary .sm-blue ul a.highlighted {
  background: #29354b;
  color: #e4e6ef !important;
}

/*---Primary Button---*/
.theme-secondary .btn-link {
  color: #e4e6ef;
}
.theme-secondary .btn-primary {
  background-color: #e4e6ef;
  border-color: #e4e6ef;
  color: #ffffff;
}
.theme-secondary .btn-primary:hover,
.theme-secondary .btn-primary:active,
.theme-secondary .btn-primary:focus,
.theme-secondary .btn-primary.active {
  background-color: #c4c8dc !important;
  border-color: #c4c8dc !important;
  color: #ffffff !important;
}
.theme-secondary .btn-primary:disabled {
  background-color: white;
  border-color: #e4e6ef;
  opacity: 0.5;
}
.theme-secondary .btn-primary.disabled {
  background-color: white;
  border-color: #e4e6ef;
  opacity: 0.5;
}
.theme-secondary .show > .btn-primary.dropdown-toggle {
  background-color: #c4c8dc !important;
  border-color: #c4c8dc !important;
  color: #ffffff;
}
.theme-secondary .btn-outline.btn-primary {
  color: #e4e6ef;
  background-color: transparent;
  border-color: #e4e6ef !important;
}
.theme-secondary .btn-outline.btn-primary:hover,
.theme-secondary .btn-outline.btn-primary:active,
.theme-secondary .btn-outline.btn-primary.active {
  background-color: #c4c8dc !important;
  border-color: #c4c8dc !important;
  color: #ffffff !important;
}
.theme-secondary .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #c4c8dc !important;
  border-color: #c4c8dc !important;
  color: #ffffff;
}
.theme-secondary .btn-flat.btn-primary {
  color: #e4e6ef !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-secondary .btn-flat.btn-primary:hover,
.theme-secondary .btn-flat.btn-primary:active,
.theme-secondary .btn-flat.btn-primary.active {
  background-color: #c4c8dc !important;
  border-color: #c4c8dc !important;
  color: #ffffff !important;
}

/*---info Button---*/
.theme-secondary .btn-info {
  background-color: #8950fc;
  border-color: #8950fc;
  color: #ffffff;
}
.theme-secondary .btn-info:hover,
.theme-secondary .btn-info:active,
.theme-secondary .btn-info:focus,
.theme-secondary .btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-secondary .btn-info:disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-secondary .btn-info.disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-secondary .show > .btn-info.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-secondary .btn-outline.btn-info {
  color: #8950fc;
  background-color: transparent;
  border-color: #8950fc !important;
}
.theme-secondary .btn-outline.btn-info:hover,
.theme-secondary .btn-outline.btn-info:active,
.theme-secondary .btn-outline.btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-secondary .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-secondary .btn-flat.btn-info {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-secondary .btn-flat.btn-info:hover,
.theme-secondary .btn-flat.btn-info:active,
.theme-secondary .btn-flat.btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}

/*---Success Button---*/
.theme-secondary .btn-success {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  color: #ffffff;
}
.theme-secondary .btn-success:hover,
.theme-secondary .btn-success:active,
.theme-secondary .btn-success:focus,
.theme-secondary .btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-secondary .btn-success:disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-secondary .btn-success.disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-secondary .show > .btn-success.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-secondary .btn-outline.btn-success {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #1bc5bd !important;
}
.theme-secondary .btn-outline.btn-success:hover,
.theme-secondary .btn-outline.btn-success:active,
.theme-secondary .btn-outline.btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-secondary .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-secondary .btn-flat.btn-success {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-secondary .btn-flat.btn-success:hover,
.theme-secondary .btn-flat.btn-success:active,
.theme-secondary .btn-flat.btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}

/*---Danger Button---*/
.theme-secondary .btn-danger {
  background-color: #f64e60;
  border-color: #f64e60;
  color: #ffffff;
}
.theme-secondary .btn-danger:hover,
.theme-secondary .btn-danger:active,
.theme-secondary .btn-danger:focus,
.theme-secondary .btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-secondary .btn-danger:disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-secondary .btn-danger.disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-secondary .show > .btn-danger.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-secondary .btn-outline.btn-danger {
  color: #f64e60;
  background-color: transparent;
  border-color: #f64e60 !important;
}
.theme-secondary .btn-outline.btn-danger:hover,
.theme-secondary .btn-outline.btn-danger:active,
.theme-secondary .btn-outline.btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-secondary .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-secondary .btn-flat.btn-danger {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-secondary .btn-flat.btn-danger:hover,
.theme-secondary .btn-flat.btn-danger:active,
.theme-secondary .btn-flat.btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}

/*---Warning Button---*/
.theme-secondary .btn-warning {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff;
}
.theme-secondary .btn-warning:hover,
.theme-secondary .btn-warning:active,
.theme-secondary .btn-warning:focus,
.theme-secondary .btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-secondary .btn-warning:disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-secondary .btn-warning.disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-secondary .show > .btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-secondary .btn-outline.btn-warning {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important;
}
.theme-secondary .btn-outline.btn-warning:hover,
.theme-secondary .btn-outline.btn-warning:active,
.theme-secondary .btn-outline.btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-secondary .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-secondary .btn-flat.btn-warning {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-secondary .btn-flat.btn-warning:hover,
.theme-secondary .btn-flat.btn-warning:active,
.theme-secondary .btn-flat.btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}

/*---Primary Button light---*/
.theme-secondary .btn-primary-light {
  background-color: #e9edf2;
  border-color: #e9edf2;
  color: #e4e6ef;
}
.theme-secondary .btn-primary-light:hover,
.theme-secondary .btn-primary-light:active,
.theme-secondary .btn-primary-light:focus,
.theme-secondary .btn-primary-light.active {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff !important;
}
.theme-secondary .btn-primary-light:disabled {
  background-color: white;
  border-color: #e9edf2;
  opacity: 0.5;
}
.theme-secondary .btn-primary-light.disabled {
  background-color: white;
  border-color: #e9edf2;
  opacity: 0.5;
}
.theme-secondary .show > .btn-primary-light.dropdown-toggle {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff;
}
.theme-secondary .btn-outline.btn-primary-light {
  color: #e4e6ef;
  background-color: transparent;
  border-color: #e9edf2 !important;
}
.theme-secondary .btn-outline.btn-primary-light:hover,
.theme-secondary .btn-outline.btn-primary-light:active,
.theme-secondary .btn-outline.btn-primary-light.active {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff !important;
}
.theme-secondary .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff;
}
.theme-secondary .btn-flat.btn-primary-light {
  color: #e4e6ef !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-secondary .btn-flat.btn-primary-light:hover,
.theme-secondary .btn-flat.btn-primary-light:active,
.theme-secondary .btn-flat.btn-primary-light.active {
  background-color: #e4e6ef !important;
  border-color: #e4e6ef !important;
  color: #ffffff !important;
}

/*---info Button light---*/
.theme-secondary .btn-info-light {
  background-color: #f7f3ff;
  border-color: #f7f3ff;
  color: #8950fc;
}
.theme-secondary .btn-info-light:hover,
.theme-secondary .btn-info-light:active,
.theme-secondary .btn-info-light:focus,
.theme-secondary .btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-secondary .btn-info-light:disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-secondary .btn-info-light.disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-secondary .show > .btn-info.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-secondary .btn-outline.btn-info-light {
  color: #8950fc;
  background-color: transparent;
  border-color: #f7f3ff !important;
}
.theme-secondary .btn-outline.btn-info-light:hover,
.theme-secondary .btn-outline.btn-info-light:active,
.theme-secondary .btn-outline.btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-secondary .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-secondary .btn-flat.btn-info-light {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-secondary .btn-flat.btn-info-light:hover,
.theme-secondary .btn-flat.btn-info-light:active,
.theme-secondary .btn-flat.btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}

/*---Success Button light---*/
.theme-secondary .btn-success-light {
  background-color: #e0fdfb;
  border-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-secondary .btn-success-light:hover,
.theme-secondary .btn-success-light:active,
.theme-secondary .btn-success-light:focus,
.theme-secondary .btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-secondary .btn-success-light:disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-secondary .btn-success-light.disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-secondary .show > .btn-success-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-secondary .btn-outline.btn-success-light {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #e0fdfb !important;
}
.theme-secondary .btn-outline.btn-success-light:hover,
.theme-secondary .btn-outline.btn-success-light:active,
.theme-secondary .btn-outline.btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-secondary .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-secondary .btn-flat.btn-success-light {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-secondary .btn-flat.btn-success-light:hover,
.theme-secondary .btn-flat.btn-success-light:active,
.theme-secondary .btn-flat.btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}

/*---Danger Button light---*/
.theme-secondary .btn-danger-light {
  background-color: #fff2f3;
  border-color: #fff2f3;
  color: #f64e60;
}
.theme-secondary .btn-danger-light:hover,
.theme-secondary .btn-danger-light:active,
.theme-secondary .btn-danger-light:focus,
.theme-secondary .btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-secondary .btn-danger-light:disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-secondary .btn-danger-light.disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-secondary .show > .btn-danger-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-secondary .btn-outline.btn-danger-light {
  color: #f64e60;
  background-color: transparent;
  border-color: #fff2f3 !important;
}
.theme-secondary .btn-outline.btn-danger-light:hover,
.theme-secondary .btn-outline.btn-danger-light:active,
.theme-secondary .btn-outline.btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-secondary .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-secondary .btn-flat.btn-danger-light {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-secondary .btn-flat.btn-danger-light:hover,
.theme-secondary .btn-flat.btn-danger-light:active,
.theme-secondary .btn-flat.btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}

/*---Warning Button light---*/
.theme-secondary .btn-warning-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800;
}
.theme-secondary .btn-warning-light:hover,
.theme-secondary .btn-warning-light:active,
.theme-secondary .btn-warning-light:focus,
.theme-secondary .btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-secondary .btn-warning-light:disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-secondary .btn-warning-light.disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-secondary .show > .btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-secondary .btn-outline.btn-warning-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important;
}
.theme-secondary .btn-outline.btn-warning-light:hover,
.theme-secondary .btn-outline.btn-warning-light:active,
.theme-secondary .btn-outline.btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-secondary .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-secondary .btn-flat.btn-warning-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-secondary .btn-flat.btn-warning-light:hover,
.theme-secondary .btn-flat.btn-warning-light:active,
.theme-secondary .btn-flat.btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}

/*---callout---*/
.theme-secondary .callout.callout-primary {
  border-color: #e4e6ef;
  background-color: #e4e6ef !important;
}
.theme-secondary .callout.callout-info {
  border-color: #8950fc;
  background-color: #8950fc !important;
}
.theme-secondary .callout.callout-success {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
}
.theme-secondary .callout.callout-danger {
  border-color: #f64e60;
  background-color: #f64e60 !important;
}
.theme-secondary .callout.callout-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
}

/*---alert---*/
.theme-secondary .alert-primary {
  border-color: #e4e6ef;
  background-color: #e4e6ef !important;
  color: #ffffff;
}
.theme-secondary .alert-info {
  border-color: #8950fc;
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-secondary .alert-success {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-secondary .alert-danger {
  border-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-secondary .alert-error {
  border-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-secondary .alert-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff;
}

/*---direct-chat---*/
.theme-secondary .direct-chat-primary .right > .direct-chat-text p {
  background-color: #e4e6ef;
  color: #ffffff;
}
.theme-secondary .direct-chat-primary .right > .direct-chat-text:before,
.theme-secondary .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #e4e6ef;
}
.theme-secondary .direct-chat-info .right > .direct-chat-text p {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-secondary .direct-chat-info .right > .direct-chat-text:before,
.theme-secondary .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #8950fc;
}
.theme-secondary .direct-chat-success .right > .direct-chat-text p {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-secondary .direct-chat-success .right > .direct-chat-text:before,
.theme-secondary .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #1bc5bd;
}
.theme-secondary .direct-chat-danger .right > .direct-chat-text p {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-secondary .direct-chat-danger .right > .direct-chat-text:before,
.theme-secondary .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #f64e60;
}
.theme-secondary .direct-chat-warning .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-secondary .direct-chat-warning .right > .direct-chat-text:before,
.theme-secondary .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #ffa800;
}
.theme-secondary .right .direct-chat-text p {
  background-color: #e4e6ef;
}

/*---modal---*/
.theme-secondary .modal-primary .modal-footer,
.theme-secondary .modal-primary .modal-header {
  border-color: #e4e6ef;
}
.theme-secondary .modal-primary .modal-body {
  background-color: #e4e6ef !important;
}
.theme-secondary .modal-info .modal-footer,
.theme-secondary .modal-info .modal-header {
  border-color: #8950fc;
}
.theme-secondary .modal-info .modal-body {
  background-color: #8950fc !important;
}
.theme-secondary .modal-success .modal-footer,
.theme-secondary .modal-success .modal-header {
  border-color: #1bc5bd;
}
.theme-secondary .modal-success .modal-body {
  background-color: #1bc5bd !important;
}
.theme-secondary .modal-danger .modal-footer,
.theme-secondary .modal-danger .modal-header {
  border-color: #f64e60;
}
.theme-secondary .modal-danger .modal-body {
  background-color: #f64e60 !important;
}
.theme-secondary .modal-warning .modal-footer,
.theme-secondary .modal-warning .modal-header {
  border-color: #ffa800;
}
.theme-secondary .modal-warning .modal-body {
  background-color: #ffa800 !important;
}

/*---border---*/
.theme-secondary .border-primary {
  border-color: #e4e6ef !important;
}
.theme-secondary .border-info {
  border-color: #8950fc !important;
}
.theme-secondary .border-success {
  border-color: #1bc5bd !important;
}
.theme-secondary .border-danger {
  border-color: #f64e60 !important;
}
.theme-secondary .border-warning {
  border-color: #ffa800 !important;
}

/*---Background---*/
.theme-secondary .bg-primary {
  background-color: #e4e6ef !important;
  color: #ffffff;
}
.theme-secondary .bg-primary-light {
  background-color: #e9edf2 !important;
  color: #e4e6ef;
}
.theme-secondary .bg-info {
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-secondary .bg-info-light {
  background-color: #f7f3ff !important;
  color: #8950fc;
}
.theme-secondary .bg-success {
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-secondary .bg-success-light {
  background-color: #e0fdfb !important;
  color: #1bc5bd;
}
.theme-secondary .bg-danger {
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-secondary .bg-danger-light {
  background-color: #fff2f3 !important;
  color: #f64e60;
}
.theme-secondary .bg-warning {
  background-color: #ffa800 !important;
  color: #ffffff;
}
.theme-secondary .bg-warning-light {
  background-color: #fff8ea !important;
  color: #ffa800;
}

/*---text---*/
.theme-secondary .text-primary {
  color: #e4e6ef !important;
}
.theme-secondary a.text-primary:hover,
.theme-secondary a.text-primary:focus {
  color: #e4e6ef !important;
}
.theme-secondary .hover-primary:hover,
.theme-secondary .hover-primary:focus {
  color: #e4e6ef !important;
}
.theme-secondary .text-info {
  color: #8950fc !important;
}
.theme-secondary a.text-info:hover,
.theme-secondary a.text-info:focus {
  color: #8950fc !important;
}
.theme-secondary .hover-info:hover,
.theme-secondary .hover-info:focus {
  color: #8950fc !important;
}
.theme-secondary .text-success {
  color: #1bc5bd !important;
}
.theme-secondary a.text-success:hover,
.theme-secondary a.text-success:focus {
  color: #1bc5bd !important;
}
.theme-secondary .hover-success:hover,
.theme-secondary .hover-success:focus {
  color: #1bc5bd !important;
}
.theme-secondary .text-danger {
  color: #f64e60 !important;
}
.theme-secondary a.text-danger:hover,
.theme-secondary a.text-danger:focus {
  color: #f64e60 !important;
}
.theme-secondary .hover-danger:hover,
.theme-secondary .hover-danger:focus {
  color: #f64e60 !important;
}
.theme-secondary .text-warning {
  color: #ffa800 !important;
}
.theme-secondary a.text-warning:hover,
.theme-secondary a.text-warning:focus {
  color: #ffa800 !important;
}
.theme-secondary .hover-warning:hover,
.theme-secondary .hover-warning:focus {
  color: #ffa800 !important;
}

/*---active background---*/
.theme-secondary .active.active-primary {
  background-color: #c4c8dc !important;
}
.theme-secondary .active.active-info {
  background-color: #671efb !important;
}
.theme-secondary .active.active-success {
  background-color: #159892 !important;
}
.theme-secondary .active.active-danger {
  background-color: #f41d34 !important;
}
.theme-secondary .active.active-warning {
  background-color: #cc8600 !important;
}

/*---label background---*/
.theme-secondary .label-primary {
  background-color: #e4e6ef !important;
}
.theme-secondary .label-info {
  background-color: #8950fc !important;
}
.theme-secondary .label-success {
  background-color: #1bc5bd !important;
}
.theme-secondary .label-danger {
  background-color: #f64e60 !important;
}
.theme-secondary .label-warning {
  background-color: #ffa800 !important;
}

/*---ribbon---*/
.theme-secondary .ribbon-box .ribbon-primary {
  background-color: #e4e6ef;
}
.theme-secondary .ribbon-box .ribbon-primary:before {
  border-color: #e4e6ef transparent transparent;
}
.theme-secondary .ribbon-box .ribbon-two-primary span {
  background-color: #e4e6ef;
}
.theme-secondary .ribbon-box .ribbon-two-primary span:before {
  border-left: 3px solid #c4c8dc;
  border-top: 3px solid #c4c8dc;
}
.theme-secondary .ribbon-box .ribbon-two-primary span:after {
  border-right: 3px solid #c4c8dc;
  border-top: 3px solid #c4c8dc;
}
.theme-secondary .ribbon-box .ribbon-info {
  background-color: #8950fc;
}
.theme-secondary .ribbon-box .ribbon-info:before {
  border-color: #8950fc transparent transparent;
}
.theme-secondary .ribbon-box .ribbon-two-info span {
  background-color: #8950fc;
}
.theme-secondary .ribbon-box .ribbon-two-info span:before {
  border-left: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-secondary .ribbon-box .ribbon-two-info span:after {
  border-right: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-secondary .ribbon-box .ribbon-success {
  background-color: #1bc5bd;
}
.theme-secondary .ribbon-box .ribbon-success:before {
  border-color: #1bc5bd transparent transparent;
}
.theme-secondary .ribbon-box .ribbon-two-success span {
  background-color: #1bc5bd;
}
.theme-secondary .ribbon-box .ribbon-two-success span:before {
  border-left: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-secondary .ribbon-box .ribbon-two-success span:after {
  border-right: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-secondary .ribbon-box .ribbon-danger {
  background-color: #f64e60;
}
.theme-secondary .ribbon-box .ribbon-danger:before {
  border-color: #f64e60 transparent transparent;
}
.theme-secondary .ribbon-box .ribbon-two-danger span {
  background-color: #f64e60;
}
.theme-secondary .ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-secondary .ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-secondary .ribbon-box .ribbon-warning {
  background-color: #ffa800;
}
.theme-secondary .ribbon-box .ribbon-warning:before {
  border-color: #ffa800 transparent transparent;
}
.theme-secondary .ribbon-box .ribbon-two-warning span {
  background-color: #ffa800;
}
.theme-secondary .ribbon-box .ribbon-two-warning span:before {
  border-left: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}
.theme-secondary .ribbon-box .ribbon-two-warning span:after {
  border-right: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}

/*---Box---*/
.theme-secondary .box-primary {
  background-color: #e4e6ef !important;
}
.theme-secondary .box-primary.box-bordered {
  border-color: #e4e6ef;
}
.theme-secondary .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #e4e6ef;
}
.theme-secondary .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #e4e6ef;
}
.theme-secondary .box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.theme-secondary .box.box-solid.box-primary > .box-header > a {
  color: #ffffff;
}
.theme-secondary .box-info {
  background-color: #8950fc !important;
}
.theme-secondary .box-info.box-bordered {
  border-color: #8950fc;
}
.theme-secondary .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #8950fc;
}
.theme-secondary .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #8950fc;
}
.theme-secondary .box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.theme-secondary .box.box-solid.box-info > .box-header > a {
  color: #ffffff;
}
.theme-secondary .box-success {
  background-color: #1bc5bd !important;
}
.theme-secondary .box-success.box-bordered {
  border-color: #1bc5bd;
}
.theme-secondary .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #1bc5bd;
}
.theme-secondary .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #1bc5bd;
}
.theme-secondary .box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.theme-secondary .box.box-solid.box-success > .box-header > a {
  color: #ffffff;
}
.theme-secondary .box-danger {
  background-color: #f64e60 !important;
}
.theme-secondary .box-danger.box-bordered {
  border-color: #f64e60;
}
.theme-secondary .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #f64e60;
}
.theme-secondary .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #f64e60;
}
.theme-secondary .box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.theme-secondary .box.box-solid.box-danger > .box-header > a {
  color: #ffffff;
}
.theme-secondary .box-warning {
  background-color: #ffa800 !important;
}
.theme-secondary .box-warning.box-bordered {
  border-color: #ffa800;
}
.theme-secondary .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #ffa800;
}
.theme-secondary .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #ffa800;
}
.theme-secondary .box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.theme-secondary .box.box-solid.box-warning > .box-header > a {
  color: #ffffff;
}
.theme-secondary .box-profile .social-states a:hover {
  color: #c4c8dc;
}
.theme-secondary .box-controls li > a:hover {
  color: #c4c8dc;
}
.theme-secondary .box-controls .dropdown.show > a {
  color: #c4c8dc;
}
.theme-secondary .box-fullscreen .box-btn-fullscreen {
  color: #c4c8dc;
}

/*---progress bar---*/
.theme-secondary .progress-bar-primary {
  background-color: #e4e6ef;
}
.theme-secondary .progress-bar-info {
  background-color: #8950fc;
}
.theme-secondary .progress-bar-success {
  background-color: #1bc5bd;
}
.theme-secondary .progress-bar-danger {
  background-color: #f64e60;
}
.theme-secondary .progress-bar-warning {
  background-color: #ffa800;
}

/*---panel---*/
.theme-secondary .panel-primary {
  border-color: #e4e6ef;
}
.theme-secondary .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #e4e6ef;
  border-color: #e4e6ef;
}
.theme-secondary
  .panel-primary
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #e4e6ef;
}
.theme-secondary .panel-primary > .panel-heading .badge-pill {
  color: #e4e6ef;
  background-color: #ffffff;
}
.theme-secondary .panel-primary .panel-title,
.theme-secondary .panel-primary .panel-action {
  color: #ffffff;
}
.theme-secondary .panel-primary .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e4e6ef;
}
.theme-secondary .panel-line.panel-primary .panel-heading {
  color: #e4e6ef;
  border-top-color: #e4e6ef;
  background: transparent;
}
.theme-secondary .panel-line.panel-primary .panel-title,
.theme-secondary .panel-line.panel-primary .panel-action {
  color: #e4e6ef;
}
.theme-secondary .panel-info {
  border-color: #8950fc;
}
.theme-secondary .panel-info > .panel-heading {
  color: #ffffff;
  background-color: #8950fc;
  border-color: #8950fc;
}
.theme-secondary .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8950fc;
}
.theme-secondary .panel-info > .panel-heading .badge-pill {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-secondary .panel-info .panel-title,
.theme-secondary .panel-info .panel-action {
  color: #ffffff;
}
.theme-secondary .panel-info .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8950fc;
}
.theme-secondary .panel-line.panel-info .panel-heading {
  color: #8950fc;
  border-top-color: #8950fc;
  background: transparent;
}
.theme-secondary .panel-line.panel-info .panel-title,
.theme-secondary .panel-line.panel-info .panel-action {
  color: #8950fc;
}
.theme-secondary .panel-success {
  border-color: #1bc5bd;
}
.theme-secondary .panel-success > .panel-heading {
  color: #ffffff;
  background-color: #1bc5bd;
  border-color: #1bc5bd;
}
.theme-secondary
  .panel-success
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #1bc5bd;
}
.theme-secondary .panel-success > .panel-heading .badge-pill {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-secondary .panel-success .panel-title,
.theme-secondary .panel-success .panel-action {
  color: #ffffff;
}
.theme-secondary .panel-success .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1bc5bd;
}
.theme-secondary .panel-line.panel-success .panel-heading {
  color: #1bc5bd;
  border-top-color: #1bc5bd;
  background: transparent;
}
.theme-secondary .panel-line.panel-success .panel-title,
.theme-secondary .panel-line.panel-success .panel-action {
  color: #1bc5bd;
}
.theme-secondary .panel-danger {
  border-color: #f64e60;
}
.theme-secondary .panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #f64e60;
  border-color: #f64e60;
}
.theme-secondary
  .panel-danger
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #f64e60;
}
.theme-secondary .panel-danger > .panel-heading .badge-pill {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-secondary .panel-danger .panel-title,
.theme-secondary .panel-danger .panel-action {
  color: #ffffff;
}
.theme-secondary .panel-danger .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f64e60;
}
.theme-secondary .panel-line.panel-danger .panel-heading {
  color: #f64e60;
  border-top-color: #f64e60;
  background: transparent;
}
.theme-secondary .panel-line.panel-danger .panel-title,
.theme-secondary .panel-line.panel-danger .panel-action {
  color: #f64e60;
}
.theme-secondary .panel-warning {
  border-color: #ffa800;
}
.theme-secondary .panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffa800;
  border-color: #ffa800;
}
.theme-secondary
  .panel-warning
  > .panel-heading
  + .panel-collapse
  > .panel-body {
  border-top-color: #ffa800;
}
.theme-secondary .panel-warning > .panel-heading .badge-pill {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-secondary .panel-warning .panel-title,
.theme-secondary .panel-warning .panel-action {
  color: #ffffff;
}
.theme-secondary .panel-warning .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffa800;
}
.theme-secondary .panel-line.panel-warning .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent;
}
.theme-secondary .panel-line.panel-warning .panel-title,
.theme-secondary .panel-line.panel-warning .panel-action {
  color: #ffa800;
}

/*---switch---*/
.theme-secondary .switch input:checked ~ .switch-indicator::after {
  background-color: #e4e6ef;
}
.theme-secondary
  .switch.switch-primary
  input:checked
  ~ .switch-indicator::after {
  background-color: #e4e6ef;
}
.theme-secondary .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #8950fc;
}
.theme-secondary
  .switch.switch-success
  input:checked
  ~ .switch-indicator::after {
  background-color: #1bc5bd;
}
.theme-secondary
  .switch.switch-danger
  input:checked
  ~ .switch-indicator::after {
  background-color: #f64e60;
}
.theme-secondary
  .switch.switch-warning
  input:checked
  ~ .switch-indicator::after {
  background-color: #ffa800;
}

/*---badge---*/
.theme-secondary .badge-primary {
  background-color: #e4e6ef;
  color: #ffffff;
}
.theme-secondary .badge-primary[href]:hover,
.theme-secondary .badge-primary[href]:focus {
  background-color: #c4c8dc;
}
.theme-secondary .badge-secondary {
  background-color: #6993ff;
  color: #172b4c;
}
.theme-secondary .badge-secondary[href]:hover,
.theme-secondary .badge-secondary[href]:focus {
  background-color: #366eff;
}
.theme-secondary .badge-info {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-secondary .badge-info[href]:hover,
.theme-secondary .badge-info[href]:focus {
  background-color: #671efb;
}
.theme-secondary .badge-success {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-secondary .badge-success[href]:hover,
.theme-secondary .badge-success[href]:focus {
  background-color: #159892;
}
.theme-secondary .badge-danger {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-secondary .badge-danger[href]:hover,
.theme-secondary .badge-danger[href]:focus {
  background-color: #f41d34;
}
.theme-secondary .badge-warning {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-secondary .badge-warning[href]:hover,
.theme-secondary .badge-warning[href]:focus {
  background-color: #cc8600;
}

/*---badge light---*/
.theme-secondary .badge-primary-light {
  background-color: #e9edf2;
  color: #e4e6ef;
}
.theme-secondary .badge-primary-light[href]:hover,
.theme-secondary .badge-primary-light[href]:focus {
  background-color: #c9d3df;
}
.theme-secondary .badge-secondary-light {
  background-color: #eff7ff;
  color: #172b4c;
}
.theme-secondary .badge-secondary-light[href]:hover,
.theme-secondary .badge-secondary-light[href]:focus {
  background-color: #bcdeff;
}
.theme-secondary .badge-info-light {
  background-color: #f7f3ff;
  color: #8950fc;
}
.theme-secondary .badge-info-light[href]:hover,
.theme-secondary .badge-info-light[href]:focus {
  background-color: #d5c0ff;
}
.theme-secondary .badge-success-light {
  background-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-secondary .badge-success-light[href]:hover,
.theme-secondary .badge-success-light[href]:focus {
  background-color: #b0faf5;
}
.theme-secondary .badge-danger-light {
  background-color: #fff2f3;
  color: #f64e60;
}
.theme-secondary .badge-danger-light[href]:hover,
.theme-secondary .badge-danger-light[href]:focus {
  background-color: #ffbfc4;
}
.theme-secondary .badge-warning-light {
  background-color: #fff8ea;
  color: #ffa800;
}
.theme-secondary .badge-warning-light[href]:hover,
.theme-secondary .badge-warning-light[href]:focus {
  background-color: #ffe7b7;
}

/*---rating---*/
.theme-secondary .rating-primary .active {
  color: #e4e6ef;
}
.theme-secondary .rating-primary :checked ~ label {
  color: #e4e6ef;
}
.theme-secondary .rating-primary label:hover {
  color: #e4e6ef;
}
.theme-secondary .rating-primary label:hover ~ label {
  color: #e4e6ef;
}
.theme-secondary .rating-info .active {
  color: #8950fc;
}
.theme-secondary .rating-info :checked ~ label {
  color: #8950fc;
}
.theme-secondary .rating-info label:hover {
  color: #8950fc;
}
.theme-secondary .rating-info label:hover ~ label {
  color: #8950fc;
}
.theme-secondary .rating-success .active {
  color: #1bc5bd;
}
.theme-secondary .rating-success :checked ~ label {
  color: #1bc5bd;
}
.theme-secondary .rating-success label:hover {
  color: #1bc5bd;
}
.theme-secondary .rating-success label:hover ~ label {
  color: #1bc5bd;
}
.theme-secondary .rating-danger .active {
  color: #f64e60;
}
.theme-secondary .rating-danger :checked ~ label {
  color: #f64e60;
}
.theme-secondary .rating-danger label:hover {
  color: #f64e60;
}
.theme-secondary .rating-danger label:hover ~ label {
  color: #f64e60;
}
.theme-secondary .rating-warning .active {
  color: #ffa800;
}
.theme-secondary .rating-warning :checked ~ label {
  color: #ffa800;
}
.theme-secondary .rating-warning label:hover {
  color: #ffa800;
}
.theme-secondary .rating-warning label:hover ~ label {
  color: #ffa800;
}

/*---toggler---*/
.theme-secondary .toggler-primary input:checked + i {
  color: #e4e6ef;
}
.theme-secondary .toggler-info input:checked + i {
  color: #8950fc;
}
.theme-secondary .toggler-success input:checked + i {
  color: #1bc5bd;
}
.theme-secondary .toggler-danger input:checked + i {
  color: #f64e60;
}
.theme-secondary .toggler-warning input:checked + i {
  color: #ffa800;
}

/*---nav tabs---*/
.theme-secondary .nav-tabs.nav-tabs-primary .nav-link:hover,
.theme-secondary .nav-tabs.nav-tabs-primary .nav-link:active,
.theme-secondary .nav-tabs.nav-tabs-primary .nav-link:focus,
.theme-secondary .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #c4c8dc;
  background-color: transparent;
  color: #c4c8dc;
}
.theme-secondary .nav-tabs.nav-tabs-info .nav-link:hover,
.theme-secondary .nav-tabs.nav-tabs-info .nav-link:active,
.theme-secondary .nav-tabs.nav-tabs-info .nav-link:focus,
.theme-secondary .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #671efb;
  background-color: #8950fc;
  color: #ffffff;
}
.theme-secondary .nav-tabs.nav-tabs-success .nav-link:hover,
.theme-secondary .nav-tabs.nav-tabs-success .nav-link:active,
.theme-secondary .nav-tabs.nav-tabs-success .nav-link:focus,
.theme-secondary .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #159892;
  background-color: transparent;
  color: #159892;
}
.theme-secondary .nav-tabs.nav-tabs-danger .nav-link:hover,
.theme-secondary .nav-tabs.nav-tabs-danger .nav-link:active,
.theme-secondary .nav-tabs.nav-tabs-danger .nav-link:focus,
.theme-secondary .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #f41d34;
  background-color: transparent;
  color: #f41d34;
}
.theme-secondary .nav-tabs.nav-tabs-warning .nav-link:hover,
.theme-secondary .nav-tabs.nav-tabs-warning .nav-link:active,
.theme-secondary .nav-tabs.nav-tabs-warning .nav-link:focus,
.theme-secondary .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600;
}
.theme-secondary .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #c4c8dc;
}
.theme-secondary .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #671efb;
}
.theme-secondary .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #159892;
}
.theme-secondary .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #f41d34;
}
.theme-secondary .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #cc8600;
}
.theme-secondary .nav-tabs .nav-link.active {
  border-bottom-color: #e4e6ef;
  background-color: #e4e6ef;
  color: #ffffff;
}
.theme-secondary .nav-tabs .nav-link.active:hover,
.theme-secondary .nav-tabs .nav-link.active:focus {
  border-bottom-color: #e4e6ef;
  background-color: #e4e6ef;
  color: #ffffff;
}
.theme-secondary .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #e4e6ef;
  background-color: #e4e6ef;
}
.theme-secondary .nav-tabs .nav-item.open .nav-link:hover,
.theme-secondary .nav-tabs .nav-item.open .nav-link:focus {
  border-bottom-color: #e4e6ef;
  background-color: #e4e6ef;
}

/*---todo---*/
.theme-secondary .todo-list .primary {
  border-left-color: #e4e6ef;
}
.theme-secondary .todo-list .info {
  border-left-color: #e4e6ef;
}
.theme-secondary .todo-list .success {
  border-left-color: #1bc5bd;
}
.theme-secondary .todo-list .danger {
  border-left-color: #f64e60;
}
.theme-secondary .todo-list .warning {
  border-left-color: #ffa800;
}

/*---timeline---*/
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary {
  background-color: #e4e6ef;
  border: 1px solid #e4e6ef;
  color: #ffffff;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:before,
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:after {
  border-left-color: #e4e6ef;
  border-right-color: #e4e6ef;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary
  * {
  color: inherit;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info {
  background-color: #8950fc;
  border: 1px solid #8950fc;
  color: #ffffff;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:before,
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:after {
  border-left-color: #8950fc;
  border-right-color: #8950fc;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info
  * {
  color: inherit;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success {
  background-color: #1bc5bd;
  border: 1px solid #1bc5bd;
  color: #ffffff;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:before,
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:after {
  border-left-color: #1bc5bd;
  border-right-color: #1bc5bd;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success
  * {
  color: inherit;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger {
  background-color: #f64e60;
  border: 1px solid #f64e60;
  color: #ffffff;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:before,
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:after {
  border-left-color: #f64e60;
  border-right-color: #f64e60;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger
  * {
  color: inherit;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:before,
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:after {
  border-left-color: #ffa800;
  border-right-color: #ffa800;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning
  * {
  color: inherit;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-primary {
  color: #e4e6ef;
  background-color: #ffffff;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-info {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-success {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-danger {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-secondary
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-warning {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-secondary .timeline .timeline-label .label-primary {
  background-color: #e4e6ef;
}
.theme-secondary .timeline .timeline-label .label-info {
  background-color: #8950fc;
}
.theme-secondary .timeline .timeline-label .label-success {
  background-color: #1bc5bd;
}
.theme-secondary .timeline .timeline-label .label-danger {
  background-color: #f64e60;
}
.theme-secondary .timeline .timeline-label .label-warning {
  background-color: #ffa800;
}
.theme-secondary .timeline__year,
.theme-secondary .timeline5:before,
.theme-secondary .timeline__box:before,
.theme-secondary .timeline__date {
  background-color: #e4e6ef;
}
.theme-secondary .timeline__post {
  border-left: 3px solid #e4e6ef;
}

/*---daterangepicker---*/
.theme-secondary .daterangepicker td.active {
  background-color: #e4e6ef;
}
.theme-secondary .daterangepicker td.active:hover {
  background-color: #e4e6ef;
}
.theme-secondary .daterangepicker .input-mini.active {
  border: 1px solid #e4e6ef;
}
.theme-secondary .ranges li:hover,
.theme-secondary .ranges li:active,
.theme-secondary .ranges li.active {
  border: 1px solid #e4e6ef;
  background-color: #e4e6ef;
}

/*---control-sidebar---*/
.theme-secondary .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover,
.theme-secondary
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a:active,
.theme-secondary
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a:focus {
  border-color: #e4e6ef;
  color: #e4e6ef;
}
.theme-secondary
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active {
  border-color: #e4e6ef;
  color: #e4e6ef;
}
.theme-secondary
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:hover,
.theme-secondary
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:active,
.theme-secondary
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:focus {
  border-color: #e4e6ef;
  color: #e4e6ef;
}
.theme-secondary .control-sidebar .rpanel-title .btn:hover {
  color: #e4e6ef;
}

/*---nav---*/
.theme-secondary .nav > li > a:hover,
.theme-secondary .nav > li > a:active,
.theme-secondary .nav > li > a:focus {
  color: #e4e6ef;
}
.theme-secondary .nav-pills > li > a.active {
  border-top-color: #e4e6ef;
  background-color: #e4e6ef !important;
  color: #ffffff;
}
.theme-secondary .nav-pills > li > a.active:hover,
.theme-secondary .nav-pills > li > a.active:focus {
  border-top-color: #e4e6ef;
  background-color: #e4e6ef !important;
  color: #ffffff;
}
.theme-secondary .mailbox-nav .nav-pills > li > a:hover,
.theme-secondary .mailbox-nav .nav-pills > li > a:focus {
  border-color: #e4e6ef;
}
.theme-secondary .mailbox-nav .nav-pills > li > a.active {
  border-color: #e4e6ef;
}
.theme-secondary .mailbox-nav .nav-pills > li > a.active:hover,
.theme-secondary .mailbox-nav .nav-pills > li > a.active:focus {
  border-color: #e4e6ef;
}
.theme-secondary .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #e4e6ef;
}
.theme-secondary .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #e4e6ef;
}
.theme-secondary .customtab li a.nav-link.active {
  border-bottom: 2px solid #e4e6ef;
}

/*---form-element---*/
.theme-secondary .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #e4e6ef, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-secondary .form-element .form-control {
  background-image: linear-gradient(45deg, #e4e6ef, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-secondary .form-element .form-control:focus {
  background-image: linear-gradient(45deg, #e4e6ef, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-secondary .form-control:focus {
  border-color: #e4e6ef;
}
.theme-secondary [type="checkbox"]:checked.chk-col-primary + label:before {
  border-right: 2px solid #e4e6ef;
  border-bottom: 2px solid #e4e6ef;
}
.theme-secondary [type="checkbox"]:checked.chk-col-info + label:before {
  border-right: 2px solid #8950fc;
  border-bottom: 2px solid #8950fc;
}
.theme-secondary [type="checkbox"]:checked.chk-col-success + label:before {
  border-right: 2px solid #1bc5bd;
  border-bottom: 2px solid #1bc5bd;
}
.theme-secondary [type="checkbox"]:checked.chk-col-danger + label:before {
  border-right: 2px solid #f64e60;
  border-bottom: 2px solid #f64e60;
}
.theme-secondary [type="checkbox"]:checked.chk-col-warning + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800;
}
.theme-secondary
  [type="checkbox"].filled-in:checked.chk-col-primary
  + label:after {
  border: 2px solid #e4e6ef;
  background-color: #e4e6ef;
}
.theme-secondary
  [type="checkbox"].filled-in:checked.chk-col-info
  + label:after {
  border: 2px solid #8950fc;
  background-color: #8950fc;
}
.theme-secondary
  [type="checkbox"].filled-in:checked.chk-col-success
  + label:after {
  border: 2px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-secondary
  [type="checkbox"].filled-in:checked.chk-col-danger
  + label:after {
  border: 2px solid #f64e60;
  background-color: #f64e60;
}
.theme-secondary
  [type="checkbox"].filled-in:checked.chk-col-warning
  + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800;
}
.theme-secondary [type="radio"].radio-col-primary:checked + label:after {
  background-color: #e4e6ef;
  border-color: #e4e6ef;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary
  [type="radio"].with-gap.radio-col-primary:checked
  + label:before {
  border: 2px solid #e4e6ef;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary
  [type="radio"].with-gap.radio-col-primary:checked
  + label:after {
  background-color: #e4e6ef;
  border: 2px solid #e4e6ef;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary [type="radio"].radio-col-info:checked + label:after {
  background-color: #8950fc;
  border-color: #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary [type="radio"].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary [type="radio"].with-gap.radio-col-info:checked + label:after {
  background-color: #8950fc;
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary [type="radio"].radio-col-success:checked + label:after {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary
  [type="radio"].with-gap.radio-col-success:checked
  + label:before {
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary
  [type="radio"].with-gap.radio-col-success:checked
  + label:after {
  background-color: #1bc5bd;
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary [type="radio"].radio-col-danger:checked + label:after {
  background-color: #f64e60;
  border-color: #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary
  [type="radio"].with-gap.radio-col-danger:checked
  + label:before {
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary
  [type="radio"].with-gap.radio-col-danger:checked
  + label:after {
  background-color: #f64e60;
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary [type="radio"].radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary
  [type="radio"].with-gap.radio-col-warning:checked
  + label:before {
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary
  [type="radio"].with-gap.radio-col-warning:checked
  + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-secondary [type="checkbox"]:checked + label:before {
  border-right: 2px solid #e4e6ef;
  border-bottom: 2px solid #e4e6ef;
}
.theme-secondary [type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #e4e6ef;
  background-color: #e4e6ef;
}
.theme-secondary [type="radio"].with-gap:checked + label:before,
.theme-secondary [type="radio"].with-gap:checked + label:after {
  border: 2px solid #e4e6ef;
}
.theme-secondary [type="radio"].with-gap:checked + label:after {
  background-color: #e4e6ef;
  z-index: 0;
}
.theme-secondary [type="radio"]:checked + label:after {
  border: 2px solid #e4e6ef;
  background-color: #e4e6ef;
  z-index: 0;
}
.theme-secondary
  [type="checkbox"].filled-in.tabbed:checked:focus
  + label:after {
  border-color: #e4e6ef;
  background-color: #e4e6ef;
}

/*---Calender---*/
.theme-secondary .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #e4e6ef;
}
.theme-secondary
  .fx-element-overlay
  .fx-card-item
  .fx-overlay-1
  .fx-info
  > li
  a:hover {
  background: #e4e6ef;
  border-color: #e4e6ef;
}
.theme-secondary .fc-event,
.theme-secondary .calendar-event {
  background: #e4e6ef;
}

/*---Tabs---*/
.theme-secondary .tabs-vertical li .nav-link:hover,
.theme-secondary .tabs-vertical li .nav-link:active,
.theme-secondary .tabs-vertical li .nav-link:focus,
.theme-secondary .tabs-vertical li .nav-link.active {
  background-color: #e4e6ef;
  color: #ffffff;
}
.theme-secondary .customvtab .tabs-vertical li .nav-link:hover,
.theme-secondary .customvtab .tabs-vertical li .nav-link:active,
.theme-secondary .customvtab .tabs-vertical li .nav-link:focus,
.theme-secondary .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #e4e6ef;
  color: #e4e6ef;
}
.theme-secondary .customtab2 li a.nav-link:hover,
.theme-secondary .customtab2 li a.nav-link:active,
.theme-secondary .customtab2 li a.nav-link.active {
  background-color: #e4e6ef;
}

.rtl.theme-secondary .customvtab .tabs-vertical li .nav-link:hover,
.rtl.theme-secondary .customvtab .tabs-vertical li .nav-link:active,
.rtl.theme-secondary .customvtab .tabs-vertical li .nav-link:focus,
.rtl.theme-secondary .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #e4e6ef;
}

/*---Notification---*/
.theme-secondary .jq-icon-primary {
  background-color: #e4e6ef;
  color: #ffffff;
  border-color: #e4e6ef;
}
.theme-secondary .jq-icon-info {
  background-color: #8950fc;
  color: #ffffff;
  border-color: #8950fc;
}
.theme-secondary .jq-icon-success {
  background-color: #1bc5bd;
  color: #ffffff;
  border-color: #e4e6ef;
}
.theme-secondary .jq-icon-error {
  background-color: #f64e60;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-secondary .jq-icon-danger {
  background-color: #f64e60;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-secondary .jq-icon-warning {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800;
}

/*---avatar---*/
.theme-secondary .avatar.status-primary::after {
  background-color: #e4e6ef;
}
.theme-secondary .avatar.status-info::after {
  background-color: #8950fc;
}
.theme-secondary .avatar.status-success::after {
  background-color: #1bc5bd;
}
.theme-secondary .avatar.status-danger::after {
  background-color: #f64e60;
}
.theme-secondary .avatar.status-warning::after {
  background-color: #ffa800;
}
.theme-secondary .avatar[class*="status-"]::after {
  background-color: #e4e6ef;
}
.theme-secondary .avatar-add:hover {
  background-color: #c4c8dc;
  border-color: #c4c8dc;
}

/*---media---*/
.theme-secondary .media-chat.media-chat-reverse .media-body p {
  background-color: #e4e6ef;
}
.theme-secondary .media-right-out a:hover {
  color: #c4c8dc;
}

/*---control---*/
.theme-secondary .control input:checked:focus ~ .control_indicator {
  background-color: #e4e6ef;
}
.theme-secondary .control input:checked ~ .control_indicator {
  background-color: #e4e6ef;
}
.theme-secondary
  .control:hover
  input:not([disabled]):checked
  ~ .control_indicator {
  background-color: #e4e6ef;
}

/*---flex---*/
.theme-secondary .flex-column > li > a.nav-link.active {
  border-left-color: #e4e6ef;
}
.theme-secondary .flex-column > li > a.nav-link.active:hover {
  border-left-color: #e4e6ef;
}

/*---pagination---*/
.theme-secondary .pagination li a.current {
  border: 1px solid #e4e6ef;
  background-color: #e4e6ef;
}
.theme-secondary .pagination li a.current:hover {
  border: 1px solid #e4e6ef;
  background-color: #e4e6ef;
}
.theme-secondary .pagination li a:hover {
  border: 1px solid #c4c8dc;
  background-color: #c4c8dc !important;
}
.theme-secondary
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  border: 1px solid #e4e6ef;
  background-color: #e4e6ef;
}
.theme-secondary
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  border: 1px solid #e4e6ef;
  background-color: #e4e6ef;
}
.theme-secondary .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #e4e6ef;
}
.theme-secondary .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #e4e6ef;
}
.theme-secondary .footable .pagination li a:hover,
.theme-secondary .footable .pagination li a:active,
.theme-secondary .footable .pagination li a.active {
  background-color: #e4e6ef;
}

/*---dataTables---*/
.theme-secondary .dt-buttons .dt-button {
  background-color: #e4e6ef;
}

/*---select2---*/
.theme-secondary .select2-container--default.select2-container--open {
  border-color: #e4e6ef;
}
.theme-secondary
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #e4e6ef;
}
.theme-secondary
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border-color: #e4e6ef !important;
}
.theme-secondary
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #e4e6ef !important;
}
.theme-secondary
  .select2-container--default
  .select2-selection--multiple:focus {
  border-color: #e4e6ef !important;
}
.theme-secondary
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e6ef;
  border-color: #e4e6ef;
}

/*---Other---*/
.theme-secondary .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #c4c8dc;
}
.theme-secondary .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #c4c8dc;
}
.theme-secondary .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #c4c8dc;
}
.theme-secondary [data-overlay-primary]::before {
  background: #c4c8dc;
}

/*---wizard---*/
.theme-secondary .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #e4e6ef;
  background-color: #e4e6ef;
}
.theme-secondary .wizard-content .wizard > .steps > ul > li.done {
  border-color: #c4c8dc;
  background-color: #c4c8dc;
}
.theme-secondary .wizard-content .wizard > .actions > ul > li > a {
  background-color: #e4e6ef;
}
.theme-secondary
  .wizard-content
  .wizard.wizard-circle
  > .steps
  > ul
  > li:after {
  background-color: #e4e6ef;
}
.theme-secondary
  .wizard-content
  .wizard.wizard-circle
  > .steps
  > ul
  > li:before {
  background-color: #e4e6ef;
}
.theme-secondary
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:after {
  background-color: #e4e6ef;
}
.theme-secondary
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:before {
  background-color: #e4e6ef;
}
.theme-secondary
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step {
  border: 2px solid #e4e6ef;
  color: #e4e6ef;
}
.theme-secondary
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step:after {
  border-top-color: #e4e6ef;
}
.theme-secondary
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.done
  .step:after {
  border-top-color: #e4e6ef;
}

@media (max-width: 767px) {
  .theme-secondary .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #e4e6ef;
  }
}
@media (max-width: 575px) {
  .theme-secondary .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #e4e6ef;
  }
}
/*---slider---*/
.theme-secondary #primary .slider-selection {
  background-color: #e4e6ef;
}
.theme-secondary #info .slider-selection {
  background-color: #8950fc;
}
.theme-secondary #success .slider-selection {
  background-color: #1bc5bd;
}
.theme-secondary #danger .slider-selection {
  background-color: #f64e60;
}
.theme-secondary #warning .slider-selection {
  background-color: #ffa800;
}

/*---horizontal-timeline---*/
.theme-secondary .cd-horizontal-timeline .events a.selected::after {
  background: #e4e6ef;
  border-color: #e4e6ef;
}
.theme-secondary .cd-horizontal-timeline .events a.older-event::after {
  border-color: #e4e6ef;
}
.theme-secondary .cd-horizontal-timeline .filling-line {
  background: #e4e6ef;
}
.theme-secondary .cd-horizontal-timeline a {
  color: #e4e6ef;
}
.theme-secondary .cd-horizontal-timeline a:hover,
.theme-secondary .cd-horizontal-timeline a:focus {
  color: #e4e6ef;
}
.theme-secondary .cd-timeline-navigation a:hover,
.theme-secondary .cd-timeline-navigation a:focus {
  border-color: #e4e6ef;
}

/**************************************
Theme Info Color
**************************************/
.bg-gradient-info,
.theme-info .bg-gradient-info,
.theme-info .art-bg {
  background: linear-gradient(45deg, #8950fc, #6993ff);
}

.bg-light-body {
  background: transparent;
}

.theme-info.fixed .main-header {
  background: #ffffff;
}
.theme-info .main-header {
  background: #ffffff;
}

.theme-info.onlyheader .art-bg {
  background-image: none;
}

.bg-gradient-info-dark,
.dark-skin.theme-info .bg-gradient-info,
.dark-skin.theme-info .art-bg {
  background-image: linear-gradient(45deg, #4e04e2, #034aff);
}

.bg-dark-body {
  background: #0c1a32;
}

.dark-skin.theme-info.fixed .main-header {
  background: #0c1a32;
}
.dark-skin.theme-info .main-header {
  background: #0c1a32;
}

@media (max-width: 767px) {
  .theme-info.fixed .main-header {
    background-image: #e4e6ef;
  }
  .theme-info.fixed .main-header.navbar {
    background: none;
  }

  .dark-skin.theme-info.fixed .main-header {
    background-image: #0c1a32;
  }
}
.theme-info a:hover,
.theme-info a:active,
.theme-info a:focus {
  color: #8950fc;
}
.theme-info .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-info .main-sidebar .svg-icon:hover,
.theme-info .main-sidebar .svg-icon:active,
.theme-info .main-sidebar .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-info .main-sidebar a:hover .svg-icon,
.theme-info .main-sidebar a:active .svg-icon,
.theme-info .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-info .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-info .svg-icon:hover,
.theme-info .svg-icon:active,
.theme-info .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-info a:hover .svg-icon,
.theme-info a:active .svg-icon,
.theme-info a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}

.theme-info.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #8950fc !important;
}
.theme-info.light-skin .sidebar-menu > li.active.treeview > a > i {
  color: #8950fc;
}
.theme-info.light-skin .sidebar-menu > li.active.treeview > a > svg {
  color: #8950fc;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-info.light-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-info.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3;
}
.theme-info.light-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #8950fc !important;
}
.theme-info.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important;
}
.theme-info.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #8950fc !important;
}
.theme-info.dark-skin .sidebar-menu > li.active.treeview > a > i {
  color: #8950fc;
}
.theme-info.dark-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-info.dark-skin .sidebar-menu > li.active.treeview .treeview-menu li a {
  color: #b5b5c3;
}
.theme-info.dark-skin
  .sidebar-menu
  > li.active.treeview
  .treeview-menu
  li
  a
  > i {
  color: #b5b5c3;
}
.theme-info.dark-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #8950fc !important;
}
.theme-info.light-skin .sidebar-menu > li:hover,
.theme-info.light-skin .sidebar-menu > li:active,
.theme-info.light-skin .sidebar-menu > li.active {
  background-color: rgba(137, 80, 252, 0);
  color: #8950fc;
  border-left: 0px solid rgba(137, 80, 252, 0);
}
.theme-info.light-skin .sidebar-menu > li:hover a,
.theme-info.light-skin .sidebar-menu > li:active a,
.theme-info.light-skin .sidebar-menu > li.active a {
  color: #8950fc;
}
.theme-info.light-skin .sidebar-menu > li:hover a > i,
.theme-info.light-skin .sidebar-menu > li:active a > i,
.theme-info.light-skin .sidebar-menu > li.active a > i {
  color: #b5b5c3;
  background-color: rgba(137, 80, 252, 0);
}
.theme-info.light-skin .sidebar-menu > li:hover a > svg,
.theme-info.light-skin .sidebar-menu > li:active a > svg,
.theme-info.light-skin .sidebar-menu > li.active a > svg {
  color: #8950fc;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-info.light-skin .sidebar-menu > li:hover a img.svg-icon,
.theme-info.light-skin .sidebar-menu > li:active a img.svg-icon,
.theme-info.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-info.light-skin .sidebar-menu > li.active {
  background-color: rgba(137, 80, 252, 0);
  color: #8950fc;
  border-left: 0px solid #8950fc;
}
.theme-info.light-skin .sidebar-menu > li.active a {
  color: #8950fc;
  background-color: transparent;
}
.theme-info.light-skin .sidebar-menu > li.active a > i {
  color: #8950fc;
  background-color: rgba(137, 80, 252, 0);
}
.theme-info.light-skin .sidebar-menu > li.active a > svg {
  color: #8950fc;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-info.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(137, 80, 252, 0);
  color: #8950fc;
}
.theme-info.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
  color: #8950fc;
}
.theme-info.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  a
  > i {
  color: #8950fc;
  background-color: rgba(137, 80, 252, 0);
}
.theme-info.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
  color: #b5b5c3;
  background-color: rgba(137, 80, 252, 0);
}
.theme-info.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active {
  background-color: rgba(137, 80, 252, 0);
  color: #8950fc;
}
.theme-info.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a {
  color: #8950fc;
}
.theme-info.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a
  > i {
  color: #8950fc;
  background-color: rgba(137, 80, 252, 0);
}
.theme-info.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active {
  background-color: rgba(137, 80, 252, 0);
  color: #8950fc;
}
.theme-info.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a {
  color: #8950fc;
}
.theme-info.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a
  > i {
  color: #8950fc;
  background-color: rgba(137, 80, 252, 0);
}
.theme-info.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a {
  color: #172b4c;
}
.theme-info.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a
  > i {
  color: #172b4c;
  background-color: rgba(137, 80, 252, 0);
}
.theme-info.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #8950fc;
  border-right: 0px solid #8950fc;
}
.theme-info.dark-skin .sidebar-menu > li.active {
  background-color: rgba(137, 80, 252, 0);
  color: #8950fc;
  border-left: 0px solid #8950fc;
}
.theme-info.dark-skin .sidebar-menu > li.active a {
  color: #8950fc;
  background-color: transparent;
}
.theme-info.dark-skin .sidebar-menu > li.active a > i {
  color: #8950fc;
}
.theme-info.dark-skin .sidebar-menu > li.active a > svg {
  color: #8950fc;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-info.dark-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(137, 80, 252, 0);
  color: #8950fc;
}
.theme-info.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
  color: #8950fc !important;
}
.theme-info.dark-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  > a
  > i {
  color: #8950fc;
}
.theme-info.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #8950fc;
  border-right: 0px solid #8950fc;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(137, 80, 252, 0.2);
    color: #8950fc;
  }
}
/*---Main Nav---*/
.theme-info .sm-blue li.current > a,
.theme-info .sm-blue li.highlighted > a {
  background: #8950fc;
  color: #ffffff !important;
}
.theme-info .sm-blue li.current > a:hover,
.theme-info .sm-blue li.current > a:active,
.theme-info .sm-blue li.current > a:focus,
.theme-info .sm-blue li.highlighted > a:hover,
.theme-info .sm-blue li.highlighted > a:active,
.theme-info .sm-blue li.highlighted > a:focus {
  background: #8950fc;
  color: #ffffff !important;
}
.theme-info .sm-blue a.current,
.theme-info .sm-blue a.highlighted {
  background: #8950fc;
  color: #ffffff !important;
}
.theme-info .sm-blue a:hover,
.theme-info .sm-blue a:active,
.theme-info .sm-blue a:focus {
  background: #8950fc;
  color: #ffffff !important;
}
.theme-info .sm-blue ul a:hover,
.theme-info .sm-blue ul a:active,
.theme-info .sm-blue ul a:focus {
  background: #ebedf3;
  color: #8950fc !important;
}
.theme-info .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #8950fc !important;
}

.dark-skin.theme-info .sm-blue a.current,
.dark-skin.theme-info .sm-blue a.highlighted {
  background: #8950fc;
  color: #ffffff !important;
}
.dark-skin.theme-info .sm-blue a:hover,
.dark-skin.theme-info .sm-blue a:active,
.dark-skin.theme-info .sm-blue a:focus {
  background: #8950fc;
  color: #ffffff !important;
}
.dark-skin.theme-info .sm-blue ul a:hover,
.dark-skin.theme-info .sm-blue ul a:active,
.dark-skin.theme-info .sm-blue ul a:focus {
  background: #29354b;
  color: #8950fc !important;
}
.dark-skin.theme-info .sm-blue ul a.highlighted {
  background: #29354b;
  color: #8950fc !important;
}

/*---Primary Button---*/
.theme-info .btn-link {
  color: #8950fc;
}
.theme-info .btn-primary {
  background-color: #8950fc;
  border-color: #8950fc;
  color: #ffffff;
}
.theme-info .btn-primary:hover,
.theme-info .btn-primary:active,
.theme-info .btn-primary:focus,
.theme-info .btn-primary.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-info .btn-primary:disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-info .btn-primary.disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-info .show > .btn-primary.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-info .btn-outline.btn-primary {
  color: #8950fc;
  background-color: transparent;
  border-color: #8950fc !important;
}
.theme-info .btn-outline.btn-primary:hover,
.theme-info .btn-outline.btn-primary:active,
.theme-info .btn-outline.btn-primary.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-info .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-info .btn-flat.btn-primary {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-info .btn-flat.btn-primary:hover,
.theme-info .btn-flat.btn-primary:active,
.theme-info .btn-flat.btn-primary.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}

/*---info Button---*/
.theme-info .btn-info {
  background-color: #6993ff;
  border-color: #6993ff;
  color: #ffffff;
}
.theme-info .btn-info:hover,
.theme-info .btn-info:active,
.theme-info .btn-info:focus,
.theme-info .btn-info.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}
.theme-info .btn-info:disabled {
  background-color: #cfdcff;
  border-color: #6993ff;
  opacity: 0.5;
}
.theme-info .btn-info.disabled {
  background-color: #cfdcff;
  border-color: #6993ff;
  opacity: 0.5;
}
.theme-info .show > .btn-info.dropdown-toggle {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff;
}
.theme-info .btn-outline.btn-info {
  color: #6993ff;
  background-color: transparent;
  border-color: #6993ff !important;
}
.theme-info .btn-outline.btn-info:hover,
.theme-info .btn-outline.btn-info:active,
.theme-info .btn-outline.btn-info.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}
.theme-info .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff;
}
.theme-info .btn-flat.btn-info {
  color: #6993ff !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-info .btn-flat.btn-info:hover,
.theme-info .btn-flat.btn-info:active,
.theme-info .btn-flat.btn-info.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}

/*---Success Button---*/
.theme-info .btn-success {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  color: #ffffff;
}
.theme-info .btn-success:hover,
.theme-info .btn-success:active,
.theme-info .btn-success:focus,
.theme-info .btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-info .btn-success:disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-info .btn-success.disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-info .show > .btn-success.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-info .btn-outline.btn-success {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #1bc5bd !important;
}
.theme-info .btn-outline.btn-success:hover,
.theme-info .btn-outline.btn-success:active,
.theme-info .btn-outline.btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-info .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-info .btn-flat.btn-success {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-info .btn-flat.btn-success:hover,
.theme-info .btn-flat.btn-success:active,
.theme-info .btn-flat.btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}

/*---Danger Button---*/
.theme-info .btn-danger {
  background-color: #f64e60;
  border-color: #f64e60;
  color: #ffffff;
}
.theme-info .btn-danger:hover,
.theme-info .btn-danger:active,
.theme-info .btn-danger:focus,
.theme-info .btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-info .btn-danger:disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-info .btn-danger.disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-info .show > .btn-danger.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-info .btn-outline.btn-danger {
  color: #f64e60;
  background-color: transparent;
  border-color: #f64e60 !important;
}
.theme-info .btn-outline.btn-danger:hover,
.theme-info .btn-outline.btn-danger:active,
.theme-info .btn-outline.btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-info .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-info .btn-flat.btn-danger {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-info .btn-flat.btn-danger:hover,
.theme-info .btn-flat.btn-danger:active,
.theme-info .btn-flat.btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}

/*---Warning Button---*/
.theme-info .btn-warning {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff;
}
.theme-info .btn-warning:hover,
.theme-info .btn-warning:active,
.theme-info .btn-warning:focus,
.theme-info .btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-info .btn-warning:disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-info .btn-warning.disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-info .show > .btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-info .btn-outline.btn-warning {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important;
}
.theme-info .btn-outline.btn-warning:hover,
.theme-info .btn-outline.btn-warning:active,
.theme-info .btn-outline.btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-info .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-info .btn-flat.btn-warning {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-info .btn-flat.btn-warning:hover,
.theme-info .btn-flat.btn-warning:active,
.theme-info .btn-flat.btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}

/*---Primary Button light---*/
.theme-info .btn-primary-light {
  background-color: #f7f3ff;
  border-color: #f7f3ff;
  color: #8950fc;
}
.theme-info .btn-primary-light:hover,
.theme-info .btn-primary-light:active,
.theme-info .btn-primary-light:focus,
.theme-info .btn-primary-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-info .btn-primary-light:disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-info .btn-primary-light.disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-info .show > .btn-primary-light.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-info .btn-outline.btn-primary-light {
  color: #8950fc;
  background-color: transparent;
  border-color: #f7f3ff !important;
}
.theme-info .btn-outline.btn-primary-light:hover,
.theme-info .btn-outline.btn-primary-light:active,
.theme-info .btn-outline.btn-primary-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-info .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-info .btn-flat.btn-primary-light {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-info .btn-flat.btn-primary-light:hover,
.theme-info .btn-flat.btn-primary-light:active,
.theme-info .btn-flat.btn-primary-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}

/*---info Button light---*/
.theme-info .btn-info-light {
  background-color: #eff7ff;
  border-color: #eff7ff;
  color: #6993ff;
}
.theme-info .btn-info-light:hover,
.theme-info .btn-info-light:active,
.theme-info .btn-info-light:focus,
.theme-info .btn-info-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}
.theme-info .btn-info-light:disabled {
  background-color: white;
  border-color: #eff7ff;
  opacity: 0.5;
}
.theme-info .btn-info-light.disabled {
  background-color: white;
  border-color: #eff7ff;
  opacity: 0.5;
}
.theme-info .show > .btn-info.dropdown-toggle {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff;
}
.theme-info .btn-outline.btn-info-light {
  color: #6993ff;
  background-color: transparent;
  border-color: #eff7ff !important;
}
.theme-info .btn-outline.btn-info-light:hover,
.theme-info .btn-outline.btn-info-light:active,
.theme-info .btn-outline.btn-info-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}
.theme-info .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff;
}
.theme-info .btn-flat.btn-info-light {
  color: #6993ff !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-info .btn-flat.btn-info-light:hover,
.theme-info .btn-flat.btn-info-light:active,
.theme-info .btn-flat.btn-info-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}

/*---Success Button light---*/
.theme-info .btn-success-light {
  background-color: #e0fdfb;
  border-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-info .btn-success-light:hover,
.theme-info .btn-success-light:active,
.theme-info .btn-success-light:focus,
.theme-info .btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-info .btn-success-light:disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-info .btn-success-light.disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-info .show > .btn-success-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-info .btn-outline.btn-success-light {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #e0fdfb !important;
}
.theme-info .btn-outline.btn-success-light:hover,
.theme-info .btn-outline.btn-success-light:active,
.theme-info .btn-outline.btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-info .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-info .btn-flat.btn-success-light {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-info .btn-flat.btn-success-light:hover,
.theme-info .btn-flat.btn-success-light:active,
.theme-info .btn-flat.btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}

/*---Danger Button light---*/
.theme-info .btn-danger-light {
  background-color: #fff2f3;
  border-color: #fff2f3;
  color: #f64e60;
}
.theme-info .btn-danger-light:hover,
.theme-info .btn-danger-light:active,
.theme-info .btn-danger-light:focus,
.theme-info .btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-info .btn-danger-light:disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-info .btn-danger-light.disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-info .show > .btn-danger-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-info .btn-outline.btn-danger-light {
  color: #f64e60;
  background-color: transparent;
  border-color: #fff2f3 !important;
}
.theme-info .btn-outline.btn-danger-light:hover,
.theme-info .btn-outline.btn-danger-light:active,
.theme-info .btn-outline.btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-info .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-info .btn-flat.btn-danger-light {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-info .btn-flat.btn-danger-light:hover,
.theme-info .btn-flat.btn-danger-light:active,
.theme-info .btn-flat.btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}

/*---Warning Button light---*/
.theme-info .btn-warning-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800;
}
.theme-info .btn-warning-light:hover,
.theme-info .btn-warning-light:active,
.theme-info .btn-warning-light:focus,
.theme-info .btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-info .btn-warning-light:disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-info .btn-warning-light.disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-info .show > .btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-info .btn-outline.btn-warning-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important;
}
.theme-info .btn-outline.btn-warning-light:hover,
.theme-info .btn-outline.btn-warning-light:active,
.theme-info .btn-outline.btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-info .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-info .btn-flat.btn-warning-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-info .btn-flat.btn-warning-light:hover,
.theme-info .btn-flat.btn-warning-light:active,
.theme-info .btn-flat.btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}

/*---callout---*/
.theme-info .callout.callout-primary {
  border-color: #8950fc;
  background-color: #8950fc !important;
}
.theme-info .callout.callout-info {
  border-color: #6993ff;
  background-color: #6993ff !important;
}
.theme-info .callout.callout-success {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
}
.theme-info .callout.callout-danger {
  border-color: #f64e60;
  background-color: #f64e60 !important;
}
.theme-info .callout.callout-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
}

/*---alert---*/
.theme-info .alert-primary {
  border-color: #8950fc;
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-info .alert-info {
  border-color: #6993ff;
  background-color: #6993ff !important;
  color: #ffffff;
}
.theme-info .alert-success {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-info .alert-danger {
  border-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-info .alert-error {
  border-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-info .alert-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff;
}

/*---direct-chat---*/
.theme-info .direct-chat-primary .right > .direct-chat-text p {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-info .direct-chat-primary .right > .direct-chat-text:before,
.theme-info .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #8950fc;
}
.theme-info .direct-chat-info .right > .direct-chat-text p {
  background-color: #6993ff;
  color: #ffffff;
}
.theme-info .direct-chat-info .right > .direct-chat-text:before,
.theme-info .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #6993ff;
}
.theme-info .direct-chat-success .right > .direct-chat-text p {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-info .direct-chat-success .right > .direct-chat-text:before,
.theme-info .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #1bc5bd;
}
.theme-info .direct-chat-danger .right > .direct-chat-text p {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-info .direct-chat-danger .right > .direct-chat-text:before,
.theme-info .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #f64e60;
}
.theme-info .direct-chat-warning .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-info .direct-chat-warning .right > .direct-chat-text:before,
.theme-info .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #ffa800;
}
.theme-info .right .direct-chat-text p {
  background-color: #8950fc;
}

/*---modal---*/
.theme-info .modal-primary .modal-footer,
.theme-info .modal-primary .modal-header {
  border-color: #8950fc;
}
.theme-info .modal-primary .modal-body {
  background-color: #8950fc !important;
}
.theme-info .modal-info .modal-footer,
.theme-info .modal-info .modal-header {
  border-color: #6993ff;
}
.theme-info .modal-info .modal-body {
  background-color: #6993ff !important;
}
.theme-info .modal-success .modal-footer,
.theme-info .modal-success .modal-header {
  border-color: #1bc5bd;
}
.theme-info .modal-success .modal-body {
  background-color: #1bc5bd !important;
}
.theme-info .modal-danger .modal-footer,
.theme-info .modal-danger .modal-header {
  border-color: #f64e60;
}
.theme-info .modal-danger .modal-body {
  background-color: #f64e60 !important;
}
.theme-info .modal-warning .modal-footer,
.theme-info .modal-warning .modal-header {
  border-color: #ffa800;
}
.theme-info .modal-warning .modal-body {
  background-color: #ffa800 !important;
}

/*---border---*/
.theme-info .border-primary {
  border-color: #8950fc !important;
}
.theme-info .border-info {
  border-color: #6993ff !important;
}
.theme-info .border-success {
  border-color: #1bc5bd !important;
}
.theme-info .border-danger {
  border-color: #f64e60 !important;
}
.theme-info .border-warning {
  border-color: #ffa800 !important;
}

/*---Background---*/
.theme-info .bg-primary {
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-info .bg-primary-light {
  background-color: #f7f3ff !important;
  color: #8950fc;
}
.theme-info .bg-info {
  background-color: #6993ff !important;
  color: #ffffff;
}
.theme-info .bg-info-light {
  background-color: #eff7ff !important;
  color: #6993ff;
}
.theme-info .bg-success {
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-info .bg-success-light {
  background-color: #e0fdfb !important;
  color: #1bc5bd;
}
.theme-info .bg-danger {
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-info .bg-danger-light {
  background-color: #fff2f3 !important;
  color: #f64e60;
}
.theme-info .bg-warning {
  background-color: #ffa800 !important;
  color: #ffffff;
}
.theme-info .bg-warning-light {
  background-color: #fff8ea !important;
  color: #ffa800;
}

/*---text---*/
.theme-info .text-primary {
  color: #8950fc !important;
}
.theme-info a.text-primary:hover,
.theme-info a.text-primary:focus {
  color: #8950fc !important;
}
.theme-info .hover-primary:hover,
.theme-info .hover-primary:focus {
  color: #8950fc !important;
}
.theme-info .text-info {
  color: #6993ff !important;
}
.theme-info a.text-info:hover,
.theme-info a.text-info:focus {
  color: #6993ff !important;
}
.theme-info .hover-info:hover,
.theme-info .hover-info:focus {
  color: #6993ff !important;
}
.theme-info .text-success {
  color: #1bc5bd !important;
}
.theme-info a.text-success:hover,
.theme-info a.text-success:focus {
  color: #1bc5bd !important;
}
.theme-info .hover-success:hover,
.theme-info .hover-success:focus {
  color: #1bc5bd !important;
}
.theme-info .text-danger {
  color: #f64e60 !important;
}
.theme-info a.text-danger:hover,
.theme-info a.text-danger:focus {
  color: #f64e60 !important;
}
.theme-info .hover-danger:hover,
.theme-info .hover-danger:focus {
  color: #f64e60 !important;
}
.theme-info .text-warning {
  color: #ffa800 !important;
}
.theme-info a.text-warning:hover,
.theme-info a.text-warning:focus {
  color: #ffa800 !important;
}
.theme-info .hover-warning:hover,
.theme-info .hover-warning:focus {
  color: #ffa800 !important;
}

/*---active background---*/
.theme-info .active.active-primary {
  background-color: #671efb !important;
}
.theme-info .active.active-info {
  background-color: #366eff !important;
}
.theme-info .active.active-success {
  background-color: #159892 !important;
}
.theme-info .active.active-danger {
  background-color: #f41d34 !important;
}
.theme-info .active.active-warning {
  background-color: #cc8600 !important;
}

/*---label background---*/
.theme-info .label-primary {
  background-color: #8950fc !important;
}
.theme-info .label-info {
  background-color: #6993ff !important;
}
.theme-info .label-success {
  background-color: #1bc5bd !important;
}
.theme-info .label-danger {
  background-color: #f64e60 !important;
}
.theme-info .label-warning {
  background-color: #ffa800 !important;
}

/*---ribbon---*/
.theme-info .ribbon-box .ribbon-primary {
  background-color: #8950fc;
}
.theme-info .ribbon-box .ribbon-primary:before {
  border-color: #8950fc transparent transparent;
}
.theme-info .ribbon-box .ribbon-two-primary span {
  background-color: #8950fc;
}
.theme-info .ribbon-box .ribbon-two-primary span:before {
  border-left: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-info .ribbon-box .ribbon-two-primary span:after {
  border-right: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-info .ribbon-box .ribbon-info {
  background-color: #6993ff;
}
.theme-info .ribbon-box .ribbon-info:before {
  border-color: #6993ff transparent transparent;
}
.theme-info .ribbon-box .ribbon-two-info span {
  background-color: #6993ff;
}
.theme-info .ribbon-box .ribbon-two-info span:before {
  border-left: 3px solid #366eff;
  border-top: 3px solid #366eff;
}
.theme-info .ribbon-box .ribbon-two-info span:after {
  border-right: 3px solid #366eff;
  border-top: 3px solid #366eff;
}
.theme-info .ribbon-box .ribbon-success {
  background-color: #1bc5bd;
}
.theme-info .ribbon-box .ribbon-success:before {
  border-color: #1bc5bd transparent transparent;
}
.theme-info .ribbon-box .ribbon-two-success span {
  background-color: #1bc5bd;
}
.theme-info .ribbon-box .ribbon-two-success span:before {
  border-left: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-info .ribbon-box .ribbon-two-success span:after {
  border-right: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-info .ribbon-box .ribbon-danger {
  background-color: #f64e60;
}
.theme-info .ribbon-box .ribbon-danger:before {
  border-color: #f64e60 transparent transparent;
}
.theme-info .ribbon-box .ribbon-two-danger span {
  background-color: #f64e60;
}
.theme-info .ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-info .ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-info .ribbon-box .ribbon-warning {
  background-color: #ffa800;
}
.theme-info .ribbon-box .ribbon-warning:before {
  border-color: #ffa800 transparent transparent;
}
.theme-info .ribbon-box .ribbon-two-warning span {
  background-color: #ffa800;
}
.theme-info .ribbon-box .ribbon-two-warning span:before {
  border-left: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}
.theme-info .ribbon-box .ribbon-two-warning span:after {
  border-right: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}

/*---Box---*/
.theme-info .box-primary {
  background-color: #8950fc !important;
}
.theme-info .box-primary.box-bordered {
  border-color: #8950fc;
}
.theme-info .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #8950fc;
}
.theme-info .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #8950fc;
}
.theme-info .box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.theme-info .box.box-solid.box-primary > .box-header > a {
  color: #ffffff;
}
.theme-info .box-info {
  background-color: #6993ff !important;
}
.theme-info .box-info.box-bordered {
  border-color: #6993ff;
}
.theme-info .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #6993ff;
}
.theme-info .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #6993ff;
}
.theme-info .box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.theme-info .box.box-solid.box-info > .box-header > a {
  color: #ffffff;
}
.theme-info .box-success {
  background-color: #1bc5bd !important;
}
.theme-info .box-success.box-bordered {
  border-color: #1bc5bd;
}
.theme-info .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #1bc5bd;
}
.theme-info .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #1bc5bd;
}
.theme-info .box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.theme-info .box.box-solid.box-success > .box-header > a {
  color: #ffffff;
}
.theme-info .box-danger {
  background-color: #f64e60 !important;
}
.theme-info .box-danger.box-bordered {
  border-color: #f64e60;
}
.theme-info .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #f64e60;
}
.theme-info .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #f64e60;
}
.theme-info .box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.theme-info .box.box-solid.box-danger > .box-header > a {
  color: #ffffff;
}
.theme-info .box-warning {
  background-color: #ffa800 !important;
}
.theme-info .box-warning.box-bordered {
  border-color: #ffa800;
}
.theme-info .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #ffa800;
}
.theme-info .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #ffa800;
}
.theme-info .box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.theme-info .box.box-solid.box-warning > .box-header > a {
  color: #ffffff;
}
.theme-info .box-profile .social-states a:hover {
  color: #671efb;
}
.theme-info .box-controls li > a:hover {
  color: #671efb;
}
.theme-info .box-controls .dropdown.show > a {
  color: #671efb;
}
.theme-info .box-fullscreen .box-btn-fullscreen {
  color: #671efb;
}

/*---progress bar---*/
.theme-info .progress-bar-primary {
  background-color: #8950fc;
}
.theme-info .progress-bar-info {
  background-color: #6993ff;
}
.theme-info .progress-bar-success {
  background-color: #1bc5bd;
}
.theme-info .progress-bar-danger {
  background-color: #f64e60;
}
.theme-info .progress-bar-warning {
  background-color: #ffa800;
}

/*---panel---*/
.theme-info .panel-primary {
  border-color: #8950fc;
}
.theme-info .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #8950fc;
  border-color: #8950fc;
}
.theme-info .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8950fc;
}
.theme-info .panel-primary > .panel-heading .badge-pill {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-info .panel-primary .panel-title,
.theme-info .panel-primary .panel-action {
  color: #ffffff;
}
.theme-info .panel-primary .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8950fc;
}
.theme-info .panel-line.panel-primary .panel-heading {
  color: #8950fc;
  border-top-color: #8950fc;
  background: transparent;
}
.theme-info .panel-line.panel-primary .panel-title,
.theme-info .panel-line.panel-primary .panel-action {
  color: #8950fc;
}
.theme-info .panel-info {
  border-color: #6993ff;
}
.theme-info .panel-info > .panel-heading {
  color: #ffffff;
  background-color: #6993ff;
  border-color: #6993ff;
}
.theme-info .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6993ff;
}
.theme-info .panel-info > .panel-heading .badge-pill {
  color: #6993ff;
  background-color: #ffffff;
}
.theme-info .panel-info .panel-title,
.theme-info .panel-info .panel-action {
  color: #ffffff;
}
.theme-info .panel-info .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6993ff;
}
.theme-info .panel-line.panel-info .panel-heading {
  color: #6993ff;
  border-top-color: #6993ff;
  background: transparent;
}
.theme-info .panel-line.panel-info .panel-title,
.theme-info .panel-line.panel-info .panel-action {
  color: #6993ff;
}
.theme-info .panel-success {
  border-color: #1bc5bd;
}
.theme-info .panel-success > .panel-heading {
  color: #ffffff;
  background-color: #1bc5bd;
  border-color: #1bc5bd;
}
.theme-info .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1bc5bd;
}
.theme-info .panel-success > .panel-heading .badge-pill {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-info .panel-success .panel-title,
.theme-info .panel-success .panel-action {
  color: #ffffff;
}
.theme-info .panel-success .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1bc5bd;
}
.theme-info .panel-line.panel-success .panel-heading {
  color: #1bc5bd;
  border-top-color: #1bc5bd;
  background: transparent;
}
.theme-info .panel-line.panel-success .panel-title,
.theme-info .panel-line.panel-success .panel-action {
  color: #1bc5bd;
}
.theme-info .panel-danger {
  border-color: #f64e60;
}
.theme-info .panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #f64e60;
  border-color: #f64e60;
}
.theme-info .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f64e60;
}
.theme-info .panel-danger > .panel-heading .badge-pill {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-info .panel-danger .panel-title,
.theme-info .panel-danger .panel-action {
  color: #ffffff;
}
.theme-info .panel-danger .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f64e60;
}
.theme-info .panel-line.panel-danger .panel-heading {
  color: #f64e60;
  border-top-color: #f64e60;
  background: transparent;
}
.theme-info .panel-line.panel-danger .panel-title,
.theme-info .panel-line.panel-danger .panel-action {
  color: #f64e60;
}
.theme-info .panel-warning {
  border-color: #ffa800;
}
.theme-info .panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffa800;
  border-color: #ffa800;
}
.theme-info .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffa800;
}
.theme-info .panel-warning > .panel-heading .badge-pill {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-info .panel-warning .panel-title,
.theme-info .panel-warning .panel-action {
  color: #ffffff;
}
.theme-info .panel-warning .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffa800;
}
.theme-info .panel-line.panel-warning .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent;
}
.theme-info .panel-line.panel-warning .panel-title,
.theme-info .panel-line.panel-warning .panel-action {
  color: #ffa800;
}

/*---switch---*/
.theme-info .switch input:checked ~ .switch-indicator::after {
  background-color: #8950fc;
}
.theme-info .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #8950fc;
}
.theme-info .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #6993ff;
}
.theme-info .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #1bc5bd;
}
.theme-info .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #f64e60;
}
.theme-info .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #ffa800;
}

/*---badge---*/
.theme-info .badge-primary {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-info .badge-primary[href]:hover,
.theme-info .badge-primary[href]:focus {
  background-color: #671efb;
}
.theme-info .badge-secondary {
  background-color: #e4e6ef;
  color: #172b4c;
}
.theme-info .badge-secondary[href]:hover,
.theme-info .badge-secondary[href]:focus {
  background-color: #c4c8dc;
}
.theme-info .badge-info {
  background-color: #6993ff;
  color: #ffffff;
}
.theme-info .badge-info[href]:hover,
.theme-info .badge-info[href]:focus {
  background-color: #366eff;
}
.theme-info .badge-success {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-info .badge-success[href]:hover,
.theme-info .badge-success[href]:focus {
  background-color: #159892;
}
.theme-info .badge-danger {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-info .badge-danger[href]:hover,
.theme-info .badge-danger[href]:focus {
  background-color: #f41d34;
}
.theme-info .badge-warning {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-info .badge-warning[href]:hover,
.theme-info .badge-warning[href]:focus {
  background-color: #cc8600;
}

/*---badge light---*/
.theme-info .badge-primary-light {
  background-color: #f7f3ff;
  color: #8950fc;
}
.theme-info .badge-primary-light[href]:hover,
.theme-info .badge-primary-light[href]:focus {
  background-color: #d5c0ff;
}
.theme-info .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c;
}
.theme-info .badge-secondary-light[href]:hover,
.theme-info .badge-secondary-light[href]:focus {
  background-color: #c9d3df;
}
.theme-info .badge-info-light {
  background-color: #eff7ff;
  color: #6993ff;
}
.theme-info .badge-info-light[href]:hover,
.theme-info .badge-info-light[href]:focus {
  background-color: #bcdeff;
}
.theme-info .badge-success-light {
  background-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-info .badge-success-light[href]:hover,
.theme-info .badge-success-light[href]:focus {
  background-color: #b0faf5;
}
.theme-info .badge-danger-light {
  background-color: #fff2f3;
  color: #f64e60;
}
.theme-info .badge-danger-light[href]:hover,
.theme-info .badge-danger-light[href]:focus {
  background-color: #ffbfc4;
}
.theme-info .badge-warning-light {
  background-color: #fff8ea;
  color: #ffa800;
}
.theme-info .badge-warning-light[href]:hover,
.theme-info .badge-warning-light[href]:focus {
  background-color: #ffe7b7;
}

/*---rating---*/
.theme-info .rating-primary .active {
  color: #8950fc;
}
.theme-info .rating-primary :checked ~ label {
  color: #8950fc;
}
.theme-info .rating-primary label:hover {
  color: #8950fc;
}
.theme-info .rating-primary label:hover ~ label {
  color: #8950fc;
}
.theme-info .rating-info .active {
  color: #6993ff;
}
.theme-info .rating-info :checked ~ label {
  color: #6993ff;
}
.theme-info .rating-info label:hover {
  color: #6993ff;
}
.theme-info .rating-info label:hover ~ label {
  color: #6993ff;
}
.theme-info .rating-success .active {
  color: #1bc5bd;
}
.theme-info .rating-success :checked ~ label {
  color: #1bc5bd;
}
.theme-info .rating-success label:hover {
  color: #1bc5bd;
}
.theme-info .rating-success label:hover ~ label {
  color: #1bc5bd;
}
.theme-info .rating-danger .active {
  color: #f64e60;
}
.theme-info .rating-danger :checked ~ label {
  color: #f64e60;
}
.theme-info .rating-danger label:hover {
  color: #f64e60;
}
.theme-info .rating-danger label:hover ~ label {
  color: #f64e60;
}
.theme-info .rating-warning .active {
  color: #ffa800;
}
.theme-info .rating-warning :checked ~ label {
  color: #ffa800;
}
.theme-info .rating-warning label:hover {
  color: #ffa800;
}
.theme-info .rating-warning label:hover ~ label {
  color: #ffa800;
}

/*---toggler---*/
.theme-info .toggler-primary input:checked + i {
  color: #8950fc;
}
.theme-info .toggler-info input:checked + i {
  color: #6993ff;
}
.theme-info .toggler-success input:checked + i {
  color: #1bc5bd;
}
.theme-info .toggler-danger input:checked + i {
  color: #f64e60;
}
.theme-info .toggler-warning input:checked + i {
  color: #ffa800;
}

/*---nav tabs---*/
.theme-info .nav-tabs.nav-tabs-primary .nav-link:hover,
.theme-info .nav-tabs.nav-tabs-primary .nav-link:active,
.theme-info .nav-tabs.nav-tabs-primary .nav-link:focus,
.theme-info .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #671efb;
  background-color: transparent;
  color: #671efb;
}
.theme-info .nav-tabs.nav-tabs-info .nav-link:hover,
.theme-info .nav-tabs.nav-tabs-info .nav-link:active,
.theme-info .nav-tabs.nav-tabs-info .nav-link:focus,
.theme-info .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #366eff;
  background-color: #6993ff;
  color: #ffffff;
}
.theme-info .nav-tabs.nav-tabs-success .nav-link:hover,
.theme-info .nav-tabs.nav-tabs-success .nav-link:active,
.theme-info .nav-tabs.nav-tabs-success .nav-link:focus,
.theme-info .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #159892;
  background-color: transparent;
  color: #159892;
}
.theme-info .nav-tabs.nav-tabs-danger .nav-link:hover,
.theme-info .nav-tabs.nav-tabs-danger .nav-link:active,
.theme-info .nav-tabs.nav-tabs-danger .nav-link:focus,
.theme-info .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #f41d34;
  background-color: transparent;
  color: #f41d34;
}
.theme-info .nav-tabs.nav-tabs-warning .nav-link:hover,
.theme-info .nav-tabs.nav-tabs-warning .nav-link:active,
.theme-info .nav-tabs.nav-tabs-warning .nav-link:focus,
.theme-info .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600;
}
.theme-info .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #671efb;
}
.theme-info .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #366eff;
}
.theme-info .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #159892;
}
.theme-info .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #f41d34;
}
.theme-info .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #cc8600;
}
.theme-info .nav-tabs .nav-link.active {
  border-bottom-color: #8950fc;
  background-color: #8950fc;
  color: #ffffff;
}
.theme-info .nav-tabs .nav-link.active:hover,
.theme-info .nav-tabs .nav-link.active:focus {
  border-bottom-color: #8950fc;
  background-color: #8950fc;
  color: #ffffff;
}
.theme-info .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #8950fc;
  background-color: #8950fc;
}
.theme-info .nav-tabs .nav-item.open .nav-link:hover,
.theme-info .nav-tabs .nav-item.open .nav-link:focus {
  border-bottom-color: #8950fc;
  background-color: #8950fc;
}

/*---todo---*/
.theme-info .todo-list .primary {
  border-left-color: #8950fc;
}
.theme-info .todo-list .info {
  border-left-color: #8950fc;
}
.theme-info .todo-list .success {
  border-left-color: #1bc5bd;
}
.theme-info .todo-list .danger {
  border-left-color: #f64e60;
}
.theme-info .todo-list .warning {
  border-left-color: #ffa800;
}

/*---timeline---*/
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-primary {
  background-color: #8950fc;
  border: 1px solid #8950fc;
  color: #ffffff;
}
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:before,
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:after {
  border-left-color: #8950fc;
  border-right-color: #8950fc;
}
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary
  * {
  color: inherit;
}
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #6993ff;
  border: 1px solid #6993ff;
  color: #ffffff;
}
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:before,
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:after {
  border-left-color: #6993ff;
  border-right-color: #6993ff;
}
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-info * {
  color: inherit;
}
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-success {
  background-color: #1bc5bd;
  border: 1px solid #1bc5bd;
  color: #ffffff;
}
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:before,
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:after {
  border-left-color: #1bc5bd;
  border-right-color: #1bc5bd;
}
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success
  * {
  color: inherit;
}
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #f64e60;
  border: 1px solid #f64e60;
  color: #ffffff;
}
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:before,
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:after {
  border-left-color: #f64e60;
  border-right-color: #f64e60;
}
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-danger * {
  color: inherit;
}
.theme-info .timeline .timeline-item > .timeline-event.timeline-event-warning {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff;
}
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:before,
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:after {
  border-left-color: #ffa800;
  border-right-color: #ffa800;
}
.theme-info
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning
  * {
  color: inherit;
}
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #6993ff;
  background-color: #ffffff;
}
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-info .timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-info .timeline .timeline-label .label-primary {
  background-color: #8950fc;
}
.theme-info .timeline .timeline-label .label-info {
  background-color: #6993ff;
}
.theme-info .timeline .timeline-label .label-success {
  background-color: #1bc5bd;
}
.theme-info .timeline .timeline-label .label-danger {
  background-color: #f64e60;
}
.theme-info .timeline .timeline-label .label-warning {
  background-color: #ffa800;
}
.theme-info .timeline__year,
.theme-info .timeline5:before,
.theme-info .timeline__box:before,
.theme-info .timeline__date {
  background-color: #8950fc;
}
.theme-info .timeline__post {
  border-left: 3px solid #8950fc;
}

/*---daterangepicker---*/
.theme-info .daterangepicker td.active {
  background-color: #8950fc;
}
.theme-info .daterangepicker td.active:hover {
  background-color: #8950fc;
}
.theme-info .daterangepicker .input-mini.active {
  border: 1px solid #8950fc;
}
.theme-info .ranges li:hover,
.theme-info .ranges li:active,
.theme-info .ranges li.active {
  border: 1px solid #8950fc;
  background-color: #8950fc;
}

/*---control-sidebar---*/
.theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover,
.theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active,
.theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #8950fc;
  color: #8950fc;
}
.theme-info .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #8950fc;
  color: #8950fc;
}
.theme-info
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:hover,
.theme-info
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:active,
.theme-info
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:focus {
  border-color: #8950fc;
  color: #8950fc;
}
.theme-info .control-sidebar .rpanel-title .btn:hover {
  color: #8950fc;
}

/*---nav---*/
.theme-info .nav > li > a:hover,
.theme-info .nav > li > a:active,
.theme-info .nav > li > a:focus {
  color: #8950fc;
}
.theme-info .nav-pills > li > a.active {
  border-top-color: #8950fc;
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-info .nav-pills > li > a.active:hover,
.theme-info .nav-pills > li > a.active:focus {
  border-top-color: #8950fc;
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-info .mailbox-nav .nav-pills > li > a:hover,
.theme-info .mailbox-nav .nav-pills > li > a:focus {
  border-color: #8950fc;
}
.theme-info .mailbox-nav .nav-pills > li > a.active {
  border-color: #8950fc;
}
.theme-info .mailbox-nav .nav-pills > li > a.active:hover,
.theme-info .mailbox-nav .nav-pills > li > a.active:focus {
  border-color: #8950fc;
}
.theme-info .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #8950fc;
}
.theme-info .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #8950fc;
}
.theme-info .customtab li a.nav-link.active {
  border-bottom: 2px solid #8950fc;
}

/*---form-element---*/
.theme-info .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #8950fc, #6993ff),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-info .form-element .form-control {
  background-image: linear-gradient(45deg, #8950fc, #6993ff),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-info .form-element .form-control:focus {
  background-image: linear-gradient(45deg, #8950fc, #6993ff),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-info .form-control:focus {
  border-color: #8950fc;
}
.theme-info [type="checkbox"]:checked.chk-col-primary + label:before {
  border-right: 2px solid #8950fc;
  border-bottom: 2px solid #8950fc;
}
.theme-info [type="checkbox"]:checked.chk-col-info + label:before {
  border-right: 2px solid #6993ff;
  border-bottom: 2px solid #6993ff;
}
.theme-info [type="checkbox"]:checked.chk-col-success + label:before {
  border-right: 2px solid #1bc5bd;
  border-bottom: 2px solid #1bc5bd;
}
.theme-info [type="checkbox"]:checked.chk-col-danger + label:before {
  border-right: 2px solid #f64e60;
  border-bottom: 2px solid #f64e60;
}
.theme-info [type="checkbox"]:checked.chk-col-warning + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800;
}
.theme-info [type="checkbox"].filled-in:checked.chk-col-primary + label:after {
  border: 2px solid #8950fc;
  background-color: #8950fc;
}
.theme-info [type="checkbox"].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #6993ff;
  background-color: #6993ff;
}
.theme-info [type="checkbox"].filled-in:checked.chk-col-success + label:after {
  border: 2px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-info [type="checkbox"].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #f64e60;
  background-color: #f64e60;
}
.theme-info [type="checkbox"].filled-in:checked.chk-col-warning + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800;
}
.theme-info [type="radio"].radio-col-primary:checked + label:after {
  background-color: #8950fc;
  border-color: #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].with-gap.radio-col-primary:checked + label:after {
  background-color: #8950fc;
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].radio-col-info:checked + label:after {
  background-color: #6993ff;
  border-color: #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].with-gap.radio-col-info:checked + label:after {
  background-color: #6993ff;
  border: 2px solid #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].radio-col-success:checked + label:after {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].with-gap.radio-col-success:checked + label:after {
  background-color: #1bc5bd;
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].radio-col-danger:checked + label:after {
  background-color: #f64e60;
  border-color: #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].with-gap.radio-col-danger:checked + label:after {
  background-color: #f64e60;
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="radio"].with-gap.radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-info [type="checkbox"]:checked + label:before {
  border-right: 2px solid #8950fc;
  border-bottom: 2px solid #8950fc;
}
.theme-info [type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #8950fc;
  background-color: #8950fc;
}
.theme-info [type="radio"].with-gap:checked + label:before,
.theme-info [type="radio"].with-gap:checked + label:after {
  border: 2px solid #8950fc;
}
.theme-info [type="radio"].with-gap:checked + label:after {
  background-color: #8950fc;
  z-index: 0;
}
.theme-info [type="radio"]:checked + label:after {
  border: 2px solid #8950fc;
  background-color: #8950fc;
  z-index: 0;
}
.theme-info [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-color: #8950fc;
  background-color: #8950fc;
}

/*---Calender---*/
.theme-info .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #8950fc;
}
.theme-info
  .fx-element-overlay
  .fx-card-item
  .fx-overlay-1
  .fx-info
  > li
  a:hover {
  background: #8950fc;
  border-color: #8950fc;
}
.theme-info .fc-event,
.theme-info .calendar-event {
  background: #8950fc;
}

/*---Tabs---*/
.theme-info .tabs-vertical li .nav-link:hover,
.theme-info .tabs-vertical li .nav-link:active,
.theme-info .tabs-vertical li .nav-link:focus,
.theme-info .tabs-vertical li .nav-link.active {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-info .customvtab .tabs-vertical li .nav-link:hover,
.theme-info .customvtab .tabs-vertical li .nav-link:active,
.theme-info .customvtab .tabs-vertical li .nav-link:focus,
.theme-info .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #8950fc;
  color: #8950fc;
}
.theme-info .customtab2 li a.nav-link:hover,
.theme-info .customtab2 li a.nav-link:active,
.theme-info .customtab2 li a.nav-link.active {
  background-color: #8950fc;
}

.rtl.theme-info .customvtab .tabs-vertical li .nav-link:hover,
.rtl.theme-info .customvtab .tabs-vertical li .nav-link:active,
.rtl.theme-info .customvtab .tabs-vertical li .nav-link:focus,
.rtl.theme-info .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #8950fc;
}

/*---Notification---*/
.theme-info .jq-icon-primary {
  background-color: #8950fc;
  color: #ffffff;
  border-color: #8950fc;
}
.theme-info .jq-icon-info {
  background-color: #6993ff;
  color: #ffffff;
  border-color: #6993ff;
}
.theme-info .jq-icon-success {
  background-color: #1bc5bd;
  color: #ffffff;
  border-color: #8950fc;
}
.theme-info .jq-icon-error {
  background-color: #f64e60;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-info .jq-icon-danger {
  background-color: #f64e60;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-info .jq-icon-warning {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800;
}

/*---avatar---*/
.theme-info .avatar.status-primary::after {
  background-color: #8950fc;
}
.theme-info .avatar.status-info::after {
  background-color: #6993ff;
}
.theme-info .avatar.status-success::after {
  background-color: #1bc5bd;
}
.theme-info .avatar.status-danger::after {
  background-color: #f64e60;
}
.theme-info .avatar.status-warning::after {
  background-color: #ffa800;
}
.theme-info .avatar[class*="status-"]::after {
  background-color: #8950fc;
}
.theme-info .avatar-add:hover {
  background-color: #671efb;
  border-color: #671efb;
}

/*---media---*/
.theme-info .media-chat.media-chat-reverse .media-body p {
  background-color: #8950fc;
}
.theme-info .media-right-out a:hover {
  color: #671efb;
}

/*---control---*/
.theme-info .control input:checked:focus ~ .control_indicator {
  background-color: #8950fc;
}
.theme-info .control input:checked ~ .control_indicator {
  background-color: #8950fc;
}
.theme-info .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #8950fc;
}

/*---flex---*/
.theme-info .flex-column > li > a.nav-link.active {
  border-left-color: #8950fc;
}
.theme-info .flex-column > li > a.nav-link.active:hover {
  border-left-color: #8950fc;
}

/*---pagination---*/
.theme-info .pagination li a.current {
  border: 1px solid #8950fc;
  background-color: #8950fc;
}
.theme-info .pagination li a.current:hover {
  border: 1px solid #8950fc;
  background-color: #8950fc;
}
.theme-info .pagination li a:hover {
  border: 1px solid #671efb;
  background-color: #671efb !important;
}
.theme-info .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: 1px solid #8950fc;
  background-color: #8950fc;
}
.theme-info
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  border: 1px solid #8950fc;
  background-color: #8950fc;
}
.theme-info .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #8950fc;
}
.theme-info .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #8950fc;
}
.theme-info .footable .pagination li a:hover,
.theme-info .footable .pagination li a:active,
.theme-info .footable .pagination li a.active {
  background-color: #8950fc;
}

/*---dataTables---*/
.theme-info .dt-buttons .dt-button {
  background-color: #8950fc;
}

/*---select2---*/
.theme-info .select2-container--default.select2-container--open {
  border-color: #8950fc;
}
.theme-info
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #8950fc;
}
.theme-info
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border-color: #8950fc !important;
}
.theme-info
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #8950fc !important;
}
.theme-info .select2-container--default .select2-selection--multiple:focus {
  border-color: #8950fc !important;
}
.theme-info
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #8950fc;
  border-color: #8950fc;
}

/*---Other---*/
.theme-info .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #671efb;
}
.theme-info .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #671efb;
}
.theme-info .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #671efb;
}
.theme-info [data-overlay-primary]::before {
  background: #671efb;
}

/*---wizard---*/
.theme-info .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #8950fc;
  background-color: #8950fc;
}
.theme-info .wizard-content .wizard > .steps > ul > li.done {
  border-color: #671efb;
  background-color: #671efb;
}
.theme-info .wizard-content .wizard > .actions > ul > li > a {
  background-color: #8950fc;
}
.theme-info .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #8950fc;
}
.theme-info .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #8950fc;
}
.theme-info
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:after {
  background-color: #8950fc;
}
.theme-info
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:before {
  background-color: #8950fc;
}
.theme-info
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step {
  border: 2px solid #8950fc;
  color: #8950fc;
}
.theme-info
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step:after {
  border-top-color: #8950fc;
}
.theme-info
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.done
  .step:after {
  border-top-color: #8950fc;
}

@media (max-width: 767px) {
  .theme-info .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #8950fc;
  }
}
@media (max-width: 575px) {
  .theme-info .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #8950fc;
  }
}
/*---slider---*/
.theme-info #primary .slider-selection {
  background-color: #8950fc;
}
.theme-info #info .slider-selection {
  background-color: #6993ff;
}
.theme-info #success .slider-selection {
  background-color: #1bc5bd;
}
.theme-info #danger .slider-selection {
  background-color: #f64e60;
}
.theme-info #warning .slider-selection {
  background-color: #ffa800;
}

/*---horizontal-timeline---*/
.theme-info .cd-horizontal-timeline .events a.selected::after {
  background: #8950fc;
  border-color: #8950fc;
}
.theme-info .cd-horizontal-timeline .events a.older-event::after {
  border-color: #8950fc;
}
.theme-info .cd-horizontal-timeline .filling-line {
  background: #8950fc;
}
.theme-info .cd-horizontal-timeline a {
  color: #8950fc;
}
.theme-info .cd-horizontal-timeline a:hover,
.theme-info .cd-horizontal-timeline a:focus {
  color: #8950fc;
}
.theme-info .cd-timeline-navigation a:hover,
.theme-info .cd-timeline-navigation a:focus {
  border-color: #8950fc;
}

/**************************************
Theme Success Color
**************************************/
.bg-gradient-success,
.theme-success .bg-gradient-success,
.theme-success .art-bg {
  background: linear-gradient(45deg, #1bc5bd, #8950fc);
}

.bg-light-body {
  background: transparent;
}

.theme-success.fixed .main-header {
  background: #ffffff;
}
.theme-success .main-header {
  background: #ffffff;
}

.theme-success.onlyheader .art-bg {
  background-image: none;
}

.bg-gradient-success-dark,
.dark-skin.theme-success .bg-gradient-success,
.dark-skin.theme-success .art-bg {
  background-image: linear-gradient(45deg, #0f6b67, #4e04e2);
}

.bg-dark-body {
  background: #0c1a32;
}

.dark-skin.theme-success.fixed .main-header {
  background: #0c1a32;
}
.dark-skin.theme-success .main-header {
  background: #0c1a32;
}

@media (max-width: 767px) {
  .theme-success.fixed .main-header {
    background-image: #e4e6ef;
  }
  .theme-success.fixed .main-header.navbar {
    background: none;
  }

  .dark-skin.theme-success.fixed .main-header {
    background-image: #0c1a32;
  }
}
.theme-success a:hover,
.theme-success a:active,
.theme-success a:focus {
  color: #1bc5bd;
}
.theme-success .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-success .main-sidebar .svg-icon:hover,
.theme-success .main-sidebar .svg-icon:active,
.theme-success .main-sidebar .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-success .main-sidebar a:hover .svg-icon,
.theme-success .main-sidebar a:active .svg-icon,
.theme-success .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-success .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-success .svg-icon:hover,
.theme-success .svg-icon:active,
.theme-success .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-success a:hover .svg-icon,
.theme-success a:active .svg-icon,
.theme-success a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}

.theme-success.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #1bc5bd !important;
}
.theme-success.light-skin .sidebar-menu > li.active.treeview > a > i {
  color: #1bc5bd;
}
.theme-success.light-skin .sidebar-menu > li.active.treeview > a > svg {
  color: #1bc5bd;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-success.light-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-success.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3;
}
.theme-success.light-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #1bc5bd !important;
}
.theme-success.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important;
}
.theme-success.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #1bc5bd !important;
}
.theme-success.dark-skin .sidebar-menu > li.active.treeview > a > i {
  color: #1bc5bd;
}
.theme-success.dark-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-success.dark-skin
  .sidebar-menu
  > li.active.treeview
  .treeview-menu
  li
  a {
  color: #b5b5c3;
}
.theme-success.dark-skin
  .sidebar-menu
  > li.active.treeview
  .treeview-menu
  li
  a
  > i {
  color: #b5b5c3;
}
.theme-success.dark-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #1bc5bd !important;
}
.theme-success.light-skin .sidebar-menu > li:hover,
.theme-success.light-skin .sidebar-menu > li:active,
.theme-success.light-skin .sidebar-menu > li.active {
  background-color: rgba(27, 197, 189, 0);
  color: #1bc5bd;
  border-left: 0px solid rgba(27, 197, 189, 0);
}
.theme-success.light-skin .sidebar-menu > li:hover a,
.theme-success.light-skin .sidebar-menu > li:active a,
.theme-success.light-skin .sidebar-menu > li.active a {
  color: #1bc5bd;
}
.theme-success.light-skin .sidebar-menu > li:hover a > i,
.theme-success.light-skin .sidebar-menu > li:active a > i,
.theme-success.light-skin .sidebar-menu > li.active a > i {
  color: #b5b5c3;
  background-color: rgba(27, 197, 189, 0);
}
.theme-success.light-skin .sidebar-menu > li:hover a > svg,
.theme-success.light-skin .sidebar-menu > li:active a > svg,
.theme-success.light-skin .sidebar-menu > li.active a > svg {
  color: #1bc5bd;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-success.light-skin .sidebar-menu > li:hover a img.svg-icon,
.theme-success.light-skin .sidebar-menu > li:active a img.svg-icon,
.theme-success.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-success.light-skin .sidebar-menu > li.active {
  background-color: rgba(27, 197, 189, 0);
  color: #1bc5bd;
  border-left: 0px solid #1bc5bd;
}
.theme-success.light-skin .sidebar-menu > li.active a {
  color: #1bc5bd;
  background-color: transparent;
}
.theme-success.light-skin .sidebar-menu > li.active a > i {
  color: #1bc5bd;
  background-color: rgba(27, 197, 189, 0);
}
.theme-success.light-skin .sidebar-menu > li.active a > svg {
  color: #1bc5bd;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-success.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(27, 197, 189, 0);
  color: #1bc5bd;
}
.theme-success.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
  color: #1bc5bd;
}
.theme-success.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  a
  > i {
  color: #1bc5bd;
  background-color: rgba(27, 197, 189, 0);
}
.theme-success.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
  color: #b5b5c3;
  background-color: rgba(27, 197, 189, 0);
}
.theme-success.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active {
  background-color: rgba(27, 197, 189, 0);
  color: #1bc5bd;
}
.theme-success.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a {
  color: #1bc5bd;
}
.theme-success.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a
  > i {
  color: #1bc5bd;
  background-color: rgba(27, 197, 189, 0);
}
.theme-success.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active {
  background-color: rgba(27, 197, 189, 0);
  color: #1bc5bd;
}
.theme-success.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a {
  color: #1bc5bd;
}
.theme-success.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a
  > i {
  color: #1bc5bd;
  background-color: rgba(27, 197, 189, 0);
}
.theme-success.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a {
  color: #172b4c;
}
.theme-success.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a
  > i {
  color: #172b4c;
  background-color: rgba(27, 197, 189, 0);
}
.theme-success.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #1bc5bd;
  border-right: 0px solid #1bc5bd;
}
.theme-success.dark-skin .sidebar-menu > li.active {
  background-color: rgba(27, 197, 189, 0);
  color: #1bc5bd;
  border-left: 0px solid #1bc5bd;
}
.theme-success.dark-skin .sidebar-menu > li.active a {
  color: #1bc5bd;
  background-color: transparent;
}
.theme-success.dark-skin .sidebar-menu > li.active a > i {
  color: #1bc5bd;
}
.theme-success.dark-skin .sidebar-menu > li.active a > svg {
  color: #1bc5bd;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-success.dark-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-success.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(27, 197, 189, 0);
  color: #1bc5bd;
}
.theme-success.dark-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  > a {
  color: #1bc5bd !important;
}
.theme-success.dark-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  > a
  > i {
  color: #1bc5bd;
}
.theme-success.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #1bc5bd;
  border-right: 0px solid #1bc5bd;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(27, 197, 189, 0.2);
    color: #1bc5bd;
  }
}
/*---Main Nav---*/
.theme-success .sm-blue li.current > a,
.theme-success .sm-blue li.highlighted > a {
  background: #1bc5bd;
  color: #ffffff !important;
}
.theme-success .sm-blue li.current > a:hover,
.theme-success .sm-blue li.current > a:active,
.theme-success .sm-blue li.current > a:focus,
.theme-success .sm-blue li.highlighted > a:hover,
.theme-success .sm-blue li.highlighted > a:active,
.theme-success .sm-blue li.highlighted > a:focus {
  background: #1bc5bd;
  color: #ffffff !important;
}
.theme-success .sm-blue a.current,
.theme-success .sm-blue a.highlighted {
  background: #1bc5bd;
  color: #ffffff !important;
}
.theme-success .sm-blue a:hover,
.theme-success .sm-blue a:active,
.theme-success .sm-blue a:focus {
  background: #1bc5bd;
  color: #ffffff !important;
}
.theme-success .sm-blue ul a:hover,
.theme-success .sm-blue ul a:active,
.theme-success .sm-blue ul a:focus {
  background: #ebedf3;
  color: #1bc5bd !important;
}
.theme-success .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #1bc5bd !important;
}

.dark-skin.theme-success .sm-blue a.current,
.dark-skin.theme-success .sm-blue a.highlighted {
  background: #1bc5bd;
  color: #ffffff !important;
}
.dark-skin.theme-success .sm-blue a:hover,
.dark-skin.theme-success .sm-blue a:active,
.dark-skin.theme-success .sm-blue a:focus {
  background: #1bc5bd;
  color: #ffffff !important;
}
.dark-skin.theme-success .sm-blue ul a:hover,
.dark-skin.theme-success .sm-blue ul a:active,
.dark-skin.theme-success .sm-blue ul a:focus {
  background: #29354b;
  color: #1bc5bd !important;
}
.dark-skin.theme-success .sm-blue ul a.highlighted {
  background: #29354b;
  color: #1bc5bd !important;
}

/*---Primary Button---*/
.theme-success .btn-link {
  color: #1bc5bd;
}
.theme-success .btn-primary {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  color: #ffffff;
}
.theme-success .btn-primary:hover,
.theme-success .btn-primary:active,
.theme-success .btn-primary:focus,
.theme-success .btn-primary.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-success .btn-primary:disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-success .btn-primary.disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-success .show > .btn-primary.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-success .btn-outline.btn-primary {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #1bc5bd !important;
}
.theme-success .btn-outline.btn-primary:hover,
.theme-success .btn-outline.btn-primary:active,
.theme-success .btn-outline.btn-primary.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-success .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-success .btn-flat.btn-primary {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-success .btn-flat.btn-primary:hover,
.theme-success .btn-flat.btn-primary:active,
.theme-success .btn-flat.btn-primary.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}

/*---info Button---*/
.theme-success .btn-info {
  background-color: #8950fc;
  border-color: #8950fc;
  color: #ffffff;
}
.theme-success .btn-info:hover,
.theme-success .btn-info:active,
.theme-success .btn-info:focus,
.theme-success .btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-success .btn-info:disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-success .btn-info.disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-success .show > .btn-info.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-success .btn-outline.btn-info {
  color: #8950fc;
  background-color: transparent;
  border-color: #8950fc !important;
}
.theme-success .btn-outline.btn-info:hover,
.theme-success .btn-outline.btn-info:active,
.theme-success .btn-outline.btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-success .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-success .btn-flat.btn-info {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-success .btn-flat.btn-info:hover,
.theme-success .btn-flat.btn-info:active,
.theme-success .btn-flat.btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}

/*---Success Button---*/
.theme-success .btn-success {
  background-color: #6993ff;
  border-color: #6993ff;
  color: #ffffff;
}
.theme-success .btn-success:hover,
.theme-success .btn-success:active,
.theme-success .btn-success:focus,
.theme-success .btn-success.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}
.theme-success .btn-success:disabled {
  background-color: #cfdcff;
  border-color: #6993ff;
  opacity: 0.5;
}
.theme-success .btn-success.disabled {
  background-color: #cfdcff;
  border-color: #6993ff;
  opacity: 0.5;
}
.theme-success .show > .btn-success.dropdown-toggle {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff;
}
.theme-success .btn-outline.btn-success {
  color: #6993ff;
  background-color: transparent;
  border-color: #6993ff !important;
}
.theme-success .btn-outline.btn-success:hover,
.theme-success .btn-outline.btn-success:active,
.theme-success .btn-outline.btn-success.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}
.theme-success .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff;
}
.theme-success .btn-flat.btn-success {
  color: #6993ff !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-success .btn-flat.btn-success:hover,
.theme-success .btn-flat.btn-success:active,
.theme-success .btn-flat.btn-success.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}

/*---Danger Button---*/
.theme-success .btn-danger {
  background-color: #f64e60;
  border-color: #f64e60;
  color: #ffffff;
}
.theme-success .btn-danger:hover,
.theme-success .btn-danger:active,
.theme-success .btn-danger:focus,
.theme-success .btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-success .btn-danger:disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-success .btn-danger.disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-success .show > .btn-danger.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-success .btn-outline.btn-danger {
  color: #f64e60;
  background-color: transparent;
  border-color: #f64e60 !important;
}
.theme-success .btn-outline.btn-danger:hover,
.theme-success .btn-outline.btn-danger:active,
.theme-success .btn-outline.btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-success .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-success .btn-flat.btn-danger {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-success .btn-flat.btn-danger:hover,
.theme-success .btn-flat.btn-danger:active,
.theme-success .btn-flat.btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}

/*---Warning Button---*/
.theme-success .btn-warning {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff;
}
.theme-success .btn-warning:hover,
.theme-success .btn-warning:active,
.theme-success .btn-warning:focus,
.theme-success .btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-success .btn-warning:disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-success .btn-warning.disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-success .show > .btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-success .btn-outline.btn-warning {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important;
}
.theme-success .btn-outline.btn-warning:hover,
.theme-success .btn-outline.btn-warning:active,
.theme-success .btn-outline.btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-success .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-success .btn-flat.btn-warning {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-success .btn-flat.btn-warning:hover,
.theme-success .btn-flat.btn-warning:active,
.theme-success .btn-flat.btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}

/*---Primary Button light---*/
.theme-success .btn-primary-light {
  background-color: #e0fdfb;
  border-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-success .btn-primary-light:hover,
.theme-success .btn-primary-light:active,
.theme-success .btn-primary-light:focus,
.theme-success .btn-primary-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-success .btn-primary-light:disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-success .btn-primary-light.disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-success .show > .btn-primary-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-success .btn-outline.btn-primary-light {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #e0fdfb !important;
}
.theme-success .btn-outline.btn-primary-light:hover,
.theme-success .btn-outline.btn-primary-light:active,
.theme-success .btn-outline.btn-primary-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-success .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-success .btn-flat.btn-primary-light {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-success .btn-flat.btn-primary-light:hover,
.theme-success .btn-flat.btn-primary-light:active,
.theme-success .btn-flat.btn-primary-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}

/*---info Button light---*/
.theme-success .btn-info-light {
  background-color: #f7f3ff;
  border-color: #f7f3ff;
  color: #8950fc;
}
.theme-success .btn-info-light:hover,
.theme-success .btn-info-light:active,
.theme-success .btn-info-light:focus,
.theme-success .btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-success .btn-info-light:disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-success .btn-info-light.disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-success .show > .btn-info.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-success .btn-outline.btn-info-light {
  color: #8950fc;
  background-color: transparent;
  border-color: #f7f3ff !important;
}
.theme-success .btn-outline.btn-info-light:hover,
.theme-success .btn-outline.btn-info-light:active,
.theme-success .btn-outline.btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-success .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-success .btn-flat.btn-info-light {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-success .btn-flat.btn-info-light:hover,
.theme-success .btn-flat.btn-info-light:active,
.theme-success .btn-flat.btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}

/*---Success Button light---*/
.theme-success .btn-success-light {
  background-color: #eff7ff;
  border-color: #eff7ff;
  color: #6993ff;
}
.theme-success .btn-success-light:hover,
.theme-success .btn-success-light:active,
.theme-success .btn-success-light:focus,
.theme-success .btn-success-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}
.theme-success .btn-success-light:disabled {
  background-color: white;
  border-color: #eff7ff;
  opacity: 0.5;
}
.theme-success .btn-success-light.disabled {
  background-color: white;
  border-color: #eff7ff;
  opacity: 0.5;
}
.theme-success .show > .btn-success-light.dropdown-toggle {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff;
}
.theme-success .btn-outline.btn-success-light {
  color: #6993ff;
  background-color: transparent;
  border-color: #eff7ff !important;
}
.theme-success .btn-outline.btn-success-light:hover,
.theme-success .btn-outline.btn-success-light:active,
.theme-success .btn-outline.btn-success-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}
.theme-success .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff;
}
.theme-success .btn-flat.btn-success-light {
  color: #6993ff !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-success .btn-flat.btn-success-light:hover,
.theme-success .btn-flat.btn-success-light:active,
.theme-success .btn-flat.btn-success-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}

/*---Danger Button light---*/
.theme-success .btn-danger-light {
  background-color: #fff2f3;
  border-color: #fff2f3;
  color: #f64e60;
}
.theme-success .btn-danger-light:hover,
.theme-success .btn-danger-light:active,
.theme-success .btn-danger-light:focus,
.theme-success .btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-success .btn-danger-light:disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-success .btn-danger-light.disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-success .show > .btn-danger-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-success .btn-outline.btn-danger-light {
  color: #f64e60;
  background-color: transparent;
  border-color: #fff2f3 !important;
}
.theme-success .btn-outline.btn-danger-light:hover,
.theme-success .btn-outline.btn-danger-light:active,
.theme-success .btn-outline.btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-success .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-success .btn-flat.btn-danger-light {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-success .btn-flat.btn-danger-light:hover,
.theme-success .btn-flat.btn-danger-light:active,
.theme-success .btn-flat.btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}

/*---Warning Button light---*/
.theme-success .btn-warning-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800;
}
.theme-success .btn-warning-light:hover,
.theme-success .btn-warning-light:active,
.theme-success .btn-warning-light:focus,
.theme-success .btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-success .btn-warning-light:disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-success .btn-warning-light.disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-success .show > .btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-success .btn-outline.btn-warning-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important;
}
.theme-success .btn-outline.btn-warning-light:hover,
.theme-success .btn-outline.btn-warning-light:active,
.theme-success .btn-outline.btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-success .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-success .btn-flat.btn-warning-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-success .btn-flat.btn-warning-light:hover,
.theme-success .btn-flat.btn-warning-light:active,
.theme-success .btn-flat.btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}

/*---callout---*/
.theme-success .callout.callout-primary {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
}
.theme-success .callout.callout-info {
  border-color: #8950fc;
  background-color: #8950fc !important;
}
.theme-success .callout.callout-success {
  border-color: #6993ff;
  background-color: #6993ff !important;
}
.theme-success .callout.callout-danger {
  border-color: #f64e60;
  background-color: #f64e60 !important;
}
.theme-success .callout.callout-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
}

/*---alert---*/
.theme-success .alert-primary {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-success .alert-info {
  border-color: #8950fc;
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-success .alert-success {
  border-color: #6993ff;
  background-color: #6993ff !important;
  color: #ffffff;
}
.theme-success .alert-danger {
  border-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-success .alert-error {
  border-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-success .alert-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff;
}

/*---direct-chat---*/
.theme-success .direct-chat-primary .right > .direct-chat-text p {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-success .direct-chat-primary .right > .direct-chat-text:before,
.theme-success .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #1bc5bd;
}
.theme-success .direct-chat-info .right > .direct-chat-text p {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-success .direct-chat-info .right > .direct-chat-text:before,
.theme-success .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #8950fc;
}
.theme-success .direct-chat-success .right > .direct-chat-text p {
  background-color: #6993ff;
  color: #ffffff;
}
.theme-success .direct-chat-success .right > .direct-chat-text:before,
.theme-success .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #6993ff;
}
.theme-success .direct-chat-danger .right > .direct-chat-text p {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-success .direct-chat-danger .right > .direct-chat-text:before,
.theme-success .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #f64e60;
}
.theme-success .direct-chat-warning .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-success .direct-chat-warning .right > .direct-chat-text:before,
.theme-success .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #ffa800;
}
.theme-success .right .direct-chat-text p {
  background-color: #1bc5bd;
}

/*---modal---*/
.theme-success .modal-primary .modal-footer,
.theme-success .modal-primary .modal-header {
  border-color: #1bc5bd;
}
.theme-success .modal-primary .modal-body {
  background-color: #1bc5bd !important;
}
.theme-success .modal-info .modal-footer,
.theme-success .modal-info .modal-header {
  border-color: #8950fc;
}
.theme-success .modal-info .modal-body {
  background-color: #8950fc !important;
}
.theme-success .modal-success .modal-footer,
.theme-success .modal-success .modal-header {
  border-color: #6993ff;
}
.theme-success .modal-success .modal-body {
  background-color: #6993ff !important;
}
.theme-success .modal-danger .modal-footer,
.theme-success .modal-danger .modal-header {
  border-color: #f64e60;
}
.theme-success .modal-danger .modal-body {
  background-color: #f64e60 !important;
}
.theme-success .modal-warning .modal-footer,
.theme-success .modal-warning .modal-header {
  border-color: #ffa800;
}
.theme-success .modal-warning .modal-body {
  background-color: #ffa800 !important;
}

/*---border---*/
.theme-success .border-primary {
  border-color: #1bc5bd !important;
}
.theme-success .border-info {
  border-color: #8950fc !important;
}
.theme-success .border-success {
  border-color: #6993ff !important;
}
.theme-success .border-danger {
  border-color: #f64e60 !important;
}
.theme-success .border-warning {
  border-color: #ffa800 !important;
}

/*---Background---*/
.theme-success .bg-primary {
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-success .bg-primary-light {
  background-color: #e0fdfb !important;
  color: #1bc5bd;
}
.theme-success .bg-info {
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-success .bg-info-light {
  background-color: #f7f3ff !important;
  color: #8950fc;
}
.theme-success .bg-success {
  background-color: #6993ff !important;
  color: #ffffff;
}
.theme-success .bg-success-light {
  background-color: #eff7ff !important;
  color: #6993ff;
}
.theme-success .bg-danger {
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-success .bg-danger-light {
  background-color: #fff2f3 !important;
  color: #f64e60;
}
.theme-success .bg-warning {
  background-color: #ffa800 !important;
  color: #ffffff;
}
.theme-success .bg-warning-light {
  background-color: #fff8ea !important;
  color: #ffa800;
}

/*---text---*/
.theme-success .text-primary {
  color: #1bc5bd !important;
}
.theme-success a.text-primary:hover,
.theme-success a.text-primary:focus {
  color: #1bc5bd !important;
}
.theme-success .hover-primary:hover,
.theme-success .hover-primary:focus {
  color: #1bc5bd !important;
}
.theme-success .text-info {
  color: #8950fc !important;
}
.theme-success a.text-info:hover,
.theme-success a.text-info:focus {
  color: #8950fc !important;
}
.theme-success .hover-info:hover,
.theme-success .hover-info:focus {
  color: #8950fc !important;
}
.theme-success .text-success {
  color: #6993ff !important;
}
.theme-success a.text-success:hover,
.theme-success a.text-success:focus {
  color: #6993ff !important;
}
.theme-success .hover-success:hover,
.theme-success .hover-success:focus {
  color: #6993ff !important;
}
.theme-success .text-danger {
  color: #f64e60 !important;
}
.theme-success a.text-danger:hover,
.theme-success a.text-danger:focus {
  color: #f64e60 !important;
}
.theme-success .hover-danger:hover,
.theme-success .hover-danger:focus {
  color: #f64e60 !important;
}
.theme-success .text-warning {
  color: #ffa800 !important;
}
.theme-success a.text-warning:hover,
.theme-success a.text-warning:focus {
  color: #ffa800 !important;
}
.theme-success .hover-warning:hover,
.theme-success .hover-warning:focus {
  color: #ffa800 !important;
}

/*---active background---*/
.theme-success .active.active-primary {
  background-color: #159892 !important;
}
.theme-success .active.active-info {
  background-color: #671efb !important;
}
.theme-success .active.active-success {
  background-color: #366eff !important;
}
.theme-success .active.active-danger {
  background-color: #f41d34 !important;
}
.theme-success .active.active-warning {
  background-color: #cc8600 !important;
}

/*---label background---*/
.theme-success .label-primary {
  background-color: #1bc5bd !important;
}
.theme-success .label-info {
  background-color: #8950fc !important;
}
.theme-success .label-success {
  background-color: #6993ff !important;
}
.theme-success .label-danger {
  background-color: #f64e60 !important;
}
.theme-success .label-warning {
  background-color: #ffa800 !important;
}

/*---ribbon---*/
.theme-success .ribbon-box .ribbon-primary {
  background-color: #1bc5bd;
}
.theme-success .ribbon-box .ribbon-primary:before {
  border-color: #1bc5bd transparent transparent;
}
.theme-success .ribbon-box .ribbon-two-primary span {
  background-color: #1bc5bd;
}
.theme-success .ribbon-box .ribbon-two-primary span:before {
  border-left: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-success .ribbon-box .ribbon-two-primary span:after {
  border-right: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-success .ribbon-box .ribbon-info {
  background-color: #8950fc;
}
.theme-success .ribbon-box .ribbon-info:before {
  border-color: #8950fc transparent transparent;
}
.theme-success .ribbon-box .ribbon-two-info span {
  background-color: #8950fc;
}
.theme-success .ribbon-box .ribbon-two-info span:before {
  border-left: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-success .ribbon-box .ribbon-two-info span:after {
  border-right: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-success .ribbon-box .ribbon-success {
  background-color: #6993ff;
}
.theme-success .ribbon-box .ribbon-success:before {
  border-color: #6993ff transparent transparent;
}
.theme-success .ribbon-box .ribbon-two-success span {
  background-color: #6993ff;
}
.theme-success .ribbon-box .ribbon-two-success span:before {
  border-left: 3px solid #366eff;
  border-top: 3px solid #366eff;
}
.theme-success .ribbon-box .ribbon-two-success span:after {
  border-right: 3px solid #366eff;
  border-top: 3px solid #366eff;
}
.theme-success .ribbon-box .ribbon-danger {
  background-color: #f64e60;
}
.theme-success .ribbon-box .ribbon-danger:before {
  border-color: #f64e60 transparent transparent;
}
.theme-success .ribbon-box .ribbon-two-danger span {
  background-color: #f64e60;
}
.theme-success .ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-success .ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-success .ribbon-box .ribbon-warning {
  background-color: #ffa800;
}
.theme-success .ribbon-box .ribbon-warning:before {
  border-color: #ffa800 transparent transparent;
}
.theme-success .ribbon-box .ribbon-two-warning span {
  background-color: #ffa800;
}
.theme-success .ribbon-box .ribbon-two-warning span:before {
  border-left: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}
.theme-success .ribbon-box .ribbon-two-warning span:after {
  border-right: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}

/*---Box---*/
.theme-success .box-primary {
  background-color: #1bc5bd !important;
}
.theme-success .box-primary.box-bordered {
  border-color: #1bc5bd;
}
.theme-success .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #1bc5bd;
}
.theme-success .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #1bc5bd;
}
.theme-success .box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.theme-success .box.box-solid.box-primary > .box-header > a {
  color: #ffffff;
}
.theme-success .box-info {
  background-color: #8950fc !important;
}
.theme-success .box-info.box-bordered {
  border-color: #8950fc;
}
.theme-success .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #8950fc;
}
.theme-success .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #8950fc;
}
.theme-success .box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.theme-success .box.box-solid.box-info > .box-header > a {
  color: #ffffff;
}
.theme-success .box-success {
  background-color: #6993ff !important;
}
.theme-success .box-success.box-bordered {
  border-color: #6993ff;
}
.theme-success .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #6993ff;
}
.theme-success .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #6993ff;
}
.theme-success .box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.theme-success .box.box-solid.box-success > .box-header > a {
  color: #ffffff;
}
.theme-success .box-danger {
  background-color: #f64e60 !important;
}
.theme-success .box-danger.box-bordered {
  border-color: #f64e60;
}
.theme-success .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #f64e60;
}
.theme-success .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #f64e60;
}
.theme-success .box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.theme-success .box.box-solid.box-danger > .box-header > a {
  color: #ffffff;
}
.theme-success .box-warning {
  background-color: #ffa800 !important;
}
.theme-success .box-warning.box-bordered {
  border-color: #ffa800;
}
.theme-success .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #ffa800;
}
.theme-success .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #ffa800;
}
.theme-success .box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.theme-success .box.box-solid.box-warning > .box-header > a {
  color: #ffffff;
}
.theme-success .box-profile .social-states a:hover {
  color: #159892;
}
.theme-success .box-controls li > a:hover {
  color: #159892;
}
.theme-success .box-controls .dropdown.show > a {
  color: #159892;
}
.theme-success .box-fullscreen .box-btn-fullscreen {
  color: #159892;
}

/*---progress bar---*/
.theme-success .progress-bar-primary {
  background-color: #1bc5bd;
}
.theme-success .progress-bar-info {
  background-color: #8950fc;
}
.theme-success .progress-bar-success {
  background-color: #6993ff;
}
.theme-success .progress-bar-danger {
  background-color: #f64e60;
}
.theme-success .progress-bar-warning {
  background-color: #ffa800;
}

/*---panel---*/
.theme-success .panel-primary {
  border-color: #1bc5bd;
}
.theme-success .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #1bc5bd;
  border-color: #1bc5bd;
}
.theme-success .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1bc5bd;
}
.theme-success .panel-primary > .panel-heading .badge-pill {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-success .panel-primary .panel-title,
.theme-success .panel-primary .panel-action {
  color: #ffffff;
}
.theme-success .panel-primary .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1bc5bd;
}
.theme-success .panel-line.panel-primary .panel-heading {
  color: #1bc5bd;
  border-top-color: #1bc5bd;
  background: transparent;
}
.theme-success .panel-line.panel-primary .panel-title,
.theme-success .panel-line.panel-primary .panel-action {
  color: #1bc5bd;
}
.theme-success .panel-info {
  border-color: #8950fc;
}
.theme-success .panel-info > .panel-heading {
  color: #ffffff;
  background-color: #8950fc;
  border-color: #8950fc;
}
.theme-success .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8950fc;
}
.theme-success .panel-info > .panel-heading .badge-pill {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-success .panel-info .panel-title,
.theme-success .panel-info .panel-action {
  color: #ffffff;
}
.theme-success .panel-info .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8950fc;
}
.theme-success .panel-line.panel-info .panel-heading {
  color: #8950fc;
  border-top-color: #8950fc;
  background: transparent;
}
.theme-success .panel-line.panel-info .panel-title,
.theme-success .panel-line.panel-info .panel-action {
  color: #8950fc;
}
.theme-success .panel-success {
  border-color: #6993ff;
}
.theme-success .panel-success > .panel-heading {
  color: #ffffff;
  background-color: #6993ff;
  border-color: #6993ff;
}
.theme-success .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6993ff;
}
.theme-success .panel-success > .panel-heading .badge-pill {
  color: #6993ff;
  background-color: #ffffff;
}
.theme-success .panel-success .panel-title,
.theme-success .panel-success .panel-action {
  color: #ffffff;
}
.theme-success .panel-success .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6993ff;
}
.theme-success .panel-line.panel-success .panel-heading {
  color: #6993ff;
  border-top-color: #6993ff;
  background: transparent;
}
.theme-success .panel-line.panel-success .panel-title,
.theme-success .panel-line.panel-success .panel-action {
  color: #6993ff;
}
.theme-success .panel-danger {
  border-color: #f64e60;
}
.theme-success .panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #f64e60;
  border-color: #f64e60;
}
.theme-success .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f64e60;
}
.theme-success .panel-danger > .panel-heading .badge-pill {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-success .panel-danger .panel-title,
.theme-success .panel-danger .panel-action {
  color: #ffffff;
}
.theme-success .panel-danger .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f64e60;
}
.theme-success .panel-line.panel-danger .panel-heading {
  color: #f64e60;
  border-top-color: #f64e60;
  background: transparent;
}
.theme-success .panel-line.panel-danger .panel-title,
.theme-success .panel-line.panel-danger .panel-action {
  color: #f64e60;
}
.theme-success .panel-warning {
  border-color: #ffa800;
}
.theme-success .panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffa800;
  border-color: #ffa800;
}
.theme-success .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffa800;
}
.theme-success .panel-warning > .panel-heading .badge-pill {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-success .panel-warning .panel-title,
.theme-success .panel-warning .panel-action {
  color: #ffffff;
}
.theme-success .panel-warning .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffa800;
}
.theme-success .panel-line.panel-warning .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent;
}
.theme-success .panel-line.panel-warning .panel-title,
.theme-success .panel-line.panel-warning .panel-action {
  color: #ffa800;
}

/*---switch---*/
.theme-success .switch input:checked ~ .switch-indicator::after {
  background-color: #1bc5bd;
}
.theme-success .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #1bc5bd;
}
.theme-success .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #8950fc;
}
.theme-success .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #6993ff;
}
.theme-success .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #f64e60;
}
.theme-success .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #ffa800;
}

/*---badge---*/
.theme-success .badge-primary {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-success .badge-primary[href]:hover,
.theme-success .badge-primary[href]:focus {
  background-color: #159892;
}
.theme-success .badge-secondary {
  background-color: #e4e6ef;
  color: #172b4c;
}
.theme-success .badge-secondary[href]:hover,
.theme-success .badge-secondary[href]:focus {
  background-color: #c4c8dc;
}
.theme-success .badge-info {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-success .badge-info[href]:hover,
.theme-success .badge-info[href]:focus {
  background-color: #671efb;
}
.theme-success .badge-success {
  background-color: #6993ff;
  color: #ffffff;
}
.theme-success .badge-success[href]:hover,
.theme-success .badge-success[href]:focus {
  background-color: #366eff;
}
.theme-success .badge-danger {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-success .badge-danger[href]:hover,
.theme-success .badge-danger[href]:focus {
  background-color: #f41d34;
}
.theme-success .badge-warning {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-success .badge-warning[href]:hover,
.theme-success .badge-warning[href]:focus {
  background-color: #cc8600;
}

/*---badge light---*/
.theme-success .badge-primary-light {
  background-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-success .badge-primary-light[href]:hover,
.theme-success .badge-primary-light[href]:focus {
  background-color: #b0faf5;
}
.theme-success .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c;
}
.theme-success .badge-secondary-light[href]:hover,
.theme-success .badge-secondary-light[href]:focus {
  background-color: #c9d3df;
}
.theme-success .badge-info-light {
  background-color: #f7f3ff;
  color: #8950fc;
}
.theme-success .badge-info-light[href]:hover,
.theme-success .badge-info-light[href]:focus {
  background-color: #d5c0ff;
}
.theme-success .badge-success-light {
  background-color: #eff7ff;
  color: #6993ff;
}
.theme-success .badge-success-light[href]:hover,
.theme-success .badge-success-light[href]:focus {
  background-color: #bcdeff;
}
.theme-success .badge-danger-light {
  background-color: #fff2f3;
  color: #f64e60;
}
.theme-success .badge-danger-light[href]:hover,
.theme-success .badge-danger-light[href]:focus {
  background-color: #ffbfc4;
}
.theme-success .badge-warning-light {
  background-color: #fff8ea;
  color: #ffa800;
}
.theme-success .badge-warning-light[href]:hover,
.theme-success .badge-warning-light[href]:focus {
  background-color: #ffe7b7;
}

/*---rating---*/
.theme-success .rating-primary .active {
  color: #1bc5bd;
}
.theme-success .rating-primary :checked ~ label {
  color: #1bc5bd;
}
.theme-success .rating-primary label:hover {
  color: #1bc5bd;
}
.theme-success .rating-primary label:hover ~ label {
  color: #1bc5bd;
}
.theme-success .rating-info .active {
  color: #8950fc;
}
.theme-success .rating-info :checked ~ label {
  color: #8950fc;
}
.theme-success .rating-info label:hover {
  color: #8950fc;
}
.theme-success .rating-info label:hover ~ label {
  color: #8950fc;
}
.theme-success .rating-success .active {
  color: #6993ff;
}
.theme-success .rating-success :checked ~ label {
  color: #6993ff;
}
.theme-success .rating-success label:hover {
  color: #6993ff;
}
.theme-success .rating-success label:hover ~ label {
  color: #6993ff;
}
.theme-success .rating-danger .active {
  color: #f64e60;
}
.theme-success .rating-danger :checked ~ label {
  color: #f64e60;
}
.theme-success .rating-danger label:hover {
  color: #f64e60;
}
.theme-success .rating-danger label:hover ~ label {
  color: #f64e60;
}
.theme-success .rating-warning .active {
  color: #ffa800;
}
.theme-success .rating-warning :checked ~ label {
  color: #ffa800;
}
.theme-success .rating-warning label:hover {
  color: #ffa800;
}
.theme-success .rating-warning label:hover ~ label {
  color: #ffa800;
}

/*---toggler---*/
.theme-success .toggler-primary input:checked + i {
  color: #1bc5bd;
}
.theme-success .toggler-info input:checked + i {
  color: #8950fc;
}
.theme-success .toggler-success input:checked + i {
  color: #6993ff;
}
.theme-success .toggler-danger input:checked + i {
  color: #f64e60;
}
.theme-success .toggler-warning input:checked + i {
  color: #ffa800;
}

/*---nav tabs---*/
.theme-success .nav-tabs.nav-tabs-primary .nav-link:hover,
.theme-success .nav-tabs.nav-tabs-primary .nav-link:active,
.theme-success .nav-tabs.nav-tabs-primary .nav-link:focus,
.theme-success .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #159892;
  background-color: transparent;
  color: #159892;
}
.theme-success .nav-tabs.nav-tabs-info .nav-link:hover,
.theme-success .nav-tabs.nav-tabs-info .nav-link:active,
.theme-success .nav-tabs.nav-tabs-info .nav-link:focus,
.theme-success .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #671efb;
  background-color: #8950fc;
  color: #ffffff;
}
.theme-success .nav-tabs.nav-tabs-success .nav-link:hover,
.theme-success .nav-tabs.nav-tabs-success .nav-link:active,
.theme-success .nav-tabs.nav-tabs-success .nav-link:focus,
.theme-success .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #366eff;
  background-color: transparent;
  color: #366eff;
}
.theme-success .nav-tabs.nav-tabs-danger .nav-link:hover,
.theme-success .nav-tabs.nav-tabs-danger .nav-link:active,
.theme-success .nav-tabs.nav-tabs-danger .nav-link:focus,
.theme-success .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #f41d34;
  background-color: transparent;
  color: #f41d34;
}
.theme-success .nav-tabs.nav-tabs-warning .nav-link:hover,
.theme-success .nav-tabs.nav-tabs-warning .nav-link:active,
.theme-success .nav-tabs.nav-tabs-warning .nav-link:focus,
.theme-success .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600;
}
.theme-success .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #159892;
}
.theme-success .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #671efb;
}
.theme-success .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #366eff;
}
.theme-success .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #f41d34;
}
.theme-success .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #cc8600;
}
.theme-success .nav-tabs .nav-link.active {
  border-bottom-color: #1bc5bd;
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-success .nav-tabs .nav-link.active:hover,
.theme-success .nav-tabs .nav-link.active:focus {
  border-bottom-color: #1bc5bd;
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-success .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #1bc5bd;
  background-color: #1bc5bd;
}
.theme-success .nav-tabs .nav-item.open .nav-link:hover,
.theme-success .nav-tabs .nav-item.open .nav-link:focus {
  border-bottom-color: #1bc5bd;
  background-color: #1bc5bd;
}

/*---todo---*/
.theme-success .todo-list .primary {
  border-left-color: #1bc5bd;
}
.theme-success .todo-list .info {
  border-left-color: #1bc5bd;
}
.theme-success .todo-list .success {
  border-left-color: #6993ff;
}
.theme-success .todo-list .danger {
  border-left-color: #f64e60;
}
.theme-success .todo-list .warning {
  border-left-color: #ffa800;
}

/*---timeline---*/
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary {
  background-color: #1bc5bd;
  border: 1px solid #1bc5bd;
  color: #ffffff;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:before,
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:after {
  border-left-color: #1bc5bd;
  border-right-color: #1bc5bd;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary
  * {
  color: inherit;
}
.theme-success .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #8950fc;
  border: 1px solid #8950fc;
  color: #ffffff;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:before,
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:after {
  border-left-color: #8950fc;
  border-right-color: #8950fc;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info
  * {
  color: inherit;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success {
  background-color: #6993ff;
  border: 1px solid #6993ff;
  color: #ffffff;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:before,
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:after {
  border-left-color: #6993ff;
  border-right-color: #6993ff;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success
  * {
  color: inherit;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger {
  background-color: #f64e60;
  border: 1px solid #f64e60;
  color: #ffffff;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:before,
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:after {
  border-left-color: #f64e60;
  border-right-color: #f64e60;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger
  * {
  color: inherit;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:before,
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:after {
  border-left-color: #ffa800;
  border-right-color: #ffa800;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning
  * {
  color: inherit;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-primary {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-success .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-success {
  color: #6993ff;
  background-color: #ffffff;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-danger {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-success
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-warning {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-success .timeline .timeline-label .label-primary {
  background-color: #1bc5bd;
}
.theme-success .timeline .timeline-label .label-info {
  background-color: #8950fc;
}
.theme-success .timeline .timeline-label .label-success {
  background-color: #6993ff;
}
.theme-success .timeline .timeline-label .label-danger {
  background-color: #f64e60;
}
.theme-success .timeline .timeline-label .label-warning {
  background-color: #ffa800;
}
.theme-success .timeline__year,
.theme-success .timeline5:before,
.theme-success .timeline__box:before,
.theme-success .timeline__date {
  background-color: #1bc5bd;
}
.theme-success .timeline__post {
  border-left: 3px solid #1bc5bd;
}

/*---daterangepicker---*/
.theme-success .daterangepicker td.active {
  background-color: #1bc5bd;
}
.theme-success .daterangepicker td.active:hover {
  background-color: #1bc5bd;
}
.theme-success .daterangepicker .input-mini.active {
  border: 1px solid #1bc5bd;
}
.theme-success .ranges li:hover,
.theme-success .ranges li:active,
.theme-success .ranges li.active {
  border: 1px solid #1bc5bd;
  background-color: #1bc5bd;
}

/*---control-sidebar---*/
.theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover,
.theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active,
.theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #1bc5bd;
  color: #1bc5bd;
}
.theme-success .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #1bc5bd;
  color: #1bc5bd;
}
.theme-success
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:hover,
.theme-success
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:active,
.theme-success
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:focus {
  border-color: #1bc5bd;
  color: #1bc5bd;
}
.theme-success .control-sidebar .rpanel-title .btn:hover {
  color: #1bc5bd;
}

/*---nav---*/
.theme-success .nav > li > a:hover,
.theme-success .nav > li > a:active,
.theme-success .nav > li > a:focus {
  color: #1bc5bd;
}
.theme-success .nav-pills > li > a.active {
  border-top-color: #1bc5bd;
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-success .nav-pills > li > a.active:hover,
.theme-success .nav-pills > li > a.active:focus {
  border-top-color: #1bc5bd;
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-success .mailbox-nav .nav-pills > li > a:hover,
.theme-success .mailbox-nav .nav-pills > li > a:focus {
  border-color: #1bc5bd;
}
.theme-success .mailbox-nav .nav-pills > li > a.active {
  border-color: #1bc5bd;
}
.theme-success .mailbox-nav .nav-pills > li > a.active:hover,
.theme-success .mailbox-nav .nav-pills > li > a.active:focus {
  border-color: #1bc5bd;
}
.theme-success .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #1bc5bd;
}
.theme-success .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #1bc5bd;
}
.theme-success .customtab li a.nav-link.active {
  border-bottom: 2px solid #1bc5bd;
}

/*---form-element---*/
.theme-success .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #1bc5bd, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-success .form-element .form-control {
  background-image: linear-gradient(45deg, #1bc5bd, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-success .form-element .form-control:focus {
  background-image: linear-gradient(45deg, #1bc5bd, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-success .form-control:focus {
  border-color: #1bc5bd;
}
.theme-success [type="checkbox"]:checked.chk-col-primary + label:before {
  border-right: 2px solid #1bc5bd;
  border-bottom: 2px solid #1bc5bd;
}
.theme-success [type="checkbox"]:checked.chk-col-info + label:before {
  border-right: 2px solid #8950fc;
  border-bottom: 2px solid #8950fc;
}
.theme-success [type="checkbox"]:checked.chk-col-success + label:before {
  border-right: 2px solid #6993ff;
  border-bottom: 2px solid #6993ff;
}
.theme-success [type="checkbox"]:checked.chk-col-danger + label:before {
  border-right: 2px solid #f64e60;
  border-bottom: 2px solid #f64e60;
}
.theme-success [type="checkbox"]:checked.chk-col-warning + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800;
}
.theme-success
  [type="checkbox"].filled-in:checked.chk-col-primary
  + label:after {
  border: 2px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-success [type="checkbox"].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #8950fc;
  background-color: #8950fc;
}
.theme-success
  [type="checkbox"].filled-in:checked.chk-col-success
  + label:after {
  border: 2px solid #6993ff;
  background-color: #6993ff;
}
.theme-success
  [type="checkbox"].filled-in:checked.chk-col-danger
  + label:after {
  border: 2px solid #f64e60;
  background-color: #f64e60;
}
.theme-success
  [type="checkbox"].filled-in:checked.chk-col-warning
  + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800;
}
.theme-success [type="radio"].radio-col-primary:checked + label:after {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success
  [type="radio"].with-gap.radio-col-primary:checked
  + label:before {
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="radio"].with-gap.radio-col-primary:checked + label:after {
  background-color: #1bc5bd;
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="radio"].radio-col-info:checked + label:after {
  background-color: #8950fc;
  border-color: #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="radio"].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="radio"].with-gap.radio-col-info:checked + label:after {
  background-color: #8950fc;
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="radio"].radio-col-success:checked + label:after {
  background-color: #6993ff;
  border-color: #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success
  [type="radio"].with-gap.radio-col-success:checked
  + label:before {
  border: 2px solid #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="radio"].with-gap.radio-col-success:checked + label:after {
  background-color: #6993ff;
  border: 2px solid #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="radio"].radio-col-danger:checked + label:after {
  background-color: #f64e60;
  border-color: #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="radio"].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="radio"].with-gap.radio-col-danger:checked + label:after {
  background-color: #f64e60;
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="radio"].radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success
  [type="radio"].with-gap.radio-col-warning:checked
  + label:before {
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="radio"].with-gap.radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-success [type="checkbox"]:checked + label:before {
  border-right: 2px solid #1bc5bd;
  border-bottom: 2px solid #1bc5bd;
}
.theme-success [type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-success [type="radio"].with-gap:checked + label:before,
.theme-success [type="radio"].with-gap:checked + label:after {
  border: 2px solid #1bc5bd;
}
.theme-success [type="radio"].with-gap:checked + label:after {
  background-color: #1bc5bd;
  z-index: 0;
}
.theme-success [type="radio"]:checked + label:after {
  border: 2px solid #1bc5bd;
  background-color: #1bc5bd;
  z-index: 0;
}
.theme-success [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-color: #1bc5bd;
  background-color: #1bc5bd;
}

/*---Calender---*/
.theme-success .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #1bc5bd;
}
.theme-success
  .fx-element-overlay
  .fx-card-item
  .fx-overlay-1
  .fx-info
  > li
  a:hover {
  background: #1bc5bd;
  border-color: #1bc5bd;
}
.theme-success .fc-event,
.theme-success .calendar-event {
  background: #1bc5bd;
}

/*---Tabs---*/
.theme-success .tabs-vertical li .nav-link:hover,
.theme-success .tabs-vertical li .nav-link:active,
.theme-success .tabs-vertical li .nav-link:focus,
.theme-success .tabs-vertical li .nav-link.active {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-success .customvtab .tabs-vertical li .nav-link:hover,
.theme-success .customvtab .tabs-vertical li .nav-link:active,
.theme-success .customvtab .tabs-vertical li .nav-link:focus,
.theme-success .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #1bc5bd;
  color: #1bc5bd;
}
.theme-success .customtab2 li a.nav-link:hover,
.theme-success .customtab2 li a.nav-link:active,
.theme-success .customtab2 li a.nav-link.active {
  background-color: #1bc5bd;
}

.rtl.theme-success .customvtab .tabs-vertical li .nav-link:hover,
.rtl.theme-success .customvtab .tabs-vertical li .nav-link:active,
.rtl.theme-success .customvtab .tabs-vertical li .nav-link:focus,
.rtl.theme-success .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #1bc5bd;
}

/*---Notification---*/
.theme-success .jq-icon-primary {
  background-color: #1bc5bd;
  color: #ffffff;
  border-color: #1bc5bd;
}
.theme-success .jq-icon-info {
  background-color: #8950fc;
  color: #ffffff;
  border-color: #8950fc;
}
.theme-success .jq-icon-success {
  background-color: #6993ff;
  color: #ffffff;
  border-color: #1bc5bd;
}
.theme-success .jq-icon-error {
  background-color: #f64e60;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-success .jq-icon-danger {
  background-color: #f64e60;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-success .jq-icon-warning {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800;
}

/*---avatar---*/
.theme-success .avatar.status-primary::after {
  background-color: #1bc5bd;
}
.theme-success .avatar.status-info::after {
  background-color: #8950fc;
}
.theme-success .avatar.status-success::after {
  background-color: #6993ff;
}
.theme-success .avatar.status-danger::after {
  background-color: #f64e60;
}
.theme-success .avatar.status-warning::after {
  background-color: #ffa800;
}
.theme-success .avatar[class*="status-"]::after {
  background-color: #1bc5bd;
}
.theme-success .avatar-add:hover {
  background-color: #159892;
  border-color: #159892;
}

/*---media---*/
.theme-success .media-chat.media-chat-reverse .media-body p {
  background-color: #1bc5bd;
}
.theme-success .media-right-out a:hover {
  color: #159892;
}

/*---control---*/
.theme-success .control input:checked:focus ~ .control_indicator {
  background-color: #1bc5bd;
}
.theme-success .control input:checked ~ .control_indicator {
  background-color: #1bc5bd;
}
.theme-success
  .control:hover
  input:not([disabled]):checked
  ~ .control_indicator {
  background-color: #1bc5bd;
}

/*---flex---*/
.theme-success .flex-column > li > a.nav-link.active {
  border-left-color: #1bc5bd;
}
.theme-success .flex-column > li > a.nav-link.active:hover {
  border-left-color: #1bc5bd;
}

/*---pagination---*/
.theme-success .pagination li a.current {
  border: 1px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-success .pagination li a.current:hover {
  border: 1px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-success .pagination li a:hover {
  border: 1px solid #159892;
  background-color: #159892 !important;
}
.theme-success
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  border: 1px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-success
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  border: 1px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-success .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #1bc5bd;
}
.theme-success .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #1bc5bd;
}
.theme-success .footable .pagination li a:hover,
.theme-success .footable .pagination li a:active,
.theme-success .footable .pagination li a.active {
  background-color: #1bc5bd;
}

/*---dataTables---*/
.theme-success .dt-buttons .dt-button {
  background-color: #1bc5bd;
}

/*---select2---*/
.theme-success .select2-container--default.select2-container--open {
  border-color: #1bc5bd;
}
.theme-success
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #1bc5bd;
}
.theme-success
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border-color: #1bc5bd !important;
}
.theme-success
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #1bc5bd !important;
}
.theme-success .select2-container--default .select2-selection--multiple:focus {
  border-color: #1bc5bd !important;
}
.theme-success
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
}

/*---Other---*/
.theme-success .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #159892;
}
.theme-success .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #159892;
}
.theme-success .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #159892;
}
.theme-success [data-overlay-primary]::before {
  background: #159892;
}

/*---wizard---*/
.theme-success .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-success .wizard-content .wizard > .steps > ul > li.done {
  border-color: #159892;
  background-color: #159892;
}
.theme-success .wizard-content .wizard > .actions > ul > li > a {
  background-color: #1bc5bd;
}
.theme-success .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #1bc5bd;
}
.theme-success .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #1bc5bd;
}
.theme-success
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:after {
  background-color: #1bc5bd;
}
.theme-success
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:before {
  background-color: #1bc5bd;
}
.theme-success
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step {
  border: 2px solid #1bc5bd;
  color: #1bc5bd;
}
.theme-success
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step:after {
  border-top-color: #1bc5bd;
}
.theme-success
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.done
  .step:after {
  border-top-color: #1bc5bd;
}

@media (max-width: 767px) {
  .theme-success .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #1bc5bd;
  }
}
@media (max-width: 575px) {
  .theme-success .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #1bc5bd;
  }
}
/*---slider---*/
.theme-success #primary .slider-selection {
  background-color: #1bc5bd;
}
.theme-success #info .slider-selection {
  background-color: #8950fc;
}
.theme-success #success .slider-selection {
  background-color: #6993ff;
}
.theme-success #danger .slider-selection {
  background-color: #f64e60;
}
.theme-success #warning .slider-selection {
  background-color: #ffa800;
}

/*---horizontal-timeline---*/
.theme-success .cd-horizontal-timeline .events a.selected::after {
  background: #1bc5bd;
  border-color: #1bc5bd;
}
.theme-success .cd-horizontal-timeline .events a.older-event::after {
  border-color: #1bc5bd;
}
.theme-success .cd-horizontal-timeline .filling-line {
  background: #1bc5bd;
}
.theme-success .cd-horizontal-timeline a {
  color: #1bc5bd;
}
.theme-success .cd-horizontal-timeline a:hover,
.theme-success .cd-horizontal-timeline a:focus {
  color: #1bc5bd;
}
.theme-success .cd-timeline-navigation a:hover,
.theme-success .cd-timeline-navigation a:focus {
  border-color: #1bc5bd;
}

/**************************************
Theme Danger Color
**************************************/
.bg-gradient-danger,
.theme-danger .bg-gradient-danger,
.theme-danger .art-bg {
  background: linear-gradient(45deg, #f64e60, #8950fc);
}

.bg-light-body {
  background: transparent;
}

.theme-danger.fixed .main-header {
  background: #ffffff;
}
.theme-danger .main-header {
  background: #ffffff;
}

.theme-danger.onlyheader .art-bg {
  background-image: none;
}

.bg-gradient-danger-dark,
.dark-skin.theme-danger .bg-gradient-danger,
.dark-skin.theme-danger .art-bg {
  background-image: linear-gradient(45deg, #d30b20, #4e04e2);
}

.bg-dark-body {
  background: #0c1a32;
}

.dark-skin.theme-danger.fixed .main-header {
  background: #0c1a32;
}
.dark-skin.theme-danger .main-header {
  background: #0c1a32;
}

@media (max-width: 767px) {
  .theme-danger.fixed .main-header {
    background-image: #e4e6ef;
  }
  .theme-danger.fixed .main-header.navbar {
    background: none;
  }

  .dark-skin.theme-danger.fixed .main-header {
    background-image: #0c1a32;
  }
}
.theme-danger a:hover,
.theme-danger a:active,
.theme-danger a:focus {
  color: #f64e60;
}
.theme-danger .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-danger .main-sidebar .svg-icon:hover,
.theme-danger .main-sidebar .svg-icon:active,
.theme-danger .main-sidebar .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-danger .main-sidebar a:hover .svg-icon,
.theme-danger .main-sidebar a:active .svg-icon,
.theme-danger .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-danger .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-danger .svg-icon:hover,
.theme-danger .svg-icon:active,
.theme-danger .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-danger a:hover .svg-icon,
.theme-danger a:active .svg-icon,
.theme-danger a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}

.theme-danger.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #f64e60 !important;
}
.theme-danger.light-skin .sidebar-menu > li.active.treeview > a > i {
  color: #f64e60;
}
.theme-danger.light-skin .sidebar-menu > li.active.treeview > a > svg {
  color: #f64e60;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-danger.light-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-danger.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3;
}
.theme-danger.light-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #f64e60 !important;
}
.theme-danger.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important;
}
.theme-danger.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #f64e60 !important;
}
.theme-danger.dark-skin .sidebar-menu > li.active.treeview > a > i {
  color: #f64e60;
}
.theme-danger.dark-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-danger.dark-skin .sidebar-menu > li.active.treeview .treeview-menu li a {
  color: #b5b5c3;
}
.theme-danger.dark-skin
  .sidebar-menu
  > li.active.treeview
  .treeview-menu
  li
  a
  > i {
  color: #b5b5c3;
}
.theme-danger.dark-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #f64e60 !important;
}
.theme-danger.light-skin .sidebar-menu > li:hover,
.theme-danger.light-skin .sidebar-menu > li:active,
.theme-danger.light-skin .sidebar-menu > li.active {
  background-color: rgba(246, 78, 96, 0);
  color: #f64e60;
  border-left: 0px solid rgba(246, 78, 96, 0);
}
.theme-danger.light-skin .sidebar-menu > li:hover a,
.theme-danger.light-skin .sidebar-menu > li:active a,
.theme-danger.light-skin .sidebar-menu > li.active a {
  color: #f64e60;
}
.theme-danger.light-skin .sidebar-menu > li:hover a > i,
.theme-danger.light-skin .sidebar-menu > li:active a > i,
.theme-danger.light-skin .sidebar-menu > li.active a > i {
  color: #b5b5c3;
  background-color: rgba(246, 78, 96, 0);
}
.theme-danger.light-skin .sidebar-menu > li:hover a > svg,
.theme-danger.light-skin .sidebar-menu > li:active a > svg,
.theme-danger.light-skin .sidebar-menu > li.active a > svg {
  color: #f64e60;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-danger.light-skin .sidebar-menu > li:hover a img.svg-icon,
.theme-danger.light-skin .sidebar-menu > li:active a img.svg-icon,
.theme-danger.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-danger.light-skin .sidebar-menu > li.active {
  background-color: rgba(246, 78, 96, 0);
  color: #f64e60;
  border-left: 0px solid #f64e60;
}
.theme-danger.light-skin .sidebar-menu > li.active a {
  color: #f64e60;
  background-color: transparent;
}
.theme-danger.light-skin .sidebar-menu > li.active a > i {
  color: #f64e60;
  background-color: rgba(246, 78, 96, 0);
}
.theme-danger.light-skin .sidebar-menu > li.active a > svg {
  color: #f64e60;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-danger.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(246, 78, 96, 0);
  color: #f64e60;
}
.theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
  color: #f64e60;
}
.theme-danger.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  a
  > i {
  color: #f64e60;
  background-color: rgba(246, 78, 96, 0);
}
.theme-danger.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
  color: #b5b5c3;
  background-color: rgba(246, 78, 96, 0);
}
.theme-danger.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active {
  background-color: rgba(246, 78, 96, 0);
  color: #f64e60;
}
.theme-danger.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a {
  color: #f64e60;
}
.theme-danger.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a
  > i {
  color: #f64e60;
  background-color: rgba(246, 78, 96, 0);
}
.theme-danger.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active {
  background-color: rgba(246, 78, 96, 0);
  color: #f64e60;
}
.theme-danger.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a {
  color: #f64e60;
}
.theme-danger.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a
  > i {
  color: #f64e60;
  background-color: rgba(246, 78, 96, 0);
}
.theme-danger.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a {
  color: #172b4c;
}
.theme-danger.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a
  > i {
  color: #172b4c;
  background-color: rgba(246, 78, 96, 0);
}
.theme-danger.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #f64e60;
  border-right: 0px solid #f64e60;
}
.theme-danger.dark-skin .sidebar-menu > li.active {
  background-color: rgba(246, 78, 96, 0);
  color: #f64e60;
  border-left: 0px solid #f64e60;
}
.theme-danger.dark-skin .sidebar-menu > li.active a {
  color: #f64e60;
  background-color: transparent;
}
.theme-danger.dark-skin .sidebar-menu > li.active a > i {
  color: #f64e60;
}
.theme-danger.dark-skin .sidebar-menu > li.active a > svg {
  color: #f64e60;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-danger.dark-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(246, 78, 96, 0);
  color: #f64e60;
}
.theme-danger.dark-skin .sidebar-menu > li.active .treeview-menu li.active > a {
  color: #f64e60 !important;
}
.theme-danger.dark-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  > a
  > i {
  color: #f64e60;
}
.theme-danger.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #f64e60;
  border-right: 0px solid #f64e60;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(246, 78, 96, 0.2);
    color: #f64e60;
  }
}
/*---Main Nav---*/
.theme-danger .sm-blue li.current > a,
.theme-danger .sm-blue li.highlighted > a {
  background: #f64e60;
  color: #ffffff !important;
}
.theme-danger .sm-blue li.current > a:hover,
.theme-danger .sm-blue li.current > a:active,
.theme-danger .sm-blue li.current > a:focus,
.theme-danger .sm-blue li.highlighted > a:hover,
.theme-danger .sm-blue li.highlighted > a:active,
.theme-danger .sm-blue li.highlighted > a:focus {
  background: #f64e60;
  color: #ffffff !important;
}
.theme-danger .sm-blue a.current,
.theme-danger .sm-blue a.highlighted {
  background: #f64e60;
  color: #ffffff !important;
}
.theme-danger .sm-blue a:hover,
.theme-danger .sm-blue a:active,
.theme-danger .sm-blue a:focus {
  background: #f64e60;
  color: #ffffff !important;
}
.theme-danger .sm-blue ul a:hover,
.theme-danger .sm-blue ul a:active,
.theme-danger .sm-blue ul a:focus {
  background: #ebedf3;
  color: #f64e60 !important;
}
.theme-danger .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #f64e60 !important;
}

.dark-skin.theme-danger .sm-blue a.current,
.dark-skin.theme-danger .sm-blue a.highlighted {
  background: #f64e60;
  color: #ffffff !important;
}
.dark-skin.theme-danger .sm-blue a:hover,
.dark-skin.theme-danger .sm-blue a:active,
.dark-skin.theme-danger .sm-blue a:focus {
  background: #f64e60;
  color: #ffffff !important;
}
.dark-skin.theme-danger .sm-blue ul a:hover,
.dark-skin.theme-danger .sm-blue ul a:active,
.dark-skin.theme-danger .sm-blue ul a:focus {
  background: #29354b;
  color: #f64e60 !important;
}
.dark-skin.theme-danger .sm-blue ul a.highlighted {
  background: #29354b;
  color: #f64e60 !important;
}

/*---Primary Button---*/
.theme-danger .btn-link {
  color: #f64e60;
}
.theme-danger .btn-primary {
  background-color: #f64e60;
  border-color: #f64e60;
  color: #ffffff;
}
.theme-danger .btn-primary:hover,
.theme-danger .btn-primary:active,
.theme-danger .btn-primary:focus,
.theme-danger .btn-primary.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-danger .btn-primary:disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-danger .btn-primary.disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-danger .show > .btn-primary.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-danger .btn-outline.btn-primary {
  color: #f64e60;
  background-color: transparent;
  border-color: #f64e60 !important;
}
.theme-danger .btn-outline.btn-primary:hover,
.theme-danger .btn-outline.btn-primary:active,
.theme-danger .btn-outline.btn-primary.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-danger .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-danger .btn-flat.btn-primary {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-danger .btn-flat.btn-primary:hover,
.theme-danger .btn-flat.btn-primary:active,
.theme-danger .btn-flat.btn-primary.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}

/*---info Button---*/
.theme-danger .btn-info {
  background-color: #8950fc;
  border-color: #8950fc;
  color: #ffffff;
}
.theme-danger .btn-info:hover,
.theme-danger .btn-info:active,
.theme-danger .btn-info:focus,
.theme-danger .btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-danger .btn-info:disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-danger .btn-info.disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-danger .show > .btn-info.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-danger .btn-outline.btn-info {
  color: #8950fc;
  background-color: transparent;
  border-color: #8950fc !important;
}
.theme-danger .btn-outline.btn-info:hover,
.theme-danger .btn-outline.btn-info:active,
.theme-danger .btn-outline.btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-danger .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-danger .btn-flat.btn-info {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-danger .btn-flat.btn-info:hover,
.theme-danger .btn-flat.btn-info:active,
.theme-danger .btn-flat.btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}

/*---Success Button---*/
.theme-danger .btn-success {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  color: #ffffff;
}
.theme-danger .btn-success:hover,
.theme-danger .btn-success:active,
.theme-danger .btn-success:focus,
.theme-danger .btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-danger .btn-success:disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-danger .btn-success.disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-danger .show > .btn-success.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-danger .btn-outline.btn-success {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #1bc5bd !important;
}
.theme-danger .btn-outline.btn-success:hover,
.theme-danger .btn-outline.btn-success:active,
.theme-danger .btn-outline.btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-danger .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-danger .btn-flat.btn-success {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-danger .btn-flat.btn-success:hover,
.theme-danger .btn-flat.btn-success:active,
.theme-danger .btn-flat.btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}

/*---Danger Button---*/
.theme-danger .btn-danger {
  background-color: #6993ff;
  border-color: #6993ff;
  color: #ffffff;
}
.theme-danger .btn-danger:hover,
.theme-danger .btn-danger:active,
.theme-danger .btn-danger:focus,
.theme-danger .btn-danger.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}
.theme-danger .btn-danger:disabled {
  background-color: #cfdcff;
  border-color: #6993ff;
  opacity: 0.5;
}
.theme-danger .btn-danger.disabled {
  background-color: #cfdcff;
  border-color: #6993ff;
  opacity: 0.5;
}
.theme-danger .show > .btn-danger.dropdown-toggle {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff;
}
.theme-danger .btn-outline.btn-danger {
  color: #6993ff;
  background-color: transparent;
  border-color: #6993ff !important;
}
.theme-danger .btn-outline.btn-danger:hover,
.theme-danger .btn-outline.btn-danger:active,
.theme-danger .btn-outline.btn-danger.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}
.theme-danger .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff;
}
.theme-danger .btn-flat.btn-danger {
  color: #6993ff !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-danger .btn-flat.btn-danger:hover,
.theme-danger .btn-flat.btn-danger:active,
.theme-danger .btn-flat.btn-danger.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}

/*---Warning Button---*/
.theme-danger .btn-warning {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff;
}
.theme-danger .btn-warning:hover,
.theme-danger .btn-warning:active,
.theme-danger .btn-warning:focus,
.theme-danger .btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-danger .btn-warning:disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-danger .btn-warning.disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-danger .show > .btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-danger .btn-outline.btn-warning {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important;
}
.theme-danger .btn-outline.btn-warning:hover,
.theme-danger .btn-outline.btn-warning:active,
.theme-danger .btn-outline.btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-danger .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-danger .btn-flat.btn-warning {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-danger .btn-flat.btn-warning:hover,
.theme-danger .btn-flat.btn-warning:active,
.theme-danger .btn-flat.btn-warning.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}

/*---Primary Button light---*/
.theme-danger .btn-primary-light {
  background-color: #fff2f3;
  border-color: #fff2f3;
  color: #f64e60;
}
.theme-danger .btn-primary-light:hover,
.theme-danger .btn-primary-light:active,
.theme-danger .btn-primary-light:focus,
.theme-danger .btn-primary-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-danger .btn-primary-light:disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-danger .btn-primary-light.disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-danger .show > .btn-primary-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-danger .btn-outline.btn-primary-light {
  color: #f64e60;
  background-color: transparent;
  border-color: #fff2f3 !important;
}
.theme-danger .btn-outline.btn-primary-light:hover,
.theme-danger .btn-outline.btn-primary-light:active,
.theme-danger .btn-outline.btn-primary-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-danger .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-danger .btn-flat.btn-primary-light {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-danger .btn-flat.btn-primary-light:hover,
.theme-danger .btn-flat.btn-primary-light:active,
.theme-danger .btn-flat.btn-primary-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}

/*---info Button light---*/
.theme-danger .btn-info-light {
  background-color: #f7f3ff;
  border-color: #f7f3ff;
  color: #8950fc;
}
.theme-danger .btn-info-light:hover,
.theme-danger .btn-info-light:active,
.theme-danger .btn-info-light:focus,
.theme-danger .btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-danger .btn-info-light:disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-danger .btn-info-light.disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-danger .show > .btn-info.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-danger .btn-outline.btn-info-light {
  color: #8950fc;
  background-color: transparent;
  border-color: #f7f3ff !important;
}
.theme-danger .btn-outline.btn-info-light:hover,
.theme-danger .btn-outline.btn-info-light:active,
.theme-danger .btn-outline.btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-danger .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-danger .btn-flat.btn-info-light {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-danger .btn-flat.btn-info-light:hover,
.theme-danger .btn-flat.btn-info-light:active,
.theme-danger .btn-flat.btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}

/*---Success Button light---*/
.theme-danger .btn-success-light {
  background-color: #e0fdfb;
  border-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-danger .btn-success-light:hover,
.theme-danger .btn-success-light:active,
.theme-danger .btn-success-light:focus,
.theme-danger .btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-danger .btn-success-light:disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-danger .btn-success-light.disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-danger .show > .btn-success-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-danger .btn-outline.btn-success-light {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #e0fdfb !important;
}
.theme-danger .btn-outline.btn-success-light:hover,
.theme-danger .btn-outline.btn-success-light:active,
.theme-danger .btn-outline.btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-danger .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-danger .btn-flat.btn-success-light {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-danger .btn-flat.btn-success-light:hover,
.theme-danger .btn-flat.btn-success-light:active,
.theme-danger .btn-flat.btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}

/*---Danger Button light---*/
.theme-danger .btn-danger-light {
  background-color: #eff7ff;
  border-color: #eff7ff;
  color: #6993ff;
}
.theme-danger .btn-danger-light:hover,
.theme-danger .btn-danger-light:active,
.theme-danger .btn-danger-light:focus,
.theme-danger .btn-danger-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}
.theme-danger .btn-danger-light:disabled {
  background-color: white;
  border-color: #eff7ff;
  opacity: 0.5;
}
.theme-danger .btn-danger-light.disabled {
  background-color: white;
  border-color: #eff7ff;
  opacity: 0.5;
}
.theme-danger .show > .btn-danger-light.dropdown-toggle {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff;
}
.theme-danger .btn-outline.btn-danger-light {
  color: #6993ff;
  background-color: transparent;
  border-color: #eff7ff !important;
}
.theme-danger .btn-outline.btn-danger-light:hover,
.theme-danger .btn-outline.btn-danger-light:active,
.theme-danger .btn-outline.btn-danger-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}
.theme-danger .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff;
}
.theme-danger .btn-flat.btn-danger-light {
  color: #6993ff !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-danger .btn-flat.btn-danger-light:hover,
.theme-danger .btn-flat.btn-danger-light:active,
.theme-danger .btn-flat.btn-danger-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}

/*---Warning Button light---*/
.theme-danger .btn-warning-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800;
}
.theme-danger .btn-warning-light:hover,
.theme-danger .btn-warning-light:active,
.theme-danger .btn-warning-light:focus,
.theme-danger .btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-danger .btn-warning-light:disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-danger .btn-warning-light.disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-danger .show > .btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-danger .btn-outline.btn-warning-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important;
}
.theme-danger .btn-outline.btn-warning-light:hover,
.theme-danger .btn-outline.btn-warning-light:active,
.theme-danger .btn-outline.btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-danger .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-danger .btn-flat.btn-warning-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-danger .btn-flat.btn-warning-light:hover,
.theme-danger .btn-flat.btn-warning-light:active,
.theme-danger .btn-flat.btn-warning-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}

/*---callout---*/
.theme-danger .callout.callout-primary {
  border-color: #f64e60;
  background-color: #f64e60 !important;
}
.theme-danger .callout.callout-info {
  border-color: #8950fc;
  background-color: #8950fc !important;
}
.theme-danger .callout.callout-success {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
}
.theme-danger .callout.callout-danger {
  border-color: #6993ff;
  background-color: #6993ff !important;
}
.theme-danger .callout.callout-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
}

/*---alert---*/
.theme-danger .alert-primary {
  border-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-danger .alert-info {
  border-color: #8950fc;
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-danger .alert-success {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-danger .alert-danger {
  border-color: #6993ff;
  background-color: #6993ff !important;
  color: #ffffff;
}
.theme-danger .alert-error {
  border-color: #6993ff;
  background-color: #6993ff !important;
  color: #ffffff;
}
.theme-danger .alert-warning {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff;
}

/*---direct-chat---*/
.theme-danger .direct-chat-primary .right > .direct-chat-text p {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-danger .direct-chat-primary .right > .direct-chat-text:before,
.theme-danger .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #f64e60;
}
.theme-danger .direct-chat-info .right > .direct-chat-text p {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-danger .direct-chat-info .right > .direct-chat-text:before,
.theme-danger .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #8950fc;
}
.theme-danger .direct-chat-success .right > .direct-chat-text p {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-danger .direct-chat-success .right > .direct-chat-text:before,
.theme-danger .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #1bc5bd;
}
.theme-danger .direct-chat-danger .right > .direct-chat-text p {
  background-color: #6993ff;
  color: #ffffff;
}
.theme-danger .direct-chat-danger .right > .direct-chat-text:before,
.theme-danger .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #6993ff;
}
.theme-danger .direct-chat-warning .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-danger .direct-chat-warning .right > .direct-chat-text:before,
.theme-danger .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #ffa800;
}
.theme-danger .right .direct-chat-text p {
  background-color: #f64e60;
}

/*---modal---*/
.theme-danger .modal-primary .modal-footer,
.theme-danger .modal-primary .modal-header {
  border-color: #f64e60;
}
.theme-danger .modal-primary .modal-body {
  background-color: #f64e60 !important;
}
.theme-danger .modal-info .modal-footer,
.theme-danger .modal-info .modal-header {
  border-color: #8950fc;
}
.theme-danger .modal-info .modal-body {
  background-color: #8950fc !important;
}
.theme-danger .modal-success .modal-footer,
.theme-danger .modal-success .modal-header {
  border-color: #1bc5bd;
}
.theme-danger .modal-success .modal-body {
  background-color: #1bc5bd !important;
}
.theme-danger .modal-danger .modal-footer,
.theme-danger .modal-danger .modal-header {
  border-color: #6993ff;
}
.theme-danger .modal-danger .modal-body {
  background-color: #6993ff !important;
}
.theme-danger .modal-warning .modal-footer,
.theme-danger .modal-warning .modal-header {
  border-color: #ffa800;
}
.theme-danger .modal-warning .modal-body {
  background-color: #ffa800 !important;
}

/*---border---*/
.theme-danger .border-primary {
  border-color: #f64e60 !important;
}
.theme-danger .border-info {
  border-color: #8950fc !important;
}
.theme-danger .border-success {
  border-color: #1bc5bd !important;
}
.theme-danger .border-danger {
  border-color: #6993ff !important;
}
.theme-danger .border-warning {
  border-color: #ffa800 !important;
}

/*---Background---*/
.theme-danger .bg-primary {
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-danger .bg-primary-light {
  background-color: #fff2f3 !important;
  color: #f64e60;
}
.theme-danger .bg-info {
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-danger .bg-info-light {
  background-color: #f7f3ff !important;
  color: #8950fc;
}
.theme-danger .bg-success {
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-danger .bg-success-light {
  background-color: #e0fdfb !important;
  color: #1bc5bd;
}
.theme-danger .bg-danger {
  background-color: #6993ff !important;
  color: #ffffff;
}
.theme-danger .bg-danger-light {
  background-color: #eff7ff !important;
  color: #6993ff;
}
.theme-danger .bg-warning {
  background-color: #ffa800 !important;
  color: #ffffff;
}
.theme-danger .bg-warning-light {
  background-color: #fff8ea !important;
  color: #ffa800;
}

/*---text---*/
.theme-danger .text-primary {
  color: #f64e60 !important;
}
.theme-danger a.text-primary:hover,
.theme-danger a.text-primary:focus {
  color: #f64e60 !important;
}
.theme-danger .hover-primary:hover,
.theme-danger .hover-primary:focus {
  color: #f64e60 !important;
}
.theme-danger .text-info {
  color: #8950fc !important;
}
.theme-danger a.text-info:hover,
.theme-danger a.text-info:focus {
  color: #8950fc !important;
}
.theme-danger .hover-info:hover,
.theme-danger .hover-info:focus {
  color: #8950fc !important;
}
.theme-danger .text-success {
  color: #1bc5bd !important;
}
.theme-danger a.text-success:hover,
.theme-danger a.text-success:focus {
  color: #1bc5bd !important;
}
.theme-danger .hover-success:hover,
.theme-danger .hover-success:focus {
  color: #1bc5bd !important;
}
.theme-danger .text-danger {
  color: #6993ff !important;
}
.theme-danger a.text-danger:hover,
.theme-danger a.text-danger:focus {
  color: #6993ff !important;
}
.theme-danger .hover-danger:hover,
.theme-danger .hover-danger:focus {
  color: #6993ff !important;
}
.theme-danger .text-warning {
  color: #ffa800 !important;
}
.theme-danger a.text-warning:hover,
.theme-danger a.text-warning:focus {
  color: #ffa800 !important;
}
.theme-danger .hover-warning:hover,
.theme-danger .hover-warning:focus {
  color: #ffa800 !important;
}

/*---active background---*/
.theme-danger .active.active-primary {
  background-color: #f41d34 !important;
}
.theme-danger .active.active-info {
  background-color: #671efb !important;
}
.theme-danger .active.active-success {
  background-color: #159892 !important;
}
.theme-danger .active.active-danger {
  background-color: #366eff !important;
}
.theme-danger .active.active-warning {
  background-color: #cc8600 !important;
}

/*---label background---*/
.theme-danger .label-primary {
  background-color: #f64e60 !important;
}
.theme-danger .label-info {
  background-color: #8950fc !important;
}
.theme-danger .label-success {
  background-color: #1bc5bd !important;
}
.theme-danger .label-danger {
  background-color: #6993ff !important;
}
.theme-danger .label-warning {
  background-color: #ffa800 !important;
}

/*---ribbon---*/
.theme-danger .ribbon-box .ribbon-primary {
  background-color: #f64e60;
}
.theme-danger .ribbon-box .ribbon-primary:before {
  border-color: #f64e60 transparent transparent;
}
.theme-danger .ribbon-box .ribbon-two-primary span {
  background-color: #f64e60;
}
.theme-danger .ribbon-box .ribbon-two-primary span:before {
  border-left: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-danger .ribbon-box .ribbon-two-primary span:after {
  border-right: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-danger .ribbon-box .ribbon-info {
  background-color: #8950fc;
}
.theme-danger .ribbon-box .ribbon-info:before {
  border-color: #8950fc transparent transparent;
}
.theme-danger .ribbon-box .ribbon-two-info span {
  background-color: #8950fc;
}
.theme-danger .ribbon-box .ribbon-two-info span:before {
  border-left: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-danger .ribbon-box .ribbon-two-info span:after {
  border-right: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-danger .ribbon-box .ribbon-success {
  background-color: #1bc5bd;
}
.theme-danger .ribbon-box .ribbon-success:before {
  border-color: #1bc5bd transparent transparent;
}
.theme-danger .ribbon-box .ribbon-two-success span {
  background-color: #1bc5bd;
}
.theme-danger .ribbon-box .ribbon-two-success span:before {
  border-left: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-danger .ribbon-box .ribbon-two-success span:after {
  border-right: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-danger .ribbon-box .ribbon-danger {
  background-color: #6993ff;
}
.theme-danger .ribbon-box .ribbon-danger:before {
  border-color: #6993ff transparent transparent;
}
.theme-danger .ribbon-box .ribbon-two-danger span {
  background-color: #6993ff;
}
.theme-danger .ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid #366eff;
  border-top: 3px solid #366eff;
}
.theme-danger .ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid #366eff;
  border-top: 3px solid #366eff;
}
.theme-danger .ribbon-box .ribbon-warning {
  background-color: #ffa800;
}
.theme-danger .ribbon-box .ribbon-warning:before {
  border-color: #ffa800 transparent transparent;
}
.theme-danger .ribbon-box .ribbon-two-warning span {
  background-color: #ffa800;
}
.theme-danger .ribbon-box .ribbon-two-warning span:before {
  border-left: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}
.theme-danger .ribbon-box .ribbon-two-warning span:after {
  border-right: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}

/*---Box---*/
.theme-danger .box-primary {
  background-color: #f64e60 !important;
}
.theme-danger .box-primary.box-bordered {
  border-color: #f64e60;
}
.theme-danger .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #f64e60;
}
.theme-danger .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #f64e60;
}
.theme-danger .box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.theme-danger .box.box-solid.box-primary > .box-header > a {
  color: #ffffff;
}
.theme-danger .box-info {
  background-color: #8950fc !important;
}
.theme-danger .box-info.box-bordered {
  border-color: #8950fc;
}
.theme-danger .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #8950fc;
}
.theme-danger .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #8950fc;
}
.theme-danger .box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.theme-danger .box.box-solid.box-info > .box-header > a {
  color: #ffffff;
}
.theme-danger .box-success {
  background-color: #1bc5bd !important;
}
.theme-danger .box-success.box-bordered {
  border-color: #1bc5bd;
}
.theme-danger .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #1bc5bd;
}
.theme-danger .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #1bc5bd;
}
.theme-danger .box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.theme-danger .box.box-solid.box-success > .box-header > a {
  color: #ffffff;
}
.theme-danger .box-danger {
  background-color: #6993ff !important;
}
.theme-danger .box-danger.box-bordered {
  border-color: #6993ff;
}
.theme-danger .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #6993ff;
}
.theme-danger .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #6993ff;
}
.theme-danger .box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.theme-danger .box.box-solid.box-danger > .box-header > a {
  color: #ffffff;
}
.theme-danger .box-warning {
  background-color: #ffa800 !important;
}
.theme-danger .box-warning.box-bordered {
  border-color: #ffa800;
}
.theme-danger .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #ffa800;
}
.theme-danger .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #ffa800;
}
.theme-danger .box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.theme-danger .box.box-solid.box-warning > .box-header > a {
  color: #ffffff;
}
.theme-danger .box-profile .social-states a:hover {
  color: #f41d34;
}
.theme-danger .box-controls li > a:hover {
  color: #f41d34;
}
.theme-danger .box-controls .dropdown.show > a {
  color: #f41d34;
}
.theme-danger .box-fullscreen .box-btn-fullscreen {
  color: #f41d34;
}

/*---progress bar---*/
.theme-danger .progress-bar-primary {
  background-color: #f64e60;
}
.theme-danger .progress-bar-info {
  background-color: #8950fc;
}
.theme-danger .progress-bar-success {
  background-color: #1bc5bd;
}
.theme-danger .progress-bar-danger {
  background-color: #6993ff;
}
.theme-danger .progress-bar-warning {
  background-color: #ffa800;
}

/*---panel---*/
.theme-danger .panel-primary {
  border-color: #f64e60;
}
.theme-danger .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #f64e60;
  border-color: #f64e60;
}
.theme-danger .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f64e60;
}
.theme-danger .panel-primary > .panel-heading .badge-pill {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-danger .panel-primary .panel-title,
.theme-danger .panel-primary .panel-action {
  color: #ffffff;
}
.theme-danger .panel-primary .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f64e60;
}
.theme-danger .panel-line.panel-primary .panel-heading {
  color: #f64e60;
  border-top-color: #f64e60;
  background: transparent;
}
.theme-danger .panel-line.panel-primary .panel-title,
.theme-danger .panel-line.panel-primary .panel-action {
  color: #f64e60;
}
.theme-danger .panel-info {
  border-color: #8950fc;
}
.theme-danger .panel-info > .panel-heading {
  color: #ffffff;
  background-color: #8950fc;
  border-color: #8950fc;
}
.theme-danger .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8950fc;
}
.theme-danger .panel-info > .panel-heading .badge-pill {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-danger .panel-info .panel-title,
.theme-danger .panel-info .panel-action {
  color: #ffffff;
}
.theme-danger .panel-info .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8950fc;
}
.theme-danger .panel-line.panel-info .panel-heading {
  color: #8950fc;
  border-top-color: #8950fc;
  background: transparent;
}
.theme-danger .panel-line.panel-info .panel-title,
.theme-danger .panel-line.panel-info .panel-action {
  color: #8950fc;
}
.theme-danger .panel-success {
  border-color: #1bc5bd;
}
.theme-danger .panel-success > .panel-heading {
  color: #ffffff;
  background-color: #1bc5bd;
  border-color: #1bc5bd;
}
.theme-danger .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1bc5bd;
}
.theme-danger .panel-success > .panel-heading .badge-pill {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-danger .panel-success .panel-title,
.theme-danger .panel-success .panel-action {
  color: #ffffff;
}
.theme-danger .panel-success .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1bc5bd;
}
.theme-danger .panel-line.panel-success .panel-heading {
  color: #1bc5bd;
  border-top-color: #1bc5bd;
  background: transparent;
}
.theme-danger .panel-line.panel-success .panel-title,
.theme-danger .panel-line.panel-success .panel-action {
  color: #1bc5bd;
}
.theme-danger .panel-danger {
  border-color: #6993ff;
}
.theme-danger .panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #6993ff;
  border-color: #6993ff;
}
.theme-danger .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6993ff;
}
.theme-danger .panel-danger > .panel-heading .badge-pill {
  color: #6993ff;
  background-color: #ffffff;
}
.theme-danger .panel-danger .panel-title,
.theme-danger .panel-danger .panel-action {
  color: #ffffff;
}
.theme-danger .panel-danger .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6993ff;
}
.theme-danger .panel-line.panel-danger .panel-heading {
  color: #6993ff;
  border-top-color: #6993ff;
  background: transparent;
}
.theme-danger .panel-line.panel-danger .panel-title,
.theme-danger .panel-line.panel-danger .panel-action {
  color: #6993ff;
}
.theme-danger .panel-warning {
  border-color: #ffa800;
}
.theme-danger .panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ffa800;
  border-color: #ffa800;
}
.theme-danger .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffa800;
}
.theme-danger .panel-warning > .panel-heading .badge-pill {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-danger .panel-warning .panel-title,
.theme-danger .panel-warning .panel-action {
  color: #ffffff;
}
.theme-danger .panel-warning .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffa800;
}
.theme-danger .panel-line.panel-warning .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent;
}
.theme-danger .panel-line.panel-warning .panel-title,
.theme-danger .panel-line.panel-warning .panel-action {
  color: #ffa800;
}

/*---switch---*/
.theme-danger .switch input:checked ~ .switch-indicator::after {
  background-color: #f64e60;
}
.theme-danger .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #f64e60;
}
.theme-danger .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #8950fc;
}
.theme-danger .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #1bc5bd;
}
.theme-danger .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #6993ff;
}
.theme-danger .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #ffa800;
}

/*---badge---*/
.theme-danger .badge-primary {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-danger .badge-primary[href]:hover,
.theme-danger .badge-primary[href]:focus {
  background-color: #f41d34;
}
.theme-danger .badge-secondary {
  background-color: #e4e6ef;
  color: #172b4c;
}
.theme-danger .badge-secondary[href]:hover,
.theme-danger .badge-secondary[href]:focus {
  background-color: #c4c8dc;
}
.theme-danger .badge-info {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-danger .badge-info[href]:hover,
.theme-danger .badge-info[href]:focus {
  background-color: #671efb;
}
.theme-danger .badge-success {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-danger .badge-success[href]:hover,
.theme-danger .badge-success[href]:focus {
  background-color: #159892;
}
.theme-danger .badge-danger {
  background-color: #6993ff;
  color: #ffffff;
}
.theme-danger .badge-danger[href]:hover,
.theme-danger .badge-danger[href]:focus {
  background-color: #366eff;
}
.theme-danger .badge-warning {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-danger .badge-warning[href]:hover,
.theme-danger .badge-warning[href]:focus {
  background-color: #cc8600;
}

/*---badge light---*/
.theme-danger .badge-primary-light {
  background-color: #fff2f3;
  color: #f64e60;
}
.theme-danger .badge-primary-light[href]:hover,
.theme-danger .badge-primary-light[href]:focus {
  background-color: #ffbfc4;
}
.theme-danger .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c;
}
.theme-danger .badge-secondary-light[href]:hover,
.theme-danger .badge-secondary-light[href]:focus {
  background-color: #c9d3df;
}
.theme-danger .badge-info-light {
  background-color: #f7f3ff;
  color: #8950fc;
}
.theme-danger .badge-info-light[href]:hover,
.theme-danger .badge-info-light[href]:focus {
  background-color: #d5c0ff;
}
.theme-danger .badge-success-light {
  background-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-danger .badge-success-light[href]:hover,
.theme-danger .badge-success-light[href]:focus {
  background-color: #b0faf5;
}
.theme-danger .badge-danger-light {
  background-color: #eff7ff;
  color: #6993ff;
}
.theme-danger .badge-danger-light[href]:hover,
.theme-danger .badge-danger-light[href]:focus {
  background-color: #bcdeff;
}
.theme-danger .badge-warning-light {
  background-color: #fff8ea;
  color: #ffa800;
}
.theme-danger .badge-warning-light[href]:hover,
.theme-danger .badge-warning-light[href]:focus {
  background-color: #ffe7b7;
}

/*---rating---*/
.theme-danger .rating-primary .active {
  color: #f64e60;
}
.theme-danger .rating-primary :checked ~ label {
  color: #f64e60;
}
.theme-danger .rating-primary label:hover {
  color: #f64e60;
}
.theme-danger .rating-primary label:hover ~ label {
  color: #f64e60;
}
.theme-danger .rating-info .active {
  color: #8950fc;
}
.theme-danger .rating-info :checked ~ label {
  color: #8950fc;
}
.theme-danger .rating-info label:hover {
  color: #8950fc;
}
.theme-danger .rating-info label:hover ~ label {
  color: #8950fc;
}
.theme-danger .rating-success .active {
  color: #1bc5bd;
}
.theme-danger .rating-success :checked ~ label {
  color: #1bc5bd;
}
.theme-danger .rating-success label:hover {
  color: #1bc5bd;
}
.theme-danger .rating-success label:hover ~ label {
  color: #1bc5bd;
}
.theme-danger .rating-danger .active {
  color: #6993ff;
}
.theme-danger .rating-danger :checked ~ label {
  color: #6993ff;
}
.theme-danger .rating-danger label:hover {
  color: #6993ff;
}
.theme-danger .rating-danger label:hover ~ label {
  color: #6993ff;
}
.theme-danger .rating-warning .active {
  color: #ffa800;
}
.theme-danger .rating-warning :checked ~ label {
  color: #ffa800;
}
.theme-danger .rating-warning label:hover {
  color: #ffa800;
}
.theme-danger .rating-warning label:hover ~ label {
  color: #ffa800;
}

/*---toggler---*/
.theme-danger .toggler-primary input:checked + i {
  color: #f64e60;
}
.theme-danger .toggler-info input:checked + i {
  color: #8950fc;
}
.theme-danger .toggler-success input:checked + i {
  color: #1bc5bd;
}
.theme-danger .toggler-danger input:checked + i {
  color: #6993ff;
}
.theme-danger .toggler-warning input:checked + i {
  color: #ffa800;
}

/*---nav tabs---*/
.theme-danger .nav-tabs.nav-tabs-primary .nav-link:hover,
.theme-danger .nav-tabs.nav-tabs-primary .nav-link:active,
.theme-danger .nav-tabs.nav-tabs-primary .nav-link:focus,
.theme-danger .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #f41d34;
  background-color: transparent;
  color: #f41d34;
}
.theme-danger .nav-tabs.nav-tabs-info .nav-link:hover,
.theme-danger .nav-tabs.nav-tabs-info .nav-link:active,
.theme-danger .nav-tabs.nav-tabs-info .nav-link:focus,
.theme-danger .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #671efb;
  background-color: #8950fc;
  color: #ffffff;
}
.theme-danger .nav-tabs.nav-tabs-success .nav-link:hover,
.theme-danger .nav-tabs.nav-tabs-success .nav-link:active,
.theme-danger .nav-tabs.nav-tabs-success .nav-link:focus,
.theme-danger .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #159892;
  background-color: transparent;
  color: #159892;
}
.theme-danger .nav-tabs.nav-tabs-danger .nav-link:hover,
.theme-danger .nav-tabs.nav-tabs-danger .nav-link:active,
.theme-danger .nav-tabs.nav-tabs-danger .nav-link:focus,
.theme-danger .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #366eff;
  background-color: transparent;
  color: #366eff;
}
.theme-danger .nav-tabs.nav-tabs-warning .nav-link:hover,
.theme-danger .nav-tabs.nav-tabs-warning .nav-link:active,
.theme-danger .nav-tabs.nav-tabs-warning .nav-link:focus,
.theme-danger .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600;
}
.theme-danger .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #f41d34;
}
.theme-danger .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #671efb;
}
.theme-danger .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #159892;
}
.theme-danger .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #366eff;
}
.theme-danger .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #cc8600;
}
.theme-danger .nav-tabs .nav-link.active {
  border-bottom-color: #f64e60;
  background-color: #f64e60;
  color: #ffffff;
}
.theme-danger .nav-tabs .nav-link.active:hover,
.theme-danger .nav-tabs .nav-link.active:focus {
  border-bottom-color: #f64e60;
  background-color: #f64e60;
  color: #ffffff;
}
.theme-danger .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #f64e60;
  background-color: #f64e60;
}
.theme-danger .nav-tabs .nav-item.open .nav-link:hover,
.theme-danger .nav-tabs .nav-item.open .nav-link:focus {
  border-bottom-color: #f64e60;
  background-color: #f64e60;
}

/*---todo---*/
.theme-danger .todo-list .primary {
  border-left-color: #f64e60;
}
.theme-danger .todo-list .info {
  border-left-color: #f64e60;
}
.theme-danger .todo-list .success {
  border-left-color: #1bc5bd;
}
.theme-danger .todo-list .danger {
  border-left-color: #6993ff;
}
.theme-danger .todo-list .warning {
  border-left-color: #ffa800;
}

/*---timeline---*/
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary {
  background-color: #f64e60;
  border: 1px solid #f64e60;
  color: #ffffff;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:before,
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:after {
  border-left-color: #f64e60;
  border-right-color: #f64e60;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary
  * {
  color: inherit;
}
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #8950fc;
  border: 1px solid #8950fc;
  color: #ffffff;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:before,
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:after {
  border-left-color: #8950fc;
  border-right-color: #8950fc;
}
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-info * {
  color: inherit;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success {
  background-color: #1bc5bd;
  border: 1px solid #1bc5bd;
  color: #ffffff;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:before,
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:after {
  border-left-color: #1bc5bd;
  border-right-color: #1bc5bd;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success
  * {
  color: inherit;
}
.theme-danger .timeline .timeline-item > .timeline-event.timeline-event-danger {
  background-color: #6993ff;
  border: 1px solid #6993ff;
  color: #ffffff;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:before,
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:after {
  border-left-color: #6993ff;
  border-right-color: #6993ff;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger
  * {
  color: inherit;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:before,
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:after {
  border-left-color: #ffa800;
  border-right-color: #ffa800;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning
  * {
  color: inherit;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-primary {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-success {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-danger .timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #6993ff;
  background-color: #ffffff;
}
.theme-danger
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-warning {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-danger .timeline .timeline-label .label-primary {
  background-color: #f64e60;
}
.theme-danger .timeline .timeline-label .label-info {
  background-color: #8950fc;
}
.theme-danger .timeline .timeline-label .label-success {
  background-color: #1bc5bd;
}
.theme-danger .timeline .timeline-label .label-danger {
  background-color: #6993ff;
}
.theme-danger .timeline .timeline-label .label-warning {
  background-color: #ffa800;
}
.theme-danger .timeline__year,
.theme-danger .timeline5:before,
.theme-danger .timeline__box:before,
.theme-danger .timeline__date {
  background-color: #f64e60;
}
.theme-danger .timeline__post {
  border-left: 3px solid #f64e60;
}

/*---daterangepicker---*/
.theme-danger .daterangepicker td.active {
  background-color: #f64e60;
}
.theme-danger .daterangepicker td.active:hover {
  background-color: #f64e60;
}
.theme-danger .daterangepicker .input-mini.active {
  border: 1px solid #f64e60;
}
.theme-danger .ranges li:hover,
.theme-danger .ranges li:active,
.theme-danger .ranges li.active {
  border: 1px solid #f64e60;
  background-color: #f64e60;
}

/*---control-sidebar---*/
.theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover,
.theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active,
.theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #f64e60;
  color: #f64e60;
}
.theme-danger .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #f64e60;
  color: #f64e60;
}
.theme-danger
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:hover,
.theme-danger
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:active,
.theme-danger
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:focus {
  border-color: #f64e60;
  color: #f64e60;
}
.theme-danger .control-sidebar .rpanel-title .btn:hover {
  color: #f64e60;
}

/*---nav---*/
.theme-danger .nav > li > a:hover,
.theme-danger .nav > li > a:active,
.theme-danger .nav > li > a:focus {
  color: #f64e60;
}
.theme-danger .nav-pills > li > a.active {
  border-top-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-danger .nav-pills > li > a.active:hover,
.theme-danger .nav-pills > li > a.active:focus {
  border-top-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-danger .mailbox-nav .nav-pills > li > a:hover,
.theme-danger .mailbox-nav .nav-pills > li > a:focus {
  border-color: #f64e60;
}
.theme-danger .mailbox-nav .nav-pills > li > a.active {
  border-color: #f64e60;
}
.theme-danger .mailbox-nav .nav-pills > li > a.active:hover,
.theme-danger .mailbox-nav .nav-pills > li > a.active:focus {
  border-color: #f64e60;
}
.theme-danger .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #f64e60;
}
.theme-danger .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #f64e60;
}
.theme-danger .customtab li a.nav-link.active {
  border-bottom: 2px solid #f64e60;
}

/*---form-element---*/
.theme-danger .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #f64e60, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-danger .form-element .form-control {
  background-image: linear-gradient(45deg, #f64e60, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-danger .form-element .form-control:focus {
  background-image: linear-gradient(45deg, #f64e60, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-danger .form-control:focus {
  border-color: #f64e60;
}
.theme-danger [type="checkbox"]:checked.chk-col-primary + label:before {
  border-right: 2px solid #f64e60;
  border-bottom: 2px solid #f64e60;
}
.theme-danger [type="checkbox"]:checked.chk-col-info + label:before {
  border-right: 2px solid #8950fc;
  border-bottom: 2px solid #8950fc;
}
.theme-danger [type="checkbox"]:checked.chk-col-success + label:before {
  border-right: 2px solid #1bc5bd;
  border-bottom: 2px solid #1bc5bd;
}
.theme-danger [type="checkbox"]:checked.chk-col-danger + label:before {
  border-right: 2px solid #6993ff;
  border-bottom: 2px solid #6993ff;
}
.theme-danger [type="checkbox"]:checked.chk-col-warning + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800;
}
.theme-danger
  [type="checkbox"].filled-in:checked.chk-col-primary
  + label:after {
  border: 2px solid #f64e60;
  background-color: #f64e60;
}
.theme-danger [type="checkbox"].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #8950fc;
  background-color: #8950fc;
}
.theme-danger
  [type="checkbox"].filled-in:checked.chk-col-success
  + label:after {
  border: 2px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-danger [type="checkbox"].filled-in:checked.chk-col-danger + label:after {
  border: 2px solid #6993ff;
  background-color: #6993ff;
}
.theme-danger
  [type="checkbox"].filled-in:checked.chk-col-warning
  + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800;
}
.theme-danger [type="radio"].radio-col-primary:checked + label:after {
  background-color: #f64e60;
  border-color: #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].with-gap.radio-col-primary:checked + label:before {
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].with-gap.radio-col-primary:checked + label:after {
  background-color: #f64e60;
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].radio-col-info:checked + label:after {
  background-color: #8950fc;
  border-color: #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].with-gap.radio-col-info:checked + label:after {
  background-color: #8950fc;
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].radio-col-success:checked + label:after {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].with-gap.radio-col-success:checked + label:before {
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].with-gap.radio-col-success:checked + label:after {
  background-color: #1bc5bd;
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].radio-col-danger:checked + label:after {
  background-color: #6993ff;
  border-color: #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].with-gap.radio-col-danger:checked + label:after {
  background-color: #6993ff;
  border: 2px solid #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].with-gap.radio-col-warning:checked + label:before {
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="radio"].with-gap.radio-col-warning:checked + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-danger [type="checkbox"]:checked + label:before {
  border-right: 2px solid #f64e60;
  border-bottom: 2px solid #f64e60;
}
.theme-danger [type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #f64e60;
  background-color: #f64e60;
}
.theme-danger [type="radio"].with-gap:checked + label:before,
.theme-danger [type="radio"].with-gap:checked + label:after {
  border: 2px solid #f64e60;
}
.theme-danger [type="radio"].with-gap:checked + label:after {
  background-color: #f64e60;
  z-index: 0;
}
.theme-danger [type="radio"]:checked + label:after {
  border: 2px solid #f64e60;
  background-color: #f64e60;
  z-index: 0;
}
.theme-danger [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-color: #f64e60;
  background-color: #f64e60;
}

/*---Calender---*/
.theme-danger .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #f64e60;
}
.theme-danger
  .fx-element-overlay
  .fx-card-item
  .fx-overlay-1
  .fx-info
  > li
  a:hover {
  background: #f64e60;
  border-color: #f64e60;
}
.theme-danger .fc-event,
.theme-danger .calendar-event {
  background: #f64e60;
}

/*---Tabs---*/
.theme-danger .tabs-vertical li .nav-link:hover,
.theme-danger .tabs-vertical li .nav-link:active,
.theme-danger .tabs-vertical li .nav-link:focus,
.theme-danger .tabs-vertical li .nav-link.active {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-danger .customvtab .tabs-vertical li .nav-link:hover,
.theme-danger .customvtab .tabs-vertical li .nav-link:active,
.theme-danger .customvtab .tabs-vertical li .nav-link:focus,
.theme-danger .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #f64e60;
  color: #f64e60;
}
.theme-danger .customtab2 li a.nav-link:hover,
.theme-danger .customtab2 li a.nav-link:active,
.theme-danger .customtab2 li a.nav-link.active {
  background-color: #f64e60;
}

.rtl.theme-danger .customvtab .tabs-vertical li .nav-link:hover,
.rtl.theme-danger .customvtab .tabs-vertical li .nav-link:active,
.rtl.theme-danger .customvtab .tabs-vertical li .nav-link:focus,
.rtl.theme-danger .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #f64e60;
}

/*---Notification---*/
.theme-danger .jq-icon-primary {
  background-color: #f64e60;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-danger .jq-icon-info {
  background-color: #8950fc;
  color: #ffffff;
  border-color: #8950fc;
}
.theme-danger .jq-icon-success {
  background-color: #1bc5bd;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-danger .jq-icon-error {
  background-color: #6993ff;
  color: #ffffff;
  border-color: #6993ff;
}
.theme-danger .jq-icon-danger {
  background-color: #6993ff;
  color: #ffffff;
  border-color: #6993ff;
}
.theme-danger .jq-icon-warning {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800;
}

/*---avatar---*/
.theme-danger .avatar.status-primary::after {
  background-color: #f64e60;
}
.theme-danger .avatar.status-info::after {
  background-color: #8950fc;
}
.theme-danger .avatar.status-success::after {
  background-color: #1bc5bd;
}
.theme-danger .avatar.status-danger::after {
  background-color: #6993ff;
}
.theme-danger .avatar.status-warning::after {
  background-color: #ffa800;
}
.theme-danger .avatar[class*="status-"]::after {
  background-color: #f64e60;
}
.theme-danger .avatar-add:hover {
  background-color: #f41d34;
  border-color: #f41d34;
}

/*---media---*/
.theme-danger .media-chat.media-chat-reverse .media-body p {
  background-color: #f64e60;
}
.theme-danger .media-right-out a:hover {
  color: #f41d34;
}

/*---control---*/
.theme-danger .control input:checked:focus ~ .control_indicator {
  background-color: #f64e60;
}
.theme-danger .control input:checked ~ .control_indicator {
  background-color: #f64e60;
}
.theme-danger
  .control:hover
  input:not([disabled]):checked
  ~ .control_indicator {
  background-color: #f64e60;
}

/*---flex---*/
.theme-danger .flex-column > li > a.nav-link.active {
  border-left-color: #f64e60;
}
.theme-danger .flex-column > li > a.nav-link.active:hover {
  border-left-color: #f64e60;
}

/*---pagination---*/
.theme-danger .pagination li a.current {
  border: 1px solid #f64e60;
  background-color: #f64e60;
}
.theme-danger .pagination li a.current:hover {
  border: 1px solid #f64e60;
  background-color: #f64e60;
}
.theme-danger .pagination li a:hover {
  border: 1px solid #f41d34;
  background-color: #f41d34 !important;
}
.theme-danger
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  border: 1px solid #f64e60;
  background-color: #f64e60;
}
.theme-danger
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  border: 1px solid #f64e60;
  background-color: #f64e60;
}
.theme-danger .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #f64e60;
}
.theme-danger .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #f64e60;
}
.theme-danger .footable .pagination li a:hover,
.theme-danger .footable .pagination li a:active,
.theme-danger .footable .pagination li a.active {
  background-color: #f64e60;
}

/*---dataTables---*/
.theme-danger .dt-buttons .dt-button {
  background-color: #f64e60;
}

/*---select2---*/
.theme-danger .select2-container--default.select2-container--open {
  border-color: #f64e60;
}
.theme-danger
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f64e60;
}
.theme-danger
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border-color: #f64e60 !important;
}
.theme-danger
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #f64e60 !important;
}
.theme-danger .select2-container--default .select2-selection--multiple:focus {
  border-color: #f64e60 !important;
}
.theme-danger
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f64e60;
  border-color: #f64e60;
}

/*---Other---*/
.theme-danger .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #f41d34;
}
.theme-danger .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #f41d34;
}
.theme-danger .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #f41d34;
}
.theme-danger [data-overlay-primary]::before {
  background: #f41d34;
}

/*---wizard---*/
.theme-danger .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #f64e60;
  background-color: #f64e60;
}
.theme-danger .wizard-content .wizard > .steps > ul > li.done {
  border-color: #f41d34;
  background-color: #f41d34;
}
.theme-danger .wizard-content .wizard > .actions > ul > li > a {
  background-color: #f64e60;
}
.theme-danger .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #f64e60;
}
.theme-danger .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #f64e60;
}
.theme-danger
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:after {
  background-color: #f64e60;
}
.theme-danger
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:before {
  background-color: #f64e60;
}
.theme-danger
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step {
  border: 2px solid #f64e60;
  color: #f64e60;
}
.theme-danger
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step:after {
  border-top-color: #f64e60;
}
.theme-danger
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.done
  .step:after {
  border-top-color: #f64e60;
}

@media (max-width: 767px) {
  .theme-danger .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #f64e60;
  }
}
@media (max-width: 575px) {
  .theme-danger .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #f64e60;
  }
}
/*---slider---*/
.theme-danger #primary .slider-selection {
  background-color: #f64e60;
}
.theme-danger #info .slider-selection {
  background-color: #8950fc;
}
.theme-danger #success .slider-selection {
  background-color: #1bc5bd;
}
.theme-danger #danger .slider-selection {
  background-color: #6993ff;
}
.theme-danger #warning .slider-selection {
  background-color: #ffa800;
}

/*---horizontal-timeline---*/
.theme-danger .cd-horizontal-timeline .events a.selected::after {
  background: #f64e60;
  border-color: #f64e60;
}
.theme-danger .cd-horizontal-timeline .events a.older-event::after {
  border-color: #f64e60;
}
.theme-danger .cd-horizontal-timeline .filling-line {
  background: #f64e60;
}
.theme-danger .cd-horizontal-timeline a {
  color: #f64e60;
}
.theme-danger .cd-horizontal-timeline a:hover,
.theme-danger .cd-horizontal-timeline a:focus {
  color: #f64e60;
}
.theme-danger .cd-timeline-navigation a:hover,
.theme-danger .cd-timeline-navigation a:focus {
  border-color: #f64e60;
}

/**************************************
Theme Warning Color
**************************************/
.bg-gradient-warning,
.theme-warning .bg-gradient-warning,
.theme-warning .art-bg {
  background: linear-gradient(45deg, #ffa800, #8950fc);
}

.bg-light-body {
  background: transparent;
}

.theme-warning.fixed .main-header {
  background: #ffffff;
}
.theme-warning .main-header {
  background: #ffffff;
}

.theme-warning.onlyheader .art-bg {
  background-image: none;
}

.bg-gradient-warning-dark,
.dark-skin.theme-warning .bg-gradient-warning,
.dark-skin.theme-warning .art-bg {
  background-image: linear-gradient(45deg, #996500, #4e04e2);
}

.bg-dark-body {
  background: #0c1a32;
}

.dark-skin.theme-warning.fixed .main-header {
  background: #0c1a32;
}
.dark-skin.theme-warning .main-header {
  background: #0c1a32;
}

@media (max-width: 767px) {
  .theme-warning.fixed .main-header {
    background-image: #e4e6ef;
  }
  .theme-warning.fixed .main-header.navbar {
    background: none;
  }

  .dark-skin.theme-warning.fixed .main-header {
    background-image: #0c1a32;
  }
}
.theme-warning a:hover,
.theme-warning a:active,
.theme-warning a:focus {
  color: #ffa800;
}
.theme-warning .main-sidebar .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-warning .main-sidebar .svg-icon:hover,
.theme-warning .main-sidebar .svg-icon:active,
.theme-warning .main-sidebar .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-warning .main-sidebar a:hover .svg-icon,
.theme-warning .main-sidebar a:active .svg-icon,
.theme-warning .main-sidebar a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-warning .svg-icon {
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}
.theme-warning .svg-icon:hover,
.theme-warning .svg-icon:active,
.theme-warning .svg-icon:focus {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-warning a:hover .svg-icon,
.theme-warning a:active .svg-icon,
.theme-warning a:focus .svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}

.theme-warning.light-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #ffa800 !important;
}
.theme-warning.light-skin .sidebar-menu > li.active.treeview > a > i {
  color: #ffa800;
}
.theme-warning.light-skin .sidebar-menu > li.active.treeview > a > svg {
  color: #ffa800;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-warning.light-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-warning.light-skin .sidebar-menu > li.treeview .treeview-menu li a {
  color: #b5b5c3;
}
.theme-warning.light-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #ffa800 !important;
}
.theme-warning.dark-skin .sidebar-menu > li.active > a:after {
  border-color: transparent #333333 transparent transparent !important;
}
.theme-warning.dark-skin .sidebar-menu > li.active.treeview > a {
  background: transparent;
  color: #ffa800 !important;
}
.theme-warning.dark-skin .sidebar-menu > li.active.treeview > a > i {
  color: #ffa800;
}
.theme-warning.dark-skin .sidebar-menu > li.active.treeview > a:after {
  border-color: transparent #fafafa transparent transparent !important;
}
.theme-warning.dark-skin
  .sidebar-menu
  > li.active.treeview
  .treeview-menu
  li
  a {
  color: #b5b5c3;
}
.theme-warning.dark-skin
  .sidebar-menu
  > li.active.treeview
  .treeview-menu
  li
  a
  > i {
  color: #b5b5c3;
}
.theme-warning.dark-skin.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li.active
  > a
  > span {
  background: #ffa800 !important;
}
.theme-warning.light-skin .sidebar-menu > li:hover,
.theme-warning.light-skin .sidebar-menu > li:active,
.theme-warning.light-skin .sidebar-menu > li.active {
  background-color: rgba(255, 168, 0, 0);
  color: #ffa800;
  border-left: 0px solid rgba(255, 168, 0, 0);
}
.theme-warning.light-skin .sidebar-menu > li:hover a,
.theme-warning.light-skin .sidebar-menu > li:active a,
.theme-warning.light-skin .sidebar-menu > li.active a {
  color: #ffa800;
}
.theme-warning.light-skin .sidebar-menu > li:hover a > i,
.theme-warning.light-skin .sidebar-menu > li:active a > i,
.theme-warning.light-skin .sidebar-menu > li.active a > i {
  color: #b5b5c3;
  background-color: rgba(255, 168, 0, 0);
}
.theme-warning.light-skin .sidebar-menu > li:hover a > svg,
.theme-warning.light-skin .sidebar-menu > li:active a > svg,
.theme-warning.light-skin .sidebar-menu > li.active a > svg {
  color: #ffa800;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-warning.light-skin .sidebar-menu > li:hover a img.svg-icon,
.theme-warning.light-skin .sidebar-menu > li:active a img.svg-icon,
.theme-warning.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-warning.light-skin .sidebar-menu > li.active {
  background-color: rgba(255, 168, 0, 0);
  color: #ffa800;
  border-left: 0px solid #ffa800;
}
.theme-warning.light-skin .sidebar-menu > li.active a {
  color: #ffa800;
  background-color: transparent;
}
.theme-warning.light-skin .sidebar-menu > li.active a > i {
  color: #ffa800;
  background-color: rgba(255, 168, 0, 0);
}
.theme-warning.light-skin .sidebar-menu > li.active a > svg {
  color: #ffa800;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-warning.light-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(255, 168, 0, 0);
  color: #ffa800;
}
.theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li.active a {
  color: #ffa800;
}
.theme-warning.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  a
  > i {
  color: #ffa800;
  background-color: rgba(255, 168, 0, 0);
}
.theme-warning.light-skin .sidebar-menu > li.active .treeview-menu li a > i {
  color: #b5b5c3;
  background-color: rgba(255, 168, 0, 0);
}
.theme-warning.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active {
  background-color: rgba(255, 168, 0, 0);
  color: #ffa800;
}
.theme-warning.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a {
  color: #ffa800;
}
.theme-warning.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview.active
  a
  > i {
  color: #ffa800;
  background-color: rgba(255, 168, 0, 0);
}
.theme-warning.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active {
  background-color: rgba(255, 168, 0, 0);
  color: #ffa800;
}
.theme-warning.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a {
  color: #ffa800;
}
.theme-warning.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li.active
  a
  > i {
  color: #ffa800;
  background-color: rgba(255, 168, 0, 0);
}
.theme-warning.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a {
  color: #172b4c;
}
.theme-warning.light-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.treeview
  .treeview-menu
  li
  a
  > i {
  color: #172b4c;
  background-color: rgba(255, 168, 0, 0);
}
.theme-warning.rtl.light-skin .sidebar-menu > li.active {
  border-left: 0px solid #ffa800;
  border-right: 0px solid #ffa800;
}
.theme-warning.dark-skin .sidebar-menu > li.active {
  background-color: rgba(255, 168, 0, 0);
  color: #ffa800;
  border-left: 0px solid #ffa800;
}
.theme-warning.dark-skin .sidebar-menu > li.active a {
  color: #ffa800;
  background-color: transparent;
}
.theme-warning.dark-skin .sidebar-menu > li.active a > i {
  color: #ffa800;
}
.theme-warning.dark-skin .sidebar-menu > li.active a > svg {
  color: #ffa800;
  fill: rgba(1, 104, 250, 0.2);
}
.theme-warning.dark-skin .sidebar-menu > li.active a img.svg-icon {
  filter: invert(0.7) sepia(1) saturate(14) hue-rotate(195deg);
}
.theme-warning.dark-skin .sidebar-menu > li.active .treeview-menu li.active {
  background-color: rgba(255, 168, 0, 0);
  color: #ffa800;
}
.theme-warning.dark-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  > a {
  color: #ffa800 !important;
}
.theme-warning.dark-skin
  .sidebar-menu
  > li.active
  .treeview-menu
  li.active
  > a
  > i {
  color: #ffa800;
}
.theme-warning.rtl.dark-skin .sidebar-menu > li.active {
  border-left: 0px solid #ffa800;
  border-right: 0px solid #ffa800;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .sidebar-menu > li.active.menu-open {
    background-color: rgba(255, 168, 0, 0.2);
    color: #ffa800;
  }
}
/*---Main Nav---*/
.theme-warning .sm-blue li.current > a,
.theme-warning .sm-blue li.highlighted > a {
  background: #ffa800;
  color: #ffffff !important;
}
.theme-warning .sm-blue li.current > a:hover,
.theme-warning .sm-blue li.current > a:active,
.theme-warning .sm-blue li.current > a:focus,
.theme-warning .sm-blue li.highlighted > a:hover,
.theme-warning .sm-blue li.highlighted > a:active,
.theme-warning .sm-blue li.highlighted > a:focus {
  background: #ffa800;
  color: #ffffff !important;
}
.theme-warning .sm-blue a.current,
.theme-warning .sm-blue a.highlighted {
  background: #ffa800;
  color: #ffffff !important;
}
.theme-warning .sm-blue a:hover,
.theme-warning .sm-blue a:active,
.theme-warning .sm-blue a:focus {
  background: #ffa800;
  color: #ffffff !important;
}
.theme-warning .sm-blue ul a:hover,
.theme-warning .sm-blue ul a:active,
.theme-warning .sm-blue ul a:focus {
  background: #ebedf3;
  color: #ffa800 !important;
}
.theme-warning .sm-blue ul a.highlighted {
  background: #ebedf3;
  color: #ffa800 !important;
}

.dark-skin.theme-warning .sm-blue a.current,
.dark-skin.theme-warning .sm-blue a.highlighted {
  background: #ffa800;
  color: #ffffff !important;
}
.dark-skin.theme-warning .sm-blue a:hover,
.dark-skin.theme-warning .sm-blue a:active,
.dark-skin.theme-warning .sm-blue a:focus {
  background: #ffa800;
  color: #ffffff !important;
}
.dark-skin.theme-warning .sm-blue ul a:hover,
.dark-skin.theme-warning .sm-blue ul a:active,
.dark-skin.theme-warning .sm-blue ul a:focus {
  background: #29354b;
  color: #ffa800 !important;
}
.dark-skin.theme-warning .sm-blue ul a.highlighted {
  background: #29354b;
  color: #ffa800 !important;
}

/*---Primary Button---*/
.theme-warning .btn-link {
  color: #ffa800;
}
.theme-warning .btn-primary {
  background-color: #ffa800;
  border-color: #ffa800;
  color: #ffffff;
}
.theme-warning .btn-primary:hover,
.theme-warning .btn-primary:active,
.theme-warning .btn-primary:focus,
.theme-warning .btn-primary.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-warning .btn-primary:disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-warning .btn-primary.disabled {
  background-color: #ffcb66;
  border-color: #ffa800;
  opacity: 0.5;
}
.theme-warning .show > .btn-primary.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-warning .btn-outline.btn-primary {
  color: #ffa800;
  background-color: transparent;
  border-color: #ffa800 !important;
}
.theme-warning .btn-outline.btn-primary:hover,
.theme-warning .btn-outline.btn-primary:active,
.theme-warning .btn-outline.btn-primary.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}
.theme-warning .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff;
}
.theme-warning .btn-flat.btn-primary {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-warning .btn-flat.btn-primary:hover,
.theme-warning .btn-flat.btn-primary:active,
.theme-warning .btn-flat.btn-primary.active {
  background-color: #cc8600 !important;
  border-color: #cc8600 !important;
  color: #ffffff !important;
}

/*---info Button---*/
.theme-warning .btn-info {
  background-color: #8950fc;
  border-color: #8950fc;
  color: #ffffff;
}
.theme-warning .btn-info:hover,
.theme-warning .btn-info:active,
.theme-warning .btn-info:focus,
.theme-warning .btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-warning .btn-info:disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-warning .btn-info.disabled {
  background-color: #cdb4fe;
  border-color: #8950fc;
  opacity: 0.5;
}
.theme-warning .show > .btn-info.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-warning .btn-outline.btn-info {
  color: #8950fc;
  background-color: transparent;
  border-color: #8950fc !important;
}
.theme-warning .btn-outline.btn-info:hover,
.theme-warning .btn-outline.btn-info:active,
.theme-warning .btn-outline.btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}
.theme-warning .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff;
}
.theme-warning .btn-flat.btn-info {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-warning .btn-flat.btn-info:hover,
.theme-warning .btn-flat.btn-info:active,
.theme-warning .btn-flat.btn-info.active {
  background-color: #671efb !important;
  border-color: #671efb !important;
  color: #ffffff !important;
}

/*---Success Button---*/
.theme-warning .btn-success {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  color: #ffffff;
}
.theme-warning .btn-success:hover,
.theme-warning .btn-success:active,
.theme-warning .btn-success:focus,
.theme-warning .btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-warning .btn-success:disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-warning .btn-success.disabled {
  background-color: #5de9e2;
  border-color: #1bc5bd;
  opacity: 0.5;
}
.theme-warning .show > .btn-success.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-warning .btn-outline.btn-success {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #1bc5bd !important;
}
.theme-warning .btn-outline.btn-success:hover,
.theme-warning .btn-outline.btn-success:active,
.theme-warning .btn-outline.btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}
.theme-warning .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff;
}
.theme-warning .btn-flat.btn-success {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-warning .btn-flat.btn-success:hover,
.theme-warning .btn-flat.btn-success:active,
.theme-warning .btn-flat.btn-success.active {
  background-color: #159892 !important;
  border-color: #159892 !important;
  color: #ffffff !important;
}

/*---Danger Button---*/
.theme-warning .btn-danger {
  background-color: #f64e60;
  border-color: #f64e60;
  color: #ffffff;
}
.theme-warning .btn-danger:hover,
.theme-warning .btn-danger:active,
.theme-warning .btn-danger:focus,
.theme-warning .btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-warning .btn-danger:disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-warning .btn-danger.disabled {
  background-color: #fbafb7;
  border-color: #f64e60;
  opacity: 0.5;
}
.theme-warning .show > .btn-danger.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-warning .btn-outline.btn-danger {
  color: #f64e60;
  background-color: transparent;
  border-color: #f64e60 !important;
}
.theme-warning .btn-outline.btn-danger:hover,
.theme-warning .btn-outline.btn-danger:active,
.theme-warning .btn-outline.btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}
.theme-warning .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff;
}
.theme-warning .btn-flat.btn-danger {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-warning .btn-flat.btn-danger:hover,
.theme-warning .btn-flat.btn-danger:active,
.theme-warning .btn-flat.btn-danger.active {
  background-color: #f41d34 !important;
  border-color: #f41d34 !important;
  color: #ffffff !important;
}

/*---Warning Button---*/
.theme-warning .btn-warning {
  background-color: #6993ff;
  border-color: #6993ff;
  color: #ffffff;
}
.theme-warning .btn-warning:hover,
.theme-warning .btn-warning:active,
.theme-warning .btn-warning:focus,
.theme-warning .btn-warning.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}
.theme-warning .btn-warning:disabled {
  background-color: #cfdcff;
  border-color: #6993ff;
  opacity: 0.5;
}
.theme-warning .btn-warning.disabled {
  background-color: #cfdcff;
  border-color: #6993ff;
  opacity: 0.5;
}
.theme-warning .show > .btn-warning.dropdown-toggle {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff;
}
.theme-warning .btn-outline.btn-warning {
  color: #6993ff;
  background-color: transparent;
  border-color: #6993ff !important;
}
.theme-warning .btn-outline.btn-warning:hover,
.theme-warning .btn-outline.btn-warning:active,
.theme-warning .btn-outline.btn-warning.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}
.theme-warning .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff;
}
.theme-warning .btn-flat.btn-warning {
  color: #6993ff !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-warning .btn-flat.btn-warning:hover,
.theme-warning .btn-flat.btn-warning:active,
.theme-warning .btn-flat.btn-warning.active {
  background-color: #366eff !important;
  border-color: #366eff !important;
  color: #ffffff !important;
}

/*---Primary Button light---*/
.theme-warning .btn-primary-light {
  background-color: #fff8ea;
  border-color: #fff8ea;
  color: #ffa800;
}
.theme-warning .btn-primary-light:hover,
.theme-warning .btn-primary-light:active,
.theme-warning .btn-primary-light:focus,
.theme-warning .btn-primary-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-warning .btn-primary-light:disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-warning .btn-primary-light.disabled {
  background-color: white;
  border-color: #fff8ea;
  opacity: 0.5;
}
.theme-warning .show > .btn-primary-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-warning .btn-outline.btn-primary-light {
  color: #ffa800;
  background-color: transparent;
  border-color: #fff8ea !important;
}
.theme-warning .btn-outline.btn-primary-light:hover,
.theme-warning .btn-outline.btn-primary-light:active,
.theme-warning .btn-outline.btn-primary-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}
.theme-warning .show > .btn-outline.btn-primary-light.dropdown-toggle {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff;
}
.theme-warning .btn-flat.btn-primary-light {
  color: #ffa800 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-warning .btn-flat.btn-primary-light:hover,
.theme-warning .btn-flat.btn-primary-light:active,
.theme-warning .btn-flat.btn-primary-light.active {
  background-color: #ffa800 !important;
  border-color: #ffa800 !important;
  color: #ffffff !important;
}

/*---info Button light---*/
.theme-warning .btn-info-light {
  background-color: #f7f3ff;
  border-color: #f7f3ff;
  color: #8950fc;
}
.theme-warning .btn-info-light:hover,
.theme-warning .btn-info-light:active,
.theme-warning .btn-info-light:focus,
.theme-warning .btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-warning .btn-info-light:disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-warning .btn-info-light.disabled {
  background-color: white;
  border-color: #f7f3ff;
  opacity: 0.5;
}
.theme-warning .show > .btn-info.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-warning .btn-outline.btn-info-light {
  color: #8950fc;
  background-color: transparent;
  border-color: #f7f3ff !important;
}
.theme-warning .btn-outline.btn-info-light:hover,
.theme-warning .btn-outline.btn-info-light:active,
.theme-warning .btn-outline.btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}
.theme-warning .show > .btn-outline.btn-info-light.dropdown-toggle {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff;
}
.theme-warning .btn-flat.btn-info-light {
  color: #8950fc !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-warning .btn-flat.btn-info-light:hover,
.theme-warning .btn-flat.btn-info-light:active,
.theme-warning .btn-flat.btn-info-light.active {
  background-color: #8950fc !important;
  border-color: #8950fc !important;
  color: #ffffff !important;
}

/*---Success Button light---*/
.theme-warning .btn-success-light {
  background-color: #e0fdfb;
  border-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-warning .btn-success-light:hover,
.theme-warning .btn-success-light:active,
.theme-warning .btn-success-light:focus,
.theme-warning .btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-warning .btn-success-light:disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-warning .btn-success-light.disabled {
  background-color: white;
  border-color: #e0fdfb;
  opacity: 0.5;
}
.theme-warning .show > .btn-success-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-warning .btn-outline.btn-success-light {
  color: #1bc5bd;
  background-color: transparent;
  border-color: #e0fdfb !important;
}
.theme-warning .btn-outline.btn-success-light:hover,
.theme-warning .btn-outline.btn-success-light:active,
.theme-warning .btn-outline.btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}
.theme-warning .show > .btn-outline.btn-success-light.dropdown-toggle {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-warning .btn-flat.btn-success-light {
  color: #1bc5bd !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-warning .btn-flat.btn-success-light:hover,
.theme-warning .btn-flat.btn-success-light:active,
.theme-warning .btn-flat.btn-success-light.active {
  background-color: #1bc5bd !important;
  border-color: #1bc5bd !important;
  color: #ffffff !important;
}

/*---Danger Button light---*/
.theme-warning .btn-danger-light {
  background-color: #fff2f3;
  border-color: #fff2f3;
  color: #f64e60;
}
.theme-warning .btn-danger-light:hover,
.theme-warning .btn-danger-light:active,
.theme-warning .btn-danger-light:focus,
.theme-warning .btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-warning .btn-danger-light:disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-warning .btn-danger-light.disabled {
  background-color: white;
  border-color: #fff2f3;
  opacity: 0.5;
}
.theme-warning .show > .btn-danger-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-warning .btn-outline.btn-danger-light {
  color: #f64e60;
  background-color: transparent;
  border-color: #fff2f3 !important;
}
.theme-warning .btn-outline.btn-danger-light:hover,
.theme-warning .btn-outline.btn-danger-light:active,
.theme-warning .btn-outline.btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}
.theme-warning .show > .btn-outline.btn-danger-light.dropdown-toggle {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff;
}
.theme-warning .btn-flat.btn-danger-light {
  color: #f64e60 !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-warning .btn-flat.btn-danger-light:hover,
.theme-warning .btn-flat.btn-danger-light:active,
.theme-warning .btn-flat.btn-danger-light.active {
  background-color: #f64e60 !important;
  border-color: #f64e60 !important;
  color: #ffffff !important;
}

/*---Warning Button light---*/
.theme-warning .btn-warning-light {
  background-color: #eff7ff;
  border-color: #eff7ff;
  color: #6993ff;
}
.theme-warning .btn-warning-light:hover,
.theme-warning .btn-warning-light:active,
.theme-warning .btn-warning-light:focus,
.theme-warning .btn-warning-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}
.theme-warning .btn-warning-light:disabled {
  background-color: white;
  border-color: #eff7ff;
  opacity: 0.5;
}
.theme-warning .btn-warning-light.disabled {
  background-color: white;
  border-color: #eff7ff;
  opacity: 0.5;
}
.theme-warning .show > .btn-warning-light.dropdown-toggle {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff;
}
.theme-warning .btn-outline.btn-warning-light {
  color: #6993ff;
  background-color: transparent;
  border-color: #eff7ff !important;
}
.theme-warning .btn-outline.btn-warning-light:hover,
.theme-warning .btn-outline.btn-warning-light:active,
.theme-warning .btn-outline.btn-warning-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}
.theme-warning .show > .btn-outline.btn-warning-light.dropdown-toggle {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff;
}
.theme-warning .btn-flat.btn-warning-light {
  color: #6993ff !important;
  background-color: #f3f6f9;
  border-color: transparent;
}
.theme-warning .btn-flat.btn-warning-light:hover,
.theme-warning .btn-flat.btn-warning-light:active,
.theme-warning .btn-flat.btn-warning-light.active {
  background-color: #6993ff !important;
  border-color: #6993ff !important;
  color: #ffffff !important;
}

/*---callout---*/
.theme-warning .callout.callout-primary {
  border-color: #ffa800;
  background-color: #ffa800 !important;
}
.theme-warning .callout.callout-info {
  border-color: #8950fc;
  background-color: #8950fc !important;
}
.theme-warning .callout.callout-success {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
}
.theme-warning .callout.callout-danger {
  border-color: #f64e60;
  background-color: #f64e60 !important;
}
.theme-warning .callout.callout-warning {
  border-color: #6993ff;
  background-color: #6993ff !important;
}

/*---alert---*/
.theme-warning .alert-primary {
  border-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff;
}
.theme-warning .alert-info {
  border-color: #8950fc;
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-warning .alert-success {
  border-color: #1bc5bd;
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-warning .alert-danger {
  border-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-warning .alert-error {
  border-color: #f64e60;
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-warning .alert-warning {
  border-color: #6993ff;
  background-color: #6993ff !important;
  color: #ffffff;
}

/*---direct-chat---*/
.theme-warning .direct-chat-primary .right > .direct-chat-text p {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-warning .direct-chat-primary .right > .direct-chat-text:before,
.theme-warning .direct-chat-primary .right > .direct-chat-text:after {
  border-left-color: #ffa800;
}
.theme-warning .direct-chat-info .right > .direct-chat-text p {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-warning .direct-chat-info .right > .direct-chat-text:before,
.theme-warning .direct-chat-info .right > .direct-chat-text:after {
  border-left-color: #8950fc;
}
.theme-warning .direct-chat-success .right > .direct-chat-text p {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-warning .direct-chat-success .right > .direct-chat-text:before,
.theme-warning .direct-chat-success .right > .direct-chat-text:after {
  border-left-color: #1bc5bd;
}
.theme-warning .direct-chat-danger .right > .direct-chat-text p {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-warning .direct-chat-danger .right > .direct-chat-text:before,
.theme-warning .direct-chat-danger .right > .direct-chat-text:after {
  border-left-color: #f64e60;
}
.theme-warning .direct-chat-warning .right > .direct-chat-text p {
  background-color: #6993ff;
  color: #ffffff;
}
.theme-warning .direct-chat-warning .right > .direct-chat-text:before,
.theme-warning .direct-chat-warning .right > .direct-chat-text:after {
  border-left-color: #6993ff;
}
.theme-warning .right .direct-chat-text p {
  background-color: #ffa800;
}

/*---modal---*/
.theme-warning .modal-primary .modal-footer,
.theme-warning .modal-primary .modal-header {
  border-color: #ffa800;
}
.theme-warning .modal-primary .modal-body {
  background-color: #ffa800 !important;
}
.theme-warning .modal-info .modal-footer,
.theme-warning .modal-info .modal-header {
  border-color: #8950fc;
}
.theme-warning .modal-info .modal-body {
  background-color: #8950fc !important;
}
.theme-warning .modal-success .modal-footer,
.theme-warning .modal-success .modal-header {
  border-color: #1bc5bd;
}
.theme-warning .modal-success .modal-body {
  background-color: #1bc5bd !important;
}
.theme-warning .modal-danger .modal-footer,
.theme-warning .modal-danger .modal-header {
  border-color: #f64e60;
}
.theme-warning .modal-danger .modal-body {
  background-color: #f64e60 !important;
}
.theme-warning .modal-warning .modal-footer,
.theme-warning .modal-warning .modal-header {
  border-color: #6993ff;
}
.theme-warning .modal-warning .modal-body {
  background-color: #6993ff !important;
}

/*---border---*/
.theme-warning .border-primary {
  border-color: #ffa800 !important;
}
.theme-warning .border-info {
  border-color: #8950fc !important;
}
.theme-warning .border-success {
  border-color: #1bc5bd !important;
}
.theme-warning .border-danger {
  border-color: #f64e60 !important;
}
.theme-warning .border-warning {
  border-color: #6993ff !important;
}

/*---Background---*/
.theme-warning .bg-primary {
  background-color: #ffa800 !important;
  color: #ffffff;
}
.theme-warning .bg-primary-light {
  background-color: #fff8ea !important;
  color: #ffa800;
}
.theme-warning .bg-info {
  background-color: #8950fc !important;
  color: #ffffff;
}
.theme-warning .bg-info-light {
  background-color: #f7f3ff !important;
  color: #8950fc;
}
.theme-warning .bg-success {
  background-color: #1bc5bd !important;
  color: #ffffff;
}
.theme-warning .bg-success-light {
  background-color: #e0fdfb !important;
  color: #1bc5bd;
}
.theme-warning .bg-danger {
  background-color: #f64e60 !important;
  color: #ffffff;
}
.theme-warning .bg-danger-light {
  background-color: #fff2f3 !important;
  color: #f64e60;
}
.theme-warning .bg-warning {
  background-color: #6993ff !important;
  color: #ffffff;
}
.theme-warning .bg-warning-light {
  background-color: #eff7ff !important;
  color: #6993ff;
}

/*---text---*/
.theme-warning .text-primary {
  color: #ffa800 !important;
}
.theme-warning a.text-primary:hover,
.theme-warning a.text-primary:focus {
  color: #ffa800 !important;
}
.theme-warning .hover-primary:hover,
.theme-warning .hover-primary:focus {
  color: #ffa800 !important;
}
.theme-warning .text-info {
  color: #8950fc !important;
}
.theme-warning a.text-info:hover,
.theme-warning a.text-info:focus {
  color: #8950fc !important;
}
.theme-warning .hover-info:hover,
.theme-warning .hover-info:focus {
  color: #8950fc !important;
}
.theme-warning .text-success {
  color: #1bc5bd !important;
}
.theme-warning a.text-success:hover,
.theme-warning a.text-success:focus {
  color: #1bc5bd !important;
}
.theme-warning .hover-success:hover,
.theme-warning .hover-success:focus {
  color: #1bc5bd !important;
}
.theme-warning .text-danger {
  color: #f64e60 !important;
}
.theme-warning a.text-danger:hover,
.theme-warning a.text-danger:focus {
  color: #f64e60 !important;
}
.theme-warning .hover-danger:hover,
.theme-warning .hover-danger:focus {
  color: #f64e60 !important;
}
.theme-warning .text-warning {
  color: #6993ff !important;
}
.theme-warning a.text-warning:hover,
.theme-warning a.text-warning:focus {
  color: #6993ff !important;
}
.theme-warning .hover-warning:hover,
.theme-warning .hover-warning:focus {
  color: #6993ff !important;
}

/*---active background---*/
.theme-warning .active.active-primary {
  background-color: #cc8600 !important;
}
.theme-warning .active.active-info {
  background-color: #671efb !important;
}
.theme-warning .active.active-success {
  background-color: #159892 !important;
}
.theme-warning .active.active-danger {
  background-color: #f41d34 !important;
}
.theme-warning .active.active-warning {
  background-color: #366eff !important;
}

/*---label background---*/
.theme-warning .label-primary {
  background-color: #ffa800 !important;
}
.theme-warning .label-info {
  background-color: #8950fc !important;
}
.theme-warning .label-success {
  background-color: #1bc5bd !important;
}
.theme-warning .label-danger {
  background-color: #f64e60 !important;
}
.theme-warning .label-warning {
  background-color: #6993ff !important;
}

/*---ribbon---*/
.theme-warning .ribbon-box .ribbon-primary {
  background-color: #ffa800;
}
.theme-warning .ribbon-box .ribbon-primary:before {
  border-color: #ffa800 transparent transparent;
}
.theme-warning .ribbon-box .ribbon-two-primary span {
  background-color: #ffa800;
}
.theme-warning .ribbon-box .ribbon-two-primary span:before {
  border-left: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}
.theme-warning .ribbon-box .ribbon-two-primary span:after {
  border-right: 3px solid #cc8600;
  border-top: 3px solid #cc8600;
}
.theme-warning .ribbon-box .ribbon-info {
  background-color: #8950fc;
}
.theme-warning .ribbon-box .ribbon-info:before {
  border-color: #8950fc transparent transparent;
}
.theme-warning .ribbon-box .ribbon-two-info span {
  background-color: #8950fc;
}
.theme-warning .ribbon-box .ribbon-two-info span:before {
  border-left: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-warning .ribbon-box .ribbon-two-info span:after {
  border-right: 3px solid #671efb;
  border-top: 3px solid #671efb;
}
.theme-warning .ribbon-box .ribbon-success {
  background-color: #1bc5bd;
}
.theme-warning .ribbon-box .ribbon-success:before {
  border-color: #1bc5bd transparent transparent;
}
.theme-warning .ribbon-box .ribbon-two-success span {
  background-color: #1bc5bd;
}
.theme-warning .ribbon-box .ribbon-two-success span:before {
  border-left: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-warning .ribbon-box .ribbon-two-success span:after {
  border-right: 3px solid #159892;
  border-top: 3px solid #159892;
}
.theme-warning .ribbon-box .ribbon-danger {
  background-color: #f64e60;
}
.theme-warning .ribbon-box .ribbon-danger:before {
  border-color: #f64e60 transparent transparent;
}
.theme-warning .ribbon-box .ribbon-two-danger span {
  background-color: #f64e60;
}
.theme-warning .ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-warning .ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid #f41d34;
  border-top: 3px solid #f41d34;
}
.theme-warning .ribbon-box .ribbon-warning {
  background-color: #6993ff;
}
.theme-warning .ribbon-box .ribbon-warning:before {
  border-color: #6993ff transparent transparent;
}
.theme-warning .ribbon-box .ribbon-two-warning span {
  background-color: #6993ff;
}
.theme-warning .ribbon-box .ribbon-two-warning span:before {
  border-left: 3px solid #366eff;
  border-top: 3px solid #366eff;
}
.theme-warning .ribbon-box .ribbon-two-warning span:after {
  border-right: 3px solid #366eff;
  border-top: 3px solid #366eff;
}

/*---Box---*/
.theme-warning .box-primary {
  background-color: #ffa800 !important;
}
.theme-warning .box-primary.box-bordered {
  border-color: #ffa800;
}
.theme-warning .box-outline-primary {
  background-color: #ffffff;
  border: 1px solid #ffa800;
}
.theme-warning .box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background-color: #ffa800;
}
.theme-warning .box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.theme-warning .box.box-solid.box-primary > .box-header > a {
  color: #ffffff;
}
.theme-warning .box-info {
  background-color: #8950fc !important;
}
.theme-warning .box-info.box-bordered {
  border-color: #8950fc;
}
.theme-warning .box-outline-info {
  background-color: #ffffff;
  border: 1px solid #8950fc;
}
.theme-warning .box.box-solid.box-info > .box-header {
  color: #ffffff;
  background-color: #8950fc;
}
.theme-warning .box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.theme-warning .box.box-solid.box-info > .box-header > a {
  color: #ffffff;
}
.theme-warning .box-success {
  background-color: #1bc5bd !important;
}
.theme-warning .box-success.box-bordered {
  border-color: #1bc5bd;
}
.theme-warning .box-outline-success {
  background-color: #ffffff;
  border: 1px solid #1bc5bd;
}
.theme-warning .box.box-solid.box-success > .box-header {
  color: #ffffff;
  background-color: #1bc5bd;
}
.theme-warning .box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.theme-warning .box.box-solid.box-success > .box-header > a {
  color: #ffffff;
}
.theme-warning .box-danger {
  background-color: #f64e60 !important;
}
.theme-warning .box-danger.box-bordered {
  border-color: #f64e60;
}
.theme-warning .box-outline-danger {
  background-color: #ffffff;
  border: 1px solid #f64e60;
}
.theme-warning .box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background-color: #f64e60;
}
.theme-warning .box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.theme-warning .box.box-solid.box-danger > .box-header > a {
  color: #ffffff;
}
.theme-warning .box-warning {
  background-color: #6993ff !important;
}
.theme-warning .box-warning.box-bordered {
  border-color: #6993ff;
}
.theme-warning .box-outline-warning {
  background-color: #ffffff;
  border: 1px solid #6993ff;
}
.theme-warning .box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background-color: #6993ff;
}
.theme-warning .box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.theme-warning .box.box-solid.box-warning > .box-header > a {
  color: #ffffff;
}
.theme-warning .box-profile .social-states a:hover {
  color: #cc8600;
}
.theme-warning .box-controls li > a:hover {
  color: #cc8600;
}
.theme-warning .box-controls .dropdown.show > a {
  color: #cc8600;
}
.theme-warning .box-fullscreen .box-btn-fullscreen {
  color: #cc8600;
}

/*---progress bar---*/
.theme-warning .progress-bar-primary {
  background-color: #ffa800;
}
.theme-warning .progress-bar-info {
  background-color: #8950fc;
}
.theme-warning .progress-bar-success {
  background-color: #1bc5bd;
}
.theme-warning .progress-bar-danger {
  background-color: #f64e60;
}
.theme-warning .progress-bar-warning {
  background-color: #6993ff;
}

/*---panel---*/
.theme-warning .panel-primary {
  border-color: #ffa800;
}
.theme-warning .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ffa800;
  border-color: #ffa800;
}
.theme-warning .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffa800;
}
.theme-warning .panel-primary > .panel-heading .badge-pill {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-warning .panel-primary .panel-title,
.theme-warning .panel-primary .panel-action {
  color: #ffffff;
}
.theme-warning .panel-primary .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffa800;
}
.theme-warning .panel-line.panel-primary .panel-heading {
  color: #ffa800;
  border-top-color: #ffa800;
  background: transparent;
}
.theme-warning .panel-line.panel-primary .panel-title,
.theme-warning .panel-line.panel-primary .panel-action {
  color: #ffa800;
}
.theme-warning .panel-info {
  border-color: #8950fc;
}
.theme-warning .panel-info > .panel-heading {
  color: #ffffff;
  background-color: #8950fc;
  border-color: #8950fc;
}
.theme-warning .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8950fc;
}
.theme-warning .panel-info > .panel-heading .badge-pill {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-warning .panel-info .panel-title,
.theme-warning .panel-info .panel-action {
  color: #ffffff;
}
.theme-warning .panel-info .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8950fc;
}
.theme-warning .panel-line.panel-info .panel-heading {
  color: #8950fc;
  border-top-color: #8950fc;
  background: transparent;
}
.theme-warning .panel-line.panel-info .panel-title,
.theme-warning .panel-line.panel-info .panel-action {
  color: #8950fc;
}
.theme-warning .panel-success {
  border-color: #1bc5bd;
}
.theme-warning .panel-success > .panel-heading {
  color: #ffffff;
  background-color: #1bc5bd;
  border-color: #1bc5bd;
}
.theme-warning .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1bc5bd;
}
.theme-warning .panel-success > .panel-heading .badge-pill {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-warning .panel-success .panel-title,
.theme-warning .panel-success .panel-action {
  color: #ffffff;
}
.theme-warning .panel-success .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1bc5bd;
}
.theme-warning .panel-line.panel-success .panel-heading {
  color: #1bc5bd;
  border-top-color: #1bc5bd;
  background: transparent;
}
.theme-warning .panel-line.panel-success .panel-title,
.theme-warning .panel-line.panel-success .panel-action {
  color: #1bc5bd;
}
.theme-warning .panel-danger {
  border-color: #f64e60;
}
.theme-warning .panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #f64e60;
  border-color: #f64e60;
}
.theme-warning .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f64e60;
}
.theme-warning .panel-danger > .panel-heading .badge-pill {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-warning .panel-danger .panel-title,
.theme-warning .panel-danger .panel-action {
  color: #ffffff;
}
.theme-warning .panel-danger .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f64e60;
}
.theme-warning .panel-line.panel-danger .panel-heading {
  color: #f64e60;
  border-top-color: #f64e60;
  background: transparent;
}
.theme-warning .panel-line.panel-danger .panel-title,
.theme-warning .panel-line.panel-danger .panel-action {
  color: #f64e60;
}
.theme-warning .panel-warning {
  border-color: #6993ff;
}
.theme-warning .panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #6993ff;
  border-color: #6993ff;
}
.theme-warning .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6993ff;
}
.theme-warning .panel-warning > .panel-heading .badge-pill {
  color: #6993ff;
  background-color: #ffffff;
}
.theme-warning .panel-warning .panel-title,
.theme-warning .panel-warning .panel-action {
  color: #ffffff;
}
.theme-warning .panel-warning .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6993ff;
}
.theme-warning .panel-line.panel-warning .panel-heading {
  color: #6993ff;
  border-top-color: #6993ff;
  background: transparent;
}
.theme-warning .panel-line.panel-warning .panel-title,
.theme-warning .panel-line.panel-warning .panel-action {
  color: #6993ff;
}

/*---switch---*/
.theme-warning .switch input:checked ~ .switch-indicator::after {
  background-color: #ffa800;
}
.theme-warning .switch.switch-primary input:checked ~ .switch-indicator::after {
  background-color: #ffa800;
}
.theme-warning .switch.switch-info input:checked ~ .switch-indicator::after {
  background-color: #8950fc;
}
.theme-warning .switch.switch-success input:checked ~ .switch-indicator::after {
  background-color: #1bc5bd;
}
.theme-warning .switch.switch-danger input:checked ~ .switch-indicator::after {
  background-color: #f64e60;
}
.theme-warning .switch.switch-warning input:checked ~ .switch-indicator::after {
  background-color: #6993ff;
}

/*---badge---*/
.theme-warning .badge-primary {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-warning .badge-primary[href]:hover,
.theme-warning .badge-primary[href]:focus {
  background-color: #cc8600;
}
.theme-warning .badge-secondary {
  background-color: #e4e6ef;
  color: #172b4c;
}
.theme-warning .badge-secondary[href]:hover,
.theme-warning .badge-secondary[href]:focus {
  background-color: #c4c8dc;
}
.theme-warning .badge-info {
  background-color: #8950fc;
  color: #ffffff;
}
.theme-warning .badge-info[href]:hover,
.theme-warning .badge-info[href]:focus {
  background-color: #671efb;
}
.theme-warning .badge-success {
  background-color: #1bc5bd;
  color: #ffffff;
}
.theme-warning .badge-success[href]:hover,
.theme-warning .badge-success[href]:focus {
  background-color: #159892;
}
.theme-warning .badge-danger {
  background-color: #f64e60;
  color: #ffffff;
}
.theme-warning .badge-danger[href]:hover,
.theme-warning .badge-danger[href]:focus {
  background-color: #f41d34;
}
.theme-warning .badge-warning {
  background-color: #6993ff;
  color: #ffffff;
}
.theme-warning .badge-warning[href]:hover,
.theme-warning .badge-warning[href]:focus {
  background-color: #366eff;
}

/*---badge light---*/
.theme-warning .badge-primary-light {
  background-color: #fff8ea;
  color: #ffa800;
}
.theme-warning .badge-primary-light[href]:hover,
.theme-warning .badge-primary-light[href]:focus {
  background-color: #ffe7b7;
}
.theme-warning .badge-secondary-light {
  background-color: #e9edf2;
  color: #172b4c;
}
.theme-warning .badge-secondary-light[href]:hover,
.theme-warning .badge-secondary-light[href]:focus {
  background-color: #c9d3df;
}
.theme-warning .badge-info-light {
  background-color: #f7f3ff;
  color: #8950fc;
}
.theme-warning .badge-info-light[href]:hover,
.theme-warning .badge-info-light[href]:focus {
  background-color: #d5c0ff;
}
.theme-warning .badge-success-light {
  background-color: #e0fdfb;
  color: #1bc5bd;
}
.theme-warning .badge-success-light[href]:hover,
.theme-warning .badge-success-light[href]:focus {
  background-color: #b0faf5;
}
.theme-warning .badge-danger-light {
  background-color: #fff2f3;
  color: #f64e60;
}
.theme-warning .badge-danger-light[href]:hover,
.theme-warning .badge-danger-light[href]:focus {
  background-color: #ffbfc4;
}
.theme-warning .badge-warning-light {
  background-color: #eff7ff;
  color: #6993ff;
}
.theme-warning .badge-warning-light[href]:hover,
.theme-warning .badge-warning-light[href]:focus {
  background-color: #bcdeff;
}

/*---rating---*/
.theme-warning .rating-primary .active {
  color: #ffa800;
}
.theme-warning .rating-primary :checked ~ label {
  color: #ffa800;
}
.theme-warning .rating-primary label:hover {
  color: #ffa800;
}
.theme-warning .rating-primary label:hover ~ label {
  color: #ffa800;
}
.theme-warning .rating-info .active {
  color: #8950fc;
}
.theme-warning .rating-info :checked ~ label {
  color: #8950fc;
}
.theme-warning .rating-info label:hover {
  color: #8950fc;
}
.theme-warning .rating-info label:hover ~ label {
  color: #8950fc;
}
.theme-warning .rating-success .active {
  color: #1bc5bd;
}
.theme-warning .rating-success :checked ~ label {
  color: #1bc5bd;
}
.theme-warning .rating-success label:hover {
  color: #1bc5bd;
}
.theme-warning .rating-success label:hover ~ label {
  color: #1bc5bd;
}
.theme-warning .rating-danger .active {
  color: #f64e60;
}
.theme-warning .rating-danger :checked ~ label {
  color: #f64e60;
}
.theme-warning .rating-danger label:hover {
  color: #f64e60;
}
.theme-warning .rating-danger label:hover ~ label {
  color: #f64e60;
}
.theme-warning .rating-warning .active {
  color: #6993ff;
}
.theme-warning .rating-warning :checked ~ label {
  color: #6993ff;
}
.theme-warning .rating-warning label:hover {
  color: #6993ff;
}
.theme-warning .rating-warning label:hover ~ label {
  color: #6993ff;
}

/*---toggler---*/
.theme-warning .toggler-primary input:checked + i {
  color: #ffa800;
}
.theme-warning .toggler-info input:checked + i {
  color: #8950fc;
}
.theme-warning .toggler-success input:checked + i {
  color: #1bc5bd;
}
.theme-warning .toggler-danger input:checked + i {
  color: #f64e60;
}
.theme-warning .toggler-warning input:checked + i {
  color: #6993ff;
}

/*---nav tabs---*/
.theme-warning .nav-tabs.nav-tabs-primary .nav-link:hover,
.theme-warning .nav-tabs.nav-tabs-primary .nav-link:active,
.theme-warning .nav-tabs.nav-tabs-primary .nav-link:focus,
.theme-warning .nav-tabs.nav-tabs-primary .nav-link.active {
  border-color: #cc8600;
  background-color: transparent;
  color: #cc8600;
}
.theme-warning .nav-tabs.nav-tabs-info .nav-link:hover,
.theme-warning .nav-tabs.nav-tabs-info .nav-link:active,
.theme-warning .nav-tabs.nav-tabs-info .nav-link:focus,
.theme-warning .nav-tabs.nav-tabs-info .nav-link.active {
  border-color: #671efb;
  background-color: #8950fc;
  color: #ffffff;
}
.theme-warning .nav-tabs.nav-tabs-success .nav-link:hover,
.theme-warning .nav-tabs.nav-tabs-success .nav-link:active,
.theme-warning .nav-tabs.nav-tabs-success .nav-link:focus,
.theme-warning .nav-tabs.nav-tabs-success .nav-link.active {
  border-color: #159892;
  background-color: transparent;
  color: #159892;
}
.theme-warning .nav-tabs.nav-tabs-danger .nav-link:hover,
.theme-warning .nav-tabs.nav-tabs-danger .nav-link:active,
.theme-warning .nav-tabs.nav-tabs-danger .nav-link:focus,
.theme-warning .nav-tabs.nav-tabs-danger .nav-link.active {
  border-color: #f41d34;
  background-color: transparent;
  color: #f41d34;
}
.theme-warning .nav-tabs.nav-tabs-warning .nav-link:hover,
.theme-warning .nav-tabs.nav-tabs-warning .nav-link:active,
.theme-warning .nav-tabs.nav-tabs-warning .nav-link:focus,
.theme-warning .nav-tabs.nav-tabs-warning .nav-link.active {
  border-color: #366eff;
  background-color: transparent;
  color: #366eff;
}
.theme-warning .nav-tabs-custom.tab-primary > .nav-tabs > li a.active {
  border-top-color: #cc8600;
}
.theme-warning .nav-tabs-custom.tab-info > .nav-tabs > li a.active {
  border-top-color: #671efb;
}
.theme-warning .nav-tabs-custom.tab-success > .nav-tabs > li a.active {
  border-top-color: #159892;
}
.theme-warning .nav-tabs-custom.tab-danger > .nav-tabs > li a.active {
  border-top-color: #f41d34;
}
.theme-warning .nav-tabs-custom.tab-warning > .nav-tabs > li a.active {
  border-top-color: #366eff;
}
.theme-warning .nav-tabs .nav-link.active {
  border-bottom-color: #ffa800;
  background-color: #ffa800;
  color: #ffffff;
}
.theme-warning .nav-tabs .nav-link.active:hover,
.theme-warning .nav-tabs .nav-link.active:focus {
  border-bottom-color: #ffa800;
  background-color: #ffa800;
  color: #ffffff;
}
.theme-warning .nav-tabs .nav-item.open .nav-link {
  border-bottom-color: #ffa800;
  background-color: #ffa800;
}
.theme-warning .nav-tabs .nav-item.open .nav-link:hover,
.theme-warning .nav-tabs .nav-item.open .nav-link:focus {
  border-bottom-color: #ffa800;
  background-color: #ffa800;
}

/*---todo---*/
.theme-warning .todo-list .primary {
  border-left-color: #ffa800;
}
.theme-warning .todo-list .info {
  border-left-color: #ffa800;
}
.theme-warning .todo-list .success {
  border-left-color: #1bc5bd;
}
.theme-warning .todo-list .danger {
  border-left-color: #f64e60;
}
.theme-warning .todo-list .warning {
  border-left-color: #6993ff;
}

/*---timeline---*/
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary {
  background-color: #ffa800;
  border: 1px solid #ffa800;
  color: #ffffff;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:before,
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary:after {
  border-left-color: #ffa800;
  border-right-color: #ffa800;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-primary
  * {
  color: inherit;
}
.theme-warning .timeline .timeline-item > .timeline-event.timeline-event-info {
  background-color: #8950fc;
  border: 1px solid #8950fc;
  color: #ffffff;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:before,
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info:after {
  border-left-color: #8950fc;
  border-right-color: #8950fc;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-info
  * {
  color: inherit;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success {
  background-color: #1bc5bd;
  border: 1px solid #1bc5bd;
  color: #ffffff;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:before,
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success:after {
  border-left-color: #1bc5bd;
  border-right-color: #1bc5bd;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-success
  * {
  color: inherit;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger {
  background-color: #f64e60;
  border: 1px solid #f64e60;
  color: #ffffff;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:before,
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger:after {
  border-left-color: #f64e60;
  border-right-color: #f64e60;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-danger
  * {
  color: inherit;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning {
  background-color: #6993ff;
  border: 1px solid #6993ff;
  color: #ffffff;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:before,
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning:after {
  border-left-color: #6993ff;
  border-right-color: #6993ff;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-warning
  * {
  color: inherit;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-primary {
  color: #ffa800;
  background-color: #ffffff;
}
.theme-warning .timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #8950fc;
  background-color: #ffffff;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-success {
  color: #1bc5bd;
  background-color: #ffffff;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-danger {
  color: #f64e60;
  background-color: #ffffff;
}
.theme-warning
  .timeline
  .timeline-item
  > .timeline-point.timeline-point-warning {
  color: #6993ff;
  background-color: #ffffff;
}
.theme-warning .timeline .timeline-label .label-primary {
  background-color: #ffa800;
}
.theme-warning .timeline .timeline-label .label-info {
  background-color: #8950fc;
}
.theme-warning .timeline .timeline-label .label-success {
  background-color: #1bc5bd;
}
.theme-warning .timeline .timeline-label .label-danger {
  background-color: #f64e60;
}
.theme-warning .timeline .timeline-label .label-warning {
  background-color: #6993ff;
}
.theme-warning .timeline__year,
.theme-warning .timeline5:before,
.theme-warning .timeline__box:before,
.theme-warning .timeline__date {
  background-color: #ffa800;
}
.theme-warning .timeline__post {
  border-left: 3px solid #ffa800;
}

/*---daterangepicker---*/
.theme-warning .daterangepicker td.active {
  background-color: #ffa800;
}
.theme-warning .daterangepicker td.active:hover {
  background-color: #ffa800;
}
.theme-warning .daterangepicker .input-mini.active {
  border: 1px solid #ffa800;
}
.theme-warning .ranges li:hover,
.theme-warning .ranges li:active,
.theme-warning .ranges li.active {
  border: 1px solid #ffa800;
  background-color: #ffa800;
}

/*---control-sidebar---*/
.theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover,
.theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active,
.theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-color: #ffa800;
  color: #ffa800;
}
.theme-warning .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  border-color: #ffa800;
  color: #ffa800;
}
.theme-warning
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:hover,
.theme-warning
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:active,
.theme-warning
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:focus {
  border-color: #ffa800;
  color: #ffa800;
}
.theme-warning .control-sidebar .rpanel-title .btn:hover {
  color: #ffa800;
}

/*---nav---*/
.theme-warning .nav > li > a:hover,
.theme-warning .nav > li > a:active,
.theme-warning .nav > li > a:focus {
  color: #ffa800;
}
.theme-warning .nav-pills > li > a.active {
  border-top-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff;
}
.theme-warning .nav-pills > li > a.active:hover,
.theme-warning .nav-pills > li > a.active:focus {
  border-top-color: #ffa800;
  background-color: #ffa800 !important;
  color: #ffffff;
}
.theme-warning .mailbox-nav .nav-pills > li > a:hover,
.theme-warning .mailbox-nav .nav-pills > li > a:focus {
  border-color: #ffa800;
}
.theme-warning .mailbox-nav .nav-pills > li > a.active {
  border-color: #ffa800;
}
.theme-warning .mailbox-nav .nav-pills > li > a.active:hover,
.theme-warning .mailbox-nav .nav-pills > li > a.active:focus {
  border-color: #ffa800;
}
.theme-warning .nav-tabs-custom > .nav-tabs > li a.active {
  border-top-color: #ffa800;
}
.theme-warning .profile-tab li a.nav-link.active {
  border-bottom: 2px solid #ffa800;
}
.theme-warning .customtab li a.nav-link.active {
  border-bottom: 2px solid #ffa800;
}

/*---form-element---*/
.theme-warning .form-element .input-group .input-group-addon {
  background-image: linear-gradient(45deg, #ffa800, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-warning .form-element .form-control {
  background-image: linear-gradient(45deg, #ffa800, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-warning .form-element .form-control:focus {
  background-image: linear-gradient(45deg, #ffa800, #8950fc),
    linear-gradient(#3b6dc1, #3b6dc1);
}
.theme-warning .form-control:focus {
  border-color: #ffa800;
}
.theme-warning [type="checkbox"]:checked.chk-col-primary + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800;
}
.theme-warning [type="checkbox"]:checked.chk-col-info + label:before {
  border-right: 2px solid #8950fc;
  border-bottom: 2px solid #8950fc;
}
.theme-warning [type="checkbox"]:checked.chk-col-success + label:before {
  border-right: 2px solid #1bc5bd;
  border-bottom: 2px solid #1bc5bd;
}
.theme-warning [type="checkbox"]:checked.chk-col-danger + label:before {
  border-right: 2px solid #f64e60;
  border-bottom: 2px solid #f64e60;
}
.theme-warning [type="checkbox"]:checked.chk-col-warning + label:before {
  border-right: 2px solid #6993ff;
  border-bottom: 2px solid #6993ff;
}
.theme-warning
  [type="checkbox"].filled-in:checked.chk-col-primary
  + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800;
}
.theme-warning [type="checkbox"].filled-in:checked.chk-col-info + label:after {
  border: 2px solid #8950fc;
  background-color: #8950fc;
}
.theme-warning
  [type="checkbox"].filled-in:checked.chk-col-success
  + label:after {
  border: 2px solid #1bc5bd;
  background-color: #1bc5bd;
}
.theme-warning
  [type="checkbox"].filled-in:checked.chk-col-danger
  + label:after {
  border: 2px solid #f64e60;
  background-color: #f64e60;
}
.theme-warning
  [type="checkbox"].filled-in:checked.chk-col-warning
  + label:after {
  border: 2px solid #6993ff;
  background-color: #6993ff;
}
.theme-warning [type="radio"].radio-col-primary:checked + label:after {
  background-color: #ffa800;
  border-color: #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning
  [type="radio"].with-gap.radio-col-primary:checked
  + label:before {
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="radio"].with-gap.radio-col-primary:checked + label:after {
  background-color: #ffa800;
  border: 2px solid #ffa800;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="radio"].radio-col-info:checked + label:after {
  background-color: #8950fc;
  border-color: #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="radio"].with-gap.radio-col-info:checked + label:before {
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="radio"].with-gap.radio-col-info:checked + label:after {
  background-color: #8950fc;
  border: 2px solid #8950fc;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="radio"].radio-col-success:checked + label:after {
  background-color: #1bc5bd;
  border-color: #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning
  [type="radio"].with-gap.radio-col-success:checked
  + label:before {
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="radio"].with-gap.radio-col-success:checked + label:after {
  background-color: #1bc5bd;
  border: 2px solid #1bc5bd;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="radio"].radio-col-danger:checked + label:after {
  background-color: #f64e60;
  border-color: #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="radio"].with-gap.radio-col-danger:checked + label:before {
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="radio"].with-gap.radio-col-danger:checked + label:after {
  background-color: #f64e60;
  border: 2px solid #f64e60;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="radio"].radio-col-warning:checked + label:after {
  background-color: #6993ff;
  border-color: #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning
  [type="radio"].with-gap.radio-col-warning:checked
  + label:before {
  border: 2px solid #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="radio"].with-gap.radio-col-warning:checked + label:after {
  background-color: #6993ff;
  border: 2px solid #6993ff;
  -webkit-animation: ripple 0.2s linear forwards;
  animation: ripple 0.2s linear forwards;
}
.theme-warning [type="checkbox"]:checked + label:before {
  border-right: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800;
}
.theme-warning [type="checkbox"].filled-in:checked + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800;
}
.theme-warning [type="radio"].with-gap:checked + label:before,
.theme-warning [type="radio"].with-gap:checked + label:after {
  border: 2px solid #ffa800;
}
.theme-warning [type="radio"].with-gap:checked + label:after {
  background-color: #ffa800;
  z-index: 0;
}
.theme-warning [type="radio"]:checked + label:after {
  border: 2px solid #ffa800;
  background-color: #ffa800;
  z-index: 0;
}
.theme-warning [type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-color: #ffa800;
  background-color: #ffa800;
}

/*---Calender---*/
.theme-warning .fx-element-overlay .fx-card-item .fx-card-content a:hover {
  color: #ffa800;
}
.theme-warning
  .fx-element-overlay
  .fx-card-item
  .fx-overlay-1
  .fx-info
  > li
  a:hover {
  background: #ffa800;
  border-color: #ffa800;
}
.theme-warning .fc-event,
.theme-warning .calendar-event {
  background: #ffa800;
}

/*---Tabs---*/
.theme-warning .tabs-vertical li .nav-link:hover,
.theme-warning .tabs-vertical li .nav-link:active,
.theme-warning .tabs-vertical li .nav-link:focus,
.theme-warning .tabs-vertical li .nav-link.active {
  background-color: #ffa800;
  color: #ffffff;
}
.theme-warning .customvtab .tabs-vertical li .nav-link:hover,
.theme-warning .customvtab .tabs-vertical li .nav-link:active,
.theme-warning .customvtab .tabs-vertical li .nav-link:focus,
.theme-warning .customvtab .tabs-vertical li .nav-link.active {
  border-right: 2px solid #ffa800;
  color: #ffa800;
}
.theme-warning .customtab2 li a.nav-link:hover,
.theme-warning .customtab2 li a.nav-link:active,
.theme-warning .customtab2 li a.nav-link.active {
  background-color: #ffa800;
}

.rtl.theme-warning .customvtab .tabs-vertical li .nav-link:hover,
.rtl.theme-warning .customvtab .tabs-vertical li .nav-link:active,
.rtl.theme-warning .customvtab .tabs-vertical li .nav-link:focus,
.rtl.theme-warning .customvtab .tabs-vertical li .nav-link.active {
  border-right: none;
  border-left: 2px solid #ffa800;
}

/*---Notification---*/
.theme-warning .jq-icon-primary {
  background-color: #ffa800;
  color: #ffffff;
  border-color: #ffa800;
}
.theme-warning .jq-icon-info {
  background-color: #8950fc;
  color: #ffffff;
  border-color: #8950fc;
}
.theme-warning .jq-icon-success {
  background-color: #1bc5bd;
  color: #ffffff;
  border-color: #ffa800;
}
.theme-warning .jq-icon-error {
  background-color: #f64e60;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-warning .jq-icon-danger {
  background-color: #f64e60;
  color: #ffffff;
  border-color: #f64e60;
}
.theme-warning .jq-icon-warning {
  background-color: #6993ff;
  color: #ffffff;
  border-color: #6993ff;
}

/*---avatar---*/
.theme-warning .avatar.status-primary::after {
  background-color: #ffa800;
}
.theme-warning .avatar.status-info::after {
  background-color: #8950fc;
}
.theme-warning .avatar.status-success::after {
  background-color: #1bc5bd;
}
.theme-warning .avatar.status-danger::after {
  background-color: #f64e60;
}
.theme-warning .avatar.status-warning::after {
  background-color: #6993ff;
}
.theme-warning .avatar[class*="status-"]::after {
  background-color: #ffa800;
}
.theme-warning .avatar-add:hover {
  background-color: #cc8600;
  border-color: #cc8600;
}

/*---media---*/
.theme-warning .media-chat.media-chat-reverse .media-body p {
  background-color: #ffa800;
}
.theme-warning .media-right-out a:hover {
  color: #cc8600;
}

/*---control---*/
.theme-warning .control input:checked:focus ~ .control_indicator {
  background-color: #ffa800;
}
.theme-warning .control input:checked ~ .control_indicator {
  background-color: #ffa800;
}
.theme-warning
  .control:hover
  input:not([disabled]):checked
  ~ .control_indicator {
  background-color: #ffa800;
}

/*---flex---*/
.theme-warning .flex-column > li > a.nav-link.active {
  border-left-color: #ffa800;
}
.theme-warning .flex-column > li > a.nav-link.active:hover {
  border-left-color: #ffa800;
}

/*---pagination---*/
.theme-warning .pagination li a.current {
  border: 1px solid #ffa800;
  background-color: #ffa800;
}
.theme-warning .pagination li a.current:hover {
  border: 1px solid #ffa800;
  background-color: #ffa800;
}
.theme-warning .pagination li a:hover {
  border: 1px solid #cc8600;
  background-color: #cc8600 !important;
}
.theme-warning
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current {
  border: 1px solid #ffa800;
  background-color: #ffa800;
}
.theme-warning
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.current:hover {
  border: 1px solid #ffa800;
  background-color: #ffa800;
}
.theme-warning .paging_simple_numbers .pagination .paginate_button.active a {
  background-color: #ffa800;
}
.theme-warning .paging_simple_numbers .pagination .paginate_button:hover a {
  background-color: #ffa800;
}
.theme-warning .footable .pagination li a:hover,
.theme-warning .footable .pagination li a:active,
.theme-warning .footable .pagination li a.active {
  background-color: #ffa800;
}

/*---dataTables---*/
.theme-warning .dt-buttons .dt-button {
  background-color: #ffa800;
}

/*---select2---*/
.theme-warning .select2-container--default.select2-container--open {
  border-color: #ffa800;
}
.theme-warning
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ffa800;
}
.theme-warning
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  border-color: #ffa800 !important;
}
.theme-warning
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #ffa800 !important;
}
.theme-warning .select2-container--default .select2-selection--multiple:focus {
  border-color: #ffa800 !important;
}
.theme-warning
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #ffa800;
  border-color: #ffa800;
}

/*---Other---*/
.theme-warning .myadmin-dd .dd-list .dd-list .dd-handle:hover {
  color: #cc8600;
}
.theme-warning .myadmin-dd-empty .dd-list .dd3-handle:hover {
  color: #cc8600;
}
.theme-warning .myadmin-dd-empty .dd-list .dd3-content:hover {
  color: #cc8600;
}
.theme-warning [data-overlay-primary]::before {
  background: #cc8600;
}

/*---wizard---*/
.theme-warning .wizard-content .wizard > .steps > ul > li.current {
  border: 2px solid #ffa800;
  background-color: #ffa800;
}
.theme-warning .wizard-content .wizard > .steps > ul > li.done {
  border-color: #cc8600;
  background-color: #cc8600;
}
.theme-warning .wizard-content .wizard > .actions > ul > li > a {
  background-color: #ffa800;
}
.theme-warning .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  background-color: #ffa800;
}
.theme-warning .wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  background-color: #ffa800;
}
.theme-warning
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:after {
  background-color: #ffa800;
}
.theme-warning
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li:before {
  background-color: #ffa800;
}
.theme-warning
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step {
  border: 2px solid #ffa800;
  color: #ffa800;
}
.theme-warning
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  .step:after {
  border-top-color: #ffa800;
}
.theme-warning
  .wizard-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.done
  .step:after {
  border-top-color: #ffa800;
}

@media (max-width: 767px) {
  .theme-warning .wizard-content .wizard > .steps > ul > li:last-child:after {
    background-color: #ffa800;
  }
}
@media (max-width: 575px) {
  .theme-warning .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: #ffa800;
  }
}
/*---slider---*/
.theme-warning #primary .slider-selection {
  background-color: #ffa800;
}
.theme-warning #info .slider-selection {
  background-color: #8950fc;
}
.theme-warning #success .slider-selection {
  background-color: #1bc5bd;
}
.theme-warning #danger .slider-selection {
  background-color: #f64e60;
}
.theme-warning #warning .slider-selection {
  background-color: #6993ff;
}

/*---horizontal-timeline---*/
.theme-warning .cd-horizontal-timeline .events a.selected::after {
  background: #ffa800;
  border-color: #ffa800;
}
.theme-warning .cd-horizontal-timeline .events a.older-event::after {
  border-color: #ffa800;
}
.theme-warning .cd-horizontal-timeline .filling-line {
  background: #ffa800;
}
.theme-warning .cd-horizontal-timeline a {
  color: #ffa800;
}
.theme-warning .cd-horizontal-timeline a:hover,
.theme-warning .cd-horizontal-timeline a:focus {
  color: #ffa800;
}
.theme-warning .cd-timeline-navigation a:hover,
.theme-warning .cd-timeline-navigation a:focus {
  border-color: #ffa800;
}

/*# sourceMappingURL=color_theme.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome/fonts/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?v=4.7.0);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome/fonts/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome/fonts/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2?v=4.7.0) format('woff2'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome/fonts/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff?v=4.7.0) format('woff'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome/fonts/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf?v=4.7.0) format('truetype'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome/fonts/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
	font-family: 'themify';
	src:url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/themify.eot?-fvbane);
	src:url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),
		url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/themify-efcb3c913adebf3e17d241a55cab2c25f0ff6fbd217d1ae4c29e7c84952a404b.woff) format('woff'),
		url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/themify-67c745cef69ad6303b7cf19bd616a48401e7bb8e1e1d9de050c7d6622c56fcb5.ttf) format('truetype'),
		url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/themify.svg?-fvbane#themify) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
	content: "\e600";
}
.ti-volume:before {
	content: "\e601";
}
.ti-user:before {
	content: "\e602";
}
.ti-unlock:before {
	content: "\e603";
}
.ti-unlink:before {
	content: "\e604";
}
.ti-trash:before {
	content: "\e605";
}
.ti-thought:before {
	content: "\e606";
}
.ti-target:before {
	content: "\e607";
}
.ti-tag:before {
	content: "\e608";
}
.ti-tablet:before {
	content: "\e609";
}
.ti-star:before {
	content: "\e60a";
}
.ti-spray:before {
	content: "\e60b";
}
.ti-signal:before {
	content: "\e60c";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}
.ti-settings:before {
	content: "\e60f";
}
.ti-search:before {
	content: "\e610";
}
.ti-zoom-in:before {
	content: "\e611";
}
.ti-zoom-out:before {
	content: "\e612";
}
.ti-cut:before {
	content: "\e613";
}
.ti-ruler:before {
	content: "\e614";
}
.ti-ruler-pencil:before {
	content: "\e615";
}
.ti-ruler-alt:before {
	content: "\e616";
}
.ti-bookmark:before {
	content: "\e617";
}
.ti-bookmark-alt:before {
	content: "\e618";
}
.ti-reload:before {
	content: "\e619";
}
.ti-plus:before {
	content: "\e61a";
}
.ti-pin:before {
	content: "\e61b";
}
.ti-pencil:before {
	content: "\e61c";
}
.ti-pencil-alt:before {
	content: "\e61d";
}
.ti-paint-roller:before {
	content: "\e61e";
}
.ti-paint-bucket:before {
	content: "\e61f";
}
.ti-na:before {
	content: "\e620";
}
.ti-mobile:before {
	content: "\e621";
}
.ti-minus:before {
	content: "\e622";
}
.ti-medall:before {
	content: "\e623";
}
.ti-medall-alt:before {
	content: "\e624";
}
.ti-marker:before {
	content: "\e625";
}
.ti-marker-alt:before {
	content: "\e626";
}
.ti-arrow-up:before {
	content: "\e627";
}
.ti-arrow-right:before {
	content: "\e628";
}
.ti-arrow-left:before {
	content: "\e629";
}
.ti-arrow-down:before {
	content: "\e62a";
}
.ti-lock:before {
	content: "\e62b";
}
.ti-location-arrow:before {
	content: "\e62c";
}
.ti-link:before {
	content: "\e62d";
}
.ti-layout:before {
	content: "\e62e";
}
.ti-layers:before {
	content: "\e62f";
}
.ti-layers-alt:before {
	content: "\e630";
}
.ti-key:before {
	content: "\e631";
}
.ti-import:before {
	content: "\e632";
}
.ti-image:before {
	content: "\e633";
}
.ti-heart:before {
	content: "\e634";
}
.ti-heart-broken:before {
	content: "\e635";
}
.ti-hand-stop:before {
	content: "\e636";
}
.ti-hand-open:before {
	content: "\e637";
}
.ti-hand-drag:before {
	content: "\e638";
}
.ti-folder:before {
	content: "\e639";
}
.ti-flag:before {
	content: "\e63a";
}
.ti-flag-alt:before {
	content: "\e63b";
}
.ti-flag-alt-2:before {
	content: "\e63c";
}
.ti-eye:before {
	content: "\e63d";
}
.ti-export:before {
	content: "\e63e";
}
.ti-exchange-vertical:before {
	content: "\e63f";
}
.ti-desktop:before {
	content: "\e640";
}
.ti-cup:before {
	content: "\e641";
}
.ti-crown:before {
	content: "\e642";
}
.ti-comments:before {
	content: "\e643";
}
.ti-comment:before {
	content: "\e644";
}
.ti-comment-alt:before {
	content: "\e645";
}
.ti-close:before {
	content: "\e646";
}
.ti-clip:before {
	content: "\e647";
}
.ti-angle-up:before {
	content: "\e648";
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
.ti-angle-down:before {
	content: "\e64b";
}
.ti-check:before {
	content: "\e64c";
}
.ti-check-box:before {
	content: "\e64d";
}
.ti-camera:before {
	content: "\e64e";
}
.ti-announcement:before {
	content: "\e64f";
}
.ti-brush:before {
	content: "\e650";
}
.ti-briefcase:before {
	content: "\e651";
}
.ti-bolt:before {
	content: "\e652";
}
.ti-bolt-alt:before {
	content: "\e653";
}
.ti-blackboard:before {
	content: "\e654";
}
.ti-bag:before {
	content: "\e655";
}
.ti-move:before {
	content: "\e656";
}
.ti-arrows-vertical:before {
	content: "\e657";
}
.ti-arrows-horizontal:before {
	content: "\e658";
}
.ti-fullscreen:before {
	content: "\e659";
}
.ti-arrow-top-right:before {
	content: "\e65a";
}
.ti-arrow-top-left:before {
	content: "\e65b";
}
.ti-arrow-circle-up:before {
	content: "\e65c";
}
.ti-arrow-circle-right:before {
	content: "\e65d";
}
.ti-arrow-circle-left:before {
	content: "\e65e";
}
.ti-arrow-circle-down:before {
	content: "\e65f";
}
.ti-angle-double-up:before {
	content: "\e660";
}
.ti-angle-double-right:before {
	content: "\e661";
}
.ti-angle-double-left:before {
	content: "\e662";
}
.ti-angle-double-down:before {
	content: "\e663";
}
.ti-zip:before {
	content: "\e664";
}
.ti-world:before {
	content: "\e665";
}
.ti-wheelchair:before {
	content: "\e666";
}
.ti-view-list:before {
	content: "\e667";
}
.ti-view-list-alt:before {
	content: "\e668";
}
.ti-view-grid:before {
	content: "\e669";
}
.ti-uppercase:before {
	content: "\e66a";
}
.ti-upload:before {
	content: "\e66b";
}
.ti-underline:before {
	content: "\e66c";
}
.ti-truck:before {
	content: "\e66d";
}
.ti-timer:before {
	content: "\e66e";
}
.ti-ticket:before {
	content: "\e66f";
}
.ti-thumb-up:before {
	content: "\e670";
}
.ti-thumb-down:before {
	content: "\e671";
}
.ti-text:before {
	content: "\e672";
}
.ti-stats-up:before {
	content: "\e673";
}
.ti-stats-down:before {
	content: "\e674";
}
.ti-split-v:before {
	content: "\e675";
}
.ti-split-h:before {
	content: "\e676";
}
.ti-smallcap:before {
	content: "\e677";
}
.ti-shine:before {
	content: "\e678";
}
.ti-shift-right:before {
	content: "\e679";
}
.ti-shift-left:before {
	content: "\e67a";
}
.ti-shield:before {
	content: "\e67b";
}
.ti-notepad:before {
	content: "\e67c";
}
.ti-server:before {
	content: "\e67d";
}
.ti-quote-right:before {
	content: "\e67e";
}
.ti-quote-left:before {
	content: "\e67f";
}
.ti-pulse:before {
	content: "\e680";
}
.ti-printer:before {
	content: "\e681";
}
.ti-power-off:before {
	content: "\e682";
}
.ti-plug:before {
	content: "\e683";
}
.ti-pie-chart:before {
	content: "\e684";
}
.ti-paragraph:before {
	content: "\e685";
}
.ti-panel:before {
	content: "\e686";
}
.ti-package:before {
	content: "\e687";
}
.ti-music:before {
	content: "\e688";
}
.ti-music-alt:before {
	content: "\e689";
}
.ti-mouse:before {
	content: "\e68a";
}
.ti-mouse-alt:before {
	content: "\e68b";
}
.ti-money:before {
	content: "\e68c";
}
.ti-microphone:before {
	content: "\e68d";
}
.ti-menu:before {
	content: "\e68e";
}
.ti-menu-alt:before {
	content: "\e68f";
}
.ti-map:before {
	content: "\e690";
}
.ti-map-alt:before {
	content: "\e691";
}
.ti-loop:before {
	content: "\e692";
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-list:before {
	content: "\e694";
}
.ti-light-bulb:before {
	content: "\e695";
}
.ti-Italic:before {
	content: "\e696";
}
.ti-info:before {
	content: "\e697";
}
.ti-infinite:before {
	content: "\e698";
}
.ti-id-badge:before {
	content: "\e699";
}
.ti-hummer:before {
	content: "\e69a";
}
.ti-home:before {
	content: "\e69b";
}
.ti-help:before {
	content: "\e69c";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-harddrives:before {
	content: "\e69e";
}
.ti-harddrive:before {
	content: "\e69f";
}
.ti-gift:before {
	content: "\e6a0";
}
.ti-game:before {
	content: "\e6a1";
}
.ti-filter:before {
	content: "\e6a2";
}
.ti-files:before {
	content: "\e6a3";
}
.ti-file:before {
	content: "\e6a4";
}
.ti-eraser:before {
	content: "\e6a5";
}
.ti-envelope:before {
	content: "\e6a6";
}
.ti-download:before {
	content: "\e6a7";
}
.ti-direction:before {
	content: "\e6a8";
}
.ti-direction-alt:before {
	content: "\e6a9";
}
.ti-dashboard:before {
	content: "\e6aa";
}
.ti-control-stop:before {
	content: "\e6ab";
}
.ti-control-shuffle:before {
	content: "\e6ac";
}
.ti-control-play:before {
	content: "\e6ad";
}
.ti-control-pause:before {
	content: "\e6ae";
}
.ti-control-forward:before {
	content: "\e6af";
}
.ti-control-backward:before {
	content: "\e6b0";
}
.ti-cloud:before {
	content: "\e6b1";
}
.ti-cloud-up:before {
	content: "\e6b2";
}
.ti-cloud-down:before {
	content: "\e6b3";
}
.ti-clipboard:before {
	content: "\e6b4";
}
.ti-car:before {
	content: "\e6b5";
}
.ti-calendar:before {
	content: "\e6b6";
}
.ti-book:before {
	content: "\e6b7";
}
.ti-bell:before {
	content: "\e6b8";
}
.ti-basketball:before {
	content: "\e6b9";
}
.ti-bar-chart:before {
	content: "\e6ba";
}
.ti-bar-chart-alt:before {
	content: "\e6bb";
}
.ti-back-right:before {
	content: "\e6bc";
}
.ti-back-left:before {
	content: "\e6bd";
}
.ti-arrows-corner:before {
	content: "\e6be";
}
.ti-archive:before {
	content: "\e6bf";
}
.ti-anchor:before {
	content: "\e6c0";
}
.ti-align-right:before {
	content: "\e6c1";
}
.ti-align-left:before {
	content: "\e6c2";
}
.ti-align-justify:before {
	content: "\e6c3";
}
.ti-align-center:before {
	content: "\e6c4";
}
.ti-alert:before {
	content: "\e6c5";
}
.ti-alarm-clock:before {
	content: "\e6c6";
}
.ti-agenda:before {
	content: "\e6c7";
}
.ti-write:before {
	content: "\e6c8";
}
.ti-window:before {
	content: "\e6c9";
}
.ti-widgetized:before {
	content: "\e6ca";
}
.ti-widget:before {
	content: "\e6cb";
}
.ti-widget-alt:before {
	content: "\e6cc";
}
.ti-wallet:before {
	content: "\e6cd";
}
.ti-video-clapper:before {
	content: "\e6ce";
}
.ti-video-camera:before {
	content: "\e6cf";
}
.ti-vector:before {
	content: "\e6d0";
}
.ti-themify-logo:before {
	content: "\e6d1";
}
.ti-themify-favicon:before {
	content: "\e6d2";
}
.ti-themify-favicon-alt:before {
	content: "\e6d3";
}
.ti-support:before {
	content: "\e6d4";
}
.ti-stamp:before {
	content: "\e6d5";
}
.ti-split-v-alt:before {
	content: "\e6d6";
}
.ti-slice:before {
	content: "\e6d7";
}
.ti-shortcode:before {
	content: "\e6d8";
}
.ti-shift-right-alt:before {
	content: "\e6d9";
}
.ti-shift-left-alt:before {
	content: "\e6da";
}
.ti-ruler-alt-2:before {
	content: "\e6db";
}
.ti-receipt:before {
	content: "\e6dc";
}
.ti-pin2:before {
	content: "\e6dd";
}
.ti-pin-alt:before {
	content: "\e6de";
}
.ti-pencil-alt2:before {
	content: "\e6df";
}
.ti-palette:before {
	content: "\e6e0";
}
.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}
.ti-microphone-alt:before {
	content: "\e6e3";
}
.ti-magnet:before {
	content: "\e6e4";
}
.ti-line-double:before {
	content: "\e6e5";
}
.ti-line-dotted:before {
	content: "\e6e6";
}
.ti-line-dashed:before {
	content: "\e6e7";
}
.ti-layout-width-full:before {
	content: "\e6e8";
}
.ti-layout-width-default:before {
	content: "\e6e9";
}
.ti-layout-width-default-alt:before {
	content: "\e6ea";
}
.ti-layout-tab:before {
	content: "\e6eb";
}
.ti-layout-tab-window:before {
	content: "\e6ec";
}
.ti-layout-tab-v:before {
	content: "\e6ed";
}
.ti-layout-tab-min:before {
	content: "\e6ee";
}
.ti-layout-slider:before {
	content: "\e6ef";
}
.ti-layout-slider-alt:before {
	content: "\e6f0";
}
.ti-layout-sidebar-right:before {
	content: "\e6f1";
}
.ti-layout-sidebar-none:before {
	content: "\e6f2";
}
.ti-layout-sidebar-left:before {
	content: "\e6f3";
}
.ti-layout-placeholder:before {
	content: "\e6f4";
}
.ti-layout-menu:before {
	content: "\e6f5";
}
.ti-layout-menu-v:before {
	content: "\e6f6";
}
.ti-layout-menu-separated:before {
	content: "\e6f7";
}
.ti-layout-menu-full:before {
	content: "\e6f8";
}
.ti-layout-media-right-alt:before {
	content: "\e6f9";
}
.ti-layout-media-right:before {
	content: "\e6fa";
}
.ti-layout-media-overlay:before {
	content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd";
}
.ti-layout-media-left-alt:before {
	content: "\e6fe";
}
.ti-layout-media-left:before {
	content: "\e6ff";
}
.ti-layout-media-center-alt:before {
	content: "\e700";
}
.ti-layout-media-center:before {
	content: "\e701";
}
.ti-layout-list-thumb:before {
	content: "\e702";
}
.ti-layout-list-thumb-alt:before {
	content: "\e703";
}
.ti-layout-list-post:before {
	content: "\e704";
}
.ti-layout-list-large-image:before {
	content: "\e705";
}
.ti-layout-line-solid:before {
	content: "\e706";
}
.ti-layout-grid4:before {
	content: "\e707";
}
.ti-layout-grid3:before {
	content: "\e708";
}
.ti-layout-grid2:before {
	content: "\e709";
}
.ti-layout-grid2-thumb:before {
	content: "\e70a";
}
.ti-layout-cta-right:before {
	content: "\e70b";
}
.ti-layout-cta-left:before {
	content: "\e70c";
}
.ti-layout-cta-center:before {
	content: "\e70d";
}
.ti-layout-cta-btn-right:before {
	content: "\e70e";
}
.ti-layout-cta-btn-left:before {
	content: "\e70f";
}
.ti-layout-column4:before {
	content: "\e710";
}
.ti-layout-column3:before {
	content: "\e711";
}
.ti-layout-column2:before {
	content: "\e712";
}
.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}
.ti-ink-pen:before {
	content: "\e716";
}
.ti-info-alt:before {
	content: "\e717";
}
.ti-help-alt:before {
	content: "\e718";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-hand-point-up:before {
	content: "\e71a";
}
.ti-hand-point-right:before {
	content: "\e71b";
}
.ti-hand-point-left:before {
	content: "\e71c";
}
.ti-hand-point-down:before {
	content: "\e71d";
}
.ti-gallery:before {
	content: "\e71e";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-control-skip-forward:before {
	content: "\e722";
}
.ti-control-skip-backward:before {
	content: "\e723";
}
.ti-control-record:before {
	content: "\e724";
}
.ti-control-eject:before {
	content: "\e725";
}
.ti-comments-smiley:before {
	content: "\e726";
}
.ti-brush-alt:before {
	content: "\e727";
}
.ti-youtube:before {
	content: "\e728";
}
.ti-vimeo:before {
	content: "\e729";
}
.ti-twitter:before {
	content: "\e72a";
}
.ti-time:before {
	content: "\e72b";
}
.ti-tumblr:before {
	content: "\e72c";
}
.ti-skype:before {
	content: "\e72d";
}
.ti-share:before {
	content: "\e72e";
}
.ti-share-alt:before {
	content: "\e72f";
}
.ti-rocket:before {
	content: "\e730";
}
.ti-pinterest:before {
	content: "\e731";
}
.ti-new-window:before {
	content: "\e732";
}
.ti-microsoft:before {
	content: "\e733";
}
.ti-list-ol:before {
	content: "\e734";
}
.ti-linkedin:before {
	content: "\e735";
}
.ti-layout-sidebar-2:before {
	content: "\e736";
}
.ti-layout-grid4-alt:before {
	content: "\e737";
}
.ti-layout-grid3-alt:before {
	content: "\e738";
}
.ti-layout-grid2-alt:before {
	content: "\e739";
}
.ti-layout-column4-alt:before {
	content: "\e73a";
}
.ti-layout-column3-alt:before {
	content: "\e73b";
}
.ti-layout-column2-alt:before {
	content: "\e73c";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-github:before {
	content: "\e73f";
}
.ti-flickr:before {
	content: "\e740";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-dropbox:before {
	content: "\e742";
}
.ti-dribbble:before {
	content: "\e743";
}
.ti-apple:before {
	content: "\e744";
}
.ti-andrAdminid:before {
	content: "\e745";
}
.ti-save:before {
	content: "\e746";
}
.ti-save-alt:before {
	content: "\e747";
}
.ti-yahoo:before {
	content: "\e748";
}
.ti-wordpress:before {
	content: "\e749";
}
.ti-vimeo-alt:before {
	content: "\e74a";
}
.ti-twitter-alt:before {
	content: "\e74b";
}
.ti-tumblr-alt:before {
	content: "\e74c";
}
.ti-trello:before {
	content: "\e74d";
}
.ti-stack-overflow:before {
	content: "\e74e";
}
.ti-soundcloud:before {
	content: "\e74f";
}
.ti-sharethis:before {
	content: "\e750";
}
.ti-sharethis-alt:before {
	content: "\e751";
}
.ti-reddit:before {
	content: "\e752";
}
.ti-pinterest-alt:before {
	content: "\e753";
}
.ti-microsoft-alt:before {
	content: "\e754";
}
.ti-linux:before {
	content: "\e755";
}
.ti-jsfiddle:before {
	content: "\e756";
}
.ti-joomla:before {
	content: "\e757";
}
.ti-html5:before {
	content: "\e758";
}
.ti-flickr-alt:before {
	content: "\e759";
}
.ti-email:before {
	content: "\e75a";
}
.ti-drupal:before {
	content: "\e75b";
}
.ti-dropbox-alt:before {
	content: "\e75c";
}
.ti-css3:before {
	content: "\e75d";
}
.ti-rss:before {
	content: "\e75e";
}
.ti-rss-alt:before {
	content: "\e75f";
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/glyphicons-halflings-regular.eot);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/glyphicons-halflings-regular.woff2) format('woff2'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/glyphicons-halflings-regular.woff) format('woff'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/glyphicons-halflings-regular.ttf) format('truetype'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ad-e641f2ed5099a766b6e264f75858287d8b2355c0b6fa89eb355ca7905ca89465.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ad-bd5ef54e02a7c02d8836bc91eb14aa9923a549bab09218ed9495582bed00fd83.svg);
}
.flag-icon-ae {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ae-629e7509bec1c2453ed63c924bef49c3da756bef798ea4744eefea54bdc5985b.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ae-30db71cd05579e9ab4825a57a125851e307501c0323ab5284de6acbfcfc607d6.svg);
}
.flag-icon-af {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/af-981193eb32213f9e8a727a1eca743973985da070ba521caf57483651c202d109.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/af-193f5e341859f6168b10d669dab43ee2fcb2d5686b5eaff1696e400b86959d32.svg);
}
.flag-icon-ag {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ag-98b951bf6a9f47c86aaa89e176ce2403c7c8c47303bc71dc1f3a0e9cff2eb4cb.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ag-6c891141354973e18b7ce81439ee8282d6b57d4cea45a9fed44acf5b7c43680d.svg);
}
.flag-icon-ai {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ai-030dcbe2d1038e24fc9ada1dc368aecef047775825b98ef213ef98751b6588bc.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ai-ceefb9bf8b415a0e170239a6a1f4b48c314a41ac60f2fced9358f869e2508633.svg);
}
.flag-icon-al {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/al-40b1d761713ab8699637cd34d80e97487544badbe6802b925c408449d159a630.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/al-1f6b44608cccd8e78078579f948b6106141cfba45ae1bd10d390ca0e821a5eb5.svg);
}
.flag-icon-am {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/am-3e43f17b386814801af5d6f079d2073082c828f18c0bc43ae8f835e776c9c70d.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/am-2567b9ef7980cdb093667328f5d8b22d15498526cae6cd4ad01ec4d6bb255aee.svg);
}
.flag-icon-ao {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ao-17d8da60e596f92ec16a0fe965aa34774cb9fb07371990182ec3414dba590443.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ao-6f878b8e8818b3a1928ed8766c1b46ac06e8feb489a685804d232817b6c5d669.svg);
}
.flag-icon-aq {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/aq-7b0d2d09e0b5ab7e59b439b0c3898f3caf9cde83553082e8bcb9cce79ffddc88.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/aq-2a5692a57cf121d9406ad7daa39730411a04fec6d842d78b873eb1b09e4963a5.svg);
}
.flag-icon-ar {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ar-61a35af53e9a2713bde6142420df7465e373b9babae231178dee59e1197520c5.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ar-c4c5f7e468d701b5094c33e068a2c76027bafafde6203eeb65427ba19cf2b486.svg);
}
.flag-icon-as {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/as-222d3d1e101abbe6d7a962167d16ae44a17594927309dab123cff447507a09e0.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/as-e9f4922e5f21d1b9071e513f6edacc400a1a079aa6b5fc4337c2ae0e92df7bff.svg);
}
.flag-icon-at {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/at-ce18699cb3029df59862297c7ec6d70053232f211feaed332b67f0f6eef1fe39.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/at-9e7a83f9deab0b062ff711bf8c41597fa220d3b3622afdd68c2b952d694f2d93.svg);
}
.flag-icon-au {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/au-c45d91c9248b9fd015bfdc1fc2e5471f70547f09d6461fc3e1a79c52f3b9be16.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/au-3ad7ba2f47dcb8947c6717a6b7cfae254981b674298de5bd20931eae659e7c74.svg);
}
.flag-icon-aw {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/aw-717a3040ba5ba3c532cd7a5da6a96bb65189d0ed673eea68cbdbe21f04458f26.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/aw-bc1c92abd2e1d029c60d10c5c8da96b8067ec7b4e2faa46520bfe2b05e3d09dc.svg);
}
.flag-icon-ax {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ax-210efcb43ced9bd85633cc4885c0d1395cbb1d52cdee438a061887894a657995.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ax-aac87b1f7bf2f081a1cbebdc02065371ecfb6092c4d494867cbd312673b53d43.svg);
}
.flag-icon-az {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/az-ab5beb9c52a71f9dc51280c359e7ad42058873e305882a2a8285690f1bd3e53c.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/az-0bec2b63d79bf3597db81f8d62df102b75b6c1dec8d44d2aeadfb806154fe764.svg);
}
.flag-icon-ba {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ba-f8abff1af0a892d70ad9353487354aca833644aaaedb302c1ba1905394cc4dd5.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ba-4b64cf923c7a3b49d65ac818c303b30d86bce966187b32a6c1650ef8cefca34a.svg);
}
.flag-icon-bb {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bb-3948907a4678d670ed498bf1e95816692ae0973ba09676693e96c7000aa07951.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bb-18682e37cf0d168f837a901cd67ac7755fa12de2dd5b6c19fe3035539a3f6f16.svg);
}
.flag-icon-bd {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bd-5df3ac23e5a53b13f564bdadafa8cad5653ac9d58039034f31c8cabf181ede0f.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bd-d3f08395ced8257dd718b4ce691671dfee77fda496283692f40fb60d34edfc02.svg);
}
.flag-icon-be {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/be-5ef83bd54c8cf1f74140dd3251c44b4661a609662835770d9b0f0f2847c2b377.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/be-700980b3542026e37d1ae6c574829e968a64a18cf9fb4cc127f6b1e684675cd5.svg);
}
.flag-icon-bf {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bf-4a4c71bb43b3283e5c11cec9f7c04aa64dad827751617ec321724274692ed8eb.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bf-c560d68020e848e3485b982374b1ef4415a16a221954aa2e68731f6e8f00a202.svg);
}
.flag-icon-bg {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bg-6c427f239f6e3d5b7bf2cc08a75b8c222fd640bd9738f1de37a70e53191b6a46.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bg-8af2ab8cd9d0658af6762766ae5755ada8bf7b650d4e702b120d832e09325bd8.svg);
}
.flag-icon-bh {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bh-c1c381a88644515bfecdd9db79f73c3ed9b527f5194d6ac7613a79f2ce4b45b5.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bh-0afa2d0e586642839e97bbbb8549d9330f829ced1e8661edfa6d97f1059a7142.svg);
}
.flag-icon-bi {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bi-ec7ed8d6ad6c240fda91d2333faf9687717c5aac85e0e155a0b734477fdc2b21.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bi-7ed3ac075d5ff4a660e1c9611509377e8b740bda9aea8edaf9bb664bab13fa6e.svg);
}
.flag-icon-bj {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bj-9936aee0695f4b60645866c78f2bf4059282345981e166f9c1d3294586623e6a.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bj-c96af34a61262ec544af469d2c6284b84ce5026944ef4e86245906d001003eb2.svg);
}
.flag-icon-bl {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bl-a20398caa6d50ac7da22c76ed9270d4fa27492da0363aca58101d3eaf1c5a10a.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bl-44f8156b64417975f42aa3d8fb2b548f3468dd176aa3da89db405bd3d6a3c70e.svg);
}
.flag-icon-bm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bm-727c44bbf61f2647ff02d8e02eef80b60ca114d94dbb9fe8eddd145f2614a087.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bm-769f99e90bc89a19eac740de25ac2368bb7ff2c2f01ec6542c619279a9e745ae.svg);
}
.flag-icon-bn {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bn-932fc132ee5920bf130bd90e83dea8daff443e7372c69db1b4af3c82aa798690.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bn-457362832008abc9d159051b732ad36632e7a3598e82ca3a88bed39b75f14720.svg);
}
.flag-icon-bo {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bo-2169c09039fd995f29639904cab8601abb861a4a8264e30cc2b9e4b9aeb5bb37.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bo-05f8207cd52280c1c508ed094411af0ede05b9b526e89887fd38066fe47a2bd9.svg);
}
.flag-icon-bq {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bq-ed7d9b360cb1acf2deb3654a2b23405363361250d50bf670454407d63c0977aa.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bq-c2ecfd980c020dd9ae66ebd5ff1b8a3383b628278a1174a764245e98da266ae0.svg);
}
.flag-icon-br {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/br-1ca8a772040040df65b549ba1515be5619e1a07deb0b0efcd5ad5642c61620b7.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/br-effc7990dcd4ff10cebfd89c950273d76c845d88f3051a2681b9118332da924b.svg);
}
.flag-icon-bs {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bs-51897be06838d1e01c6d865e81090c34f154232f9ce477374100c6f0790c3df3.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bs-a2c94cbd8fd17e3be1451f9cea503dfb62621ade274682b0e7280dac4f617b6b.svg);
}
.flag-icon-bt {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bt-2680a43de2f642a68b6edba8b3e2645306ad1fcdd033f1388ae1164e0f204011.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bt-e3871b50499e82ddb2dee543b7de53c700ab3879589408663fc08630b3b6d383.svg);
}
.flag-icon-bv {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bv-df58d863e5893543469e5d1fef7aea56601363d244e39becc68ed4bb1ebca891.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bv-e09a66d61917b255ef7fe68de9ed88714ec6176ba2121d0552d25cbd090e219c.svg);
}
.flag-icon-bw {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bw-ba4ed252d36683e852c13eae63dd7c00092339d2bfe84cccc61fe1e7411420ca.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bw-16ee8926eeb1586cab8de0b74852e02dfb7ea52183ec719576671a02dee69bbf.svg);
}
.flag-icon-by {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/by-dd3383cfca79fcba37570c5607606e6ab199a890cfe8278e79f9143226412095.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/by-b06d8f241d2fbe07303e7cf9b749512c6027fbbf61095e491f35532ec457b8d6.svg);
}
.flag-icon-bz {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/bz-aa3be5e9428a4534b12466f10afcfa0095336f2af3bd92ae801649ec6274ce6f.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/bz-58f3e3ad7336e5fddd12fa8728bec5fed2b549d0928c0fa27122b3d9933fdab0.svg);
}
.flag-icon-ca {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ca-89861277f221489209e49e0506095a022d9981fa32a72b7ac28d0e5730070a4f.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ca-ca9bfc641e75429071f187fe4312279ab19e274cbd215cb6e1df6fadac64ce92.svg);
}
.flag-icon-cc {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cc-0746d77e441e428232261d5c26f739065eb7a5429148e7733733e8632d2f9828.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cc-468317dd2283ac0630ee4841eb53ac76e6e10e8c4faef5057e933e35b8fc776a.svg);
}
.flag-icon-cd {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cd-33518153b7e89810690655cd2fe785a90d2b5c844d585414723ad5aba9147844.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cd-961dd31da74d46c9323c99b40d81b9d5c279b8c9e56b9d874841d2e99da090d7.svg);
}
.flag-icon-cf {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cf-e343d67f782f971c31d420fdb46fe5b64f1fdde4bd5e56e28d492a4a830a1c1b.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cf-30b9d2bff4b27e13012a83bc46d98ae6b2f5cf35813b68e3446a145583cdf2b1.svg);
}
.flag-icon-cg {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cg-de2632b4c883535e4376d7dd2811e938c6181407e9e13f02bc4480e7d080e7c1.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cg-c908e92643f598be55d44919258413db10e0dfaa362400548faa978072e2c6b2.svg);
}
.flag-icon-ch {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ch-b509573bc98db7d43094f62b53e4a27e51e149c274f6b3eeb9ddb78b003e3268.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ch-e3430279ed94ed47ab3f4a24778adc823705f221dcd1a049f7cd8042709d6466.svg);
}
.flag-icon-ci {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ci-3d67895e5af79398706f460e1149d9fa74456fc936baf12debcc8956e7552aa6.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ci-5103ba3124dd4a80b4e0e284284ae7c4433ab12fbad5edf996cf353a48486a01.svg);
}
.flag-icon-ck {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ck-f948b21cbdceb305a6392f1ff0dd3775bad3c6f18e4b1f1a53f8c8803c2857aa.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ck-4db76d1c8b3cf455142b0ecafa22f8dd94ca8030213aeac397d5ab35b9008b57.svg);
}
.flag-icon-cl {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cl-910c0910ae4df7998394fc2bb89fac7cefa7895527e777a1e487faf5f8041d73.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cl-5dccdf1852f0c96b80f5b54b23e29bc7c0f6cea29c2a9a22d8a665c2f899e112.svg);
}
.flag-icon-cm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cm-7300ea6ca167a4e4da0c47b0779185b16d9ca16397d6042fa802a43ada80ff3b.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cm-3c010f9119c769e156098fa1adfd6cb377335be855b8d3d7bd8bc2c8b8c743ca.svg);
}
.flag-icon-cn {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cn-631ea7bdd21a374976556768a460faedadd6bcbfdb66fbe3d1e46edc8221d1f5.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cn-0cf7be50d5867c9d178b67298901bcfeae13d1bebcd5b879670e2694226886f9.svg);
}
.flag-icon-co {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/co-9f82ee0e88a40211c1171d045732c5faeccdb785af3318588551920411596990.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/co-30d7e967d4904e1000b91a4cf456caf99c6dfd6d687d02635a5fd06c9a13a6ca.svg);
}
.flag-icon-cr {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cr-194a4400155727fe899391829617857547a26f215493b00a0078d4e5bc1bd44f.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cr-8c65132ebbfa27d367422a81535c8d371641430399347eab9248e00cc195391c.svg);
}
.flag-icon-cu {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cu-78fe73f767c79f7ac2af320b48a0750d946b99184ab65cf27fba3e6c9fa44de3.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cu-369f591bccca3416a76e92b2a329807e929fb78b450ae3752117202192f59764.svg);
}
.flag-icon-cv {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cv-6d4aee9ae1bf9d35d02372f522186dd0a532159085409fc870b0eab2441ada73.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cv-e49f7ac1f1d701b428da86bd8a884ba650af9c0c433d26510aac1b6e04f93b1e.svg);
}
.flag-icon-cw {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cw-21edcd29a4f48ccd89920565102351607bb4ebcbb8c51c9f529d47c920cc102b.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cw-3567cd95b6c05b83ab8618f269c7076d16eadaa8d0e754d6950465f8e0f21f06.svg);
}
.flag-icon-cx {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cx-aa43885a62b3b4becb7a0e5e9b7da0406333642f0989356d04533270db0ea2f6.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cx-777f105ed630406e34146e13178350abc722164ab150fdfee71284f012ed0f0c.svg);
}
.flag-icon-cy {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cy-7b9b10eef0e36f7594af72f15ecc6f2703517382080470b21b720ba05b807466.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cy-37c3c6c478f717f5e4caab65abde50ed012c46c54b94eb260c026770aa6c5dc4.svg);
}
.flag-icon-cz {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/cz-1e88ca3a28c766d4818201d2f9ef0ee5bfbd6b7a0f83f65cd83caa0600aa2ac2.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/cz-10f1a1daad8682ede33af6496c2dd743d4830e2e7caf05fb42123fe46320b331.svg);
}
.flag-icon-de {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/de-8f766ece19ff7c49e8ebfe27843546c9a86e06e10b1655e8c1277a16e9361600.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/de-4452cbc6379f6aa366e468a5b23668482f5e21cc4abce7a830a3fcc30349fded.svg);
}
.flag-icon-dj {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/dj-3e926f8528ee100d79ca792b7751b9ecd301338c1255b22397b30246356e1bc7.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/dj-ca411dd551c66d72910216299ea0fe1ff07b49cc84f1e86df20341baecd15c3e.svg);
}
.flag-icon-dk {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/dk-1cf2d95b005cf9d9c228b7143448ff36837ae2f7a8f14f1e53d793ba29cd858e.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/dk-14f9ebc858f9188350ed91845e15eae32439945073901d0075c44216b01ed465.svg);
}
.flag-icon-dm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/dm-0fd4fe2f68ed01b195ce919e96c6cd415f97afd360c4204ead5817ef80f86482.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/dm-031fde92384d1b54b1dcba2dfe87b3f4699b07d503af9b39ddab7cb1c2fa085f.svg);
}
.flag-icon-do {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/do-13c69ff957921c3b11264941309edfbfd584a8163aa69b9d01374f96bd9f66cc.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/do-4d586ad90c68621e7cb065124c3600b3e54755efbdef2230b0f7d34546fd8cf5.svg);
}
.flag-icon-dz {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/dz-d039114263ac4ea25d2d530b8060842011d10d996226bdd2efa74e5d464ebbdc.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/dz-03fd7d1555373d2c2d7d27fefa50951a8f717842de07464fa6f7ecce2589eacb.svg);
}
.flag-icon-ec {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ec-e259680fe6fe300982395604acd6fbbbf16333fab6ca1a6d7b97d5bef5b518cc.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ec-95d269e33aafee5a8d44fe7e1fa85ee81723ac272e494142c5109bb5f03e0f64.svg);
}
.flag-icon-ee {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ee-9fe48668ba262de6105f88eb5b996cb35514325c332efda05c201028bf58372c.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ee-60a7218a4ff161495e8d81013973e8055c8b2f80f6ac5c9dfd5ed7be46d47eda.svg);
}
.flag-icon-eg {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/eg-2ff2e8941391ecf38caf63f53990221eeabb7812ae868679cb21f3affe59bdc8.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/eg-ae95bd5e86a7c1de8ed57e1e398652f22101a757a3e2b4861ac466d3fc717365.svg);
}
.flag-icon-eh {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/eh-50fbf24da9b466d1d701b44d7e399e309b29e844a94345b952c17d1d02b6aa3f.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/eh-8a37289740068191184bebe66c45a3b107bb32dcbb596d5754687ac4cdb92dc7.svg);
}
.flag-icon-er {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/er-d421ab318d53f3e89e98b84d172e33660443864348f3b6f11739a1621c38c028.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/er-bd3c8b56220cf8fe24e231c3a92a4fceb8dd58f7aa6d2ff5b71939e4a5306be1.svg);
}
.flag-icon-es {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/es-e42f6bd497d5a64d95d44f197a6d7fe0082e68b7d93e37afcf28ab36e209eef2.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/es-bb7aecfbcd06cdc2e1910fba6b77843a74319018f0a13ee0936fe126d178f4c7.svg);
}
.flag-icon-et {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/et-bef3a086be80c5457b040beee8ffeb79fe9e7f0e3978a5ed582c06d6daeffdb8.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/et-365d72b9c5f778ec031ed9cecc13cdc70cca3eb81fa994a2eb6efc68903ebf24.svg);
}
.flag-icon-fi {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/fi-86f2e985cd6654c81c3228c707035a47238106178dc54fd21f7c2a2952a121f5.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/fi-7b2a8bca03c39ade7b1a9bf29a145d5ccf5ed9a58643a441d11439e042b42443.svg);
}
.flag-icon-fj {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/fj-555aa694bc3340487fcee6cfaeff250b53784c936db1b1cce7e9497526b32037.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/fj-f78e4d515148f4fbceeca05313166374d35a6a48cd5d1094229f246466dab5a7.svg);
}
.flag-icon-fk {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/fk-dec99feda6ef37aee17bd9d2604dca7be11584affa51dd9df0ad4e72193166f9.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/fk-eb382401e91796532c7f7e333a97e362d7778075b6b2390f5f0a7456d99c6ba1.svg);
}
.flag-icon-fm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/fm-2c118a017be779d367577a0f2b842e33ca2d321ed40cffe229254d8a5e0eb840.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/fm-fcb2c590d217561cc649a01deb6f22be9f676e78ee33f8d15c17b581fe3d6d41.svg);
}
.flag-icon-fo {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/fo-d1efe6e2e4e436a26aa2cfd482a77866c89a0f2c20d1cfca543761fc20564acd.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/fo-20ab33744cac2770ee908aa82770ad0fcf3a0ba2e5c92a3d2fe04b35dd528616.svg);
}
.flag-icon-fr {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/fr-a6d5a47054a13dbb8b67ed6bfddbb85f82f3c3c7e5708e9519b4182012436d93.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/fr-f9f62e546d7cd63da3ba82238f12509ac1d1b99d89865db8cf5567217ac4cd26.svg);
}
.flag-icon-ga {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ga-8435763f0b93d29d974ed5496a5f2b321652686da70ad490e6dcb6f5ad1f7b68.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ga-436543c2da378cd0408dcaf694640722e4e861d92b4913e7309bf1c31d937a21.svg);
}
.flag-icon-gb {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gb-5f975ccc35fa981ace31a65b2898f012d3b93e143ae826458289f9d6c3177493.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gb-6ffeddb250bd7e55a8e240764ba452ef594f2029ced526dac2e535b4157c9289.svg);
}
.flag-icon-gd {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gd-d633fcd186616899dfab2595b4eae0067ae60b2d3751154f27f102d333483a7e.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gd-351a4a788140603ed98dd35a7b13c2ad035ce0344005a642d41866e373ec7b8c.svg);
}
.flag-icon-ge {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ge-86b4b9e170cfcf37a14d82f1e764a153712e3bef42730f8c706d415a568e897d.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ge-47a26e27678e29e13fab56d97ff36a7ff979543283dec4ddd79fdf5b4595e1c4.svg);
}
.flag-icon-gf {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gf-2014d3f7d350d5f668876121a464f0ff1b66fad8ab20bd6da46b9013d684c142.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gf-16a6536ba05d6051b483630bd0cb0a0169f5fb21095ed006b67e88b365fb9c8c.svg);
}
.flag-icon-gg {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gg-c9d34c721ae2f07b80bbd6044de8ac86003c1420df41b86b2a1bea669eecbe67.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gg-6b7dc49d5d80de4a8339a4d1c81601e0ed6df0e900ffb95e572c34bcde66e622.svg);
}
.flag-icon-gh {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gh-f675ac92ddb2fb8d408e82e0aaf90ed944bb399954fe25440eec7307e27b19a0.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gh-94c500f4b4cf6106e423a86416cbbc8d615c9f5f671afd6e3b495ddb1b9090b0.svg);
}
.flag-icon-gi {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gi-f2fe674f037cddc084c84660a68417890270b351744001a2a5fc554716d04b65.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gi-53552d90ef97b5ec349ab1b68ce40fb2b3f68efff09959ceac61b3890368f71a.svg);
}
.flag-icon-gl {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gl-8394564c3db598c190392827a944abade1489959b2e3663bf136bb49fdcb29e2.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gl-5c95c56f18e7911f9471c50761145fb1bf363a30a9a209b03b08452829c8cf8d.svg);
}
.flag-icon-gm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gm-d5a86c6292ab2a3dc3c4aa607bfa3b0ca7141b00330a0327c00b9ab24d3a9680.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gm-2d827c221813472c2193ac69d30c5d76cd3f27c576a071fdd97d0a7dec307245.svg);
}
.flag-icon-gn {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gn-5f0da06b623a351a54fed4793cce06b018248a41062a91d23d2fc3139d306ecf.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gn-ed1dd2dc4ca5d2bc1f9245d3a3f8abe7f393683f1a740aa4fd8b8dee0b362898.svg);
}
.flag-icon-gp {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gp-b0c5fac5304354bf59e21475b2130a0349c6a698fdf8d32c2e917123998d5368.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gp-0dc0e301b3b6133db96ce3d38feff9ae0f10db5326b26e6df3d535ab44e3d75d.svg);
}
.flag-icon-gq {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gq-14886e6ff16e3edccde68695bd9ca556d8307d8760f69eae92d9400a7e05d1ee.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gq-0d9975be2f83b769639384614ada70451dfcd299b8d2b855cba83f9ceeacb00f.svg);
}
.flag-icon-gr {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gr-41848b7b2ad611330c1dc15ac6669050af26c5121adaba7f5e40b5953011333c.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gr-f2869e29b0d42d71a339deb6d28244bf8a66607e45c059c4e19d1c5ed3330bda.svg);
}
.flag-icon-gs {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gs-7ae54dcef1cba5bb84836345f4955b2de1ebf5b309116c7624623fd36cb46859.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gs-5453cd49bd3920ccb8b75cca50e38b143344d9ca56149fb97c1010ab737e7414.svg);
}
.flag-icon-gt {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gt-3eb3105e3c741ec8c85df0d369099192bde068bfca9e01e85eb7609a36aeb638.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gt-c6524cd2f5dfe4294fac6d6460b2b9871356778be8b2ebba87d649c4b79cedcc.svg);
}
.flag-icon-gu {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gu-ff0f76d863818973f938577305148add9b8d2499f846323e97a2492065d8d46d.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gu-7ad817f72a2625e6dfbfc0e49c56ba37483dc7cbc467e6a6f3d67e8b2f3b2ccf.svg);
}
.flag-icon-gw {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gw-ebc71d9f7fcf9b42696802cca06d804e0eb9a4e4097cdf3b66260a723d0f5703.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gw-29289b1aa54cd552e4af8174d1b75116de201a7a8b6266d4a7ece24be83cdb44.svg);
}
.flag-icon-gy {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gy-ecee3ac83b33add9286d56aade0a15b39aab2209ff15923a1b5a7da354c0b93f.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gy-673e6c08ad533609db7b00c2b0c80ea9ea3627f7b325c7bd452d60176795f615.svg);
}
.flag-icon-hk {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/hk-5eed0e08a241b091e2a6b0257e55ae121836a2237d5d79e078869de60396c745.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/hk-00ecf208089033beb1a4bd719cec505e630b4f7e3ddaa51f5db36e7afd5e1abf.svg);
}
.flag-icon-hm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/hm-be1768b4a676cd0d0ccf774b7edb48892a5a829c2b7b14b05a8c1b71135ef5eb.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/hm-1432673c6c8a91919a132e2e5aec372ed6a9a72b1367f4cb2274ca84d856360d.svg);
}
.flag-icon-hn {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/hn-e6100f2c7af50f88669b9a5895b2b32b45eb9bc63955895c975cdc43558604a1.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/hn-e8bd7e39a3dc9e8b614b310ca0bca9e08ea928909b6af19d12a1d913bd4cb6aa.svg);
}
.flag-icon-hr {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/hr-914f883186906073786328fe6e7f5ddf02ed58ed89c1f24930dc742064141571.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/hr-2341c8268e7b74040f4da31141b5bc0bb90ddd84fe5d1cc9f6f97d79cb876a48.svg);
}
.flag-icon-ht {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ht-32e57bbd65f7b41eb7c806cec06299a174b69624a1831600baec4aa0da06955b.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ht-f80d15d9c491992f7a6668c2e43e99a7abb8dc429e50932cb7af1d81000194f0.svg);
}
.flag-icon-hu {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/hu-c8721fb63dad1fff0e05eb3894910ca8dd22c9a8b5fef138090fd0fade59749f.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/hu-b4089d1749f7d4312361c71451aeceb7d3a4df9f5d086adfc31d4d4a4db98613.svg);
}
.flag-icon-id {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/id-f0f59a0b5615f27f95a6002b0553d844aeb68bd85471e572e19c1b3675415de9.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/id-2c5926f333d45075e31acf7925332f4ee615e7f0aeef1ae69f0e0ddb9d3e36dd.svg);
}
.flag-icon-ie {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ie-3f3aa80a27d095f513da816c9997fd758a68a06bd62965b9e8c67a493a07fc51.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ie-71d7fa6fdafc215870e72cee7fdc1ec659c9881082a2f03674cb28e7f3d2f20e.svg);
}
.flag-icon-il {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/il-7e3721cb8621cf1bca83fc9726b6f8c4d663411a4d92a15b0b0ed2acfca6756f.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/il-0e562653a2b343b2d159f99d3aa10deaca0dc46fd0e5fd828595146db1b74545.svg);
}
.flag-icon-im {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/im-2e87dd981874b4fc4086809d51d0e8e287f28c72f6a9814dc61a95d0d8c8cf36.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/im-625b0df516f9897d71235f54101d04a8d41b2bd366d218a9e9f9c9a0ff36fdbb.svg);
}
.flag-icon-in {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/in-02af46e1956ff50b9d5486d5c7be0674a6071d8f15d4840724fc660d0205f3f6.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/in-6c5def64e1231a7532f42c65407db1c88411405e117b8b1728d8c824dd6a7f2e.svg);
}
.flag-icon-io {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/io-b09d88212d0bbd616aae790104eed10eda4a0e2635ef363bcca965543a010f9a.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/io-2f0b4e814f88d8b630d000ce6c11bc888ba712b215a621b54894ab58f72482cb.svg);
}
.flag-icon-iq {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/iq-5fa3f01d2a7c6c5c12fc8b314f18e7d786f4b2fa0bea359d8a19b819c7b45f89.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/iq-ec76aabec52894395ca827bb30aa0489071b0a2fce76befa44a4aee9803a52c5.svg);
}
.flag-icon-ir {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ir-5708a5a38d30e3f61e05f4aa0224f7542e7fbd650b28a5df78643661d414a4be.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ir-044cd8adae14f68592173c4935753ba9665e995efb8769cd4c6e9c92948fd19e.svg);
}
.flag-icon-is {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/is-bee53f847b1c5e4d2411e10bc66c19f28c5616863e0dbbdb050b0d39b5074f5a.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/is-66fee1f9d61312defe4aa8fe8d25142f75757baf56265ea44701785c56778513.svg);
}
.flag-icon-it {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/it-7e4873c5edeb8bb9b023f8b03d93a627fd8e6bce5c22fb6c1b120a228eebd28e.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/it-51fc17b4ed2b26e80bbae36630c37989650dccdba2884aada9fe4ee4260327ba.svg);
}
.flag-icon-je {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/je-6e95998e9cfc557fb7495c6029bbd905b4e4a60b6136987585f44560f54eaaf6.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/je-9389764c89a5fdf693b15395445c5dcdfa138d633cb84b3469ccc451082201fc.svg);
}
.flag-icon-jm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/jm-201f1d5ad3995a72c70b9235a19258dc3067656da834b147dc06fd282399768a.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/jm-05367c611b1471e0df58611ab671ec376045c5fcd28bd12c6fb663a994e7c85d.svg);
}
.flag-icon-jo {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/jo-49a0fdd5c49dbe628d2cc71ac115328d00401f8b68cd941063da246d8aab3441.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/jo-8d74da769c85f5107277825144780f3f6532d2d630e78e7d82a59fae0ad719f0.svg);
}
.flag-icon-jp {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/jp-ed73e20f1a4d76f4f6027aba75d2f28a159531cd59cdfdad8f3767b24d688101.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/jp-ba16138f80d5d21af63a5e77aa4009897ab8ff7c27e42a1051e558a9632f50e9.svg);
}
.flag-icon-ke {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ke-1ab4eb4ac3e2f522da94ce7f13309d5b38ab69d1cd2a7aed57bf10e387310ec9.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ke-de261c03b00a508e69e5277fbfa1543a136fd69ee1e3cce35fc6a9ea27cc8e2c.svg);
}
.flag-icon-kg {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/kg-139360bf21d109ccb4b46c0661472a50dfeb687e3581bf6b577463e856fa011b.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/kg-d69080d5bcb61b9cf502e907d5b0e5b04e2a3c232c04d8efba8977f85dd1c4ce.svg);
}
.flag-icon-kh {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/kh-b9d41f12740442e361396bf3679ea1d6eb08d887be6a91ef3f8114a65e80e9a1.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/kh-b2192952d767eff49788b8751641b2d9c0460d7e48fc35557051fae9557cf4dc.svg);
}
.flag-icon-ki {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ki-396f15757bada315212d802fb9ab67e8531b6c07e51f5193ae48417cd127fa07.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ki-0af53a54467a9884f909d864df3a88f1997d143d706b8a75e1642dab73ff0cae.svg);
}
.flag-icon-km {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/km-d1d3a332118aeb03a28dbb168d27f014c1991f10bf35fc2efd92735749ab6ed3.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/km-96daa334e6b874771736bda06156bb78c42f2afbe8744f647aa5622aaba603bf.svg);
}
.flag-icon-kn {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/kn-ffc27c5c3b7a17015e308a2b98ec23423d5c87c3748470e4634426fef06d1b1d.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/kn-a9e1bf4390557203fcfbf2c0671aeec4d1f2f4308b54b18b39a0991c66ba9bf7.svg);
}
.flag-icon-kp {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/kp-9a0e8f892aef1d8fe3f36ff81828f9027b608042bc1a9cf8fb393b580fcf4268.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/kp-7a22681c8813c8ced72f57661986772332882d129d5ff443becf2d221759c87f.svg);
}
.flag-icon-kr {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/kr-e7c34b198463e34fd11f29679def83a2e07b3e7aa72ff4d579c5eb5c301a3904.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/kr-b6a8185361a198ef1b166ff94b4b4c5d3b3b69dcd908fcaba72c7dc2b8edc642.svg);
}
.flag-icon-kw {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/kw-0ba02179f4ed585cbfb0fc4cd70728cd69c10f6c5b65e09464c0b687a582494d.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/kw-e0b3ee785f20a4e20e7a22d8f87d5771f7844350d33dd0e1ecc68017d4ba765d.svg);
}
.flag-icon-ky {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ky-6eb1eb33a7be3c1b4c6a0a1bae6d4f0739fac2a2789ef0ab234bf5ba046c68f5.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ky-f635fc93a3bc9e588bfc34d0efbd79ee70122a01cb2db3be7a1945acb98ba3d1.svg);
}
.flag-icon-kz {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/kz-74bb58ff69ebe51624b6565432b333a7595a2c4923d3cb6dc818ee07f0b44d14.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/kz-11b6252e87166d654b46202abfdea969a3e83fbab6c21c459a6f21becc5b5a12.svg);
}
.flag-icon-la {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/la-67eed4865cf79f4dbc6041a0e73b6fadaa64a92a0203dd112d6189d185235468.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/la-fac0519480033d72a3e5ba37072482dcca173f46e16e1efeb4d792890b1e649e.svg);
}
.flag-icon-lb {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/lb-535ae554c6332b1c808d509795bdadfa78f59a859da588edb6f95505ac36a4bb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/lb-f1e27bf1a8cb3dafb9c830187ebd3cfef80c1c686baad1355630d4df9a1dcc0b.svg);
}
.flag-icon-lc {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/lc-3727b9bb5e9057dbcb4d72cb0a993326570a2ba85d65a733e6d2bccdb64a3c0a.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/lc-b3afda930993dca06ad1a4f039a6cfcf98c7f21ff06cf2508c1a1789a1530d9b.svg);
}
.flag-icon-li {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/li-5b6f13e394b555510cb44e040d58dc0c59de958b6c4a736066f61470ae1ad2fd.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/li-67d2b87b2de40b6cde7101ea7a0153cdf14a9fde26753ab819d813a0f4d61eea.svg);
}
.flag-icon-lk {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/lk-60a774443a17b2b6a769ae93700c0ff087950466d5be7ed1cf2daeb469efcc0f.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/lk-6e68de16123788b0abd1ace94b9185eadf1b3c618354dad25c2c38a5bad017a3.svg);
}
.flag-icon-lr {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/lr-9de0be11b27dc9ee5cb5630a671c5e07a82c55c5106ca6494e9ed2c4c369f02f.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/lr-b7b82a847c5522a9b2d7c95d27609c185af9fb062dfb853527e8df75165b4737.svg);
}
.flag-icon-ls {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ls-b87ac2ee5a601b67038dd797f82d3c21f557ce326d4dd58295eb32b059ac1e47.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ls-861209b40449a27f438723533b88918b97c06093898a8a60f94057494c7fbbb9.svg);
}
.flag-icon-lt {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/lt-6a1a907e9e61c9628d1030bcc9b0df72b462f0ebe267de69e6155475e3ebdb38.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/lt-d54dbb92d3ec71199f4620b08db4e34b365d9f7ee2ee6198c1abd7a3814ca8db.svg);
}
.flag-icon-lu {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/lu-74e8fbeb4cb3b8b04ded0ffc91982a3cc0d6d3300c9d462f19d3d735215593d0.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/lu-d1a60ff697c5ac00c9bc6fbe2c34e7446d140e319ec9beb96bef09055813a18e.svg);
}
.flag-icon-lv {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/lv-087389ba4191a63f789b2ee8e6633d494bf2bf46e6357c9f4558f495d9d9fd68.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/lv-894a1b57bb0ee1896ea2901a611ce4643a7cdcf11dc79ee6abb938cea1c7edc5.svg);
}
.flag-icon-ly {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ly-5b27bb94ba36b2fea38c79dbdbc26715e33a64200e3d30b84a82a37405afc49a.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ly-8f37bb30392e52e719e1e0c83d6786d045deb99a37240803c91e15b8f37742de.svg);
}
.flag-icon-ma {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ma-73dc3e5b4a4c36211a254948c314bd736fceb3983810744ae267888d458f61d5.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ma-e8deb09f031b004e80df2f4673cc9944cdcdd0c3514562709c8ca6c8fc36c512.svg);
}
.flag-icon-mc {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mc-09b3172b3f06620d2b4a57c3ece9c7995bb6dd32723e0301cc85156f64a71d93.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mc-88813f31bdb6a275d4d2ea820363992b6893d31edc8b34f9aa1c2bf465efd09c.svg);
}
.flag-icon-md {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/md-f345d0a4ff4488a13a294521b7c20be5f4c61d21918a3f88153a987f306a436f.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/md-7c2bc264b6419f6d986409c35fb17545f2b48d076d044b2e7c91aee0401065ed.svg);
}
.flag-icon-me {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/me-b3109df4e9f86b3a06fa3f7f77057591acb224d7a084a176809e02eb38f5e7c3.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/me-d839a63adfd4a2a2f75c9a13c7290da48d12cb83e0d691585ac6de8d3fbd094c.svg);
}
.flag-icon-mf {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mf-299a540c7597348a6a9c3b2e092a5b01350247c98e9c062f2036c7c7b74339c2.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mf-15cf0e5e9ed318052bdfc84d8f786935b5263356f836aed6cde8069802b1bb44.svg);
}
.flag-icon-mg {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mg-f5fa7a09dd0447b7e0ca40013b6833165fb67f53b4d58237c670b4ebe84e5357.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mg-e4f5bb631577701c151adfb670dfb5049ef65a81d39f0b02ff1031acedeaf907.svg);
}
.flag-icon-mh {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mh-93dfdff99b92fa4917c93941f5d97fdb2ad5bc34f3a6b4794701bcf02c1ff72d.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mh-700cf95320c143468025a0b646b80377f9a4c4e2c991b3ea658a42c4e7361bdb.svg);
}
.flag-icon-mk {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mk-282b9f89501677769b06f77eff70d56a08b192f3351b207db4c6ba88cafdc6f3.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mk-c561b7ef76e360f2d3ca38f7794651b110283eec9baa79c630177ecf869d5bb7.svg);
}
.flag-icon-ml {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ml-dd77cbbfb88b3a1be6b1724678d6cb4e6067e3309e88c1d16145d3732b45b22e.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ml-647d676a27fcf146a2130ae912328816f939e5eecb2141b3105966e1695a76f5.svg);
}
.flag-icon-mm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mm-7c440f1ec2d6fce391485d8b3b3a747e17a27204faefbb3a9a69cc960ed72e42.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mm-be1518b8b7ded5c84164e578a1fc36068fa4bd91a4f8a35bb0dab2a0d6fbd2da.svg);
}
.flag-icon-mn {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mn-2a961c60e590e570f856bb7473fd44bf6e6f8277c28b6aefcadf114d6f479ed6.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mn-2a69d677ed70eef1f4e3f6b15ba710c1f8878c0111c1d1eb35ade8c481ebcd41.svg);
}
.flag-icon-mo {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mo-5359220ca27ae67f3173eeff1ef3473f5e01c39e96629a32b251bb83e62ac340.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mo-d53c679e97689fca302ae44cde2a2609d653d19ef64aba11c0d2070c6fce4636.svg);
}
.flag-icon-mp {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mp-7ec20d65c3e1f92f300dce1eba6c3807f077908ccc87091baf9ccbe82e1066dc.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mp-a233f63eb4d582916625eafdeef5c644267531928f059f36cbb4c4fab7f39444.svg);
}
.flag-icon-mq {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mq-8a72765f61a00ce6ec2c15bb77d1d442f6bd8844f5eb0630b1697b45fb2b8958.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mq-f258069bc8eeaabbc4a6afd05b86889af348982af0cc3f73ac1acecb2d569218.svg);
}
.flag-icon-mr {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mr-242a3d68bca90d88279e8be45a2e4ae9988a1766af2d1b88b33bdb90908409e5.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mr-73edf8436d33c7aadc91fca4c1089474e8712fb7a4652ac37d783d6333e5b6b8.svg);
}
.flag-icon-ms {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ms-7d543c3e12ad034620ebdae4bb04a74f71e27cef84e8b646a5f740aa7f60ab8b.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ms-c0dc59aaf5c05589e0e7ad153acae90c56129504427302286d2ceb17e79e2b38.svg);
}
.flag-icon-mt {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mt-bf4d12d631266db2e5c0286031396cc654efb587411f71f53fcba348a136e20a.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mt-fc6e62ee2c0bf1b4cef56c302f55cbd7472845d95814c44970d5b4e500dd78f7.svg);
}
.flag-icon-mu {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mu-c5b144de066a20dd2eb38ea14dbace1c6c128a0ad714c55231d9ab82cc7f29a3.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mu-c668c8c46b58e7d409baad2a922165e55dd9558f608091675206e6f6dd05842d.svg);
}
.flag-icon-mv {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mv-9f68cb4a98b4aefdb8e0c9fced74642fcb8aa8159931288af2d5442fc341c499.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mv-3d40ef42292b976d4a9f66c63e36b2f26333dce0afcbd95598bc6c3e4f6c3c56.svg);
}
.flag-icon-mw {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mw-33840632024545988eb34d7e648b15cc8012eae1eb4e9e06ef2a05738552e78c.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mw-5d59ba4e3770b5b146b601c8166f8e429c2e6d309b1ec2864cae73b30f39ca22.svg);
}
.flag-icon-mx {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mx-d63f14b6bea6e7358f44f245aae0feeeceb87690ac7bde66571d2e8d52210526.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mx-4bc21877f824f25c430051927555f0d54c994de2698b9e326d4363d1afdb2db1.svg);
}
.flag-icon-my {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/my-d62d89223afc66bbd140df2981a0c2c3bc034f0efa1a90ae8b8ab914b42e406c.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/my-3fbee994511d9b52292fccd867ef95c2ab452c7184431ad6b186fe40d81b1a18.svg);
}
.flag-icon-mz {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/mz-ce09d600a9b6a74ea543a34f48393ee9d3ce75992f7f8809f0e3e88ae7704b0a.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/mz-32fe621739f1c6e4581fcd4e713175c6deef4e69aa45d258f5df1e9bb61e87b1.svg);
}
.flag-icon-na {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/na-ec59dbdfa92e6c5963b387397b2f4bfa938d8d7b30870487fb4a5daabccf62bf.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/na-97ebb4017a0ccf3bde89487b822c1573d4e780e0bac16f05d9b286542cad1980.svg);
}
.flag-icon-nc {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/nc-cba1005666ee388483132dc7fa704c9a27258af3f61b263cfee0c55e10052b35.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/nc-3c8c24b96a1cde70ad54e9a97171568879ec66fa60a3fba2c2717a7b1781b21e.svg);
}
.flag-icon-ne {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ne-89076acb5a8254345a1e58002ebcd7e54cad98aa648ecb6cbcacc34233bcb49d.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ne-bd6a28670fa00be69f27f35ee5da45fb700a6da782602e6fee351c24a938dda8.svg);
}
.flag-icon-nf {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/nf-bb3c1b803d6470b9f5af4c75c299462a332c5ba6b45c1d53418e16a38efb079e.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/nf-87bf376df467d1b7237001e9153c0280158147af7dbcebbcc0e6e1ec2380ecc1.svg);
}
.flag-icon-ng {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ng-5877a3ee40d970cff7c21a7547e4e6c829e03ac764563fa749a079eeb497d2cc.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ng-a8a591fa1e48b33e4c963df3a712c22170b5e40816278611bc723ab3628adf02.svg);
}
.flag-icon-ni {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ni-100f71615c59a49fa4ee14bfe182af173e713f1b26a738f97ea25348686974f4.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ni-7d6e5e88e78da02e4decc81972f0adf51cae90c1b075402821ccb27e40e67e10.svg);
}
.flag-icon-nl {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/nl-c710f40fc73fd7c3dd93df01d8428480a6bdfb978b34d46ce64f341e67a35af7.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/nl-a896c182b06dd582970f39b7994c73ef520a647b1b96c1d8356b95b1bd000f3d.svg);
}
.flag-icon-no {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/no-a02b01c0bc26fbbff54150da5d91ec59963c41a0ce4a84b8df643973afcd522a.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/no-4b6ce638f5db35083fe325c9e9eea6f382223da6f553a380f28411bc1b54ae0b.svg);
}
.flag-icon-np {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/np-8a04b46d4170cb736ce2f499491437ce00930273ab617b8400da1ac7ff79766e.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/np-d3bb8c4f0583a3496b43484fa52919272ce31646281dab44a91a649beb0e4ba0.svg);
}
.flag-icon-nr {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/nr-fdabeea35e04eeac40ce6aee15f7223c7962cb71c13e8e8cf6e1ef5051b3a778.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/nr-bd2651fd45bc1d6f8dbe64180c8842107bcc60e8f5ff322e11085b599d539d2e.svg);
}
.flag-icon-nu {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/nu-3944b29f922c527ef31e4c2d5ab05854d6ac60c7f6266ee3893f9d924b3eb44d.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/nu-769cca4a9e233a18c875a2cc6d56edbafc40f8ea973db5f3b9dda3c7e000be96.svg);
}
.flag-icon-nz {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/nz-dfda5287aff48637004ad290cf3113718d0ada3af0221442dcf3b03e80fb82a6.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/nz-a490a6d8e6620f8ee3d6d0f161a6d8654448207d5cd84be2d3218af11baef182.svg);
}
.flag-icon-om {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/om-40fdf411935539544a76c7ccfe36e07701d1106593bbb29ab7d0b25167505ffe.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/om-eac6a292cd4a3fb52fe324c64d82523326ac9dae2bbbf67f90b940537f3d1f1a.svg);
}
.flag-icon-pa {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/pa-8373b813ca9caedf3f35f4df84a929cf77e14004fead203e64ac1a450a363f64.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/pa-e258e30e895ca5c58d9b77061443db020d87d3b6a1fdff654b3cb3f3b9969f2c.svg);
}
.flag-icon-pe {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/pe-959bd13c94a5a86ca55f907d058fbae1fe46b5a2d2677b356d83d590f83460da.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/pe-54d03fdfc2d31967243ba210411cf5fcb16ccee02d381111f12d7b50340a9c9e.svg);
}
.flag-icon-pf {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/pf-bcc3b3b9b18494ed3cf6d2bc59d97fa5ec2b88e9671b44c9490936febbb90935.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/pf-da568d3d7c81070c2727d25ca630b9157bba4b930e2d34de93a4d3c5f3b5f653.svg);
}
.flag-icon-pg {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/pg-dc5e840699d8acfc227620a5bcee9653d14c9602b41f4965e2641cb955c05d8c.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/pg-72a858006db9050bfd832db099f31efabf679281d3b2b16da7c63bc05336e604.svg);
}
.flag-icon-ph {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ph-6fa0c7a03ace0e91c8b2c59481a0e714c5caed422d20b43109159a438c776cbc.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ph-1d4bf9fb696350d4025c012746ed4e5a053de6739f0df0d318b37ae5e7e45074.svg);
}
.flag-icon-pk {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/pk-a747198db235f88af221d0f021fa9490cd7614e6b67652c08b41f8618e043091.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/pk-02b4946eaf0e1055a0b5d029db7a0567defb47f0499c6b9d6419c31947f96799.svg);
}
.flag-icon-pl {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/pl-7fe299787b41ff8c5f352e61003c3f218b05208d883f39a21f3dd22e955cb832.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/pl-37af2c8478e7b0f024274cd4d365fe79084e9debdbd4faa74f1178ebfecbb5cd.svg);
}
.flag-icon-pm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/pm-e570077b2e77b89e7c48dad5041d18e4a0975e4bfa898f4c44b49bdd88fb840e.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/pm-09ac6ea4d29569967c1194910e95042a4ce5c9c5bd5d23a87d4b08747aa01d49.svg);
}
.flag-icon-pn {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/pn-962217cf76cf8094223ea189e6f04b2e0b8fc03bdb6c65eda04d318bedb4248f.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/pn-4ab685ea976e65642ecea4b03b5c6328991e1699b24d24b810bc0fe0700f5ca6.svg);
}
.flag-icon-pr {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/pr-e166d2614460a51c00a29b88511a4b519059dc42eeaa996b5c6e485d470f98f8.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/pr-17d96da166de8afca8e7b7bf5f24b7bcbaa4ed4b37726b047104afe96c63b677.svg);
}
.flag-icon-ps {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ps-5d3a06825713dbaf74cc2652afcf21d0ff882224eedd885bfda5c7f50532d9ba.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ps-e55792a3fbbe72d0109909508022acf273e2e3fd79c074008c58e30a8399359a.svg);
}
.flag-icon-pt {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/pt-31c9f588cab83e64da98aff06bb4bd3afc680282721ddc1645e56c0940bac0f1.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/pt-398ea75bf6f5b68c3af0cac7e8583c24bdde26d9b422e054bd289826bd935c93.svg);
}
.flag-icon-pw {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/pw-39964f4b72042af4aa55638069538f7d9dea6893283fd8086cdd2068f10af8f5.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/pw-ea743c57e7a634b44644ed67af7c6ec207bae9b2063576a73889da59fdf4fe3d.svg);
}
.flag-icon-py {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/py-98abbff02a78c9e698d43ea072cfcfcf1dfbcbcd2fbb7334f0d9600a3dfb5e99.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/py-0c8c7850a83b7e6986c7ecb20a8e5d5d7449849a8b63388ac25c72ecd34099ad.svg);
}
.flag-icon-qa {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/qa-54b8dae60f977f35801da647f1c0522d8451b6f7a7feb2398dd993db6141907b.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/qa-b0433c81464305b3f8e6aaf9270e256603639a953f9ddd94737e0933c27a3ddd.svg);
}
.flag-icon-re {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/re-50273ddbf99729f17c6e5f9f702bd50af031f364f2fab5b8c91031db1b51b9f9.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/re-d5a10334bb344c0339e55fe1678658a609eb8287b5904f98f71728d77cc9c986.svg);
}
.flag-icon-ro {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ro-443aae5d1da326ef8542f2ff6f164aa75e13402c67bb73b324a1ca77997c2525.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ro-7ebed40e027f75c742a51420dbe70f439c845d6fa3fd2d30337427c38a429e1c.svg);
}
.flag-icon-rs {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/rs-3422a8efaa678067bcf149099fae2e42de92be893355b16d55471fa421ba9483.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/rs-79db8eeb1a6b0a764f18c7ff16c05845ffef0ef8276022c98c3885b6ef323d7d.svg);
}
.flag-icon-ru {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ru-974de7f1840d8d0a0b3c6241795f887818e5dc71aab8cdbf0fb19fac29f6fc18.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ru-7b79f129ee4bd4837f07b07c976ca670bcc1ea0c404d899178f5490977be0610.svg);
}
.flag-icon-rw {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/rw-f28e6ead0f1e1380bbf3cab7e1ed112ea14d452f3964e1d1ab20aa2ba4d9b771.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/rw-4818a44295f66223c6e246a759fdba8d8650802b41a4124a3d08a5f86054c2ae.svg);
}
.flag-icon-sa {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sa-8a890714bf24e5568b88a45246c1249a81c9a39ac3b0bbfcb4e8953510bc661b.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sa-f3dfb532897a6f586582be5dc339242021e53e069cb7a7285ac7620330d340c7.svg);
}
.flag-icon-sb {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sb-259ad5c74dd32ac49a1baf185e126fffc8c849cbbcc0f5604b7386510c30d2be.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sb-0bb87e11d2fe12c935291882da3e2dd4fcba72fb941178974e861963c3e38c02.svg);
}
.flag-icon-sc {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sc-0a9c5422d36358f50b0cd8ea98ae05f72afcbffcbe5c8703077eae59aee7d578.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sc-a9f2b7f37ceb28740bd1fa8fbf09a57b546ab303155329f342694573e836f574.svg);
}
.flag-icon-sd {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sd-1a3953c5d1c5387f07db0e28ee827b69247b60429c33be184e39d8d6db8f76ef.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sd-2de1b918d814e2a28f7ef1634f6cf3dbdcfe5a1d976a4fa2684bbace4e562c54.svg);
}
.flag-icon-se {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/se-c1db1915fee697d39125e7593b626f0770798093f419bbc9f9c45039fef9da6c.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/se-94526013cb8385ce1007f546380d9c201ba426d0557da58103a4757d0b5c9d0e.svg);
}
.flag-icon-sg {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sg-aab4a766e83871ff1440f772c2fae3cd9e29a54e1a00a874097473bf64cca327.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sg-74fb4de756bd1f78995fea9720f23641c37bec0d758a20ad8a177ad84165c499.svg);
}
.flag-icon-sh {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sh-cc0d4db910f1cfb0a6d82f08bc249775f1f7f60cc8fbbc9e8235d703fbd0a36a.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sh-2caea1051025cda391a17a4a12bd1b3bb506d5309b389f0eb0b9b7b4d8772815.svg);
}
.flag-icon-si {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/si-0b73edcd59477382179ca1e05326dc2397f6e72cae577ad2d34e681bcea803c5.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/si-f11794053a63f58db8d1d8bd19bf3b97e834ff4c52bf3048db85b687ea19302e.svg);
}
.flag-icon-sj {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sj-47c89d52bbbc67d5a4278a60ca6da08c517cdd6b827c6888a0edb638bcde23d5.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sj-837f4f733ca2838136d52b4ac3e41976e0ee4ef7867131d3d776fb76ad4ac1cd.svg);
}
.flag-icon-sk {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sk-efcb77f429663d67826b3f93a0ae92e62cc82c59ef666a89b542def31b15ac25.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sk-4eb30558896445063e88faf2e976fdbe8f9b253652d57dd8fbefd49618e2eb8e.svg);
}
.flag-icon-sl {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sl-162a38aaf1e681f94729532246777257825627bb1b981e3fce784e64b17ebcb1.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sl-edbc8b38ef7088372a1e7a7e994e2cd7f80b906941dbe871941bb1dd9ebb417d.svg);
}
.flag-icon-sm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sm-16dee4f18f9b3386d1fc3d5acefe0d0217f5f6657133835e6bfe507293eb2b19.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sm-89e6b31705b35594c84a67ede475319f85881fb66eca44f5e58a7be2a1fed382.svg);
}
.flag-icon-sn {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sn-f098467be17ed4df5e6cca12fe936dcac683015253685cd4b6555ea4fc3c5c6d.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sn-61f51dd98c44befc22238087df1de44246162e7fc35a14bb7438bbca3ec5beb1.svg);
}
.flag-icon-so {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/so-5f7800a5ab5ba45794b5077139c3ec8ba5af6a027454c6cb3ca672d9a1744411.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/so-0af7b370893313955d62103ad1cc15825884ff451bb8dde9ce98fadbb37caf7b.svg);
}
.flag-icon-sr {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sr-3c361c1c59b2218c3ff53c91a5ccddc273c443afa5b817ea09a728fea7218a6c.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sr-f678f39139a8787b3a90714118d0638ac7fd8e02dbd5618ae34eedb5c54eedec.svg);
}
.flag-icon-ss {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ss-36314bb7fc6d97d13e9ecc2ffcd36e23fca029a3133129820fe2dd925672166d.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ss-2a66f368e724b1d0d8c9091970cc5dc5917264e3941346e8253a4a0a192ef219.svg);
}
.flag-icon-st {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/st-384be3e3fb25ec52bc03b5e5dee1dfab93f93e921c3d2e1d9f3b49989fc91fdc.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/st-7e55b098b52e672fb489d2999d37de2a9ebc0494bbc2c11dfde438f20647b849.svg);
}
.flag-icon-sv {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sv-489467ed1ecde868cb4cf78347e0d8ebdcd371567afede2323d951cedeef133a.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sv-83232a07172806194278397cf39fcc45367624d58dbb697079291c05be98ba07.svg);
}
.flag-icon-sx {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sx-4c1cacf07bb0b84fab613233087dcea4faa8730de84caa1be098f21852275ed6.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sx-e20039d6c7d1a7ebc505dc7d37fd4bba68b8881a112fb7cde64d94e9c6e71782.svg);
}
.flag-icon-sy {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sy-776af3be9a24c8088bae35732897c6d5622941b6f5a2ae6243125c1bad112b58.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sy-02a4a1691ac2b886e84e0f064e90f9a955a650a5faee549c630680f6e6dfc567.svg);
}
.flag-icon-sz {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/sz-299724585a22a03e3fc9fa273ec788eb0cbc624acb729af0d739c6d321ab99b1.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/sz-833aad1974ea200520e2b9e453c33461e17a52ebd333e17506432820375c55d8.svg);
}
.flag-icon-tc {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tc-13ce0b8c7ded2653830b9b542105c73c2e89c31e4e34fd4114aec498025e4f5c.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tc-9ec92e25502fc0aec4ad019595b6579458fd1bba150b5963d23d0d04cb4c92d7.svg);
}
.flag-icon-td {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/td-166f54add3e94d126bc01418c55a2f223fefb4164a872107bbba5b352d1db4f1.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/td-5fb266d245cbcf0f30a840d439ea6dea3a347f36f75f70e8a30a53e08b605fbe.svg);
}
.flag-icon-tf {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tf-327118d85fd118a87345bb10bd8d0449344ab85995f6e4dcd77c42eef03c97c8.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tf-145434c747ec120767b96c12ec63d43b25a340ac954a41c450aed80d575b0310.svg);
}
.flag-icon-tg {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tg-d066d1a0383f2cb79efa24b50e335de75f9a68c2bf1c4bf8982a0158adb4eba3.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tg-872864b27670d1590f252f8485c9c06c30bdf5f652e0e65b46389f8094f43b5d.svg);
}
.flag-icon-th {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/th-f1fcd5b09efb1d81c452449c1ca37760358ab33a3e9fc7b1c35ea3e5847d0f10.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/th-76ffb21da2f914d4bf2427d327317758825955bba031343deeb623ac035a8090.svg);
}
.flag-icon-tj {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tj-1624f24164c03cce2045c8b898ddb6df447d19f24356d79cc195f18bec46d04d.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tj-df3701af281c7b880b332b629028308a4b755b784489826cd95fd3bf4d007e5e.svg);
}
.flag-icon-tk {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tk-3fe406fa932fe6470600864fe86d4f4cc2c27c7530c523463861323e45b3889f.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tk-6048de9a245881b28c6685479b36029247bbc7277f140679442c94a29355faa4.svg);
}
.flag-icon-tl {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tl-6ca23e6136c495311a094248cc3fcd1968aca69a2b16e01ec4419f065324acea.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tl-33466a283705bb45ac4506e49a59cb2b6dc9ee5971339c8988c1b76c303204b4.svg);
}
.flag-icon-tm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tm-91f3842fc872e06410aeebb1e53df40934504d6d31da71f573d4b3a8f848b727.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tm-6f14edeacabd35249be3ddaecf7d45fea8f1384556c69a211681308c854400d8.svg);
}
.flag-icon-tn {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tn-2886963395d31d07678ae087f8f21d3874fdd8f7bbcae1bd2c482388dbf2ee7c.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tn-c6bbf1e11862b6116abd33800d5d4f36aa1ef4e1e3ef7b5fa0ab7366c3e0274a.svg);
}
.flag-icon-to {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/to-76e801056c10477970c17af6cf9f1aee3b62ca9ded22ce8e200a6a85ffaf0157.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/to-79b64bddec4a50af0deaecb906e1440d3e17640fa47259c72e66e31ab37aaddc.svg);
}
.flag-icon-tr {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tr-a718b4dc897e926a4bfffae419f3a3ae83ea78c635a82d8f65d6164ce4703ad0.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tr-a99e8c986808041f39a8af552d88cd8b115b191e0cef1f151398f24e0b4cf479.svg);
}
.flag-icon-tt {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tt-88cc1b0d457e99d714b24945c356483c015dcb4fa5b3e483896c139ebb517654.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tt-1f589bb7088f8e9ce2b00738f23cefea1dce27e478f7d575a2957a2cb06d3905.svg);
}
.flag-icon-tv {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tv-648f83d58b38d4054bb7b5def0ebe7f8222775f2e4e38ec1d8341f335c534ecd.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tv-9830424e732c0027b5d34a80e8fb8468da8ea90711b49f90fa627763e94f2d4b.svg);
}
.flag-icon-tw {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tw-73b73d41578ea913e109270300e5836246842efedd92dc9728c2c4e684d229f9.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tw-5a502c1ba1a5a4420f53614146ebe0c1dc066a3114fe230fed978cc4292f0c28.svg);
}
.flag-icon-tz {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/tz-9b079cdfaf67efc897fcefed97e958bbf0f9f103bd59644970feb6f43f3a1558.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/tz-47e85dc56571a1b61be1c3fe2874eb49485147fb9a13d817bc0e7a6e79b006c4.svg);
}
.flag-icon-ua {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ua-110efe64e01b14b937e54049776bb192fa56fcf7c59b6a6caf2386808a376de4.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ua-8c17cb2381155a3b1afd05430d14ae1bbc02e76351de8c91030d8dc953989291.svg);
}
.flag-icon-ug {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ug-6748f68c3399171ff505cbaa36d7c6f0712833a14d729e3b37af82993c707318.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ug-c333a0a8b42c9af1e50b33182e298f01874d5d3f30b8d493e6eaa64deea68d58.svg);
}
.flag-icon-um {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/um-bc5cf3a79c205bfbd7b5d21aecadc69e39293cf19320dde71d2e519e14ae5d56.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/um-0e821d5b4fcf0ae4cdb58b581fb298644b77eb3480e80eaf7282c0165d27e7df.svg);
}
.flag-icon-us {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/us-7deeba6c439edcbdb492907d113de8d0e9f9ef3c0ce7fec81fb658012913efd2.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/us-b34affbae49dade44ce848ae23d93b65812b1ad384e8eb13b3fa2e0d36cc87f0.svg);
}
.flag-icon-uy {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/uy-cf0e8c9bcd169552e476c22d4d0cf381e3aa277089f4e7e4c4181cc55957c4b9.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/uy-635540b0c51adbe122788845251eb0565558a98ec363bc987421467b4c253abc.svg);
}
.flag-icon-uz {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/uz-51b5301ad97f678e360407dddb41429334cc473ab59c8c61cf4be003c95838b9.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/uz-22ef8478570289ac53d72bcad4e368bca121f273e64061803433d03c9ae6d698.svg);
}
.flag-icon-va {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/va-951b687d1824ab20e50ea56c5f33a93e1af66c3153ef7e53e88d0b60012f1c30.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/va-490b8f081ba0c8f475337c4ded4264bd70b127354431c861f83e6a9c2a1efd6c.svg);
}
.flag-icon-vc {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/vc-514ceda4bb854b693574821e8ca633d086ea84cfef0282f8f63c4dea2e538008.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/vc-678540e81496cc94daf65f03a0e08442ccb617c17ac3bf88683b6936f5ce4db3.svg);
}
.flag-icon-ve {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ve-698ebf11c79a220d439a9f2b2340256d587842341cfc555c30b5aa3de5abeee7.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ve-3e53c9f503e202f12a282d31840aac84c37c297177dfc5d98a81a6c067f680ea.svg);
}
.flag-icon-vg {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/vg-895a5b72420ab09dc45ddd138268c847b03df1a5cc0e01817ecb3a30978c99e1.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/vg-c74632d52500f971016e530cb100b3c482f55870fce993a247bc3cea1a7e1519.svg);
}
.flag-icon-vi {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/vi-2015e7ac8aef38b626163840b774e990fdd2f0cbf75739569907b884f608fd6b.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/vi-e4f65899394a082b9fd1d8da0f0eeb442914371ac6d0ce4502051d2a3da8a508.svg);
}
.flag-icon-vn {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/vn-4f4579d815490b5b0c62ac98177976d7442eee79f2bc82063066eb41df22bcb8.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/vn-b623b8b0e9167c51c456bfd22f8c51d4759e50a4f81b403e6e82ce131f9f5e7d.svg);
}
.flag-icon-vu {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/vu-36e5388708637bc8d7464ff511a7dff7c857a97ee810799c54b973a2c0f76712.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/vu-c3ae1aac2c18c738f295465a5a2748dcff535a221edf410977b21530a020365e.svg);
}
.flag-icon-wf {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/wf-24dd4182fe0d0df46364f02d1111c206b921a984fbecf8e33dd210fdc25e2ed5.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/wf-4e5b5821dbc88d988a0a6f3012bed5db0a9ef8f37d3e40b42c12919c34c98414.svg);
}
.flag-icon-ws {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ws-2eeb55c22a8dc7ccea3419f026e7d2d30cf7837a7a642a102d1c2481c178a1fd.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ws-3f7ec7a27b0f51b593827497913e33471ed0620bdcc480c892610dab063febbe.svg);
}
.flag-icon-ye {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/ye-909372c3eab3864f0f8b61162848c1fea3c17392b89190a5cd94e5c48103dd93.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/ye-ff77c165aeec1fbcc13fe4dcd5706b624e26dcc2bf64ceaa06fc46735cd5e62c.svg);
}
.flag-icon-yt {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/yt-9f551960b93ec14024ea3a9687b7014fcb74f2800817050e941881a7c3f8b004.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/yt-9af122434fa1316d3d699913f111a7e41c080ddaba50bbc3ceda49cea4ba1927.svg);
}
.flag-icon-za {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/za-64608c645bcd9eb29cf94e0859b087ae3d63c5f11dfcadb4fd13dfcb0f90b65a.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/za-7e312bd65d3170f4b9621f82eb40306238e27f7315222ca66df43495d570d974.svg);
}
.flag-icon-zm {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/zm-81484565e2dcc16a4d2030c5531ecf637af96d3c4d43983cdc174e8a487c34c0.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/zm-e029fab55220cdfc113b2dab886ce0e80b716bd84be2fc087ddf3fccbd3f2ae6.svg);
}
.flag-icon-zw {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/zw-e14ff1de2126a0eba0f48f4ce4d5a78a527ccae30bf42f17433fe5d4efd5c138.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/zw-ecba12f9757f0b0a6ab40ce23744fd2ae65fc97b844d08ea1a813373bb95d91a.svg);
}
.flag-icon-es-ct {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/es-ct-8684595b0056556c1a52b67b772bdd4f721b74fb4c89e3bd151ff8720569d492.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/es-ct-54aad6dfd1ba145890cb5f8a8803443a91745b4f41af118a4fd153ee5d03648a.svg);
}
.flag-icon-eu {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/eu-0ec061b57af8dbdc69de7a8f16e3e75abc25f00bfff454f0de01d322628cf9b9.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/eu-d65e1ead522f4b98bf4c29d7ae8503a78d507f86ceda6a52fa2e528748f53038.svg);
}
.flag-icon-gb-eng {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gb-eng-f2c8ef0c9319e9699897e4479cf35ff4aa37303faa99c5ea7ab575f8b3b9c12e.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gb-eng-bdd52d0bdb60f1c0eb49405b22145a699a680d308ff8eff618281c2c509f15ca.svg);
}
.flag-icon-gb-nir {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gb-nir-fbfe13587367a1c2426d85f5d034f6ed236feb2bbf257d392cbe13bf7a8dc36f.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gb-nir-85dae032baa6bc3231afa13aca412726240ccca7c32fe256a23066bd6103ffab.svg);
}
.flag-icon-gb-sct {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gb-sct-7679456b296c75fa3ee0a2dd4722ac611646648ecc25c192e6f4ea5be742f5b6.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gb-sct-2a7f38faca9f33479b8a0f28cff2e3577553960d411b6daabb2ee92a877e7cdb.svg);
}
.flag-icon-gb-wls {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/gb-wls-f1cdca3f302b81960d5dfea91fce488ff809ba6c33d85bd59ef90546fedc8d7e.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/gb-wls-f1eea26743a38fb14d2b676c031b69e27b452c5be080dd2c019405478208db05.svg);
}
.flag-icon-un {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/4x3/un-2bbfd992b7f67dc24718735e89131c9020090208e1530e475a4852bbe528bed2.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/flag-icon-css/flags/1x1/un-1114728aae37e17b4bf54888c776d88ae8b58fb6b3197edfcf6e72d1ded859f0.svg);
}
/* MaterialDesignIcons.com */
@font-face {
  font-family: "Material Design Icons";
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/material-design-iconic-font/fonts/materialdesignicons-webfont-6e77d28d2913be0d6b4f1698d91af93f9dc092c0c6add7e88cef0eb73ea2a916.eot?v=2.0.46);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/material-design-iconic-font/fonts/materialdesignicons-webfont-6e77d28d2913be0d6b4f1698d91af93f9dc092c0c6add7e88cef0eb73ea2a916.eot?#iefix&v=2.0.46) format("embedded-opentype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/material-design-iconic-font/fonts/materialdesignicons-webfont-c1757fbaed9f21bef4843de8839b4ff98371892bb9d1ef4edbddc2b8c2f17ce3.woff2?v=2.0.46) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/material-design-iconic-font/fonts/materialdesignicons-webfont-35f08b31f123d80448b6c1ab667eee941a60d4220010723b302d0e21ee9693e3.woff?v=2.0.46) format("woff"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/material-design-iconic-font/fonts/materialdesignicons-webfont-c8d354a5142801d5fb484d105dff68b4e333c280ea7fbc65f7254a5a3811af15.ttf?v=2.0.46) format("truetype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/material-design-iconic-font/fonts/materialdesignicons-webfont-add334288eaef1c5dfecef8dec71ca1bffbf442c9d08b1fb2071c6b0a17962c4.svg?v=2.0.46#materialdesigniconsregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-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-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-bell:before {
  content: "\F78D";
}

.mdi-alarm-check:before {
  content: "\F021";
}

.mdi-alarm-light:before {
  content: "\F78E";
}

.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-decagram:before {
  content: "\F6BC";
}

.mdi-alert-octagon:before {
  content: "\F029";
}

.mdi-alert-octagram:before {
  content: "\F766";
}

.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-android:before {
  content: "\F032";
}

.mdi-android-debug-bridge:before {
  content: "\F033";
}

.mdi-android-head:before {
  content: "\F78F";
}

.mdi-android-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-approval:before {
  content: "\F790";
}

.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-collapse:before {
  content: "\F615";
}

.mdi-arrow-collapse-all:before {
  content: "\F044";
}

.mdi-arrow-collapse-down:before {
  content: "\F791";
}

.mdi-arrow-collapse-left:before {
  content: "\F792";
}

.mdi-arrow-collapse-right:before {
  content: "\F793";
}

.mdi-arrow-collapse-up:before {
  content: "\F794";
}

.mdi-arrow-down:before {
  content: "\F045";
}

.mdi-arrow-down-bold:before {
  content: "\F72D";
}

.mdi-arrow-down-bold-box:before {
  content: "\F72E";
}

.mdi-arrow-down-bold-box-outline:before {
  content: "\F72F";
}

.mdi-arrow-down-bold-circle:before {
  content: "\F047";
}

.mdi-arrow-down-bold-circle-outline:before {
  content: "\F048";
}

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "\F049";
}

.mdi-arrow-down-box:before {
  content: "\F6BF";
}

.mdi-arrow-down-drop-circle:before {
  content: "\F04A";
}

.mdi-arrow-down-drop-circle-outline:before {
  content: "\F04B";
}

.mdi-arrow-down-thick:before {
  content: "\F046";
}

.mdi-arrow-expand:before {
  content: "\F616";
}

.mdi-arrow-expand-all:before {
  content: "\F04C";
}

.mdi-arrow-expand-down:before {
  content: "\F795";
}

.mdi-arrow-expand-left:before {
  content: "\F796";
}

.mdi-arrow-expand-right:before {
  content: "\F797";
}

.mdi-arrow-expand-up:before {
  content: "\F798";
}

.mdi-arrow-left:before {
  content: "\F04D";
}

.mdi-arrow-left-bold:before {
  content: "\F730";
}

.mdi-arrow-left-bold-box:before {
  content: "\F731";
}

.mdi-arrow-left-bold-box-outline:before {
  content: "\F732";
}

.mdi-arrow-left-bold-circle:before {
  content: "\F04F";
}

.mdi-arrow-left-bold-circle-outline:before {
  content: "\F050";
}

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "\F051";
}

.mdi-arrow-left-box:before {
  content: "\F6C0";
}

.mdi-arrow-left-drop-circle:before {
  content: "\F052";
}

.mdi-arrow-left-drop-circle-outline:before {
  content: "\F053";
}

.mdi-arrow-left-thick:before {
  content: "\F04E";
}

.mdi-arrow-right:before {
  content: "\F054";
}

.mdi-arrow-right-bold:before {
  content: "\F733";
}

.mdi-arrow-right-bold-box:before {
  content: "\F734";
}

.mdi-arrow-right-bold-box-outline:before {
  content: "\F735";
}

.mdi-arrow-right-bold-circle:before {
  content: "\F056";
}

.mdi-arrow-right-bold-circle-outline:before {
  content: "\F057";
}

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "\F058";
}

.mdi-arrow-right-box:before {
  content: "\F6C1";
}

.mdi-arrow-right-drop-circle:before {
  content: "\F059";
}

.mdi-arrow-right-drop-circle-outline:before {
  content: "\F05A";
}

.mdi-arrow-right-thick:before {
  content: "\F055";
}

.mdi-arrow-top-left:before {
  content: "\F05B";
}

.mdi-arrow-top-right:before {
  content: "\F05C";
}

.mdi-arrow-up:before {
  content: "\F05D";
}

.mdi-arrow-up-bold:before {
  content: "\F736";
}

.mdi-arrow-up-bold-box:before {
  content: "\F737";
}

.mdi-arrow-up-bold-box-outline:before {
  content: "\F738";
}

.mdi-arrow-up-bold-circle:before {
  content: "\F05F";
}

.mdi-arrow-up-bold-circle-outline:before {
  content: "\F060";
}

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "\F061";
}

.mdi-arrow-up-box:before {
  content: "\F6C2";
}

.mdi-arrow-up-drop-circle:before {
  content: "\F062";
}

.mdi-arrow-up-drop-circle-outline:before {
  content: "\F063";
}

.mdi-arrow-up-thick:before {
  content: "\F05E";
}

.mdi-assistant:before {
  content: "\F064";
}

.mdi-asterisk:before {
  content: "\F6C3";
}

.mdi-at:before {
  content: "\F065";
}

.mdi-atom:before {
  content: "\F767";
}

.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-secure:before {
  content: "\F799";
}

.mdi-book-unsecure:before {
  content: "\F79A";
}

.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-bus-articulated-end:before {
  content: "\F79B";
}

.mdi-bus-articulated-front:before {
  content: "\F79C";
}

.mdi-bus-double-decker:before {
  content: "\F79D";
}

.mdi-bus-school:before {
  content: "\F79E";
}

.mdi-bus-side:before {
  content: "\F79F";
}

.mdi-cached:before {
  content: "\F0E8";
}

.mdi-cake:before {
  content: "\F0E9";
}

.mdi-cake-layered:before {
  content: "\F0EA";
}

.mdi-cake-variant:before {
  content: "\F0EB";
}

.mdi-calculator:before {
  content: "\F0EC";
}

.mdi-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-gopro:before {
  content: "\F7A0";
}

.mdi-camera-iris:before {
  content: "\F104";
}

.mdi-camera-metering-center:before {
  content: "\F7A1";
}

.mdi-camera-metering-matrix:before {
  content: "\F7A2";
}

.mdi-camera-metering-partial:before {
  content: "\F7A3";
}

.mdi-camera-metering-spot:before {
  content: "\F7A4";
}

.mdi-camera-off:before {
  content: "\F5DF";
}

.mdi-camera-party-mode:before {
  content: "\F105";
}

.mdi-camera-rear:before {
  content: "\F106";
}

.mdi-camera-rear-variant:before {
  content: "\F107";
}

.mdi-camera-switch:before {
  content: "\F108";
}

.mdi-camera-timer:before {
  content: "\F109";
}

.mdi-cancel:before {
  content: "\F739";
}

.mdi-candle:before {
  content: "\F5E2";
}

.mdi-candycane:before {
  content: "\F10A";
}

.mdi-cannabis:before {
  content: "\F7A5";
}

.mdi-car:before {
  content: "\F10B";
}

.mdi-car-battery:before {
  content: "\F10C";
}

.mdi-car-connected:before {
  content: "\F10D";
}

.mdi-car-convertable:before {
  content: "\F7A6";
}

.mdi-car-estate:before {
  content: "\F7A7";
}

.mdi-car-hatchback:before {
  content: "\F7A8";
}

.mdi-car-pickup:before {
  content: "\F7A9";
}

.mdi-car-side:before {
  content: "\F7AA";
}

.mdi-car-sports:before {
  content: "\F7AB";
}

.mdi-car-wash:before {
  content: "\F10E";
}

.mdi-caravan:before {
  content: "\F7AC";
}

.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-cast-off:before {
  content: "\F789";
}

.mdi-castle:before {
  content: "\F11A";
}

.mdi-cat:before {
  content: "\F11B";
}

.mdi-cctv:before {
  content: "\F7AD";
}

.mdi-ceiling-light:before {
  content: "\F768";
}

.mdi-cellphone:before {
  content: "\F11C";
}

.mdi-cellphone-android:before {
  content: "\F11D";
}

.mdi-cellphone-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-bar-stacked:before {
  content: "\F769";
}

.mdi-chart-bubble:before {
  content: "\F5E3";
}

.mdi-chart-donut:before {
  content: "\F7AE";
}

.mdi-chart-donut-variant:before {
  content: "\F7AF";
}

.mdi-chart-gantt:before {
  content: "\F66C";
}

.mdi-chart-histogram:before {
  content: "\F129";
}

.mdi-chart-line:before {
  content: "\F12A";
}

.mdi-chart-line-stacked:before {
  content: "\F76A";
}

.mdi-chart-line-variant:before {
  content: "\F7B0";
}

.mdi-chart-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-chili-hot:before {
  content: "\F7B1";
}

.mdi-chili-medium:before {
  content: "\F7B2";
}

.mdi-chili-mild:before {
  content: "\F7B3";
}

.mdi-chip:before {
  content: "\F61A";
}

.mdi-church:before {
  content: "\F144";
}

.mdi-circle:before {
  content: "\F764";
}

.mdi-circle-outline:before {
  content: "\F765";
}

.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-plus:before {
  content: "\F750";
}

.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-braces:before {
  content: "\F7B4";
}

.mdi-cloud-check:before {
  content: "\F160";
}

.mdi-cloud-circle:before {
  content: "\F161";
}

.mdi-cloud-download:before {
  content: "\F162";
}

.mdi-cloud-off-outline:before {
  content: "\F164";
}

.mdi-cloud-outline:before {
  content: "\F163";
}

.mdi-cloud-print:before {
  content: "\F165";
}

.mdi-cloud-print-outline:before {
  content: "\F166";
}

.mdi-cloud-sync:before {
  content: "\F63F";
}

.mdi-cloud-tags:before {
  content: "\F7B5";
}

.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-console-line:before {
  content: "\F7B6";
}

.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-corn:before {
  content: "\F7B7";
}

.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-chf:before {
  content: "\F7B8";
}

.mdi-currency-cny:before {
  content: "\F7B9";
}

.mdi-currency-eth:before {
  content: "\F7BA";
}

.mdi-currency-eur:before {
  content: "\F1AD";
}

.mdi-currency-gbp:before {
  content: "\F1AE";
}

.mdi-currency-inr:before {
  content: "\F1AF";
}

.mdi-currency-jpy:before {
  content: "\F7BB";
}

.mdi-currency-krw:before {
  content: "\F7BC";
}

.mdi-currency-ngn:before {
  content: "\F1B0";
}

.mdi-currency-rub:before {
  content: "\F1B1";
}

.mdi-currency-sign:before {
  content: "\F7BD";
}

.mdi-currency-try:before {
  content: "\F1B2";
}

.mdi-currency-twd:before {
  content: "\F7BE";
}

.mdi-currency-usd:before {
  content: "\F1B3";
}

.mdi-currency-usd-off:before {
  content: "\F679";
}

.mdi-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-decagram:before {
  content: "\F76B";
}

.mdi-decagram-outline:before {
  content: "\F76C";
}

.mdi-decimal-decrease:before {
  content: "\F1BE";
}

.mdi-decimal-increase:before {
  content: "\F1BF";
}

.mdi-delete:before {
  content: "\F1C0";
}

.mdi-delete-circle:before {
  content: "\F682";
}

.mdi-delete-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-classic:before {
  content: "\F7BF";
}

.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-d10:before {
  content: "\F76E";
}

.mdi-dice-d20:before {
  content: "\F5EA";
}

.mdi-dice-d4:before {
  content: "\F5EB";
}

.mdi-dice-d6:before {
  content: "\F5EC";
}

.mdi-dice-d8:before {
  content: "\F5ED";
}

.mdi-dice-multiple:before {
  content: "\F76D";
}

.mdi-dictionary:before {
  content: "\F61D";
}

.mdi-dip-switch:before {
  content: "\F7C0";
}

.mdi-directions:before {
  content: "\F1D0";
}

.mdi-directions-fork:before {
  content: "\F641";
}

.mdi-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-donkey:before {
  content: "\F7C1";
}

.mdi-dots-horizontal:before {
  content: "\F1D8";
}

.mdi-dots-horizontal-circle:before {
  content: "\F7C2";
}

.mdi-dots-vertical:before {
  content: "\F1D9";
}

.mdi-dots-vertical-circle:before {
  content: "\F7C3";
}

.mdi-douban:before {
  content: "\F699";
}

.mdi-download:before {
  content: "\F1DA";
}

.mdi-download-network:before {
  content: "\F6F3";
}

.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-ear-hearing:before {
  content: "\F7C4";
}

.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-elephant:before {
  content: "\F7C5";
}

.mdi-elevation-decline:before {
  content: "\F1EB";
}

.mdi-elevation-rise:before {
  content: "\F1EC";
}

.mdi-elevator:before {
  content: "\F1ED";
}

.mdi-email:before {
  content: "\F1EE";
}

.mdi-email-alert:before {
  content: "\F6CE";
}

.mdi-email-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-eventbrite:before {
  content: "\F7C6";
}

.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-off-outline:before {
  content: "\F6D0";
}

.mdi-eye-outline:before {
  content: "\F6CF";
}

.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-account:before {
  content: "\F73A";
}

.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-plus:before {
  content: "\F751";
}

.mdi-file-powerpoint:before {
  content: "\F227";
}

.mdi-file-powerpoint-box:before {
  content: "\F228";
}

.mdi-file-presentation-box:before {
  content: "\F229";
}

.mdi-file-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-open:before {
  content: "\F76F";
}

.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-croissant:before {
  content: "\F7C7";
}

.mdi-food-fork-drink:before {
  content: "\F5F2";
}

.mdi-food-off:before {
  content: "\F5F3";
}

.mdi-food-variant:before {
  content: "\F25C";
}

.mdi-football:before {
  content: "\F25D";
}

.mdi-football-australian:before {
  content: "\F25E";
}

.mdi-football-helmet:before {
  content: "\F25F";
}

.mdi-forklift:before {
  content: "\F7C8";
}

.mdi-format-align-bottom:before {
  content: "\F752";
}

.mdi-format-align-center:before {
  content: "\F260";
}

.mdi-format-align-justify:before {
  content: "\F261";
}

.mdi-format-align-left:before {
  content: "\F262";
}

.mdi-format-align-middle:before {
  content: "\F753";
}

.mdi-format-align-right:before {
  content: "\F263";
}

.mdi-format-align-top:before {
  content: "\F754";
}

.mdi-format-annotation-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-checks:before {
  content: "\F755";
}

.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-close:before {
  content: "\F27E";
}

.mdi-format-quote-open:before {
  content: "\F756";
}

.mdi-format-rotate-90:before {
  content: "\F6A9";
}

.mdi-format-section:before {
  content: "\F69E";
}

.mdi-format-size:before {
  content: "\F27F";
}

.mdi-format-strikethrough:before {
  content: "\F280";
}

.mdi-format-strikethrough-variant:before {
  content: "\F281";
}

.mdi-format-subscript:before {
  content: "\F282";
}

.mdi-format-superscript:before {
  content: "\F283";
}

.mdi-format-text:before {
  content: "\F284";
}

.mdi-format-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-fuel:before {
  content: "\F7C9";
}

.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-gesture:before {
  content: "\F7CA";
}

.mdi-gesture-double-tap:before {
  content: "\F73B";
}

.mdi-gesture-swipe-down:before {
  content: "\F73C";
}

.mdi-gesture-swipe-left:before {
  content: "\F73D";
}

.mdi-gesture-swipe-right:before {
  content: "\F73E";
}

.mdi-gesture-swipe-up:before {
  content: "\F73F";
}

.mdi-gesture-tap:before {
  content: "\F740";
}

.mdi-gesture-two-double-tap:before {
  content: "\F741";
}

.mdi-gesture-two-tap:before {
  content: "\F742";
}

.mdi-ghost:before {
  content: "\F2A0";
}

.mdi-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-analytics:before {
  content: "\F7CB";
}

.mdi-google-assistant:before {
  content: "\F7CC";
}

.mdi-google-cardboard:before {
  content: "\F2AE";
}

.mdi-google-chrome:before {
  content: "\F2AF";
}

.mdi-google-circles:before {
  content: "\F2B0";
}

.mdi-google-circles-communities:before {
  content: "\F2B1";
}

.mdi-google-circles-extended:before {
  content: "\F2B2";
}

.mdi-google-circles-group:before {
  content: "\F2B3";
}

.mdi-google-controller:before {
  content: "\F2B4";
}

.mdi-google-controller-off:before {
  content: "\F2B5";
}

.mdi-google-drive:before {
  content: "\F2B6";
}

.mdi-google-earth:before {
  content: "\F2B7";
}

.mdi-google-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-large:before {
  content: "\F757";
}

.mdi-grid-off:before {
  content: "\F2C2";
}

.mdi-group:before {
  content: "\F2C3";
}

.mdi-guitar-acoustic:before {
  content: "\F770";
}

.mdi-guitar-electric:before {
  content: "\F2C4";
}

.mdi-guitar-pick:before {
  content: "\F2C5";
}

.mdi-guitar-pick-outline:before {
  content: "\F2C6";
}

.mdi-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-off:before {
  content: "\F7CD";
}

.mdi-headphones-settings:before {
  content: "\F2CD";
}

.mdi-headset:before {
  content: "\F2CE";
}

.mdi-headset-dock:before {
  content: "\F2CF";
}

.mdi-headset-off:before {
  content: "\F2D0";
}

.mdi-heart:before {
  content: "\F2D1";
}

.mdi-heart-box:before {
  content: "\F2D2";
}

.mdi-heart-box-outline:before {
  content: "\F2D3";
}

.mdi-heart-broken:before {
  content: "\F2D4";
}

.mdi-heart-half:before {
  content: "\F6DE";
}

.mdi-heart-half-full:before {
  content: "\F6DD";
}

.mdi-heart-half-outline:before {
  content: "\F6DF";
}

.mdi-heart-off:before {
  content: "\F758";
}

.mdi-heart-outline:before {
  content: "\F2D5";
}

.mdi-heart-pulse:before {
  content: "\F5F6";
}

.mdi-help:before {
  content: "\F2D6";
}

.mdi-help-box:before {
  content: "\F78A";
}

.mdi-help-circle:before {
  content: "\F2D7";
}

.mdi-help-circle-outline:before {
  content: "\F625";
}

.mdi-help-network:before {
  content: "\F6F4";
}

.mdi-hexagon:before {
  content: "\F2D8";
}

.mdi-hexagon-multiple:before {
  content: "\F6E0";
}

.mdi-hexagon-outline:before {
  content: "\F2D9";
}

.mdi-high-definition:before {
  content: "\F7CE";
}

.mdi-highway:before {
  content: "\F5F7";
}

.mdi-history:before {
  content: "\F2DA";
}

.mdi-hololens:before {
  content: "\F2DB";
}

.mdi-home:before {
  content: "\F2DC";
}

.mdi-home-assistant:before {
  content: "\F7CF";
}

.mdi-home-automation:before {
  content: "\F7D0";
}

.mdi-home-circle:before {
  content: "\F7D1";
}

.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-humble-bundle:before {
  content: "\F743";
}

.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-kickstarter:before {
  content: "\F744";
}

.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-go:before {
  content: "\F7D2";
}

.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-r:before {
  content: "\F7D3";
}

.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-lava-lamp:before {
  content: "\F7D4";
}

.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-strip:before {
  content: "\F7D5";
}

.mdi-led-variant-off:before {
  content: "\F32E";
}

.mdi-led-variant-on:before {
  content: "\F32F";
}

.mdi-led-variant-outline:before {
  content: "\F330";
}

.mdi-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-loading:before {
  content: "\F771";
}

.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-lock-reset:before {
  content: "\F772";
}

.mdi-locker:before {
  content: "\F7D6";
}

.mdi-locker-multiple:before {
  content: "\F7D7";
}

.mdi-login:before {
  content: "\F342";
}

.mdi-login-variant:before {
  content: "\F5FC";
}

.mdi-logout:before {
  content: "\F343";
}

.mdi-logout-variant:before {
  content: "\F5FD";
}

.mdi-looks:before {
  content: "\F344";
}

.mdi-loop:before {
  content: "\F6EA";
}

.mdi-loupe:before {
  content: "\F345";
}

.mdi-lumx:before {
  content: "\F346";
}

.mdi-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-outline:before {
  content: "\F7D8";
}

.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-metronome:before {
  content: "\F7D9";
}

.mdi-metronome-tick:before {
  content: "\F7DA";
}

.mdi-micro-sd:before {
  content: "\F7DB";
}

.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-mixer:before {
  content: "\F7DC";
}

.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-movie-roll:before {
  content: "\F7DD";
}

.mdi-multiplication:before {
  content: "\F382";
}

.mdi-multiplication-box:before {
  content: "\F383";
}

.mdi-mushroom:before {
  content: "\F7DE";
}

.mdi-mushroom-outline:before {
  content: "\F7DF";
}

.mdi-music:before {
  content: "\F759";
}

.mdi-music-box:before {
  content: "\F384";
}

.mdi-music-box-outline:before {
  content: "\F385";
}

.mdi-music-circle:before {
  content: "\F386";
}

.mdi-music-note:before {
  content: "\F387";
}

.mdi-music-note-bluetooth:before {
  content: "\F5FE";
}

.mdi-music-note-bluetooth-off:before {
  content: "\F5FF";
}

.mdi-music-note-eighth:before {
  content: "\F388";
}

.mdi-music-note-half:before {
  content: "\F389";
}

.mdi-music-note-off:before {
  content: "\F38A";
}

.mdi-music-note-quarter:before {
  content: "\F38B";
}

.mdi-music-note-sixteenth:before {
  content: "\F38C";
}

.mdi-music-note-whole:before {
  content: "\F38D";
}

.mdi-music-off:before {
  content: "\F75A";
}

.mdi-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-netflix:before {
  content: "\F745";
}

.mdi-network:before {
  content: "\F6F2";
}

.mdi-new-box:before {
  content: "\F394";
}

.mdi-newspaper:before {
  content: "\F395";
}

.mdi-nfc:before {
  content: "\F396";
}

.mdi-nfc-tap:before {
  content: "\F397";
}

.mdi-nfc-variant:before {
  content: "\F398";
}

.mdi-ninja:before {
  content: "\F773";
}

.mdi-nintendo-switch:before {
  content: "\F7E0";
}

.mdi-nodejs:before {
  content: "\F399";
}

.mdi-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-null:before {
  content: "\F7E1";
}

.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-octagram-outline:before {
  content: "\F774";
}

.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-onenote:before {
  content: "\F746";
}

.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-orbit:before {
  content: "\F018";
}

.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-passport:before {
  content: "\F7E2";
}

.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-circle-outline:before {
  content: "\F775";
}

.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-periodic-table-co2:before {
  content: "\F7E3";
}

.mdi-periscope:before {
  content: "\F747";
}

.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-pipe:before {
  content: "\F7E4";
}

.mdi-pipe-disconnected:before {
  content: "\F7E5";
}

.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-polaroid:before {
  content: "\F41E";
}

.mdi-poll:before {
  content: "\F41F";
}

.mdi-poll-box:before {
  content: "\F420";
}

.mdi-polymer:before {
  content: "\F421";
}

.mdi-pool:before {
  content: "\F606";
}

.mdi-popcorn:before {
  content: "\F422";
}

.mdi-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-power-socket-eu:before {
  content: "\F7E6";
}

.mdi-power-socket-uk:before {
  content: "\F7E7";
}

.mdi-power-socket-us:before {
  content: "\F7E8";
}

.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-rice:before {
  content: "\F7E9";
}

.mdi-ring:before {
  content: "\F7EA";
}

.mdi-road:before {
  content: "\F461";
}

.mdi-road-variant:before {
  content: "\F462";
}

.mdi-robot:before {
  content: "\F6A8";
}

.mdi-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-sass:before {
  content: "\F7EB";
}

.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-selection-off:before {
  content: "\F776";
}

.mdi-send:before {
  content: "\F48A";
}

.mdi-send-secure:before {
  content: "\F7EC";
}

.mdi-serial-port:before {
  content: "\F65C";
}

.mdi-server:before {
  content: "\F48B";
}

.mdi-server-minus:before {
  content: "\F48C";
}

.mdi-server-network:before {
  content: "\F48D";
}

.mdi-server-network-off:before {
  content: "\F48E";
}

.mdi-server-off:before {
  content: "\F48F";
}

.mdi-server-plus:before {
  content: "\F490";
}

.mdi-server-remove:before {
  content: "\F491";
}

.mdi-server-security:before {
  content: "\F492";
}

.mdi-set-all:before {
  content: "\F777";
}

.mdi-set-center:before {
  content: "\F778";
}

.mdi-set-center-right:before {
  content: "\F779";
}

.mdi-set-left:before {
  content: "\F77A";
}

.mdi-set-left-center:before {
  content: "\F77B";
}

.mdi-set-left-right:before {
  content: "\F77C";
}

.mdi-set-none:before {
  content: "\F77D";
}

.mdi-set-right:before {
  content: "\F77E";
}

.mdi-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-half-full:before {
  content: "\F77F";
}

.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-sign-direction:before {
  content: "\F780";
}

.mdi-sign-text:before {
  content: "\F781";
}

.mdi-signal:before {
  content: "\F4A2";
}

.mdi-signal-2g:before {
  content: "\F711";
}

.mdi-signal-3g:before {
  content: "\F712";
}

.mdi-signal-4g:before {
  content: "\F713";
}

.mdi-signal-hspa:before {
  content: "\F714";
}

.mdi-signal-hspa-plus:before {
  content: "\F715";
}

.mdi-signal-off:before {
  content: "\F782";
}

.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-soy-sauce:before {
  content: "\F7ED";
}

.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:before {
  content: "\F763";
}

.mdi-square-inc:before {
  content: "\F4CA";
}

.mdi-square-inc-cash:before {
  content: "\F4CB";
}

.mdi-square-outline:before {
  content: "\F762";
}

.mdi-square-root:before {
  content: "\F783";
}

.mdi-stackexchange:before {
  content: "\F60B";
}

.mdi-stackoverflow:before {
  content: "\F4CC";
}

.mdi-stadium:before {
  content: "\F71F";
}

.mdi-stairs:before {
  content: "\F4CD";
}

.mdi-standard-definition:before {
  content: "\F7EE";
}

.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-sticker-emoji:before {
  content: "\F784";
}

.mdi-stocking:before {
  content: "\F4DA";
}

.mdi-stop:before {
  content: "\F4DB";
}

.mdi-stop-circle:before {
  content: "\F666";
}

.mdi-stop-circle-outline:before {
  content: "\F667";
}

.mdi-store:before {
  content: "\F4DC";
}

.mdi-store-24-hour:before {
  content: "\F4DD";
}

.mdi-stove:before {
  content: "\F4DE";
}

.mdi-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-summit:before {
  content: "\F785";
}

.mdi-sunglasses:before {
  content: "\F4E0";
}

.mdi-surround-sound:before {
  content: "\F5C5";
}

.mdi-surround-sound-2-0:before {
  content: "\F7EF";
}

.mdi-surround-sound-3-1:before {
  content: "\F7F0";
}

.mdi-surround-sound-5-1:before {
  content: "\F7F1";
}

.mdi-surround-sound-7-1:before {
  content: "\F7F2";
}

.mdi-svg:before {
  content: "\F720";
}

.mdi-swap-horizontal:before {
  content: "\F4E1";
}

.mdi-swap-vertical:before {
  content: "\F4E2";
}

.mdi-swim:before {
  content: "\F4E3";
}

.mdi-switch:before {
  content: "\F4E4";
}

.mdi-sword:before {
  content: "\F4E5";
}

.mdi-sword-cross:before {
  content: "\F786";
}

.mdi-sync:before {
  content: "\F4E6";
}

.mdi-sync-alert:before {
  content: "\F4E7";
}

.mdi-sync-off:before {
  content: "\F4E8";
}

.mdi-tab:before {
  content: "\F4E9";
}

.mdi-tab-plus:before {
  content: "\F75B";
}

.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-android:before {
  content: "\F4F7";
}

.mdi-tablet-ipad:before {
  content: "\F4F8";
}

.mdi-taco:before {
  content: "\F761";
}

.mdi-tag:before {
  content: "\F4F9";
}

.mdi-tag-faces:before {
  content: "\F4FA";
}

.mdi-tag-heart:before {
  content: "\F68A";
}

.mdi-tag-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-classic:before {
  content: "\F7F3";
}

.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-textbox-password:before {
  content: "\F7F4";
}

.mdi-texture:before {
  content: "\F50C";
}

.mdi-theater:before {
  content: "\F50D";
}

.mdi-theme-light-dark:before {
  content: "\F50E";
}

.mdi-thermometer:before {
  content: "\F50F";
}

.mdi-thermometer-lines:before {
  content: "\F510";
}

.mdi-thought-bubble:before {
  content: "\F7F5";
}

.mdi-thought-bubble-outline:before {
  content: "\F7F6";
}

.mdi-thumb-down:before {
  content: "\F511";
}

.mdi-thumb-down-outline:before {
  content: "\F512";
}

.mdi-thumb-up:before {
  content: "\F513";
}

.mdi-thumb-up-outline:before {
  content: "\F514";
}

.mdi-thumbs-up-down:before {
  content: "\F515";
}

.mdi-ticket:before {
  content: "\F516";
}

.mdi-ticket-account:before {
  content: "\F517";
}

.mdi-ticket-confirmation:before {
  content: "\F518";
}

.mdi-ticket-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-timer-sand-full:before {
  content: "\F78B";
}

.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-trackpad:before {
  content: "\F7F7";
}

.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-fast:before {
  content: "\F787";
}

.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-uber:before {
  content: "\F748";
}

.mdi-ubuntu:before {
  content: "\F548";
}

.mdi-ultra-high-definition:before {
  content: "\F7F8";
}

.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-horizontal:before {
  content: "\F54E";
}

.mdi-unfold-less-vertical:before {
  content: "\F75F";
}

.mdi-unfold-more-horizontal:before {
  content: "\F54F";
}

.mdi-unfold-more-vertical:before {
  content: "\F760";
}

.mdi-ungroup:before {
  content: "\F550";
}

.mdi-unity:before {
  content: "\F6AE";
}

.mdi-untappd:before {
  content: "\F551";
}

.mdi-update:before {
  content: "\F6AF";
}

.mdi-upload:before {
  content: "\F552";
}

.mdi-upload-network:before {
  content: "\F6F5";
}

.mdi-usb:before {
  content: "\F553";
}

.mdi-van-passenger:before {
  content: "\F7F9";
}

.mdi-van-utility:before {
  content: "\F7FA";
}

.mdi-vanish:before {
  content: "\F7FB";
}

.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-radius:before {
  content: "\F749";
}

.mdi-vector-rectangle:before {
  content: "\F5C6";
}

.mdi-vector-selection:before {
  content: "\F562";
}

.mdi-vector-square:before {
  content: "\F001";
}

.mdi-vector-triangle:before {
  content: "\F563";
}

.mdi-vector-union:before {
  content: "\F564";
}

.mdi-verified:before {
  content: "\F565";
}

.mdi-vibrate:before {
  content: "\F566";
}

.mdi-video:before {
  content: "\F567";
}

.mdi-video-3d:before {
  content: "\F7FC";
}

.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-minus:before {
  content: "\F75D";
}

.mdi-volume-mute:before {
  content: "\F75E";
}

.mdi-volume-off:before {
  content: "\F581";
}

.mdi-volume-plus:before {
  content: "\F75C";
}

.mdi-vpn:before {
  content: "\F582";
}

.mdi-walk:before {
  content: "\F583";
}

.mdi-wall:before {
  content: "\F7FD";
}

.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-waves:before {
  content: "\F78C";
}

.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-battery-alert:before {
  content: "\F74A";
}

.mdi-xbox-controller-battery-empty:before {
  content: "\F74B";
}

.mdi-xbox-controller-battery-full:before {
  content: "\F74C";
}

.mdi-xbox-controller-battery-low:before {
  content: "\F74D";
}

.mdi-xbox-controller-battery-medium:before {
  content: "\F74E";
}

.mdi-xbox-controller-battery-unknown:before {
  content: "\F74F";
}

.mdi-xbox-controller-off:before {
  content: "\F5BB";
}

.mdi-xda:before {
  content: "\F5BC";
}

.mdi-xing:before {
  content: "\F5BD";
}

.mdi-xing-box:before {
  content: "\F5BE";
}

.mdi-xing-circle:before {
  content: "\F5BF";
}

.mdi-xml:before {
  content: "\F5C0";
}

.mdi-xmpp:before {
  content: "\F7FE";
}

.mdi-yammer:before {
  content: "\F788";
}

.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-blank:before {
  content: "\F68C";
  visibility: hidden;
}

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
  font-size: 18px;
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
  font-size: 24px;
}

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
  font-size: 36px;
}

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
  font-size: 48px;
}

.mdi-dark:before {
  color: rgba(0, 0, 0, 0.54);
}
.mdi-dark.mdi-inactive:before {
  color: rgba(0, 0, 0, 0.26);
}

.mdi-light:before {
  color: white;
}
.mdi-light.mdi-inactive:before {
  color: rgba(255, 255, 255, 0.3);
}

.mdi-rotate-45 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(45deg);
      transform: scaleX(-1) rotate(45deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: scaleY(-1) rotate(45deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-45:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mdi-rotate-90 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(90deg);
      transform: scaleX(-1) rotate(90deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: scaleY(-1) rotate(90deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mdi-rotate-135 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(135deg);
      transform: scaleX(-1) rotate(135deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: scaleY(-1) rotate(135deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-135:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mdi-rotate-180 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(180deg);
      transform: scaleX(-1) rotate(180deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: scaleY(-1) rotate(180deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mdi-rotate-225 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(225deg);
      transform: scaleX(-1) rotate(225deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(225deg);
      -ms-transform: rotate(225deg);
      transform: scaleY(-1) rotate(225deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-225:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.mdi-rotate-270 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(270deg);
      transform: scaleX(-1) rotate(270deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: scaleY(-1) rotate(270deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.mdi-rotate-315 {
  /*
  // Not included in production
  &.mdi-flip-h:before {
      -webkit-transform: scaleX(-1) rotate(315deg);
      transform: scaleX(-1) rotate(315deg);
      filter: FlipH;
      -ms-filter: "FlipH";
  }
  &.mdi-flip-v:before {
      -webkit-transform: scaleY(-1) rotate(315deg);
      -ms-transform: rotate(315deg);
      transform: scaleY(-1) rotate(315deg);
      filter: FlipV;
      -ms-filter: "FlipV";
  }
  */
}
.mdi-rotate-315:before {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.mdi-flip-h:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.mdi-flip-v:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.mdi-spin:before {
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
}

@-webkit-keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes mdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*# sourceMappingURL=materialdesignicons.css.map */
@font-face {
	font-family: 'icomoon';
	src:url(https://oarlin-bb3cf8e14b12.herokuapp.com/icomoon.eot?-rdmvgc);
	src:url(https://oarlin-bb3cf8e14b12.herokuapp.com/icomoon.eot?#iefix-rdmvgc) format('embedded-opentype'),
		url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/icomoon-c1105a3edf37a2f832e7f0a6abc68ac221394b1868639ce17bcc2963d7eb6a04.woff?-rdmvgc) format('woff'),
		url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/icomoon-42f8e1989186a2fd60a9ed66844afeba1a77811f7eeb95bb55ed688d12dc9649.ttf?-rdmvgc) format('truetype'),
		url(https://oarlin-bb3cf8e14b12.herokuapp.com/icomoon.svg?-rdmvgc#icomoon) format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="iconsmind-"], [class*=" iconsmind-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconsmind-A-Z:before {
	content: "\e600";
}
.iconsmind-Aa:before {
	content: "\e601";
}
.iconsmind-Add-Bag:before {
	content: "\e602";
}
.iconsmind-Add-Basket:before {
	content: "\e603";
}
.iconsmind-Add-Cart:before {
	content: "\e604";
}
.iconsmind-Add-File:before {
	content: "\e605";
}
.iconsmind-Add-SpaceAfterParagraph:before {
	content: "\e606";
}
.iconsmind-Add-SpaceBeforeParagraph:before {
	content: "\e607";
}
.iconsmind-Add-User:before {
	content: "\e608";
}
.iconsmind-Add-UserStar:before {
	content: "\e609";
}
.iconsmind-Add-Window:before {
	content: "\e60a";
}
.iconsmind-Add:before {
	content: "\e60b";
}
.iconsmind-Address-Book:before {
	content: "\e60c";
}
.iconsmind-Address-Book2:before {
	content: "\e60d";
}
.iconsmind-Administrator:before {
	content: "\e60e";
}
.iconsmind-Aerobics-2:before {
	content: "\e60f";
}
.iconsmind-Aerobics-3:before {
	content: "\e610";
}
.iconsmind-Aerobics:before {
	content: "\e611";
}
.iconsmind-Affiliate:before {
	content: "\e612";
}
.iconsmind-Aim:before {
	content: "\e613";
}
.iconsmind-Air-Balloon:before {
	content: "\e614";
}
.iconsmind-Airbrush:before {
	content: "\e615";
}
.iconsmind-Airship:before {
	content: "\e616";
}
.iconsmind-Alarm-Clock:before {
	content: "\e617";
}
.iconsmind-Alarm-Clock2:before {
	content: "\e618";
}
.iconsmind-Alarm:before {
	content: "\e619";
}
.iconsmind-Alien-2:before {
	content: "\e61a";
}
.iconsmind-Alien:before {
	content: "\e61b";
}
.iconsmind-Aligator:before {
	content: "\e61c";
}
.iconsmind-Align-Center:before {
	content: "\e61d";
}
.iconsmind-Align-JustifyAll:before {
	content: "\e61e";
}
.iconsmind-Align-JustifyCenter:before {
	content: "\e61f";
}
.iconsmind-Align-JustifyLeft:before {
	content: "\e620";
}
.iconsmind-Align-JustifyRight:before {
	content: "\e621";
}
.iconsmind-Align-Left:before {
	content: "\e622";
}
.iconsmind-Align-Right:before {
	content: "\e623";
}
.iconsmind-Alpha:before {
	content: "\e624";
}
.iconsmind-Ambulance:before {
	content: "\e625";
}
.iconsmind-AMX:before {
	content: "\e626";
}
.iconsmind-Anchor-2:before {
	content: "\e627";
}
.iconsmind-Anchor:before {
	content: "\e628";
}
.iconsmind-Android-Store:before {
	content: "\e629";
}
.iconsmind-Android:before {
	content: "\e62a";
}
.iconsmind-Angel-Smiley:before {
	content: "\e62b";
}
.iconsmind-Angel:before {
	content: "\e62c";
}
.iconsmind-Angry:before {
	content: "\e62d";
}
.iconsmind-Apple-Bite:before {
	content: "\e62e";
}
.iconsmind-Apple-Store:before {
	content: "\e62f";
}
.iconsmind-Apple:before {
	content: "\e630";
}
.iconsmind-Approved-Window:before {
	content: "\e631";
}
.iconsmind-Aquarius-2:before {
	content: "\e632";
}
.iconsmind-Aquarius:before {
	content: "\e633";
}
.iconsmind-Archery-2:before {
	content: "\e634";
}
.iconsmind-Archery:before {
	content: "\e635";
}
.iconsmind-Argentina:before {
	content: "\e636";
}
.iconsmind-Aries-2:before {
	content: "\e637";
}
.iconsmind-Aries:before {
	content: "\e638";
}
.iconsmind-Army-Key:before {
	content: "\e639";
}
.iconsmind-Arrow-Around:before {
	content: "\e63a";
}
.iconsmind-Arrow-Back3:before {
	content: "\e63b";
}
.iconsmind-Arrow-Back:before {
	content: "\e63c";
}
.iconsmind-Arrow-Back2:before {
	content: "\e63d";
}
.iconsmind-Arrow-Barrier:before {
	content: "\e63e";
}
.iconsmind-Arrow-Circle:before {
	content: "\e63f";
}
.iconsmind-Arrow-Cross:before {
	content: "\e640";
}
.iconsmind-Arrow-Down:before {
	content: "\e641";
}
.iconsmind-Arrow-Down2:before {
	content: "\e642";
}
.iconsmind-Arrow-Down3:before {
	content: "\e643";
}
.iconsmind-Arrow-DowninCircle:before {
	content: "\e644";
}
.iconsmind-Arrow-Fork:before {
	content: "\e645";
}
.iconsmind-Arrow-Forward:before {
	content: "\e646";
}
.iconsmind-Arrow-Forward2:before {
	content: "\e647";
}
.iconsmind-Arrow-From:before {
	content: "\e648";
}
.iconsmind-Arrow-Inside:before {
	content: "\e649";
}
.iconsmind-Arrow-Inside45:before {
	content: "\e64a";
}
.iconsmind-Arrow-InsideGap:before {
	content: "\e64b";
}
.iconsmind-Arrow-InsideGap45:before {
	content: "\e64c";
}
.iconsmind-Arrow-Into:before {
	content: "\e64d";
}
.iconsmind-Arrow-Join:before {
	content: "\e64e";
}
.iconsmind-Arrow-Junction:before {
	content: "\e64f";
}
.iconsmind-Arrow-Left:before {
	content: "\e650";
}
.iconsmind-Arrow-Left2:before {
	content: "\e651";
}
.iconsmind-Arrow-LeftinCircle:before {
	content: "\e652";
}
.iconsmind-Arrow-Loop:before {
	content: "\e653";
}
.iconsmind-Arrow-Merge:before {
	content: "\e654";
}
.iconsmind-Arrow-Mix:before {
	content: "\e655";
}
.iconsmind-Arrow-Next:before {
	content: "\e656";
}
.iconsmind-Arrow-OutLeft:before {
	content: "\e657";
}
.iconsmind-Arrow-OutRight:before {
	content: "\e658";
}
.iconsmind-Arrow-Outside:before {
	content: "\e659";
}
.iconsmind-Arrow-Outside45:before {
	content: "\e65a";
}
.iconsmind-Arrow-OutsideGap:before {
	content: "\e65b";
}
.iconsmind-Arrow-OutsideGap45:before {
	content: "\e65c";
}
.iconsmind-Arrow-Over:before {
	content: "\e65d";
}
.iconsmind-Arrow-Refresh:before {
	content: "\e65e";
}
.iconsmind-Arrow-Refresh2:before {
	content: "\e65f";
}
.iconsmind-Arrow-Right:before {
	content: "\e660";
}
.iconsmind-Arrow-Right2:before {
	content: "\e661";
}
.iconsmind-Arrow-RightinCircle:before {
	content: "\e662";
}
.iconsmind-Arrow-Shuffle:before {
	content: "\e663";
}
.iconsmind-Arrow-Squiggly:before {
	content: "\e664";
}
.iconsmind-Arrow-Through:before {
	content: "\e665";
}
.iconsmind-Arrow-To:before {
	content: "\e666";
}
.iconsmind-Arrow-TurnLeft:before {
	content: "\e667";
}
.iconsmind-Arrow-TurnRight:before {
	content: "\e668";
}
.iconsmind-Arrow-Up:before {
	content: "\e669";
}
.iconsmind-Arrow-Up2:before {
	content: "\e66a";
}
.iconsmind-Arrow-Up3:before {
	content: "\e66b";
}
.iconsmind-Arrow-UpinCircle:before {
	content: "\e66c";
}
.iconsmind-Arrow-XLeft:before {
	content: "\e66d";
}
.iconsmind-Arrow-XRight:before {
	content: "\e66e";
}
.iconsmind-Ask:before {
	content: "\e66f";
}
.iconsmind-Assistant:before {
	content: "\e670";
}
.iconsmind-Astronaut:before {
	content: "\e671";
}
.iconsmind-At-Sign:before {
	content: "\e672";
}
.iconsmind-ATM:before {
	content: "\e673";
}
.iconsmind-Atom:before {
	content: "\e674";
}
.iconsmind-Audio:before {
	content: "\e675";
}
.iconsmind-Auto-Flash:before {
	content: "\e676";
}
.iconsmind-Autumn:before {
	content: "\e677";
}
.iconsmind-Baby-Clothes:before {
	content: "\e678";
}
.iconsmind-Baby-Clothes2:before {
	content: "\e679";
}
.iconsmind-Baby-Cry:before {
	content: "\e67a";
}
.iconsmind-Baby:before {
	content: "\e67b";
}
.iconsmind-Back2:before {
	content: "\e67c";
}
.iconsmind-Back-Media:before {
	content: "\e67d";
}
.iconsmind-Back-Music:before {
	content: "\e67e";
}
.iconsmind-Back:before {
	content: "\e67f";
}
.iconsmind-Background:before {
	content: "\e680";
}
.iconsmind-Bacteria:before {
	content: "\e681";
}
.iconsmind-Bag-Coins:before {
	content: "\e682";
}
.iconsmind-Bag-Items:before {
	content: "\e683";
}
.iconsmind-Bag-Quantity:before {
	content: "\e684";
}
.iconsmind-Bag:before {
	content: "\e685";
}
.iconsmind-Bakelite:before {
	content: "\e686";
}
.iconsmind-Ballet-Shoes:before {
	content: "\e687";
}
.iconsmind-Balloon:before {
	content: "\e688";
}
.iconsmind-Banana:before {
	content: "\e689";
}
.iconsmind-Band-Aid:before {
	content: "\e68a";
}
.iconsmind-Bank:before {
	content: "\e68b";
}
.iconsmind-Bar-Chart:before {
	content: "\e68c";
}
.iconsmind-Bar-Chart2:before {
	content: "\e68d";
}
.iconsmind-Bar-Chart3:before {
	content: "\e68e";
}
.iconsmind-Bar-Chart4:before {
	content: "\e68f";
}
.iconsmind-Bar-Chart5:before {
	content: "\e690";
}
.iconsmind-Bar-Code:before {
	content: "\e691";
}
.iconsmind-Barricade-2:before {
	content: "\e692";
}
.iconsmind-Barricade:before {
	content: "\e693";
}
.iconsmind-Baseball:before {
	content: "\e694";
}
.iconsmind-Basket-Ball:before {
	content: "\e695";
}
.iconsmind-Basket-Coins:before {
	content: "\e696";
}
.iconsmind-Basket-Items:before {
	content: "\e697";
}
.iconsmind-Basket-Quantity:before {
	content: "\e698";
}
.iconsmind-Bat-2:before {
	content: "\e699";
}
.iconsmind-Bat:before {
	content: "\e69a";
}
.iconsmind-Bathrobe:before {
	content: "\e69b";
}
.iconsmind-Batman-Mask:before {
	content: "\e69c";
}
.iconsmind-Battery-0:before {
	content: "\e69d";
}
.iconsmind-Battery-25:before {
	content: "\e69e";
}
.iconsmind-Battery-50:before {
	content: "\e69f";
}
.iconsmind-Battery-75:before {
	content: "\e6a0";
}
.iconsmind-Battery-100:before {
	content: "\e6a1";
}
.iconsmind-Battery-Charge:before {
	content: "\e6a2";
}
.iconsmind-Bear:before {
	content: "\e6a3";
}
.iconsmind-Beard-2:before {
	content: "\e6a4";
}
.iconsmind-Beard-3:before {
	content: "\e6a5";
}
.iconsmind-Beard:before {
	content: "\e6a6";
}
.iconsmind-Bebo:before {
	content: "\e6a7";
}
.iconsmind-Bee:before {
	content: "\e6a8";
}
.iconsmind-Beer-Glass:before {
	content: "\e6a9";
}
.iconsmind-Beer:before {
	content: "\e6aa";
}
.iconsmind-Bell-2:before {
	content: "\e6ab";
}
.iconsmind-Bell:before {
	content: "\e6ac";
}
.iconsmind-Belt-2:before {
	content: "\e6ad";
}
.iconsmind-Belt-3:before {
	content: "\e6ae";
}
.iconsmind-Belt:before {
	content: "\e6af";
}
.iconsmind-Berlin-Tower:before {
	content: "\e6b0";
}
.iconsmind-Beta:before {
	content: "\e6b1";
}
.iconsmind-Betvibes:before {
	content: "\e6b2";
}
.iconsmind-Bicycle-2:before {
	content: "\e6b3";
}
.iconsmind-Bicycle-3:before {
	content: "\e6b4";
}
.iconsmind-Bicycle:before {
	content: "\e6b5";
}
.iconsmind-Big-Bang:before {
	content: "\e6b6";
}
.iconsmind-Big-Data:before {
	content: "\e6b7";
}
.iconsmind-Bike-Helmet:before {
	content: "\e6b8";
}
.iconsmind-Bikini:before {
	content: "\e6b9";
}
.iconsmind-Bilk-Bottle2:before {
	content: "\e6ba";
}
.iconsmind-Billing:before {
	content: "\e6bb";
}
.iconsmind-Bing:before {
	content: "\e6bc";
}
.iconsmind-Binocular:before {
	content: "\e6bd";
}
.iconsmind-Bio-Hazard:before {
	content: "\e6be";
}
.iconsmind-Biotech:before {
	content: "\e6bf";
}
.iconsmind-Bird-DeliveringLetter:before {
	content: "\e6c0";
}
.iconsmind-Bird:before {
	content: "\e6c1";
}
.iconsmind-Birthday-Cake:before {
	content: "\e6c2";
}
.iconsmind-Bisexual:before {
	content: "\e6c3";
}
.iconsmind-Bishop:before {
	content: "\e6c4";
}
.iconsmind-Bitcoin:before {
	content: "\e6c5";
}
.iconsmind-Black-Cat:before {
	content: "\e6c6";
}
.iconsmind-Blackboard:before {
	content: "\e6c7";
}
.iconsmind-Blinklist:before {
	content: "\e6c8";
}
.iconsmind-Block-Cloud:before {
	content: "\e6c9";
}
.iconsmind-Block-Window:before {
	content: "\e6ca";
}
.iconsmind-Blogger:before {
	content: "\e6cb";
}
.iconsmind-Blood:before {
	content: "\e6cc";
}
.iconsmind-Blouse:before {
	content: "\e6cd";
}
.iconsmind-Blueprint:before {
	content: "\e6ce";
}
.iconsmind-Board:before {
	content: "\e6cf";
}
.iconsmind-Bodybuilding:before {
	content: "\e6d0";
}
.iconsmind-Bold-Text:before {
	content: "\e6d1";
}
.iconsmind-Bone:before {
	content: "\e6d2";
}
.iconsmind-Bones:before {
	content: "\e6d3";
}
.iconsmind-Book:before {
	content: "\e6d4";
}
.iconsmind-Bookmark:before {
	content: "\e6d5";
}
.iconsmind-Books-2:before {
	content: "\e6d6";
}
.iconsmind-Books:before {
	content: "\e6d7";
}
.iconsmind-Boom:before {
	content: "\e6d8";
}
.iconsmind-Boot-2:before {
	content: "\e6d9";
}
.iconsmind-Boot:before {
	content: "\e6da";
}
.iconsmind-Bottom-ToTop:before {
	content: "\e6db";
}
.iconsmind-Bow-2:before {
	content: "\e6dc";
}
.iconsmind-Bow-3:before {
	content: "\e6dd";
}
.iconsmind-Bow-4:before {
	content: "\e6de";
}
.iconsmind-Bow-5:before {
	content: "\e6df";
}
.iconsmind-Bow-6:before {
	content: "\e6e0";
}
.iconsmind-Bow:before {
	content: "\e6e1";
}
.iconsmind-Bowling-2:before {
	content: "\e6e2";
}
.iconsmind-Bowling:before {
	content: "\e6e3";
}
.iconsmind-Box2:before {
	content: "\e6e4";
}
.iconsmind-Box-Close:before {
	content: "\e6e5";
}
.iconsmind-Box-Full:before {
	content: "\e6e6";
}
.iconsmind-Box-Open:before {
	content: "\e6e7";
}
.iconsmind-Box-withFolders:before {
	content: "\e6e8";
}
.iconsmind-Box:before {
	content: "\e6e9";
}
.iconsmind-Boy:before {
	content: "\e6ea";
}
.iconsmind-Bra:before {
	content: "\e6eb";
}
.iconsmind-Brain-2:before {
	content: "\e6ec";
}
.iconsmind-Brain-3:before {
	content: "\e6ed";
}
.iconsmind-Brain:before {
	content: "\e6ee";
}
.iconsmind-Brazil:before {
	content: "\e6ef";
}
.iconsmind-Bread-2:before {
	content: "\e6f0";
}
.iconsmind-Bread:before {
	content: "\e6f1";
}
.iconsmind-Bridge:before {
	content: "\e6f2";
}
.iconsmind-Brightkite:before {
	content: "\e6f3";
}
.iconsmind-Broke-Link2:before {
	content: "\e6f4";
}
.iconsmind-Broken-Link:before {
	content: "\e6f5";
}
.iconsmind-Broom:before {
	content: "\e6f6";
}
.iconsmind-Brush:before {
	content: "\e6f7";
}
.iconsmind-Bucket:before {
	content: "\e6f8";
}
.iconsmind-Bug:before {
	content: "\e6f9";
}
.iconsmind-Building:before {
	content: "\e6fa";
}
.iconsmind-Bulleted-List:before {
	content: "\e6fb";
}
.iconsmind-Bus-2:before {
	content: "\e6fc";
}
.iconsmind-Bus:before {
	content: "\e6fd";
}
.iconsmind-Business-Man:before {
	content: "\e6fe";
}
.iconsmind-Business-ManWoman:before {
	content: "\e6ff";
}
.iconsmind-Business-Mens:before {
	content: "\e700";
}
.iconsmind-Business-Woman:before {
	content: "\e701";
}
.iconsmind-Butterfly:before {
	content: "\e702";
}
.iconsmind-Button:before {
	content: "\e703";
}
.iconsmind-Cable-Car:before {
	content: "\e704";
}
.iconsmind-Cake:before {
	content: "\e705";
}
.iconsmind-Calculator-2:before {
	content: "\e706";
}
.iconsmind-Calculator-3:before {
	content: "\e707";
}
.iconsmind-Calculator:before {
	content: "\e708";
}
.iconsmind-Calendar-2:before {
	content: "\e709";
}
.iconsmind-Calendar-3:before {
	content: "\e70a";
}
.iconsmind-Calendar-4:before {
	content: "\e70b";
}
.iconsmind-Calendar-Clock:before {
	content: "\e70c";
}
.iconsmind-Calendar:before {
	content: "\e70d";
}
.iconsmind-Camel:before {
	content: "\e70e";
}
.iconsmind-Camera-2:before {
	content: "\e70f";
}
.iconsmind-Camera-3:before {
	content: "\e710";
}
.iconsmind-Camera-4:before {
	content: "\e711";
}
.iconsmind-Camera-5:before {
	content: "\e712";
}
.iconsmind-Camera-Back:before {
	content: "\e713";
}
.iconsmind-Camera:before {
	content: "\e714";
}
.iconsmind-Can-2:before {
	content: "\e715";
}
.iconsmind-Can:before {
	content: "\e716";
}
.iconsmind-Canada:before {
	content: "\e717";
}
.iconsmind-Cancer-2:before {
	content: "\e718";
}
.iconsmind-Cancer-3:before {
	content: "\e719";
}
.iconsmind-Cancer:before {
	content: "\e71a";
}
.iconsmind-Candle:before {
	content: "\e71b";
}
.iconsmind-Candy-Cane:before {
	content: "\e71c";
}
.iconsmind-Candy:before {
	content: "\e71d";
}
.iconsmind-Cannon:before {
	content: "\e71e";
}
.iconsmind-Cap-2:before {
	content: "\e71f";
}
.iconsmind-Cap-3:before {
	content: "\e720";
}
.iconsmind-Cap-Smiley:before {
	content: "\e721";
}
.iconsmind-Cap:before {
	content: "\e722";
}
.iconsmind-Capricorn-2:before {
	content: "\e723";
}
.iconsmind-Capricorn:before {
	content: "\e724";
}
.iconsmind-Car-2:before {
	content: "\e725";
}
.iconsmind-Car-3:before {
	content: "\e726";
}
.iconsmind-Car-Coins:before {
	content: "\e727";
}
.iconsmind-Car-Items:before {
	content: "\e728";
}
.iconsmind-Car-Wheel:before {
	content: "\e729";
}
.iconsmind-Car:before {
	content: "\e72a";
}
.iconsmind-Cardigan:before {
	content: "\e72b";
}
.iconsmind-Cardiovascular:before {
	content: "\e72c";
}
.iconsmind-Cart-Quantity:before {
	content: "\e72d";
}
.iconsmind-Casette-Tape:before {
	content: "\e72e";
}
.iconsmind-Cash-Register:before {
	content: "\e72f";
}
.iconsmind-Cash-register2:before {
	content: "\e730";
}
.iconsmind-Castle:before {
	content: "\e731";
}
.iconsmind-Cat:before {
	content: "\e732";
}
.iconsmind-Cathedral:before {
	content: "\e733";
}
.iconsmind-Cauldron:before {
	content: "\e734";
}
.iconsmind-CD-2:before {
	content: "\e735";
}
.iconsmind-CD-Cover:before {
	content: "\e736";
}
.iconsmind-CD:before {
	content: "\e737";
}
.iconsmind-Cello:before {
	content: "\e738";
}
.iconsmind-Celsius:before {
	content: "\e739";
}
.iconsmind-Chacked-Flag:before {
	content: "\e73a";
}
.iconsmind-Chair:before {
	content: "\e73b";
}
.iconsmind-Charger:before {
	content: "\e73c";
}
.iconsmind-Check-2:before {
	content: "\e73d";
}
.iconsmind-Check:before {
	content: "\e73e";
}
.iconsmind-Checked-User:before {
	content: "\e73f";
}
.iconsmind-Checkmate:before {
	content: "\e740";
}
.iconsmind-Checkout-Bag:before {
	content: "\e741";
}
.iconsmind-Checkout-Basket:before {
	content: "\e742";
}
.iconsmind-Checkout:before {
	content: "\e743";
}
.iconsmind-Cheese:before {
	content: "\e744";
}
.iconsmind-Cheetah:before {
	content: "\e745";
}
.iconsmind-Chef-Hat:before {
	content: "\e746";
}
.iconsmind-Chef-Hat2:before {
	content: "\e747";
}
.iconsmind-Chef:before {
	content: "\e748";
}
.iconsmind-Chemical-2:before {
	content: "\e749";
}
.iconsmind-Chemical-3:before {
	content: "\e74a";
}
.iconsmind-Chemical-4:before {
	content: "\e74b";
}
.iconsmind-Chemical-5:before {
	content: "\e74c";
}
.iconsmind-Chemical:before {
	content: "\e74d";
}
.iconsmind-Chess-Board:before {
	content: "\e74e";
}
.iconsmind-Chess:before {
	content: "\e74f";
}
.iconsmind-Chicken:before {
	content: "\e750";
}
.iconsmind-Chile:before {
	content: "\e751";
}
.iconsmind-Chimney:before {
	content: "\e752";
}
.iconsmind-China:before {
	content: "\e753";
}
.iconsmind-Chinese-Temple:before {
	content: "\e754";
}
.iconsmind-Chip:before {
	content: "\e755";
}
.iconsmind-Chopsticks-2:before {
	content: "\e756";
}
.iconsmind-Chopsticks:before {
	content: "\e757";
}
.iconsmind-Christmas-Ball:before {
	content: "\e758";
}
.iconsmind-Christmas-Bell:before {
	content: "\e759";
}
.iconsmind-Christmas-Candle:before {
	content: "\e75a";
}
.iconsmind-Christmas-Hat:before {
	content: "\e75b";
}
.iconsmind-Christmas-Sleigh:before {
	content: "\e75c";
}
.iconsmind-Christmas-Snowman:before {
	content: "\e75d";
}
.iconsmind-Christmas-Sock:before {
	content: "\e75e";
}
.iconsmind-Christmas-Tree:before {
	content: "\e75f";
}
.iconsmind-Christmas:before {
	content: "\e760";
}
.iconsmind-Chrome:before {
	content: "\e761";
}
.iconsmind-Chrysler-Building:before {
	content: "\e762";
}
.iconsmind-Cinema:before {
	content: "\e763";
}
.iconsmind-Circular-Point:before {
	content: "\e764";
}
.iconsmind-City-Hall:before {
	content: "\e765";
}
.iconsmind-Clamp:before {
	content: "\e766";
}
.iconsmind-Clapperboard-Close:before {
	content: "\e767";
}
.iconsmind-Clapperboard-Open:before {
	content: "\e768";
}
.iconsmind-Claps:before {
	content: "\e769";
}
.iconsmind-Clef:before {
	content: "\e76a";
}
.iconsmind-Clinic:before {
	content: "\e76b";
}
.iconsmind-Clock-2:before {
	content: "\e76c";
}
.iconsmind-Clock-3:before {
	content: "\e76d";
}
.iconsmind-Clock-4:before {
	content: "\e76e";
}
.iconsmind-Clock-Back:before {
	content: "\e76f";
}
.iconsmind-Clock-Forward:before {
	content: "\e770";
}
.iconsmind-Clock:before {
	content: "\e771";
}
.iconsmind-Close-Window:before {
	content: "\e772";
}
.iconsmind-Close:before {
	content: "\e773";
}
.iconsmind-Clothing-Store:before {
	content: "\e774";
}
.iconsmind-Cloud--:before {
	content: "\e775";
}
.iconsmind-Cloud-:before {
	content: "\e776";
}
.iconsmind-Cloud-Camera:before {
	content: "\e777";
}
.iconsmind-Cloud-Computer:before {
	content: "\e778";
}
.iconsmind-Cloud-Email:before {
	content: "\e779";
}
.iconsmind-Cloud-Hail:before {
	content: "\e77a";
}
.iconsmind-Cloud-Laptop:before {
	content: "\e77b";
}
.iconsmind-Cloud-Lock:before {
	content: "\e77c";
}
.iconsmind-Cloud-Moon:before {
	content: "\e77d";
}
.iconsmind-Cloud-Music:before {
	content: "\e77e";
}
.iconsmind-Cloud-Picture:before {
	content: "\e77f";
}
.iconsmind-Cloud-Rain:before {
	content: "\e780";
}
.iconsmind-Cloud-Remove:before {
	content: "\e781";
}
.iconsmind-Cloud-Secure:before {
	content: "\e782";
}
.iconsmind-Cloud-Settings:before {
	content: "\e783";
}
.iconsmind-Cloud-Smartphone:before {
	content: "\e784";
}
.iconsmind-Cloud-Snow:before {
	content: "\e785";
}
.iconsmind-Cloud-Sun:before {
	content: "\e786";
}
.iconsmind-Cloud-Tablet:before {
	content: "\e787";
}
.iconsmind-Cloud-Video:before {
	content: "\e788";
}
.iconsmind-Cloud-Weather:before {
	content: "\e789";
}
.iconsmind-Cloud:before {
	content: "\e78a";
}
.iconsmind-Clouds-Weather:before {
	content: "\e78b";
}
.iconsmind-Clouds:before {
	content: "\e78c";
}
.iconsmind-Clown:before {
	content: "\e78d";
}
.iconsmind-CMYK:before {
	content: "\e78e";
}
.iconsmind-Coat:before {
	content: "\e78f";
}
.iconsmind-Cocktail:before {
	content: "\e790";
}
.iconsmind-Coconut:before {
	content: "\e791";
}
.iconsmind-Code-Window:before {
	content: "\e792";
}
.iconsmind-Coding:before {
	content: "\e793";
}
.iconsmind-Coffee-2:before {
	content: "\e794";
}
.iconsmind-Coffee-Bean:before {
	content: "\e795";
}
.iconsmind-Coffee-Machine:before {
	content: "\e796";
}
.iconsmind-Coffee-toGo:before {
	content: "\e797";
}
.iconsmind-Coffee:before {
	content: "\e798";
}
.iconsmind-Coffin:before {
	content: "\e799";
}
.iconsmind-Coin:before {
	content: "\e79a";
}
.iconsmind-Coins-2:before {
	content: "\e79b";
}
.iconsmind-Coins-3:before {
	content: "\e79c";
}
.iconsmind-Coins:before {
	content: "\e79d";
}
.iconsmind-Colombia:before {
	content: "\e79e";
}
.iconsmind-Colosseum:before {
	content: "\e79f";
}
.iconsmind-Column-2:before {
	content: "\e7a0";
}
.iconsmind-Column-3:before {
	content: "\e7a1";
}
.iconsmind-Column:before {
	content: "\e7a2";
}
.iconsmind-Comb-2:before {
	content: "\e7a3";
}
.iconsmind-Comb:before {
	content: "\e7a4";
}
.iconsmind-Communication-Tower:before {
	content: "\e7a5";
}
.iconsmind-Communication-Tower2:before {
	content: "\e7a6";
}
.iconsmind-Compass-2:before {
	content: "\e7a7";
}
.iconsmind-Compass-3:before {
	content: "\e7a8";
}
.iconsmind-Compass-4:before {
	content: "\e7a9";
}
.iconsmind-Compass-Rose:before {
	content: "\e7aa";
}
.iconsmind-Compass:before {
	content: "\e7ab";
}
.iconsmind-Computer-2:before {
	content: "\e7ac";
}
.iconsmind-Computer-3:before {
	content: "\e7ad";
}
.iconsmind-Computer-Secure:before {
	content: "\e7ae";
}
.iconsmind-Computer:before {
	content: "\e7af";
}
.iconsmind-Conference:before {
	content: "\e7b0";
}
.iconsmind-Confused:before {
	content: "\e7b1";
}
.iconsmind-Conservation:before {
	content: "\e7b2";
}
.iconsmind-Consulting:before {
	content: "\e7b3";
}
.iconsmind-Contrast:before {
	content: "\e7b4";
}
.iconsmind-Control-2:before {
	content: "\e7b5";
}
.iconsmind-Control:before {
	content: "\e7b6";
}
.iconsmind-Cookie-Man:before {
	content: "\e7b7";
}
.iconsmind-Cookies:before {
	content: "\e7b8";
}
.iconsmind-Cool-Guy:before {
	content: "\e7b9";
}
.iconsmind-Cool:before {
	content: "\e7ba";
}
.iconsmind-Copyright:before {
	content: "\e7bb";
}
.iconsmind-Costume:before {
	content: "\e7bc";
}
.iconsmind-Couple-Sign:before {
	content: "\e7bd";
}
.iconsmind-Cow:before {
	content: "\e7be";
}
.iconsmind-CPU:before {
	content: "\e7bf";
}
.iconsmind-Crane:before {
	content: "\e7c0";
}
.iconsmind-Cranium:before {
	content: "\e7c1";
}
.iconsmind-Credit-Card:before {
	content: "\e7c2";
}
.iconsmind-Credit-Card2:before {
	content: "\e7c3";
}
.iconsmind-Credit-Card3:before {
	content: "\e7c4";
}
.iconsmind-Cricket:before {
	content: "\e7c5";
}
.iconsmind-Criminal:before {
	content: "\e7c6";
}
.iconsmind-Croissant:before {
	content: "\e7c7";
}
.iconsmind-Crop-2:before {
	content: "\e7c8";
}
.iconsmind-Crop-3:before {
	content: "\e7c9";
}
.iconsmind-Crown-2:before {
	content: "\e7ca";
}
.iconsmind-Crown:before {
	content: "\e7cb";
}
.iconsmind-Crying:before {
	content: "\e7cc";
}
.iconsmind-Cube-Molecule:before {
	content: "\e7cd";
}
.iconsmind-Cube-Molecule2:before {
	content: "\e7ce";
}
.iconsmind-Cupcake:before {
	content: "\e7cf";
}
.iconsmind-Cursor-Click:before {
	content: "\e7d0";
}
.iconsmind-Cursor-Click2:before {
	content: "\e7d1";
}
.iconsmind-Cursor-Move:before {
	content: "\e7d2";
}
.iconsmind-Cursor-Move2:before {
	content: "\e7d3";
}
.iconsmind-Cursor-Select:before {
	content: "\e7d4";
}
.iconsmind-Cursor:before {
	content: "\e7d5";
}
.iconsmind-D-Eyeglasses:before {
	content: "\e7d6";
}
.iconsmind-D-Eyeglasses2:before {
	content: "\e7d7";
}
.iconsmind-Dam:before {
	content: "\e7d8";
}
.iconsmind-Danemark:before {
	content: "\e7d9";
}
.iconsmind-Danger-2:before {
	content: "\e7da";
}
.iconsmind-Danger:before {
	content: "\e7db";
}
.iconsmind-Dashboard:before {
	content: "\e7dc";
}
.iconsmind-Data-Backup:before {
	content: "\e7dd";
}
.iconsmind-Data-Block:before {
	content: "\e7de";
}
.iconsmind-Data-Center:before {
	content: "\e7df";
}
.iconsmind-Data-Clock:before {
	content: "\e7e0";
}
.iconsmind-Data-Cloud:before {
	content: "\e7e1";
}
.iconsmind-Data-Compress:before {
	content: "\e7e2";
}
.iconsmind-Data-Copy:before {
	content: "\e7e3";
}
.iconsmind-Data-Download:before {
	content: "\e7e4";
}
.iconsmind-Data-Financial:before {
	content: "\e7e5";
}
.iconsmind-Data-Key:before {
	content: "\e7e6";
}
.iconsmind-Data-Lock:before {
	content: "\e7e7";
}
.iconsmind-Data-Network:before {
	content: "\e7e8";
}
.iconsmind-Data-Password:before {
	content: "\e7e9";
}
.iconsmind-Data-Power:before {
	content: "\e7ea";
}
.iconsmind-Data-Refresh:before {
	content: "\e7eb";
}
.iconsmind-Data-Save:before {
	content: "\e7ec";
}
.iconsmind-Data-Search:before {
	content: "\e7ed";
}
.iconsmind-Data-Security:before {
	content: "\e7ee";
}
.iconsmind-Data-Settings:before {
	content: "\e7ef";
}
.iconsmind-Data-Sharing:before {
	content: "\e7f0";
}
.iconsmind-Data-Shield:before {
	content: "\e7f1";
}
.iconsmind-Data-Signal:before {
	content: "\e7f2";
}
.iconsmind-Data-Storage:before {
	content: "\e7f3";
}
.iconsmind-Data-Stream:before {
	content: "\e7f4";
}
.iconsmind-Data-Transfer:before {
	content: "\e7f5";
}
.iconsmind-Data-Unlock:before {
	content: "\e7f6";
}
.iconsmind-Data-Upload:before {
	content: "\e7f7";
}
.iconsmind-Data-Yes:before {
	content: "\e7f8";
}
.iconsmind-Data:before {
	content: "\e7f9";
}
.iconsmind-David-Star:before {
	content: "\e7fa";
}
.iconsmind-Daylight:before {
	content: "\e7fb";
}
.iconsmind-Death:before {
	content: "\e7fc";
}
.iconsmind-Debian:before {
	content: "\e7fd";
}
.iconsmind-Dec:before {
	content: "\e7fe";
}
.iconsmind-Decrase-Inedit:before {
	content: "\e7ff";
}
.iconsmind-Deer-2:before {
	content: "\e800";
}
.iconsmind-Deer:before {
	content: "\e801";
}
.iconsmind-Delete-File:before {
	content: "\e802";
}
.iconsmind-Delete-Window:before {
	content: "\e803";
}
.iconsmind-Delicious:before {
	content: "\e804";
}
.iconsmind-Depression:before {
	content: "\e805";
}
.iconsmind-Deviantart:before {
	content: "\e806";
}
.iconsmind-Device-SyncwithCloud:before {
	content: "\e807";
}
.iconsmind-Diamond:before {
	content: "\e808";
}
.iconsmind-Dice-2:before {
	content: "\e809";
}
.iconsmind-Dice:before {
	content: "\e80a";
}
.iconsmind-Digg:before {
	content: "\e80b";
}
.iconsmind-Digital-Drawing:before {
	content: "\e80c";
}
.iconsmind-Diigo:before {
	content: "\e80d";
}
.iconsmind-Dinosaur:before {
	content: "\e80e";
}
.iconsmind-Diploma-2:before {
	content: "\e80f";
}
.iconsmind-Diploma:before {
	content: "\e810";
}
.iconsmind-Direction-East:before {
	content: "\e811";
}
.iconsmind-Direction-North:before {
	content: "\e812";
}
.iconsmind-Direction-South:before {
	content: "\e813";
}
.iconsmind-Direction-West:before {
	content: "\e814";
}
.iconsmind-Director:before {
	content: "\e815";
}
.iconsmind-Disk:before {
	content: "\e816";
}
.iconsmind-Dj:before {
	content: "\e817";
}
.iconsmind-DNA-2:before {
	content: "\e818";
}
.iconsmind-DNA-Helix:before {
	content: "\e819";
}
.iconsmind-DNA:before {
	content: "\e81a";
}
.iconsmind-Doctor:before {
	content: "\e81b";
}
.iconsmind-Dog:before {
	content: "\e81c";
}
.iconsmind-Dollar-Sign:before {
	content: "\e81d";
}
.iconsmind-Dollar-Sign2:before {
	content: "\e81e";
}
.iconsmind-Dollar:before {
	content: "\e81f";
}
.iconsmind-Dolphin:before {
	content: "\e820";
}
.iconsmind-Domino:before {
	content: "\e821";
}
.iconsmind-Door-Hanger:before {
	content: "\e822";
}
.iconsmind-Door:before {
	content: "\e823";
}
.iconsmind-Doplr:before {
	content: "\e824";
}
.iconsmind-Double-Circle:before {
	content: "\e825";
}
.iconsmind-Double-Tap:before {
	content: "\e826";
}
.iconsmind-Doughnut:before {
	content: "\e827";
}
.iconsmind-Dove:before {
	content: "\e828";
}
.iconsmind-Down-2:before {
	content: "\e829";
}
.iconsmind-Down-3:before {
	content: "\e82a";
}
.iconsmind-Down-4:before {
	content: "\e82b";
}
.iconsmind-Down:before {
	content: "\e82c";
}
.iconsmind-Download-2:before {
	content: "\e82d";
}
.iconsmind-Download-fromCloud:before {
	content: "\e82e";
}
.iconsmind-Download-Window:before {
	content: "\e82f";
}
.iconsmind-Download:before {
	content: "\e830";
}
.iconsmind-Downward:before {
	content: "\e831";
}
.iconsmind-Drag-Down:before {
	content: "\e832";
}
.iconsmind-Drag-Left:before {
	content: "\e833";
}
.iconsmind-Drag-Right:before {
	content: "\e834";
}
.iconsmind-Drag-Up:before {
	content: "\e835";
}
.iconsmind-Drag:before {
	content: "\e836";
}
.iconsmind-Dress:before {
	content: "\e837";
}
.iconsmind-Drill-2:before {
	content: "\e838";
}
.iconsmind-Drill:before {
	content: "\e839";
}
.iconsmind-Drop:before {
	content: "\e83a";
}
.iconsmind-Dropbox:before {
	content: "\e83b";
}
.iconsmind-Drum:before {
	content: "\e83c";
}
.iconsmind-Dry:before {
	content: "\e83d";
}
.iconsmind-Duck:before {
	content: "\e83e";
}
.iconsmind-Dumbbell:before {
	content: "\e83f";
}
.iconsmind-Duplicate-Layer:before {
	content: "\e840";
}
.iconsmind-Duplicate-Window:before {
	content: "\e841";
}
.iconsmind-DVD:before {
	content: "\e842";
}
.iconsmind-Eagle:before {
	content: "\e843";
}
.iconsmind-Ear:before {
	content: "\e844";
}
.iconsmind-Earphones-2:before {
	content: "\e845";
}
.iconsmind-Earphones:before {
	content: "\e846";
}
.iconsmind-Eci-Icon:before {
	content: "\e847";
}
.iconsmind-Edit-Map:before {
	content: "\e848";
}
.iconsmind-Edit:before {
	content: "\e849";
}
.iconsmind-Eggs:before {
	content: "\e84a";
}
.iconsmind-Egypt:before {
	content: "\e84b";
}
.iconsmind-Eifel-Tower:before {
	content: "\e84c";
}
.iconsmind-eject-2:before {
	content: "\e84d";
}
.iconsmind-Eject:before {
	content: "\e84e";
}
.iconsmind-El-Castillo:before {
	content: "\e84f";
}
.iconsmind-Elbow:before {
	content: "\e850";
}
.iconsmind-Electric-Guitar:before {
	content: "\e851";
}
.iconsmind-Electricity:before {
	content: "\e852";
}
.iconsmind-Elephant:before {
	content: "\e853";
}
.iconsmind-Email:before {
	content: "\e854";
}
.iconsmind-Embassy:before {
	content: "\e855";
}
.iconsmind-Empire-StateBuilding:before {
	content: "\e856";
}
.iconsmind-Empty-Box:before {
	content: "\e857";
}
.iconsmind-End2:before {
	content: "\e858";
}
.iconsmind-End-2:before {
	content: "\e859";
}
.iconsmind-End:before {
	content: "\e85a";
}
.iconsmind-Endways:before {
	content: "\e85b";
}
.iconsmind-Engineering:before {
	content: "\e85c";
}
.iconsmind-Envelope-2:before {
	content: "\e85d";
}
.iconsmind-Envelope:before {
	content: "\e85e";
}
.iconsmind-Environmental-2:before {
	content: "\e85f";
}
.iconsmind-Environmental-3:before {
	content: "\e860";
}
.iconsmind-Environmental:before {
	content: "\e861";
}
.iconsmind-Equalizer:before {
	content: "\e862";
}
.iconsmind-Eraser-2:before {
	content: "\e863";
}
.iconsmind-Eraser-3:before {
	content: "\e864";
}
.iconsmind-Eraser:before {
	content: "\e865";
}
.iconsmind-Error-404Window:before {
	content: "\e866";
}
.iconsmind-Euro-Sign:before {
	content: "\e867";
}
.iconsmind-Euro-Sign2:before {
	content: "\e868";
}
.iconsmind-Euro:before {
	content: "\e869";
}
.iconsmind-Evernote:before {
	content: "\e86a";
}
.iconsmind-Evil:before {
	content: "\e86b";
}
.iconsmind-Explode:before {
	content: "\e86c";
}
.iconsmind-Eye-2:before {
	content: "\e86d";
}
.iconsmind-Eye-Blind:before {
	content: "\e86e";
}
.iconsmind-Eye-Invisible:before {
	content: "\e86f";
}
.iconsmind-Eye-Scan:before {
	content: "\e870";
}
.iconsmind-Eye-Visible:before {
	content: "\e871";
}
.iconsmind-Eye:before {
	content: "\e872";
}
.iconsmind-Eyebrow-2:before {
	content: "\e873";
}
.iconsmind-Eyebrow-3:before {
	content: "\e874";
}
.iconsmind-Eyebrow:before {
	content: "\e875";
}
.iconsmind-Eyeglasses-Smiley:before {
	content: "\e876";
}
.iconsmind-Eyeglasses-Smiley2:before {
	content: "\e877";
}
.iconsmind-Face-Style:before {
	content: "\e878";
}
.iconsmind-Face-Style2:before {
	content: "\e879";
}
.iconsmind-Face-Style3:before {
	content: "\e87a";
}
.iconsmind-Face-Style4:before {
	content: "\e87b";
}
.iconsmind-Face-Style5:before {
	content: "\e87c";
}
.iconsmind-Face-Style6:before {
	content: "\e87d";
}
.iconsmind-Facebook-2:before {
	content: "\e87e";
}
.iconsmind-Facebook:before {
	content: "\e87f";
}
.iconsmind-Factory-2:before {
	content: "\e880";
}
.iconsmind-Factory:before {
	content: "\e881";
}
.iconsmind-Fahrenheit:before {
	content: "\e882";
}
.iconsmind-Family-Sign:before {
	content: "\e883";
}
.iconsmind-Fan:before {
	content: "\e884";
}
.iconsmind-Farmer:before {
	content: "\e885";
}
.iconsmind-Fashion:before {
	content: "\e886";
}
.iconsmind-Favorite-Window:before {
	content: "\e887";
}
.iconsmind-Fax:before {
	content: "\e888";
}
.iconsmind-Feather:before {
	content: "\e889";
}
.iconsmind-Feedburner:before {
	content: "\e88a";
}
.iconsmind-Female-2:before {
	content: "\e88b";
}
.iconsmind-Female-Sign:before {
	content: "\e88c";
}
.iconsmind-Female:before {
	content: "\e88d";
}
.iconsmind-File-Block:before {
	content: "\e88e";
}
.iconsmind-File-Bookmark:before {
	content: "\e88f";
}
.iconsmind-File-Chart:before {
	content: "\e890";
}
.iconsmind-File-Clipboard:before {
	content: "\e891";
}
.iconsmind-File-ClipboardFileText:before {
	content: "\e892";
}
.iconsmind-File-ClipboardTextImage:before {
	content: "\e893";
}
.iconsmind-File-Cloud:before {
	content: "\e894";
}
.iconsmind-File-Copy:before {
	content: "\e895";
}
.iconsmind-File-Copy2:before {
	content: "\e896";
}
.iconsmind-File-CSV:before {
	content: "\e897";
}
.iconsmind-File-Download:before {
	content: "\e898";
}
.iconsmind-File-Edit:before {
	content: "\e899";
}
.iconsmind-File-Excel:before {
	content: "\e89a";
}
.iconsmind-File-Favorite:before {
	content: "\e89b";
}
.iconsmind-File-Fire:before {
	content: "\e89c";
}
.iconsmind-File-Graph:before {
	content: "\e89d";
}
.iconsmind-File-Hide:before {
	content: "\e89e";
}
.iconsmind-File-Horizontal:before {
	content: "\e89f";
}
.iconsmind-File-HorizontalText:before {
	content: "\e8a0";
}
.iconsmind-File-HTML:before {
	content: "\e8a1";
}
.iconsmind-File-JPG:before {
	content: "\e8a2";
}
.iconsmind-File-Link:before {
	content: "\e8a3";
}
.iconsmind-File-Loading:before {
	content: "\e8a4";
}
.iconsmind-File-Lock:before {
	content: "\e8a5";
}
.iconsmind-File-Love:before {
	content: "\e8a6";
}
.iconsmind-File-Music:before {
	content: "\e8a7";
}
.iconsmind-File-Network:before {
	content: "\e8a8";
}
.iconsmind-File-Pictures:before {
	content: "\e8a9";
}
.iconsmind-File-Pie:before {
	content: "\e8aa";
}
.iconsmind-File-Presentation:before {
	content: "\e8ab";
}
.iconsmind-File-Refresh:before {
	content: "\e8ac";
}
.iconsmind-File-Search:before {
	content: "\e8ad";
}
.iconsmind-File-Settings:before {
	content: "\e8ae";
}
.iconsmind-File-Share:before {
	content: "\e8af";
}
.iconsmind-File-TextImage:before {
	content: "\e8b0";
}
.iconsmind-File-Trash:before {
	content: "\e8b1";
}
.iconsmind-File-TXT:before {
	content: "\e8b2";
}
.iconsmind-File-Upload:before {
	content: "\e8b3";
}
.iconsmind-File-Video:before {
	content: "\e8b4";
}
.iconsmind-File-Word:before {
	content: "\e8b5";
}
.iconsmind-File-Zip:before {
	content: "\e8b6";
}
.iconsmind-File:before {
	content: "\e8b7";
}
.iconsmind-Files:before {
	content: "\e8b8";
}
.iconsmind-Film-Board:before {
	content: "\e8b9";
}
.iconsmind-Film-Cartridge:before {
	content: "\e8ba";
}
.iconsmind-Film-Strip:before {
	content: "\e8bb";
}
.iconsmind-Film-Video:before {
	content: "\e8bc";
}
.iconsmind-Film:before {
	content: "\e8bd";
}
.iconsmind-Filter-2:before {
	content: "\e8be";
}
.iconsmind-Filter:before {
	content: "\e8bf";
}
.iconsmind-Financial:before {
	content: "\e8c0";
}
.iconsmind-Find-User:before {
	content: "\e8c1";
}
.iconsmind-Finger-DragFourSides:before {
	content: "\e8c2";
}
.iconsmind-Finger-DragTwoSides:before {
	content: "\e8c3";
}
.iconsmind-Finger-Print:before {
	content: "\e8c4";
}
.iconsmind-Finger:before {
	content: "\e8c5";
}
.iconsmind-Fingerprint-2:before {
	content: "\e8c6";
}
.iconsmind-Fingerprint:before {
	content: "\e8c7";
}
.iconsmind-Fire-Flame:before {
	content: "\e8c8";
}
.iconsmind-Fire-Flame2:before {
	content: "\e8c9";
}
.iconsmind-Fire-Hydrant:before {
	content: "\e8ca";
}
.iconsmind-Fire-Staion:before {
	content: "\e8cb";
}
.iconsmind-Firefox:before {
	content: "\e8cc";
}
.iconsmind-Firewall:before {
	content: "\e8cd";
}
.iconsmind-First-Aid:before {
	content: "\e8ce";
}
.iconsmind-First:before {
	content: "\e8cf";
}
.iconsmind-Fish-Food:before {
	content: "\e8d0";
}
.iconsmind-Fish:before {
	content: "\e8d1";
}
.iconsmind-Fit-To:before {
	content: "\e8d2";
}
.iconsmind-Fit-To2:before {
	content: "\e8d3";
}
.iconsmind-Five-Fingers:before {
	content: "\e8d4";
}
.iconsmind-Five-FingersDrag:before {
	content: "\e8d5";
}
.iconsmind-Five-FingersDrag2:before {
	content: "\e8d6";
}
.iconsmind-Five-FingersTouch:before {
	content: "\e8d7";
}
.iconsmind-Flag-2:before {
	content: "\e8d8";
}
.iconsmind-Flag-3:before {
	content: "\e8d9";
}
.iconsmind-Flag-4:before {
	content: "\e8da";
}
.iconsmind-Flag-5:before {
	content: "\e8db";
}
.iconsmind-Flag-6:before {
	content: "\e8dc";
}
.iconsmind-Flag:before {
	content: "\e8dd";
}
.iconsmind-Flamingo:before {
	content: "\e8de";
}
.iconsmind-Flash-2:before {
	content: "\e8df";
}
.iconsmind-Flash-Video:before {
	content: "\e8e0";
}
.iconsmind-Flash:before {
	content: "\e8e1";
}
.iconsmind-Flashlight:before {
	content: "\e8e2";
}
.iconsmind-Flask-2:before {
	content: "\e8e3";
}
.iconsmind-Flask:before {
	content: "\e8e4";
}
.iconsmind-Flick:before {
	content: "\e8e5";
}
.iconsmind-Flickr:before {
	content: "\e8e6";
}
.iconsmind-Flowerpot:before {
	content: "\e8e7";
}
.iconsmind-Fluorescent:before {
	content: "\e8e8";
}
.iconsmind-Fog-Day:before {
	content: "\e8e9";
}
.iconsmind-Fog-Night:before {
	content: "\e8ea";
}
.iconsmind-Folder-Add:before {
	content: "\e8eb";
}
.iconsmind-Folder-Archive:before {
	content: "\e8ec";
}
.iconsmind-Folder-Binder:before {
	content: "\e8ed";
}
.iconsmind-Folder-Binder2:before {
	content: "\e8ee";
}
.iconsmind-Folder-Block:before {
	content: "\e8ef";
}
.iconsmind-Folder-Bookmark:before {
	content: "\e8f0";
}
.iconsmind-Folder-Close:before {
	content: "\e8f1";
}
.iconsmind-Folder-Cloud:before {
	content: "\e8f2";
}
.iconsmind-Folder-Delete:before {
	content: "\e8f3";
}
.iconsmind-Folder-Download:before {
	content: "\e8f4";
}
.iconsmind-Folder-Edit:before {
	content: "\e8f5";
}
.iconsmind-Folder-Favorite:before {
	content: "\e8f6";
}
.iconsmind-Folder-Fire:before {
	content: "\e8f7";
}
.iconsmind-Folder-Hide:before {
	content: "\e8f8";
}
.iconsmind-Folder-Link:before {
	content: "\e8f9";
}
.iconsmind-Folder-Loading:before {
	content: "\e8fa";
}
.iconsmind-Folder-Lock:before {
	content: "\e8fb";
}
.iconsmind-Folder-Love:before {
	content: "\e8fc";
}
.iconsmind-Folder-Music:before {
	content: "\e8fd";
}
.iconsmind-Folder-Network:before {
	content: "\e8fe";
}
.iconsmind-Folder-Open:before {
	content: "\e8ff";
}
.iconsmind-Folder-Open2:before {
	content: "\e900";
}
.iconsmind-Folder-Organizing:before {
	content: "\e901";
}
.iconsmind-Folder-Pictures:before {
	content: "\e902";
}
.iconsmind-Folder-Refresh:before {
	content: "\e903";
}
.iconsmind-Folder-Remove-:before {
	content: "\e904";
}
.iconsmind-Folder-Search:before {
	content: "\e905";
}
.iconsmind-Folder-Settings:before {
	content: "\e906";
}
.iconsmind-Folder-Share:before {
	content: "\e907";
}
.iconsmind-Folder-Trash:before {
	content: "\e908";
}
.iconsmind-Folder-Upload:before {
	content: "\e909";
}
.iconsmind-Folder-Video:before {
	content: "\e90a";
}
.iconsmind-Folder-WithDocument:before {
	content: "\e90b";
}
.iconsmind-Folder-Zip:before {
	content: "\e90c";
}
.iconsmind-Folder:before {
	content: "\e90d";
}
.iconsmind-Folders:before {
	content: "\e90e";
}
.iconsmind-Font-Color:before {
	content: "\e90f";
}
.iconsmind-Font-Name:before {
	content: "\e910";
}
.iconsmind-Font-Size:before {
	content: "\e911";
}
.iconsmind-Font-Style:before {
	content: "\e912";
}
.iconsmind-Font-StyleSubscript:before {
	content: "\e913";
}
.iconsmind-Font-StyleSuperscript:before {
	content: "\e914";
}
.iconsmind-Font-Window:before {
	content: "\e915";
}
.iconsmind-Foot-2:before {
	content: "\e916";
}
.iconsmind-Foot:before {
	content: "\e917";
}
.iconsmind-Football-2:before {
	content: "\e918";
}
.iconsmind-Football:before {
	content: "\e919";
}
.iconsmind-Footprint-2:before {
	content: "\e91a";
}
.iconsmind-Footprint-3:before {
	content: "\e91b";
}
.iconsmind-Footprint:before {
	content: "\e91c";
}
.iconsmind-Forest:before {
	content: "\e91d";
}
.iconsmind-Fork:before {
	content: "\e91e";
}
.iconsmind-Formspring:before {
	content: "\e91f";
}
.iconsmind-Formula:before {
	content: "\e920";
}
.iconsmind-Forsquare:before {
	content: "\e921";
}
.iconsmind-Forward:before {
	content: "\e922";
}
.iconsmind-Fountain-Pen:before {
	content: "\e923";
}
.iconsmind-Four-Fingers:before {
	content: "\e924";
}
.iconsmind-Four-FingersDrag:before {
	content: "\e925";
}
.iconsmind-Four-FingersDrag2:before {
	content: "\e926";
}
.iconsmind-Four-FingersTouch:before {
	content: "\e927";
}
.iconsmind-Fox:before {
	content: "\e928";
}
.iconsmind-Frankenstein:before {
	content: "\e929";
}
.iconsmind-French-Fries:before {
	content: "\e92a";
}
.iconsmind-Friendfeed:before {
	content: "\e92b";
}
.iconsmind-Friendster:before {
	content: "\e92c";
}
.iconsmind-Frog:before {
	content: "\e92d";
}
.iconsmind-Fruits:before {
	content: "\e92e";
}
.iconsmind-Fuel:before {
	content: "\e92f";
}
.iconsmind-Full-Bag:before {
	content: "\e930";
}
.iconsmind-Full-Basket:before {
	content: "\e931";
}
.iconsmind-Full-Cart:before {
	content: "\e932";
}
.iconsmind-Full-Moon:before {
	content: "\e933";
}
.iconsmind-Full-Screen:before {
	content: "\e934";
}
.iconsmind-Full-Screen2:before {
	content: "\e935";
}
.iconsmind-Full-View:before {
	content: "\e936";
}
.iconsmind-Full-View2:before {
	content: "\e937";
}
.iconsmind-Full-ViewWindow:before {
	content: "\e938";
}
.iconsmind-Function:before {
	content: "\e939";
}
.iconsmind-Funky:before {
	content: "\e93a";
}
.iconsmind-Funny-Bicycle:before {
	content: "\e93b";
}
.iconsmind-Furl:before {
	content: "\e93c";
}
.iconsmind-Gamepad-2:before {
	content: "\e93d";
}
.iconsmind-Gamepad:before {
	content: "\e93e";
}
.iconsmind-Gas-Pump:before {
	content: "\e93f";
}
.iconsmind-Gaugage-2:before {
	content: "\e940";
}
.iconsmind-Gaugage:before {
	content: "\e941";
}
.iconsmind-Gay:before {
	content: "\e942";
}
.iconsmind-Gear-2:before {
	content: "\e943";
}
.iconsmind-Gear:before {
	content: "\e944";
}
.iconsmind-Gears-2:before {
	content: "\e945";
}
.iconsmind-Gears:before {
	content: "\e946";
}
.iconsmind-Geek-2:before {
	content: "\e947";
}
.iconsmind-Geek:before {
	content: "\e948";
}
.iconsmind-Gemini-2:before {
	content: "\e949";
}
.iconsmind-Gemini:before {
	content: "\e94a";
}
.iconsmind-Genius:before {
	content: "\e94b";
}
.iconsmind-Gentleman:before {
	content: "\e94c";
}
.iconsmind-Geo--:before {
	content: "\e94d";
}
.iconsmind-Geo-:before {
	content: "\e94e";
}
.iconsmind-Geo-Close:before {
	content: "\e94f";
}
.iconsmind-Geo-Love:before {
	content: "\e950";
}
.iconsmind-Geo-Number:before {
	content: "\e951";
}
.iconsmind-Geo-Star:before {
	content: "\e952";
}
.iconsmind-Geo:before {
	content: "\e953";
}
.iconsmind-Geo2--:before {
	content: "\e954";
}
.iconsmind-Geo2-:before {
	content: "\e955";
}
.iconsmind-Geo2-Close:before {
	content: "\e956";
}
.iconsmind-Geo2-Love:before {
	content: "\e957";
}
.iconsmind-Geo2-Number:before {
	content: "\e958";
}
.iconsmind-Geo2-Star:before {
	content: "\e959";
}
.iconsmind-Geo2:before {
	content: "\e95a";
}
.iconsmind-Geo3--:before {
	content: "\e95b";
}
.iconsmind-Geo3-:before {
	content: "\e95c";
}
.iconsmind-Geo3-Close:before {
	content: "\e95d";
}
.iconsmind-Geo3-Love:before {
	content: "\e95e";
}
.iconsmind-Geo3-Number:before {
	content: "\e95f";
}
.iconsmind-Geo3-Star:before {
	content: "\e960";
}
.iconsmind-Geo3:before {
	content: "\e961";
}
.iconsmind-Gey:before {
	content: "\e962";
}
.iconsmind-Gift-Box:before {
	content: "\e963";
}
.iconsmind-Giraffe:before {
	content: "\e964";
}
.iconsmind-Girl:before {
	content: "\e965";
}
.iconsmind-Glass-Water:before {
	content: "\e966";
}
.iconsmind-Glasses-2:before {
	content: "\e967";
}
.iconsmind-Glasses-3:before {
	content: "\e968";
}
.iconsmind-Glasses:before {
	content: "\e969";
}
.iconsmind-Global-Position:before {
	content: "\e96a";
}
.iconsmind-Globe-2:before {
	content: "\e96b";
}
.iconsmind-Globe:before {
	content: "\e96c";
}
.iconsmind-Gloves:before {
	content: "\e96d";
}
.iconsmind-Go-Bottom:before {
	content: "\e96e";
}
.iconsmind-Go-Top:before {
	content: "\e96f";
}
.iconsmind-Goggles:before {
	content: "\e970";
}
.iconsmind-Golf-2:before {
	content: "\e971";
}
.iconsmind-Golf:before {
	content: "\e972";
}
.iconsmind-Google-Buzz:before {
	content: "\e973";
}
.iconsmind-Google-Drive:before {
	content: "\e974";
}
.iconsmind-Google-Play:before {
	content: "\e975";
}
.iconsmind-Google-Plus:before {
	content: "\e976";
}
.iconsmind-Google:before {
	content: "\e977";
}
.iconsmind-Gopro:before {
	content: "\e978";
}
.iconsmind-Gorilla:before {
	content: "\e979";
}
.iconsmind-Gowalla:before {
	content: "\e97a";
}
.iconsmind-Grave:before {
	content: "\e97b";
}
.iconsmind-Graveyard:before {
	content: "\e97c";
}
.iconsmind-Greece:before {
	content: "\e97d";
}
.iconsmind-Green-Energy:before {
	content: "\e97e";
}
.iconsmind-Green-House:before {
	content: "\e97f";
}
.iconsmind-Guitar:before {
	content: "\e980";
}
.iconsmind-Gun-2:before {
	content: "\e981";
}
.iconsmind-Gun-3:before {
	content: "\e982";
}
.iconsmind-Gun:before {
	content: "\e983";
}
.iconsmind-Gymnastics:before {
	content: "\e984";
}
.iconsmind-Hair-2:before {
	content: "\e985";
}
.iconsmind-Hair-3:before {
	content: "\e986";
}
.iconsmind-Hair-4:before {
	content: "\e987";
}
.iconsmind-Hair:before {
	content: "\e988";
}
.iconsmind-Half-Moon:before {
	content: "\e989";
}
.iconsmind-Halloween-HalfMoon:before {
	content: "\e98a";
}
.iconsmind-Halloween-Moon:before {
	content: "\e98b";
}
.iconsmind-Hamburger:before {
	content: "\e98c";
}
.iconsmind-Hammer:before {
	content: "\e98d";
}
.iconsmind-Hand-Touch:before {
	content: "\e98e";
}
.iconsmind-Hand-Touch2:before {
	content: "\e98f";
}
.iconsmind-Hand-TouchSmartphone:before {
	content: "\e990";
}
.iconsmind-Hand:before {
	content: "\e991";
}
.iconsmind-Hands:before {
	content: "\e992";
}
.iconsmind-Handshake:before {
	content: "\e993";
}
.iconsmind-Hanger:before {
	content: "\e994";
}
.iconsmind-Happy:before {
	content: "\e995";
}
.iconsmind-Hat-2:before {
	content: "\e996";
}
.iconsmind-Hat:before {
	content: "\e997";
}
.iconsmind-Haunted-House:before {
	content: "\e998";
}
.iconsmind-HD-Video:before {
	content: "\e999";
}
.iconsmind-HD:before {
	content: "\e99a";
}
.iconsmind-HDD:before {
	content: "\e99b";
}
.iconsmind-Headphone:before {
	content: "\e99c";
}
.iconsmind-Headphones:before {
	content: "\e99d";
}
.iconsmind-Headset:before {
	content: "\e99e";
}
.iconsmind-Heart-2:before {
	content: "\e99f";
}
.iconsmind-Heart:before {
	content: "\e9a0";
}
.iconsmind-Heels-2:before {
	content: "\e9a1";
}
.iconsmind-Heels:before {
	content: "\e9a2";
}
.iconsmind-Height-Window:before {
	content: "\e9a3";
}
.iconsmind-Helicopter-2:before {
	content: "\e9a4";
}
.iconsmind-Helicopter:before {
	content: "\e9a5";
}
.iconsmind-Helix-2:before {
	content: "\e9a6";
}
.iconsmind-Hello:before {
	content: "\e9a7";
}
.iconsmind-Helmet-2:before {
	content: "\e9a8";
}
.iconsmind-Helmet-3:before {
	content: "\e9a9";
}
.iconsmind-Helmet:before {
	content: "\e9aa";
}
.iconsmind-Hipo:before {
	content: "\e9ab";
}
.iconsmind-Hipster-Glasses:before {
	content: "\e9ac";
}
.iconsmind-Hipster-Glasses2:before {
	content: "\e9ad";
}
.iconsmind-Hipster-Glasses3:before {
	content: "\e9ae";
}
.iconsmind-Hipster-Headphones:before {
	content: "\e9af";
}
.iconsmind-Hipster-Men:before {
	content: "\e9b0";
}
.iconsmind-Hipster-Men2:before {
	content: "\e9b1";
}
.iconsmind-Hipster-Men3:before {
	content: "\e9b2";
}
.iconsmind-Hipster-Sunglasses:before {
	content: "\e9b3";
}
.iconsmind-Hipster-Sunglasses2:before {
	content: "\e9b4";
}
.iconsmind-Hipster-Sunglasses3:before {
	content: "\e9b5";
}
.iconsmind-Hokey:before {
	content: "\e9b6";
}
.iconsmind-Holly:before {
	content: "\e9b7";
}
.iconsmind-Home-2:before {
	content: "\e9b8";
}
.iconsmind-Home-3:before {
	content: "\e9b9";
}
.iconsmind-Home-4:before {
	content: "\e9ba";
}
.iconsmind-Home-5:before {
	content: "\e9bb";
}
.iconsmind-Home-Window:before {
	content: "\e9bc";
}
.iconsmind-Home:before {
	content: "\e9bd";
}
.iconsmind-Homosexual:before {
	content: "\e9be";
}
.iconsmind-Honey:before {
	content: "\e9bf";
}
.iconsmind-Hong-Kong:before {
	content: "\e9c0";
}
.iconsmind-Hoodie:before {
	content: "\e9c1";
}
.iconsmind-Horror:before {
	content: "\e9c2";
}
.iconsmind-Horse:before {
	content: "\e9c3";
}
.iconsmind-Hospital-2:before {
	content: "\e9c4";
}
.iconsmind-Hospital:before {
	content: "\e9c5";
}
.iconsmind-Host:before {
	content: "\e9c6";
}
.iconsmind-Hot-Dog:before {
	content: "\e9c7";
}
.iconsmind-Hotel:before {
	content: "\e9c8";
}
.iconsmind-Hour:before {
	content: "\e9c9";
}
.iconsmind-Hub:before {
	content: "\e9ca";
}
.iconsmind-Humor:before {
	content: "\e9cb";
}
.iconsmind-Hurt:before {
	content: "\e9cc";
}
.iconsmind-Ice-Cream:before {
	content: "\e9cd";
}
.iconsmind-ICQ:before {
	content: "\e9ce";
}
.iconsmind-ID-2:before {
	content: "\e9cf";
}
.iconsmind-ID-3:before {
	content: "\e9d0";
}
.iconsmind-ID-Card:before {
	content: "\e9d1";
}
.iconsmind-Idea-2:before {
	content: "\e9d2";
}
.iconsmind-Idea-3:before {
	content: "\e9d3";
}
.iconsmind-Idea-4:before {
	content: "\e9d4";
}
.iconsmind-Idea-5:before {
	content: "\e9d5";
}
.iconsmind-Idea:before {
	content: "\e9d6";
}
.iconsmind-Identification-Badge:before {
	content: "\e9d7";
}
.iconsmind-ImDB:before {
	content: "\e9d8";
}
.iconsmind-Inbox-Empty:before {
	content: "\e9d9";
}
.iconsmind-Inbox-Forward:before {
	content: "\e9da";
}
.iconsmind-Inbox-Full:before {
	content: "\e9db";
}
.iconsmind-Inbox-Into:before {
	content: "\e9dc";
}
.iconsmind-Inbox-Out:before {
	content: "\e9dd";
}
.iconsmind-Inbox-Reply:before {
	content: "\e9de";
}
.iconsmind-Inbox:before {
	content: "\e9df";
}
.iconsmind-Increase-Inedit:before {
	content: "\e9e0";
}
.iconsmind-Indent-FirstLine:before {
	content: "\e9e1";
}
.iconsmind-Indent-LeftMargin:before {
	content: "\e9e2";
}
.iconsmind-Indent-RightMargin:before {
	content: "\e9e3";
}
.iconsmind-India:before {
	content: "\e9e4";
}
.iconsmind-Info-Window:before {
	content: "\e9e5";
}
.iconsmind-Information:before {
	content: "\e9e6";
}
.iconsmind-Inifity:before {
	content: "\e9e7";
}
.iconsmind-Instagram:before {
	content: "\e9e8";
}
.iconsmind-Internet-2:before {
	content: "\e9e9";
}
.iconsmind-Internet-Explorer:before {
	content: "\e9ea";
}
.iconsmind-Internet-Smiley:before {
	content: "\e9eb";
}
.iconsmind-Internet:before {
	content: "\e9ec";
}
.iconsmind-iOS-Apple:before {
	content: "\e9ed";
}
.iconsmind-Israel:before {
	content: "\e9ee";
}
.iconsmind-Italic-Text:before {
	content: "\e9ef";
}
.iconsmind-Jacket-2:before {
	content: "\e9f0";
}
.iconsmind-Jacket:before {
	content: "\e9f1";
}
.iconsmind-Jamaica:before {
	content: "\e9f2";
}
.iconsmind-Japan:before {
	content: "\e9f3";
}
.iconsmind-Japanese-Gate:before {
	content: "\e9f4";
}
.iconsmind-Jeans:before {
	content: "\e9f5";
}
.iconsmind-Jeep-2:before {
	content: "\e9f6";
}
.iconsmind-Jeep:before {
	content: "\e9f7";
}
.iconsmind-Jet:before {
	content: "\e9f8";
}
.iconsmind-Joystick:before {
	content: "\e9f9";
}
.iconsmind-Juice:before {
	content: "\e9fa";
}
.iconsmind-Jump-Rope:before {
	content: "\e9fb";
}
.iconsmind-Kangoroo:before {
	content: "\e9fc";
}
.iconsmind-Kenya:before {
	content: "\e9fd";
}
.iconsmind-Key-2:before {
	content: "\e9fe";
}
.iconsmind-Key-3:before {
	content: "\e9ff";
}
.iconsmind-Key-Lock:before {
	content: "\ea00";
}
.iconsmind-Key:before {
	content: "\ea01";
}
.iconsmind-Keyboard:before {
	content: "\ea02";
}
.iconsmind-Keyboard3:before {
	content: "\ea03";
}
.iconsmind-Keypad:before {
	content: "\ea04";
}
.iconsmind-King-2:before {
	content: "\ea05";
}
.iconsmind-King:before {
	content: "\ea06";
}
.iconsmind-Kiss:before {
	content: "\ea07";
}
.iconsmind-Knee:before {
	content: "\ea08";
}
.iconsmind-Knife-2:before {
	content: "\ea09";
}
.iconsmind-Knife:before {
	content: "\ea0a";
}
.iconsmind-Knight:before {
	content: "\ea0b";
}
.iconsmind-Koala:before {
	content: "\ea0c";
}
.iconsmind-Korea:before {
	content: "\ea0d";
}
.iconsmind-Lamp:before {
	content: "\ea0e";
}
.iconsmind-Landscape-2:before {
	content: "\ea0f";
}
.iconsmind-Landscape:before {
	content: "\ea10";
}
.iconsmind-Lantern:before {
	content: "\ea11";
}
.iconsmind-Laptop-2:before {
	content: "\ea12";
}
.iconsmind-Laptop-3:before {
	content: "\ea13";
}
.iconsmind-Laptop-Phone:before {
	content: "\ea14";
}
.iconsmind-Laptop-Secure:before {
	content: "\ea15";
}
.iconsmind-Laptop-Tablet:before {
	content: "\ea16";
}
.iconsmind-Laptop:before {
	content: "\ea17";
}
.iconsmind-Laser:before {
	content: "\ea18";
}
.iconsmind-Last-FM:before {
	content: "\ea19";
}
.iconsmind-Last:before {
	content: "\ea1a";
}
.iconsmind-Laughing:before {
	content: "\ea1b";
}
.iconsmind-Layer-1635:before {
	content: "\ea1c";
}
.iconsmind-Layer-1646:before {
	content: "\ea1d";
}
.iconsmind-Layer-Backward:before {
	content: "\ea1e";
}
.iconsmind-Layer-Forward:before {
	content: "\ea1f";
}
.iconsmind-Leafs-2:before {
	content: "\ea20";
}
.iconsmind-Leafs:before {
	content: "\ea21";
}
.iconsmind-Leaning-Tower:before {
	content: "\ea22";
}
.iconsmind-Left--Right:before {
	content: "\ea23";
}
.iconsmind-Left--Right3:before {
	content: "\ea24";
}
.iconsmind-Left-2:before {
	content: "\ea25";
}
.iconsmind-Left-3:before {
	content: "\ea26";
}
.iconsmind-Left-4:before {
	content: "\ea27";
}
.iconsmind-Left-ToRight:before {
	content: "\ea28";
}
.iconsmind-Left:before {
	content: "\ea29";
}
.iconsmind-Leg-2:before {
	content: "\ea2a";
}
.iconsmind-Leg:before {
	content: "\ea2b";
}
.iconsmind-Lego:before {
	content: "\ea2c";
}
.iconsmind-Lemon:before {
	content: "\ea2d";
}
.iconsmind-Len-2:before {
	content: "\ea2e";
}
.iconsmind-Len-3:before {
	content: "\ea2f";
}
.iconsmind-Len:before {
	content: "\ea30";
}
.iconsmind-Leo-2:before {
	content: "\ea31";
}
.iconsmind-Leo:before {
	content: "\ea32";
}
.iconsmind-Leopard:before {
	content: "\ea33";
}
.iconsmind-Lesbian:before {
	content: "\ea34";
}
.iconsmind-Lesbians:before {
	content: "\ea35";
}
.iconsmind-Letter-Close:before {
	content: "\ea36";
}
.iconsmind-Letter-Open:before {
	content: "\ea37";
}
.iconsmind-Letter-Sent:before {
	content: "\ea38";
}
.iconsmind-Libra-2:before {
	content: "\ea39";
}
.iconsmind-Libra:before {
	content: "\ea3a";
}
.iconsmind-Library-2:before {
	content: "\ea3b";
}
.iconsmind-Library:before {
	content: "\ea3c";
}
.iconsmind-Life-Jacket:before {
	content: "\ea3d";
}
.iconsmind-Life-Safer:before {
	content: "\ea3e";
}
.iconsmind-Light-Bulb:before {
	content: "\ea3f";
}
.iconsmind-Light-Bulb2:before {
	content: "\ea40";
}
.iconsmind-Light-BulbLeaf:before {
	content: "\ea41";
}
.iconsmind-Lighthouse:before {
	content: "\ea42";
}
.iconsmind-Like-2:before {
	content: "\ea43";
}
.iconsmind-Like:before {
	content: "\ea44";
}
.iconsmind-Line-Chart:before {
	content: "\ea45";
}
.iconsmind-Line-Chart2:before {
	content: "\ea46";
}
.iconsmind-Line-Chart3:before {
	content: "\ea47";
}
.iconsmind-Line-Chart4:before {
	content: "\ea48";
}
.iconsmind-Line-Spacing:before {
	content: "\ea49";
}
.iconsmind-Line-SpacingText:before {
	content: "\ea4a";
}
.iconsmind-Link-2:before {
	content: "\ea4b";
}
.iconsmind-Link:before {
	content: "\ea4c";
}
.iconsmind-Linkedin-2:before {
	content: "\ea4d";
}
.iconsmind-Linkedin:before {
	content: "\ea4e";
}
.iconsmind-Linux:before {
	content: "\ea4f";
}
.iconsmind-Lion:before {
	content: "\ea50";
}
.iconsmind-Livejournal:before {
	content: "\ea51";
}
.iconsmind-Loading-2:before {
	content: "\ea52";
}
.iconsmind-Loading-3:before {
	content: "\ea53";
}
.iconsmind-Loading-Window:before {
	content: "\ea54";
}
.iconsmind-Loading:before {
	content: "\ea55";
}
.iconsmind-Location-2:before {
	content: "\ea56";
}
.iconsmind-Location:before {
	content: "\ea57";
}
.iconsmind-Lock-2:before {
	content: "\ea58";
}
.iconsmind-Lock-3:before {
	content: "\ea59";
}
.iconsmind-Lock-User:before {
	content: "\ea5a";
}
.iconsmind-Lock-Window:before {
	content: "\ea5b";
}
.iconsmind-Lock:before {
	content: "\ea5c";
}
.iconsmind-Lollipop-2:before {
	content: "\ea5d";
}
.iconsmind-Lollipop-3:before {
	content: "\ea5e";
}
.iconsmind-Lollipop:before {
	content: "\ea5f";
}
.iconsmind-Loop:before {
	content: "\ea60";
}
.iconsmind-Loud:before {
	content: "\ea61";
}
.iconsmind-Loudspeaker:before {
	content: "\ea62";
}
.iconsmind-Love-2:before {
	content: "\ea63";
}
.iconsmind-Love-User:before {
	content: "\ea64";
}
.iconsmind-Love-Window:before {
	content: "\ea65";
}
.iconsmind-Love:before {
	content: "\ea66";
}
.iconsmind-Lowercase-Text:before {
	content: "\ea67";
}
.iconsmind-Luggafe-Front:before {
	content: "\ea68";
}
.iconsmind-Luggage-2:before {
	content: "\ea69";
}
.iconsmind-Macro:before {
	content: "\ea6a";
}
.iconsmind-Magic-Wand:before {
	content: "\ea6b";
}
.iconsmind-Magnet:before {
	content: "\ea6c";
}
.iconsmind-Magnifi-Glass-:before {
	content: "\ea6d";
}
.iconsmind-Magnifi-Glass:before {
	content: "\ea6e";
}
.iconsmind-Magnifi-Glass2:before {
	content: "\ea6f";
}
.iconsmind-Mail-2:before {
	content: "\ea70";
}
.iconsmind-Mail-3:before {
	content: "\ea71";
}
.iconsmind-Mail-Add:before {
	content: "\ea72";
}
.iconsmind-Mail-Attachement:before {
	content: "\ea73";
}
.iconsmind-Mail-Block:before {
	content: "\ea74";
}
.iconsmind-Mail-Delete:before {
	content: "\ea75";
}
.iconsmind-Mail-Favorite:before {
	content: "\ea76";
}
.iconsmind-Mail-Forward:before {
	content: "\ea77";
}
.iconsmind-Mail-Gallery:before {
	content: "\ea78";
}
.iconsmind-Mail-Inbox:before {
	content: "\ea79";
}
.iconsmind-Mail-Link:before {
	content: "\ea7a";
}
.iconsmind-Mail-Lock:before {
	content: "\ea7b";
}
.iconsmind-Mail-Love:before {
	content: "\ea7c";
}
.iconsmind-Mail-Money:before {
	content: "\ea7d";
}
.iconsmind-Mail-Open:before {
	content: "\ea7e";
}
.iconsmind-Mail-Outbox:before {
	content: "\ea7f";
}
.iconsmind-Mail-Password:before {
	content: "\ea80";
}
.iconsmind-Mail-Photo:before {
	content: "\ea81";
}
.iconsmind-Mail-Read:before {
	content: "\ea82";
}
.iconsmind-Mail-Removex:before {
	content: "\ea83";
}
.iconsmind-Mail-Reply:before {
	content: "\ea84";
}
.iconsmind-Mail-ReplyAll:before {
	content: "\ea85";
}
.iconsmind-Mail-Search:before {
	content: "\ea86";
}
.iconsmind-Mail-Send:before {
	content: "\ea87";
}
.iconsmind-Mail-Settings:before {
	content: "\ea88";
}
.iconsmind-Mail-Unread:before {
	content: "\ea89";
}
.iconsmind-Mail-Video:before {
	content: "\ea8a";
}
.iconsmind-Mail-withAtSign:before {
	content: "\ea8b";
}
.iconsmind-Mail-WithCursors:before {
	content: "\ea8c";
}
.iconsmind-Mail:before {
	content: "\ea8d";
}
.iconsmind-Mailbox-Empty:before {
	content: "\ea8e";
}
.iconsmind-Mailbox-Full:before {
	content: "\ea8f";
}
.iconsmind-Male-2:before {
	content: "\ea90";
}
.iconsmind-Male-Sign:before {
	content: "\ea91";
}
.iconsmind-Male:before {
	content: "\ea92";
}
.iconsmind-MaleFemale:before {
	content: "\ea93";
}
.iconsmind-Man-Sign:before {
	content: "\ea94";
}
.iconsmind-Management:before {
	content: "\ea95";
}
.iconsmind-Mans-Underwear:before {
	content: "\ea96";
}
.iconsmind-Mans-Underwear2:before {
	content: "\ea97";
}
.iconsmind-Map-Marker:before {
	content: "\ea98";
}
.iconsmind-Map-Marker2:before {
	content: "\ea99";
}
.iconsmind-Map-Marker3:before {
	content: "\ea9a";
}
.iconsmind-Map:before {
	content: "\ea9b";
}
.iconsmind-Map2:before {
	content: "\ea9c";
}
.iconsmind-Marker-2:before {
	content: "\ea9d";
}
.iconsmind-Marker-3:before {
	content: "\ea9e";
}
.iconsmind-Marker:before {
	content: "\ea9f";
}
.iconsmind-Martini-Glass:before {
	content: "\eaa0";
}
.iconsmind-Mask:before {
	content: "\eaa1";
}
.iconsmind-Master-Card:before {
	content: "\eaa2";
}
.iconsmind-Maximize-Window:before {
	content: "\eaa3";
}
.iconsmind-Maximize:before {
	content: "\eaa4";
}
.iconsmind-Medal-2:before {
	content: "\eaa5";
}
.iconsmind-Medal-3:before {
	content: "\eaa6";
}
.iconsmind-Medal:before {
	content: "\eaa7";
}
.iconsmind-Medical-Sign:before {
	content: "\eaa8";
}
.iconsmind-Medicine-2:before {
	content: "\eaa9";
}
.iconsmind-Medicine-3:before {
	content: "\eaaa";
}
.iconsmind-Medicine:before {
	content: "\eaab";
}
.iconsmind-Megaphone:before {
	content: "\eaac";
}
.iconsmind-Memory-Card:before {
	content: "\eaad";
}
.iconsmind-Memory-Card2:before {
	content: "\eaae";
}
.iconsmind-Memory-Card3:before {
	content: "\eaaf";
}
.iconsmind-Men:before {
	content: "\eab0";
}
.iconsmind-Menorah:before {
	content: "\eab1";
}
.iconsmind-Mens:before {
	content: "\eab2";
}
.iconsmind-Metacafe:before {
	content: "\eab3";
}
.iconsmind-Mexico:before {
	content: "\eab4";
}
.iconsmind-Mic:before {
	content: "\eab5";
}
.iconsmind-Microphone-2:before {
	content: "\eab6";
}
.iconsmind-Microphone-3:before {
	content: "\eab7";
}
.iconsmind-Microphone-4:before {
	content: "\eab8";
}
.iconsmind-Microphone-5:before {
	content: "\eab9";
}
.iconsmind-Microphone-6:before {
	content: "\eaba";
}
.iconsmind-Microphone-7:before {
	content: "\eabb";
}
.iconsmind-Microphone:before {
	content: "\eabc";
}
.iconsmind-Microscope:before {
	content: "\eabd";
}
.iconsmind-Milk-Bottle:before {
	content: "\eabe";
}
.iconsmind-Mine:before {
	content: "\eabf";
}
.iconsmind-Minimize-Maximize-Close-Window:before {
	content: "\eac0";
}
.iconsmind-Minimize-Window:before {
	content: "\eac1";
}
.iconsmind-Minimize:before {
	content: "\eac2";
}
.iconsmind-Mirror:before {
	content: "\eac3";
}
.iconsmind-Mixer:before {
	content: "\eac4";
}
.iconsmind-Mixx:before {
	content: "\eac5";
}
.iconsmind-Money-2:before {
	content: "\eac6";
}
.iconsmind-Money-Bag:before {
	content: "\eac7";
}
.iconsmind-Money-Smiley:before {
	content: "\eac8";
}
.iconsmind-Money:before {
	content: "\eac9";
}
.iconsmind-Monitor-2:before {
	content: "\eaca";
}
.iconsmind-Monitor-3:before {
	content: "\eacb";
}
.iconsmind-Monitor-4:before {
	content: "\eacc";
}
.iconsmind-Monitor-5:before {
	content: "\eacd";
}
.iconsmind-Monitor-Analytics:before {
	content: "\eace";
}
.iconsmind-Monitor-Laptop:before {
	content: "\eacf";
}
.iconsmind-Monitor-phone:before {
	content: "\ead0";
}
.iconsmind-Monitor-Tablet:before {
	content: "\ead1";
}
.iconsmind-Monitor-Vertical:before {
	content: "\ead2";
}
.iconsmind-Monitor:before {
	content: "\ead3";
}
.iconsmind-Monitoring:before {
	content: "\ead4";
}
.iconsmind-Monkey:before {
	content: "\ead5";
}
.iconsmind-Monster:before {
	content: "\ead6";
}
.iconsmind-Morocco:before {
	content: "\ead7";
}
.iconsmind-Motorcycle:before {
	content: "\ead8";
}
.iconsmind-Mouse-2:before {
	content: "\ead9";
}
.iconsmind-Mouse-3:before {
	content: "\eada";
}
.iconsmind-Mouse-4:before {
	content: "\eadb";
}
.iconsmind-Mouse-Pointer:before {
	content: "\eadc";
}
.iconsmind-Mouse:before {
	content: "\eadd";
}
.iconsmind-Moustache-Smiley:before {
	content: "\eade";
}
.iconsmind-Movie-Ticket:before {
	content: "\eadf";
}
.iconsmind-Movie:before {
	content: "\eae0";
}
.iconsmind-Mp3-File:before {
	content: "\eae1";
}
.iconsmind-Museum:before {
	content: "\eae2";
}
.iconsmind-Mushroom:before {
	content: "\eae3";
}
.iconsmind-Music-Note:before {
	content: "\eae4";
}
.iconsmind-Music-Note2:before {
	content: "\eae5";
}
.iconsmind-Music-Note3:before {
	content: "\eae6";
}
.iconsmind-Music-Note4:before {
	content: "\eae7";
}
.iconsmind-Music-Player:before {
	content: "\eae8";
}
.iconsmind-Mustache-2:before {
	content: "\eae9";
}
.iconsmind-Mustache-3:before {
	content: "\eaea";
}
.iconsmind-Mustache-4:before {
	content: "\eaeb";
}
.iconsmind-Mustache-5:before {
	content: "\eaec";
}
.iconsmind-Mustache-6:before {
	content: "\eaed";
}
.iconsmind-Mustache-7:before {
	content: "\eaee";
}
.iconsmind-Mustache-8:before {
	content: "\eaef";
}
.iconsmind-Mustache:before {
	content: "\eaf0";
}
.iconsmind-Mute:before {
	content: "\eaf1";
}
.iconsmind-Myspace:before {
	content: "\eaf2";
}
.iconsmind-Navigat-Start:before {
	content: "\eaf3";
}
.iconsmind-Navigate-End:before {
	content: "\eaf4";
}
.iconsmind-Navigation-LeftWindow:before {
	content: "\eaf5";
}
.iconsmind-Navigation-RightWindow:before {
	content: "\eaf6";
}
.iconsmind-Nepal:before {
	content: "\eaf7";
}
.iconsmind-Netscape:before {
	content: "\eaf8";
}
.iconsmind-Network-Window:before {
	content: "\eaf9";
}
.iconsmind-Network:before {
	content: "\eafa";
}
.iconsmind-Neutron:before {
	content: "\eafb";
}
.iconsmind-New-Mail:before {
	content: "\eafc";
}
.iconsmind-New-Tab:before {
	content: "\eafd";
}
.iconsmind-Newspaper-2:before {
	content: "\eafe";
}
.iconsmind-Newspaper:before {
	content: "\eaff";
}
.iconsmind-Newsvine:before {
	content: "\eb00";
}
.iconsmind-Next2:before {
	content: "\eb01";
}
.iconsmind-Next-3:before {
	content: "\eb02";
}
.iconsmind-Next-Music:before {
	content: "\eb03";
}
.iconsmind-Next:before {
	content: "\eb04";
}
.iconsmind-No-Battery:before {
	content: "\eb05";
}
.iconsmind-No-Drop:before {
	content: "\eb06";
}
.iconsmind-No-Flash:before {
	content: "\eb07";
}
.iconsmind-No-Smoking:before {
	content: "\eb08";
}
.iconsmind-Noose:before {
	content: "\eb09";
}
.iconsmind-Normal-Text:before {
	content: "\eb0a";
}
.iconsmind-Note:before {
	content: "\eb0b";
}
.iconsmind-Notepad-2:before {
	content: "\eb0c";
}
.iconsmind-Notepad:before {
	content: "\eb0d";
}
.iconsmind-Nuclear:before {
	content: "\eb0e";
}
.iconsmind-Numbering-List:before {
	content: "\eb0f";
}
.iconsmind-Nurse:before {
	content: "\eb10";
}
.iconsmind-Office-Lamp:before {
	content: "\eb11";
}
.iconsmind-Office:before {
	content: "\eb12";
}
.iconsmind-Oil:before {
	content: "\eb13";
}
.iconsmind-Old-Camera:before {
	content: "\eb14";
}
.iconsmind-Old-Cassette:before {
	content: "\eb15";
}
.iconsmind-Old-Clock:before {
	content: "\eb16";
}
.iconsmind-Old-Radio:before {
	content: "\eb17";
}
.iconsmind-Old-Sticky:before {
	content: "\eb18";
}
.iconsmind-Old-Sticky2:before {
	content: "\eb19";
}
.iconsmind-Old-Telephone:before {
	content: "\eb1a";
}
.iconsmind-Old-TV:before {
	content: "\eb1b";
}
.iconsmind-On-Air:before {
	content: "\eb1c";
}
.iconsmind-On-Off-2:before {
	content: "\eb1d";
}
.iconsmind-On-Off-3:before {
	content: "\eb1e";
}
.iconsmind-On-off:before {
	content: "\eb1f";
}
.iconsmind-One-Finger:before {
	content: "\eb20";
}
.iconsmind-One-FingerTouch:before {
	content: "\eb21";
}
.iconsmind-One-Window:before {
	content: "\eb22";
}
.iconsmind-Open-Banana:before {
	content: "\eb23";
}
.iconsmind-Open-Book:before {
	content: "\eb24";
}
.iconsmind-Opera-House:before {
	content: "\eb25";
}
.iconsmind-Opera:before {
	content: "\eb26";
}
.iconsmind-Optimization:before {
	content: "\eb27";
}
.iconsmind-Orientation-2:before {
	content: "\eb28";
}
.iconsmind-Orientation-3:before {
	content: "\eb29";
}
.iconsmind-Orientation:before {
	content: "\eb2a";
}
.iconsmind-Orkut:before {
	content: "\eb2b";
}
.iconsmind-Ornament:before {
	content: "\eb2c";
}
.iconsmind-Over-Time:before {
	content: "\eb2d";
}
.iconsmind-Over-Time2:before {
	content: "\eb2e";
}
.iconsmind-Owl:before {
	content: "\eb2f";
}
.iconsmind-Pac-Man:before {
	content: "\eb30";
}
.iconsmind-Paint-Brush:before {
	content: "\eb31";
}
.iconsmind-Paint-Bucket:before {
	content: "\eb32";
}
.iconsmind-Paintbrush:before {
	content: "\eb33";
}
.iconsmind-Palette:before {
	content: "\eb34";
}
.iconsmind-Palm-Tree:before {
	content: "\eb35";
}
.iconsmind-Panda:before {
	content: "\eb36";
}
.iconsmind-Panorama:before {
	content: "\eb37";
}
.iconsmind-Pantheon:before {
	content: "\eb38";
}
.iconsmind-Pantone:before {
	content: "\eb39";
}
.iconsmind-Pants:before {
	content: "\eb3a";
}
.iconsmind-Paper-Plane:before {
	content: "\eb3b";
}
.iconsmind-Paper:before {
	content: "\eb3c";
}
.iconsmind-Parasailing:before {
	content: "\eb3d";
}
.iconsmind-Parrot:before {
	content: "\eb3e";
}
.iconsmind-Password-2shopping:before {
	content: "\eb3f";
}
.iconsmind-Password-Field:before {
	content: "\eb40";
}
.iconsmind-Password-shopping:before {
	content: "\eb41";
}
.iconsmind-Password:before {
	content: "\eb42";
}
.iconsmind-pause-2:before {
	content: "\eb43";
}
.iconsmind-Pause:before {
	content: "\eb44";
}
.iconsmind-Paw:before {
	content: "\eb45";
}
.iconsmind-Pawn:before {
	content: "\eb46";
}
.iconsmind-Paypal:before {
	content: "\eb47";
}
.iconsmind-Pen-2:before {
	content: "\eb48";
}
.iconsmind-Pen-3:before {
	content: "\eb49";
}
.iconsmind-Pen-4:before {
	content: "\eb4a";
}
.iconsmind-Pen-5:before {
	content: "\eb4b";
}
.iconsmind-Pen-6:before {
	content: "\eb4c";
}
.iconsmind-Pen:before {
	content: "\eb4d";
}
.iconsmind-Pencil-Ruler:before {
	content: "\eb4e";
}
.iconsmind-Pencil:before {
	content: "\eb4f";
}
.iconsmind-Penguin:before {
	content: "\eb50";
}
.iconsmind-Pentagon:before {
	content: "\eb51";
}
.iconsmind-People-onCloud:before {
	content: "\eb52";
}
.iconsmind-Pepper-withFire:before {
	content: "\eb53";
}
.iconsmind-Pepper:before {
	content: "\eb54";
}
.iconsmind-Petrol:before {
	content: "\eb55";
}
.iconsmind-Petronas-Tower:before {
	content: "\eb56";
}
.iconsmind-Philipines:before {
	content: "\eb57";
}
.iconsmind-Phone-2:before {
	content: "\eb58";
}
.iconsmind-Phone-3:before {
	content: "\eb59";
}
.iconsmind-Phone-3G:before {
	content: "\eb5a";
}
.iconsmind-Phone-4G:before {
	content: "\eb5b";
}
.iconsmind-Phone-Simcard:before {
	content: "\eb5c";
}
.iconsmind-Phone-SMS:before {
	content: "\eb5d";
}
.iconsmind-Phone-Wifi:before {
	content: "\eb5e";
}
.iconsmind-Phone:before {
	content: "\eb5f";
}
.iconsmind-Photo-2:before {
	content: "\eb60";
}
.iconsmind-Photo-3:before {
	content: "\eb61";
}
.iconsmind-Photo-Album:before {
	content: "\eb62";
}
.iconsmind-Photo-Album2:before {
	content: "\eb63";
}
.iconsmind-Photo-Album3:before {
	content: "\eb64";
}
.iconsmind-Photo:before {
	content: "\eb65";
}
.iconsmind-Photos:before {
	content: "\eb66";
}
.iconsmind-Physics:before {
	content: "\eb67";
}
.iconsmind-Pi:before {
	content: "\eb68";
}
.iconsmind-Piano:before {
	content: "\eb69";
}
.iconsmind-Picasa:before {
	content: "\eb6a";
}
.iconsmind-Pie-Chart:before {
	content: "\eb6b";
}
.iconsmind-Pie-Chart2:before {
	content: "\eb6c";
}
.iconsmind-Pie-Chart3:before {
	content: "\eb6d";
}
.iconsmind-Pilates-2:before {
	content: "\eb6e";
}
.iconsmind-Pilates-3:before {
	content: "\eb6f";
}
.iconsmind-Pilates:before {
	content: "\eb70";
}
.iconsmind-Pilot:before {
	content: "\eb71";
}
.iconsmind-Pinch:before {
	content: "\eb72";
}
.iconsmind-Ping-Pong:before {
	content: "\eb73";
}
.iconsmind-Pinterest:before {
	content: "\eb74";
}
.iconsmind-Pipe:before {
	content: "\eb75";
}
.iconsmind-Pipette:before {
	content: "\eb76";
}
.iconsmind-Piramids:before {
	content: "\eb77";
}
.iconsmind-Pisces-2:before {
	content: "\eb78";
}
.iconsmind-Pisces:before {
	content: "\eb79";
}
.iconsmind-Pizza-Slice:before {
	content: "\eb7a";
}
.iconsmind-Pizza:before {
	content: "\eb7b";
}
.iconsmind-Plane-2:before {
	content: "\eb7c";
}
.iconsmind-Plane:before {
	content: "\eb7d";
}
.iconsmind-Plant:before {
	content: "\eb7e";
}
.iconsmind-Plasmid:before {
	content: "\eb7f";
}
.iconsmind-Plaster:before {
	content: "\eb80";
}
.iconsmind-Plastic-CupPhone:before {
	content: "\eb81";
}
.iconsmind-Plastic-CupPhone2:before {
	content: "\eb82";
}
.iconsmind-Plate:before {
	content: "\eb83";
}
.iconsmind-Plates:before {
	content: "\eb84";
}
.iconsmind-Plaxo:before {
	content: "\eb85";
}
.iconsmind-Play-Music:before {
	content: "\eb86";
}
.iconsmind-Plug-In:before {
	content: "\eb87";
}
.iconsmind-Plug-In2:before {
	content: "\eb88";
}
.iconsmind-Plurk:before {
	content: "\eb89";
}
.iconsmind-Pointer:before {
	content: "\eb8a";
}
.iconsmind-Poland:before {
	content: "\eb8b";
}
.iconsmind-Police-Man:before {
	content: "\eb8c";
}
.iconsmind-Police-Station:before {
	content: "\eb8d";
}
.iconsmind-Police-Woman:before {
	content: "\eb8e";
}
.iconsmind-Police:before {
	content: "\eb8f";
}
.iconsmind-Polo-Shirt:before {
	content: "\eb90";
}
.iconsmind-Portrait:before {
	content: "\eb91";
}
.iconsmind-Portugal:before {
	content: "\eb92";
}
.iconsmind-Post-Mail:before {
	content: "\eb93";
}
.iconsmind-Post-Mail2:before {
	content: "\eb94";
}
.iconsmind-Post-Office:before {
	content: "\eb95";
}
.iconsmind-Post-Sign:before {
	content: "\eb96";
}
.iconsmind-Post-Sign2ways:before {
	content: "\eb97";
}
.iconsmind-Posterous:before {
	content: "\eb98";
}
.iconsmind-Pound-Sign:before {
	content: "\eb99";
}
.iconsmind-Pound-Sign2:before {
	content: "\eb9a";
}
.iconsmind-Pound:before {
	content: "\eb9b";
}
.iconsmind-Power-2:before {
	content: "\eb9c";
}
.iconsmind-Power-3:before {
	content: "\eb9d";
}
.iconsmind-Power-Cable:before {
	content: "\eb9e";
}
.iconsmind-Power-Station:before {
	content: "\eb9f";
}
.iconsmind-Power:before {
	content: "\eba0";
}
.iconsmind-Prater:before {
	content: "\eba1";
}
.iconsmind-Present:before {
	content: "\eba2";
}
.iconsmind-Presents:before {
	content: "\eba3";
}
.iconsmind-Press:before {
	content: "\eba4";
}
.iconsmind-Preview:before {
	content: "\eba5";
}
.iconsmind-Previous:before {
	content: "\eba6";
}
.iconsmind-Pricing:before {
	content: "\eba7";
}
.iconsmind-Printer:before {
	content: "\eba8";
}
.iconsmind-Professor:before {
	content: "\eba9";
}
.iconsmind-Profile:before {
	content: "\ebaa";
}
.iconsmind-Project:before {
	content: "\ebab";
}
.iconsmind-Projector-2:before {
	content: "\ebac";
}
.iconsmind-Projector:before {
	content: "\ebad";
}
.iconsmind-Pulse:before {
	content: "\ebae";
}
.iconsmind-Pumpkin:before {
	content: "\ebaf";
}
.iconsmind-Punk:before {
	content: "\ebb0";
}
.iconsmind-Punker:before {
	content: "\ebb1";
}
.iconsmind-Puzzle:before {
	content: "\ebb2";
}
.iconsmind-QIK:before {
	content: "\ebb3";
}
.iconsmind-QR-Code:before {
	content: "\ebb4";
}
.iconsmind-Queen-2:before {
	content: "\ebb5";
}
.iconsmind-Queen:before {
	content: "\ebb6";
}
.iconsmind-Quill-2:before {
	content: "\ebb7";
}
.iconsmind-Quill-3:before {
	content: "\ebb8";
}
.iconsmind-Quill:before {
	content: "\ebb9";
}
.iconsmind-Quotes-2:before {
	content: "\ebba";
}
.iconsmind-Quotes:before {
	content: "\ebbb";
}
.iconsmind-Radio:before {
	content: "\ebbc";
}
.iconsmind-Radioactive:before {
	content: "\ebbd";
}
.iconsmind-Rafting:before {
	content: "\ebbe";
}
.iconsmind-Rain-Drop:before {
	content: "\ebbf";
}
.iconsmind-Rainbow-2:before {
	content: "\ebc0";
}
.iconsmind-Rainbow:before {
	content: "\ebc1";
}
.iconsmind-Ram:before {
	content: "\ebc2";
}
.iconsmind-Razzor-Blade:before {
	content: "\ebc3";
}
.iconsmind-Receipt-2:before {
	content: "\ebc4";
}
.iconsmind-Receipt-3:before {
	content: "\ebc5";
}
.iconsmind-Receipt-4:before {
	content: "\ebc6";
}
.iconsmind-Receipt:before {
	content: "\ebc7";
}
.iconsmind-Record2:before {
	content: "\ebc8";
}
.iconsmind-Record-3:before {
	content: "\ebc9";
}
.iconsmind-Record-Music:before {
	content: "\ebca";
}
.iconsmind-Record:before {
	content: "\ebcb";
}
.iconsmind-Recycling-2:before {
	content: "\ebcc";
}
.iconsmind-Recycling:before {
	content: "\ebcd";
}
.iconsmind-Reddit:before {
	content: "\ebce";
}
.iconsmind-Redhat:before {
	content: "\ebcf";
}
.iconsmind-Redirect:before {
	content: "\ebd0";
}
.iconsmind-Redo:before {
	content: "\ebd1";
}
.iconsmind-Reel:before {
	content: "\ebd2";
}
.iconsmind-Refinery:before {
	content: "\ebd3";
}
.iconsmind-Refresh-Window:before {
	content: "\ebd4";
}
.iconsmind-Refresh:before {
	content: "\ebd5";
}
.iconsmind-Reload-2:before {
	content: "\ebd6";
}
.iconsmind-Reload-3:before {
	content: "\ebd7";
}
.iconsmind-Reload:before {
	content: "\ebd8";
}
.iconsmind-Remote-Controll:before {
	content: "\ebd9";
}
.iconsmind-Remote-Controll2:before {
	content: "\ebda";
}
.iconsmind-Remove-Bag:before {
	content: "\ebdb";
}
.iconsmind-Remove-Basket:before {
	content: "\ebdc";
}
.iconsmind-Remove-Cart:before {
	content: "\ebdd";
}
.iconsmind-Remove-File:before {
	content: "\ebde";
}
.iconsmind-Remove-User:before {
	content: "\ebdf";
}
.iconsmind-Remove-Window:before {
	content: "\ebe0";
}
.iconsmind-Remove:before {
	content: "\ebe1";
}
.iconsmind-Rename:before {
	content: "\ebe2";
}
.iconsmind-Repair:before {
	content: "\ebe3";
}
.iconsmind-Repeat-2:before {
	content: "\ebe4";
}
.iconsmind-Repeat-3:before {
	content: "\ebe5";
}
.iconsmind-Repeat-4:before {
	content: "\ebe6";
}
.iconsmind-Repeat-5:before {
	content: "\ebe7";
}
.iconsmind-Repeat-6:before {
	content: "\ebe8";
}
.iconsmind-Repeat-7:before {
	content: "\ebe9";
}
.iconsmind-Repeat:before {
	content: "\ebea";
}
.iconsmind-Reset:before {
	content: "\ebeb";
}
.iconsmind-Resize:before {
	content: "\ebec";
}
.iconsmind-Restore-Window:before {
	content: "\ebed";
}
.iconsmind-Retouching:before {
	content: "\ebee";
}
.iconsmind-Retro-Camera:before {
	content: "\ebef";
}
.iconsmind-Retro:before {
	content: "\ebf0";
}
.iconsmind-Retweet:before {
	content: "\ebf1";
}
.iconsmind-Reverbnation:before {
	content: "\ebf2";
}
.iconsmind-Rewind:before {
	content: "\ebf3";
}
.iconsmind-RGB:before {
	content: "\ebf4";
}
.iconsmind-Ribbon-2:before {
	content: "\ebf5";
}
.iconsmind-Ribbon-3:before {
	content: "\ebf6";
}
.iconsmind-Ribbon:before {
	content: "\ebf7";
}
.iconsmind-Right-2:before {
	content: "\ebf8";
}
.iconsmind-Right-3:before {
	content: "\ebf9";
}
.iconsmind-Right-4:before {
	content: "\ebfa";
}
.iconsmind-Right-ToLeft:before {
	content: "\ebfb";
}
.iconsmind-Right:before {
	content: "\ebfc";
}
.iconsmind-Road-2:before {
	content: "\ebfd";
}
.iconsmind-Road-3:before {
	content: "\ebfe";
}
.iconsmind-Road:before {
	content: "\ebff";
}
.iconsmind-Robot-2:before {
	content: "\ec00";
}
.iconsmind-Robot:before {
	content: "\ec01";
}
.iconsmind-Rock-andRoll:before {
	content: "\ec02";
}
.iconsmind-Rocket:before {
	content: "\ec03";
}
.iconsmind-Roller:before {
	content: "\ec04";
}
.iconsmind-Roof:before {
	content: "\ec05";
}
.iconsmind-Rook:before {
	content: "\ec06";
}
.iconsmind-Rotate-Gesture:before {
	content: "\ec07";
}
.iconsmind-Rotate-Gesture2:before {
	content: "\ec08";
}
.iconsmind-Rotate-Gesture3:before {
	content: "\ec09";
}
.iconsmind-Rotation-390:before {
	content: "\ec0a";
}
.iconsmind-Rotation:before {
	content: "\ec0b";
}
.iconsmind-Router-2:before {
	content: "\ec0c";
}
.iconsmind-Router:before {
	content: "\ec0d";
}
.iconsmind-RSS:before {
	content: "\ec0e";
}
.iconsmind-Ruler-2:before {
	content: "\ec0f";
}
.iconsmind-Ruler:before {
	content: "\ec10";
}
.iconsmind-Running-Shoes:before {
	content: "\ec11";
}
.iconsmind-Running:before {
	content: "\ec12";
}
.iconsmind-Safari:before {
	content: "\ec13";
}
.iconsmind-Safe-Box:before {
	content: "\ec14";
}
.iconsmind-Safe-Box2:before {
	content: "\ec15";
}
.iconsmind-Safety-PinClose:before {
	content: "\ec16";
}
.iconsmind-Safety-PinOpen:before {
	content: "\ec17";
}
.iconsmind-Sagittarus-2:before {
	content: "\ec18";
}
.iconsmind-Sagittarus:before {
	content: "\ec19";
}
.iconsmind-Sailing-Ship:before {
	content: "\ec1a";
}
.iconsmind-Sand-watch:before {
	content: "\ec1b";
}
.iconsmind-Sand-watch2:before {
	content: "\ec1c";
}
.iconsmind-Santa-Claus:before {
	content: "\ec1d";
}
.iconsmind-Santa-Claus2:before {
	content: "\ec1e";
}
.iconsmind-Santa-onSled:before {
	content: "\ec1f";
}
.iconsmind-Satelite-2:before {
	content: "\ec20";
}
.iconsmind-Satelite:before {
	content: "\ec21";
}
.iconsmind-Save-Window:before {
	content: "\ec22";
}
.iconsmind-Save:before {
	content: "\ec23";
}
.iconsmind-Saw:before {
	content: "\ec24";
}
.iconsmind-Saxophone:before {
	content: "\ec25";
}
.iconsmind-Scale:before {
	content: "\ec26";
}
.iconsmind-Scarf:before {
	content: "\ec27";
}
.iconsmind-Scissor:before {
	content: "\ec28";
}
.iconsmind-Scooter-Front:before {
	content: "\ec29";
}
.iconsmind-Scooter:before {
	content: "\ec2a";
}
.iconsmind-Scorpio-2:before {
	content: "\ec2b";
}
.iconsmind-Scorpio:before {
	content: "\ec2c";
}
.iconsmind-Scotland:before {
	content: "\ec2d";
}
.iconsmind-Screwdriver:before {
	content: "\ec2e";
}
.iconsmind-Scroll-Fast:before {
	content: "\ec2f";
}
.iconsmind-Scroll:before {
	content: "\ec30";
}
.iconsmind-Scroller-2:before {
	content: "\ec31";
}
.iconsmind-Scroller:before {
	content: "\ec32";
}
.iconsmind-Sea-Dog:before {
	content: "\ec33";
}
.iconsmind-Search-onCloud:before {
	content: "\ec34";
}
.iconsmind-Search-People:before {
	content: "\ec35";
}
.iconsmind-secound:before {
	content: "\ec36";
}
.iconsmind-secound2:before {
	content: "\ec37";
}
.iconsmind-Security-Block:before {
	content: "\ec38";
}
.iconsmind-Security-Bug:before {
	content: "\ec39";
}
.iconsmind-Security-Camera:before {
	content: "\ec3a";
}
.iconsmind-Security-Check:before {
	content: "\ec3b";
}
.iconsmind-Security-Settings:before {
	content: "\ec3c";
}
.iconsmind-Security-Smiley:before {
	content: "\ec3d";
}
.iconsmind-Securiy-Remove:before {
	content: "\ec3e";
}
.iconsmind-Seed:before {
	content: "\ec3f";
}
.iconsmind-Selfie:before {
	content: "\ec40";
}
.iconsmind-Serbia:before {
	content: "\ec41";
}
.iconsmind-Server-2:before {
	content: "\ec42";
}
.iconsmind-Server:before {
	content: "\ec43";
}
.iconsmind-Servers:before {
	content: "\ec44";
}
.iconsmind-Settings-Window:before {
	content: "\ec45";
}
.iconsmind-Sewing-Machine:before {
	content: "\ec46";
}
.iconsmind-Sexual:before {
	content: "\ec47";
}
.iconsmind-Share-onCloud:before {
	content: "\ec48";
}
.iconsmind-Share-Window:before {
	content: "\ec49";
}
.iconsmind-Share:before {
	content: "\ec4a";
}
.iconsmind-Sharethis:before {
	content: "\ec4b";
}
.iconsmind-Shark:before {
	content: "\ec4c";
}
.iconsmind-Sheep:before {
	content: "\ec4d";
}
.iconsmind-Sheriff-Badge:before {
	content: "\ec4e";
}
.iconsmind-Shield:before {
	content: "\ec4f";
}
.iconsmind-Ship-2:before {
	content: "\ec50";
}
.iconsmind-Ship:before {
	content: "\ec51";
}
.iconsmind-Shirt:before {
	content: "\ec52";
}
.iconsmind-Shoes-2:before {
	content: "\ec53";
}
.iconsmind-Shoes-3:before {
	content: "\ec54";
}
.iconsmind-Shoes:before {
	content: "\ec55";
}
.iconsmind-Shop-2:before {
	content: "\ec56";
}
.iconsmind-Shop-3:before {
	content: "\ec57";
}
.iconsmind-Shop-4:before {
	content: "\ec58";
}
.iconsmind-Shop:before {
	content: "\ec59";
}
.iconsmind-Shopping-Bag:before {
	content: "\ec5a";
}
.iconsmind-Shopping-Basket:before {
	content: "\ec5b";
}
.iconsmind-Shopping-Cart:before {
	content: "\ec5c";
}
.iconsmind-Short-Pants:before {
	content: "\ec5d";
}
.iconsmind-Shoutwire:before {
	content: "\ec5e";
}
.iconsmind-Shovel:before {
	content: "\ec5f";
}
.iconsmind-Shuffle-2:before {
	content: "\ec60";
}
.iconsmind-Shuffle-3:before {
	content: "\ec61";
}
.iconsmind-Shuffle-4:before {
	content: "\ec62";
}
.iconsmind-Shuffle:before {
	content: "\ec63";
}
.iconsmind-Shutter:before {
	content: "\ec64";
}
.iconsmind-Sidebar-Window:before {
	content: "\ec65";
}
.iconsmind-Signal:before {
	content: "\ec66";
}
.iconsmind-Singapore:before {
	content: "\ec67";
}
.iconsmind-Skate-Shoes:before {
	content: "\ec68";
}
.iconsmind-Skateboard-2:before {
	content: "\ec69";
}
.iconsmind-Skateboard:before {
	content: "\ec6a";
}
.iconsmind-Skeleton:before {
	content: "\ec6b";
}
.iconsmind-Ski:before {
	content: "\ec6c";
}
.iconsmind-Skirt:before {
	content: "\ec6d";
}
.iconsmind-Skrill:before {
	content: "\ec6e";
}
.iconsmind-Skull:before {
	content: "\ec6f";
}
.iconsmind-Skydiving:before {
	content: "\ec70";
}
.iconsmind-Skype:before {
	content: "\ec71";
}
.iconsmind-Sled-withGifts:before {
	content: "\ec72";
}
.iconsmind-Sled:before {
	content: "\ec73";
}
.iconsmind-Sleeping:before {
	content: "\ec74";
}
.iconsmind-Sleet:before {
	content: "\ec75";
}
.iconsmind-Slippers:before {
	content: "\ec76";
}
.iconsmind-Smart:before {
	content: "\ec77";
}
.iconsmind-Smartphone-2:before {
	content: "\ec78";
}
.iconsmind-Smartphone-3:before {
	content: "\ec79";
}
.iconsmind-Smartphone-4:before {
	content: "\ec7a";
}
.iconsmind-Smartphone-Secure:before {
	content: "\ec7b";
}
.iconsmind-Smartphone:before {
	content: "\ec7c";
}
.iconsmind-Smile:before {
	content: "\ec7d";
}
.iconsmind-Smoking-Area:before {
	content: "\ec7e";
}
.iconsmind-Smoking-Pipe:before {
	content: "\ec7f";
}
.iconsmind-Snake:before {
	content: "\ec80";
}
.iconsmind-Snorkel:before {
	content: "\ec81";
}
.iconsmind-Snow-2:before {
	content: "\ec82";
}
.iconsmind-Snow-Dome:before {
	content: "\ec83";
}
.iconsmind-Snow-Storm:before {
	content: "\ec84";
}
.iconsmind-Snow:before {
	content: "\ec85";
}
.iconsmind-Snowflake-2:before {
	content: "\ec86";
}
.iconsmind-Snowflake-3:before {
	content: "\ec87";
}
.iconsmind-Snowflake-4:before {
	content: "\ec88";
}
.iconsmind-Snowflake:before {
	content: "\ec89";
}
.iconsmind-Snowman:before {
	content: "\ec8a";
}
.iconsmind-Soccer-Ball:before {
	content: "\ec8b";
}
.iconsmind-Soccer-Shoes:before {
	content: "\ec8c";
}
.iconsmind-Socks:before {
	content: "\ec8d";
}
.iconsmind-Solar:before {
	content: "\ec8e";
}
.iconsmind-Sound-Wave:before {
	content: "\ec8f";
}
.iconsmind-Sound:before {
	content: "\ec90";
}
.iconsmind-Soundcloud:before {
	content: "\ec91";
}
.iconsmind-Soup:before {
	content: "\ec92";
}
.iconsmind-South-Africa:before {
	content: "\ec93";
}
.iconsmind-Space-Needle:before {
	content: "\ec94";
}
.iconsmind-Spain:before {
	content: "\ec95";
}
.iconsmind-Spam-Mail:before {
	content: "\ec96";
}
.iconsmind-Speach-Bubble:before {
	content: "\ec97";
}
.iconsmind-Speach-Bubble2:before {
	content: "\ec98";
}
.iconsmind-Speach-Bubble3:before {
	content: "\ec99";
}
.iconsmind-Speach-Bubble4:before {
	content: "\ec9a";
}
.iconsmind-Speach-Bubble5:before {
	content: "\ec9b";
}
.iconsmind-Speach-Bubble6:before {
	content: "\ec9c";
}
.iconsmind-Speach-Bubble7:before {
	content: "\ec9d";
}
.iconsmind-Speach-Bubble8:before {
	content: "\ec9e";
}
.iconsmind-Speach-Bubble9:before {
	content: "\ec9f";
}
.iconsmind-Speach-Bubble10:before {
	content: "\eca0";
}
.iconsmind-Speach-Bubble11:before {
	content: "\eca1";
}
.iconsmind-Speach-Bubble12:before {
	content: "\eca2";
}
.iconsmind-Speach-Bubble13:before {
	content: "\eca3";
}
.iconsmind-Speach-BubbleAsking:before {
	content: "\eca4";
}
.iconsmind-Speach-BubbleComic:before {
	content: "\eca5";
}
.iconsmind-Speach-BubbleComic2:before {
	content: "\eca6";
}
.iconsmind-Speach-BubbleComic3:before {
	content: "\eca7";
}
.iconsmind-Speach-BubbleComic4:before {
	content: "\eca8";
}
.iconsmind-Speach-BubbleDialog:before {
	content: "\eca9";
}
.iconsmind-Speach-Bubbles:before {
	content: "\ecaa";
}
.iconsmind-Speak-2:before {
	content: "\ecab";
}
.iconsmind-Speak:before {
	content: "\ecac";
}
.iconsmind-Speaker-2:before {
	content: "\ecad";
}
.iconsmind-Speaker:before {
	content: "\ecae";
}
.iconsmind-Spell-Check:before {
	content: "\ecaf";
}
.iconsmind-Spell-CheckABC:before {
	content: "\ecb0";
}
.iconsmind-Spermium:before {
	content: "\ecb1";
}
.iconsmind-Spider:before {
	content: "\ecb2";
}
.iconsmind-Spiderweb:before {
	content: "\ecb3";
}
.iconsmind-Split-FourSquareWindow:before {
	content: "\ecb4";
}
.iconsmind-Split-Horizontal:before {
	content: "\ecb5";
}
.iconsmind-Split-Horizontal2Window:before {
	content: "\ecb6";
}
.iconsmind-Split-Vertical:before {
	content: "\ecb7";
}
.iconsmind-Split-Vertical2:before {
	content: "\ecb8";
}
.iconsmind-Split-Window:before {
	content: "\ecb9";
}
.iconsmind-Spoder:before {
	content: "\ecba";
}
.iconsmind-Spoon:before {
	content: "\ecbb";
}
.iconsmind-Sport-Mode:before {
	content: "\ecbc";
}
.iconsmind-Sports-Clothings1:before {
	content: "\ecbd";
}
.iconsmind-Sports-Clothings2:before {
	content: "\ecbe";
}
.iconsmind-Sports-Shirt:before {
	content: "\ecbf";
}
.iconsmind-Spot:before {
	content: "\ecc0";
}
.iconsmind-Spray:before {
	content: "\ecc1";
}
.iconsmind-Spread:before {
	content: "\ecc2";
}
.iconsmind-Spring:before {
	content: "\ecc3";
}
.iconsmind-Spurl:before {
	content: "\ecc4";
}
.iconsmind-Spy:before {
	content: "\ecc5";
}
.iconsmind-Squirrel:before {
	content: "\ecc6";
}
.iconsmind-SSL:before {
	content: "\ecc7";
}
.iconsmind-St-BasilsCathedral:before {
	content: "\ecc8";
}
.iconsmind-St-PaulsCathedral:before {
	content: "\ecc9";
}
.iconsmind-Stamp-2:before {
	content: "\ecca";
}
.iconsmind-Stamp:before {
	content: "\eccb";
}
.iconsmind-Stapler:before {
	content: "\eccc";
}
.iconsmind-Star-Track:before {
	content: "\eccd";
}
.iconsmind-Star:before {
	content: "\ecce";
}
.iconsmind-Starfish:before {
	content: "\eccf";
}
.iconsmind-Start2:before {
	content: "\ecd0";
}
.iconsmind-Start-3:before {
	content: "\ecd1";
}
.iconsmind-Start-ways:before {
	content: "\ecd2";
}
.iconsmind-Start:before {
	content: "\ecd3";
}
.iconsmind-Statistic:before {
	content: "\ecd4";
}
.iconsmind-Stethoscope:before {
	content: "\ecd5";
}
.iconsmind-stop--2:before {
	content: "\ecd6";
}
.iconsmind-Stop-Music:before {
	content: "\ecd7";
}
.iconsmind-Stop:before {
	content: "\ecd8";
}
.iconsmind-Stopwatch-2:before {
	content: "\ecd9";
}
.iconsmind-Stopwatch:before {
	content: "\ecda";
}
.iconsmind-Storm:before {
	content: "\ecdb";
}
.iconsmind-Street-View:before {
	content: "\ecdc";
}
.iconsmind-Street-View2:before {
	content: "\ecdd";
}
.iconsmind-Strikethrough-Text:before {
	content: "\ecde";
}
.iconsmind-Stroller:before {
	content: "\ecdf";
}
.iconsmind-Structure:before {
	content: "\ece0";
}
.iconsmind-Student-Female:before {
	content: "\ece1";
}
.iconsmind-Student-Hat:before {
	content: "\ece2";
}
.iconsmind-Student-Hat2:before {
	content: "\ece3";
}
.iconsmind-Student-Male:before {
	content: "\ece4";
}
.iconsmind-Student-MaleFemale:before {
	content: "\ece5";
}
.iconsmind-Students:before {
	content: "\ece6";
}
.iconsmind-Studio-Flash:before {
	content: "\ece7";
}
.iconsmind-Studio-Lightbox:before {
	content: "\ece8";
}
.iconsmind-Stumbleupon:before {
	content: "\ece9";
}
.iconsmind-Suit:before {
	content: "\ecea";
}
.iconsmind-Suitcase:before {
	content: "\eceb";
}
.iconsmind-Sum-2:before {
	content: "\ecec";
}
.iconsmind-Sum:before {
	content: "\eced";
}
.iconsmind-Summer:before {
	content: "\ecee";
}
.iconsmind-Sun-CloudyRain:before {
	content: "\ecef";
}
.iconsmind-Sun:before {
	content: "\ecf0";
}
.iconsmind-Sunglasses-2:before {
	content: "\ecf1";
}
.iconsmind-Sunglasses-3:before {
	content: "\ecf2";
}
.iconsmind-Sunglasses-Smiley:before {
	content: "\ecf3";
}
.iconsmind-Sunglasses-Smiley2:before {
	content: "\ecf4";
}
.iconsmind-Sunglasses-W:before {
	content: "\ecf5";
}
.iconsmind-Sunglasses-W2:before {
	content: "\ecf6";
}
.iconsmind-Sunglasses-W3:before {
	content: "\ecf7";
}
.iconsmind-Sunglasses:before {
	content: "\ecf8";
}
.iconsmind-Sunrise:before {
	content: "\ecf9";
}
.iconsmind-Sunset:before {
	content: "\ecfa";
}
.iconsmind-Superman:before {
	content: "\ecfb";
}
.iconsmind-Support:before {
	content: "\ecfc";
}
.iconsmind-Surprise:before {
	content: "\ecfd";
}
.iconsmind-Sushi:before {
	content: "\ecfe";
}
.iconsmind-Sweden:before {
	content: "\ecff";
}
.iconsmind-Swimming-Short:before {
	content: "\ed00";
}
.iconsmind-Swimming:before {
	content: "\ed01";
}
.iconsmind-Swimmwear:before {
	content: "\ed02";
}
.iconsmind-Switch:before {
	content: "\ed03";
}
.iconsmind-Switzerland:before {
	content: "\ed04";
}
.iconsmind-Sync-Cloud:before {
	content: "\ed05";
}
.iconsmind-Sync:before {
	content: "\ed06";
}
.iconsmind-Synchronize-2:before {
	content: "\ed07";
}
.iconsmind-Synchronize:before {
	content: "\ed08";
}
.iconsmind-T-Shirt:before {
	content: "\ed09";
}
.iconsmind-Tablet-2:before {
	content: "\ed0a";
}
.iconsmind-Tablet-3:before {
	content: "\ed0b";
}
.iconsmind-Tablet-Orientation:before {
	content: "\ed0c";
}
.iconsmind-Tablet-Phone:before {
	content: "\ed0d";
}
.iconsmind-Tablet-Secure:before {
	content: "\ed0e";
}
.iconsmind-Tablet-Vertical:before {
	content: "\ed0f";
}
.iconsmind-Tablet:before {
	content: "\ed10";
}
.iconsmind-Tactic:before {
	content: "\ed11";
}
.iconsmind-Tag-2:before {
	content: "\ed12";
}
.iconsmind-Tag-3:before {
	content: "\ed13";
}
.iconsmind-Tag-4:before {
	content: "\ed14";
}
.iconsmind-Tag-5:before {
	content: "\ed15";
}
.iconsmind-Tag:before {
	content: "\ed16";
}
.iconsmind-Taj-Mahal:before {
	content: "\ed17";
}
.iconsmind-Talk-Man:before {
	content: "\ed18";
}
.iconsmind-Tap:before {
	content: "\ed19";
}
.iconsmind-Target-Market:before {
	content: "\ed1a";
}
.iconsmind-Target:before {
	content: "\ed1b";
}
.iconsmind-Taurus-2:before {
	content: "\ed1c";
}
.iconsmind-Taurus:before {
	content: "\ed1d";
}
.iconsmind-Taxi-2:before {
	content: "\ed1e";
}
.iconsmind-Taxi-Sign:before {
	content: "\ed1f";
}
.iconsmind-Taxi:before {
	content: "\ed20";
}
.iconsmind-Teacher:before {
	content: "\ed21";
}
.iconsmind-Teapot:before {
	content: "\ed22";
}
.iconsmind-Technorati:before {
	content: "\ed23";
}
.iconsmind-Teddy-Bear:before {
	content: "\ed24";
}
.iconsmind-Tee-Mug:before {
	content: "\ed25";
}
.iconsmind-Telephone-2:before {
	content: "\ed26";
}
.iconsmind-Telephone:before {
	content: "\ed27";
}
.iconsmind-Telescope:before {
	content: "\ed28";
}
.iconsmind-Temperature-2:before {
	content: "\ed29";
}
.iconsmind-Temperature-3:before {
	content: "\ed2a";
}
.iconsmind-Temperature:before {
	content: "\ed2b";
}
.iconsmind-Temple:before {
	content: "\ed2c";
}
.iconsmind-Tennis-Ball:before {
	content: "\ed2d";
}
.iconsmind-Tennis:before {
	content: "\ed2e";
}
.iconsmind-Tent:before {
	content: "\ed2f";
}
.iconsmind-Test-Tube:before {
	content: "\ed30";
}
.iconsmind-Test-Tube2:before {
	content: "\ed31";
}
.iconsmind-Testimonal:before {
	content: "\ed32";
}
.iconsmind-Text-Box:before {
	content: "\ed33";
}
.iconsmind-Text-Effect:before {
	content: "\ed34";
}
.iconsmind-Text-HighlightColor:before {
	content: "\ed35";
}
.iconsmind-Text-Paragraph:before {
	content: "\ed36";
}
.iconsmind-Thailand:before {
	content: "\ed37";
}
.iconsmind-The-WhiteHouse:before {
	content: "\ed38";
}
.iconsmind-This-SideUp:before {
	content: "\ed39";
}
.iconsmind-Thread:before {
	content: "\ed3a";
}
.iconsmind-Three-ArrowFork:before {
	content: "\ed3b";
}
.iconsmind-Three-Fingers:before {
	content: "\ed3c";
}
.iconsmind-Three-FingersDrag:before {
	content: "\ed3d";
}
.iconsmind-Three-FingersDrag2:before {
	content: "\ed3e";
}
.iconsmind-Three-FingersTouch:before {
	content: "\ed3f";
}
.iconsmind-Thumb:before {
	content: "\ed40";
}
.iconsmind-Thumbs-DownSmiley:before {
	content: "\ed41";
}
.iconsmind-Thumbs-UpSmiley:before {
	content: "\ed42";
}
.iconsmind-Thunder:before {
	content: "\ed43";
}
.iconsmind-Thunderstorm:before {
	content: "\ed44";
}
.iconsmind-Ticket:before {
	content: "\ed45";
}
.iconsmind-Tie-2:before {
	content: "\ed46";
}
.iconsmind-Tie-3:before {
	content: "\ed47";
}
.iconsmind-Tie-4:before {
	content: "\ed48";
}
.iconsmind-Tie:before {
	content: "\ed49";
}
.iconsmind-Tiger:before {
	content: "\ed4a";
}
.iconsmind-Time-Backup:before {
	content: "\ed4b";
}
.iconsmind-Time-Bomb:before {
	content: "\ed4c";
}
.iconsmind-Time-Clock:before {
	content: "\ed4d";
}
.iconsmind-Time-Fire:before {
	content: "\ed4e";
}
.iconsmind-Time-Machine:before {
	content: "\ed4f";
}
.iconsmind-Time-Window:before {
	content: "\ed50";
}
.iconsmind-Timer-2:before {
	content: "\ed51";
}
.iconsmind-Timer:before {
	content: "\ed52";
}
.iconsmind-To-Bottom:before {
	content: "\ed53";
}
.iconsmind-To-Bottom2:before {
	content: "\ed54";
}
.iconsmind-To-Left:before {
	content: "\ed55";
}
.iconsmind-To-Right:before {
	content: "\ed56";
}
.iconsmind-To-Top:before {
	content: "\ed57";
}
.iconsmind-To-Top2:before {
	content: "\ed58";
}
.iconsmind-Token-:before {
	content: "\ed59";
}
.iconsmind-Tomato:before {
	content: "\ed5a";
}
.iconsmind-Tongue:before {
	content: "\ed5b";
}
.iconsmind-Tooth-2:before {
	content: "\ed5c";
}
.iconsmind-Tooth:before {
	content: "\ed5d";
}
.iconsmind-Top-ToBottom:before {
	content: "\ed5e";
}
.iconsmind-Touch-Window:before {
	content: "\ed5f";
}
.iconsmind-Tourch:before {
	content: "\ed60";
}
.iconsmind-Tower-2:before {
	content: "\ed61";
}
.iconsmind-Tower-Bridge:before {
	content: "\ed62";
}
.iconsmind-Tower:before {
	content: "\ed63";
}
.iconsmind-Trace:before {
	content: "\ed64";
}
.iconsmind-Tractor:before {
	content: "\ed65";
}
.iconsmind-traffic-Light:before {
	content: "\ed66";
}
.iconsmind-Traffic-Light2:before {
	content: "\ed67";
}
.iconsmind-Train-2:before {
	content: "\ed68";
}
.iconsmind-Train:before {
	content: "\ed69";
}
.iconsmind-Tram:before {
	content: "\ed6a";
}
.iconsmind-Transform-2:before {
	content: "\ed6b";
}
.iconsmind-Transform-3:before {
	content: "\ed6c";
}
.iconsmind-Transform-4:before {
	content: "\ed6d";
}
.iconsmind-Transform:before {
	content: "\ed6e";
}
.iconsmind-Trash-withMen:before {
	content: "\ed6f";
}
.iconsmind-Tree-2:before {
	content: "\ed70";
}
.iconsmind-Tree-3:before {
	content: "\ed71";
}
.iconsmind-Tree-4:before {
	content: "\ed72";
}
.iconsmind-Tree-5:before {
	content: "\ed73";
}
.iconsmind-Tree:before {
	content: "\ed74";
}
.iconsmind-Trekking:before {
	content: "\ed75";
}
.iconsmind-Triangle-ArrowDown:before {
	content: "\ed76";
}
.iconsmind-Triangle-ArrowLeft:before {
	content: "\ed77";
}
.iconsmind-Triangle-ArrowRight:before {
	content: "\ed78";
}
.iconsmind-Triangle-ArrowUp:before {
	content: "\ed79";
}
.iconsmind-Tripod-2:before {
	content: "\ed7a";
}
.iconsmind-Tripod-andVideo:before {
	content: "\ed7b";
}
.iconsmind-Tripod-withCamera:before {
	content: "\ed7c";
}
.iconsmind-Tripod-withGopro:before {
	content: "\ed7d";
}
.iconsmind-Trophy-2:before {
	content: "\ed7e";
}
.iconsmind-Trophy:before {
	content: "\ed7f";
}
.iconsmind-Truck:before {
	content: "\ed80";
}
.iconsmind-Trumpet:before {
	content: "\ed81";
}
.iconsmind-Tumblr:before {
	content: "\ed82";
}
.iconsmind-Turkey:before {
	content: "\ed83";
}
.iconsmind-Turn-Down:before {
	content: "\ed84";
}
.iconsmind-Turn-Down2:before {
	content: "\ed85";
}
.iconsmind-Turn-DownFromLeft:before {
	content: "\ed86";
}
.iconsmind-Turn-DownFromRight:before {
	content: "\ed87";
}
.iconsmind-Turn-Left:before {
	content: "\ed88";
}
.iconsmind-Turn-Left3:before {
	content: "\ed89";
}
.iconsmind-Turn-Right:before {
	content: "\ed8a";
}
.iconsmind-Turn-Right3:before {
	content: "\ed8b";
}
.iconsmind-Turn-Up:before {
	content: "\ed8c";
}
.iconsmind-Turn-Up2:before {
	content: "\ed8d";
}
.iconsmind-Turtle:before {
	content: "\ed8e";
}
.iconsmind-Tuxedo:before {
	content: "\ed8f";
}
.iconsmind-TV:before {
	content: "\ed90";
}
.iconsmind-Twister:before {
	content: "\ed91";
}
.iconsmind-Twitter-2:before {
	content: "\ed92";
}
.iconsmind-Twitter:before {
	content: "\ed93";
}
.iconsmind-Two-Fingers:before {
	content: "\ed94";
}
.iconsmind-Two-FingersDrag:before {
	content: "\ed95";
}
.iconsmind-Two-FingersDrag2:before {
	content: "\ed96";
}
.iconsmind-Two-FingersScroll:before {
	content: "\ed97";
}
.iconsmind-Two-FingersTouch:before {
	content: "\ed98";
}
.iconsmind-Two-Windows:before {
	content: "\ed99";
}
.iconsmind-Type-Pass:before {
	content: "\ed9a";
}
.iconsmind-Ukraine:before {
	content: "\ed9b";
}
.iconsmind-Umbrela:before {
	content: "\ed9c";
}
.iconsmind-Umbrella-2:before {
	content: "\ed9d";
}
.iconsmind-Umbrella-3:before {
	content: "\ed9e";
}
.iconsmind-Under-LineText:before {
	content: "\ed9f";
}
.iconsmind-Undo:before {
	content: "\eda0";
}
.iconsmind-United-Kingdom:before {
	content: "\eda1";
}
.iconsmind-United-States:before {
	content: "\eda2";
}
.iconsmind-University-2:before {
	content: "\eda3";
}
.iconsmind-University:before {
	content: "\eda4";
}
.iconsmind-Unlike-2:before {
	content: "\eda5";
}
.iconsmind-Unlike:before {
	content: "\eda6";
}
.iconsmind-Unlock-2:before {
	content: "\eda7";
}
.iconsmind-Unlock-3:before {
	content: "\eda8";
}
.iconsmind-Unlock:before {
	content: "\eda9";
}
.iconsmind-Up--Down:before {
	content: "\edaa";
}
.iconsmind-Up--Down3:before {
	content: "\edab";
}
.iconsmind-Up-2:before {
	content: "\edac";
}
.iconsmind-Up-3:before {
	content: "\edad";
}
.iconsmind-Up-4:before {
	content: "\edae";
}
.iconsmind-Up:before {
	content: "\edaf";
}
.iconsmind-Upgrade:before {
	content: "\edb0";
}
.iconsmind-Upload-2:before {
	content: "\edb1";
}
.iconsmind-Upload-toCloud:before {
	content: "\edb2";
}
.iconsmind-Upload-Window:before {
	content: "\edb3";
}
.iconsmind-Upload:before {
	content: "\edb4";
}
.iconsmind-Uppercase-Text:before {
	content: "\edb5";
}
.iconsmind-Upward:before {
	content: "\edb6";
}
.iconsmind-URL-Window:before {
	content: "\edb7";
}
.iconsmind-Usb-2:before {
	content: "\edb8";
}
.iconsmind-Usb-Cable:before {
	content: "\edb9";
}
.iconsmind-Usb:before {
	content: "\edba";
}
.iconsmind-User:before {
	content: "\edbb";
}
.iconsmind-Ustream:before {
	content: "\edbc";
}
.iconsmind-Vase:before {
	content: "\edbd";
}
.iconsmind-Vector-2:before {
	content: "\edbe";
}
.iconsmind-Vector-3:before {
	content: "\edbf";
}
.iconsmind-Vector-4:before {
	content: "\edc0";
}
.iconsmind-Vector-5:before {
	content: "\edc1";
}
.iconsmind-Vector:before {
	content: "\edc2";
}
.iconsmind-Venn-Diagram:before {
	content: "\edc3";
}
.iconsmind-Vest-2:before {
	content: "\edc4";
}
.iconsmind-Vest:before {
	content: "\edc5";
}
.iconsmind-Viddler:before {
	content: "\edc6";
}
.iconsmind-Video-2:before {
	content: "\edc7";
}
.iconsmind-Video-3:before {
	content: "\edc8";
}
.iconsmind-Video-4:before {
	content: "\edc9";
}
.iconsmind-Video-5:before {
	content: "\edca";
}
.iconsmind-Video-6:before {
	content: "\edcb";
}
.iconsmind-Video-GameController:before {
	content: "\edcc";
}
.iconsmind-Video-Len:before {
	content: "\edcd";
}
.iconsmind-Video-Len2:before {
	content: "\edce";
}
.iconsmind-Video-Photographer:before {
	content: "\edcf";
}
.iconsmind-Video-Tripod:before {
	content: "\edd0";
}
.iconsmind-Video:before {
	content: "\edd1";
}
.iconsmind-Vietnam:before {
	content: "\edd2";
}
.iconsmind-View-Height:before {
	content: "\edd3";
}
.iconsmind-View-Width:before {
	content: "\edd4";
}
.iconsmind-Vimeo:before {
	content: "\edd5";
}
.iconsmind-Virgo-2:before {
	content: "\edd6";
}
.iconsmind-Virgo:before {
	content: "\edd7";
}
.iconsmind-Virus-2:before {
	content: "\edd8";
}
.iconsmind-Virus-3:before {
	content: "\edd9";
}
.iconsmind-Virus:before {
	content: "\edda";
}
.iconsmind-Visa:before {
	content: "\eddb";
}
.iconsmind-Voice:before {
	content: "\eddc";
}
.iconsmind-Voicemail:before {
	content: "\eddd";
}
.iconsmind-Volleyball:before {
	content: "\edde";
}
.iconsmind-Volume-Down:before {
	content: "\eddf";
}
.iconsmind-Volume-Up:before {
	content: "\ede0";
}
.iconsmind-VPN:before {
	content: "\ede1";
}
.iconsmind-Wacom-Tablet:before {
	content: "\ede2";
}
.iconsmind-Waiter:before {
	content: "\ede3";
}
.iconsmind-Walkie-Talkie:before {
	content: "\ede4";
}
.iconsmind-Wallet-2:before {
	content: "\ede5";
}
.iconsmind-Wallet-3:before {
	content: "\ede6";
}
.iconsmind-Wallet:before {
	content: "\ede7";
}
.iconsmind-Warehouse:before {
	content: "\ede8";
}
.iconsmind-Warning-Window:before {
	content: "\ede9";
}
.iconsmind-Watch-2:before {
	content: "\edea";
}
.iconsmind-Watch-3:before {
	content: "\edeb";
}
.iconsmind-Watch:before {
	content: "\edec";
}
.iconsmind-Wave-2:before {
	content: "\eded";
}
.iconsmind-Wave:before {
	content: "\edee";
}
.iconsmind-Webcam:before {
	content: "\edef";
}
.iconsmind-weight-Lift:before {
	content: "\edf0";
}
.iconsmind-Wheelbarrow:before {
	content: "\edf1";
}
.iconsmind-Wheelchair:before {
	content: "\edf2";
}
.iconsmind-Width-Window:before {
	content: "\edf3";
}
.iconsmind-Wifi-2:before {
	content: "\edf4";
}
.iconsmind-Wifi-Keyboard:before {
	content: "\edf5";
}
.iconsmind-Wifi:before {
	content: "\edf6";
}
.iconsmind-Wind-Turbine:before {
	content: "\edf7";
}
.iconsmind-Windmill:before {
	content: "\edf8";
}
.iconsmind-Window-2:before {
	content: "\edf9";
}
.iconsmind-Window:before {
	content: "\edfa";
}
.iconsmind-Windows-2:before {
	content: "\edfb";
}
.iconsmind-Windows-Microsoft:before {
	content: "\edfc";
}
.iconsmind-Windows:before {
	content: "\edfd";
}
.iconsmind-Windsock:before {
	content: "\edfe";
}
.iconsmind-Windy:before {
	content: "\edff";
}
.iconsmind-Wine-Bottle:before {
	content: "\ee00";
}
.iconsmind-Wine-Glass:before {
	content: "\ee01";
}
.iconsmind-Wink:before {
	content: "\ee02";
}
.iconsmind-Winter-2:before {
	content: "\ee03";
}
.iconsmind-Winter:before {
	content: "\ee04";
}
.iconsmind-Wireless:before {
	content: "\ee05";
}
.iconsmind-Witch-Hat:before {
	content: "\ee06";
}
.iconsmind-Witch:before {
	content: "\ee07";
}
.iconsmind-Wizard:before {
	content: "\ee08";
}
.iconsmind-Wolf:before {
	content: "\ee09";
}
.iconsmind-Woman-Sign:before {
	content: "\ee0a";
}
.iconsmind-WomanMan:before {
	content: "\ee0b";
}
.iconsmind-Womans-Underwear:before {
	content: "\ee0c";
}
.iconsmind-Womans-Underwear2:before {
	content: "\ee0d";
}
.iconsmind-Women:before {
	content: "\ee0e";
}
.iconsmind-Wonder-Woman:before {
	content: "\ee0f";
}
.iconsmind-Wordpress:before {
	content: "\ee10";
}
.iconsmind-Worker-Clothes:before {
	content: "\ee11";
}
.iconsmind-Worker:before {
	content: "\ee12";
}
.iconsmind-Wrap-Text:before {
	content: "\ee13";
}
.iconsmind-Wreath:before {
	content: "\ee14";
}
.iconsmind-Wrench:before {
	content: "\ee15";
}
.iconsmind-X-Box:before {
	content: "\ee16";
}
.iconsmind-X-ray:before {
	content: "\ee17";
}
.iconsmind-Xanga:before {
	content: "\ee18";
}
.iconsmind-Xing:before {
	content: "\ee19";
}
.iconsmind-Yacht:before {
	content: "\ee1a";
}
.iconsmind-Yahoo-Buzz:before {
	content: "\ee1b";
}
.iconsmind-Yahoo:before {
	content: "\ee1c";
}
.iconsmind-Yelp:before {
	content: "\ee1d";
}
.iconsmind-Yes:before {
	content: "\ee1e";
}
.iconsmind-Ying-Yang:before {
	content: "\ee1f";
}
.iconsmind-Youtube:before {
	content: "\ee20";
}
.iconsmind-Z-A:before {
	content: "\ee21";
}
.iconsmind-Zebra:before {
	content: "\ee22";
}
.iconsmind-Zombie:before {
	content: "\ee23";
}
.iconsmind-Zoom-Gesture:before {
	content: "\ee24";
}
.iconsmind-Zootool:before {
	content: "\ee25";
}
@font-face {
  font-family: 'icomoon';
  src:  url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/icomoon.eot?8vup1e);
  src:  url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/icomoon.eot?8vup1e#iefix) format('embedded-opentype'),
    url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/icomoon-42f8e1989186a2fd60a9ed66844afeba1a77811f7eeb95bb55ed688d12dc9649.ttf?8vup1e) format('truetype'),
    url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/icomoon-c1105a3edf37a2f832e7f0a6abc68ac221394b1868639ce17bcc2963d7eb6a04.woff?8vup1e) format('woff'),
    url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/icomoon.svg?8vup1e#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Angle-Grinder .path1:before {
  content: "\e900";
  
  opacity: 0.3;
}
.icon-Angle-Grinder .path2:before {
  content: "\e901";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Angle-Grinder .path3:before {
  content: "\e902";
  margin-left: -1em;
  
}
.icon-Axe .path1:before {
  content: "\e903";
  
  opacity: 0.3;
}
.icon-Axe .path2:before {
  content: "\e904";
  margin-left: -1em;
  
}
.icon-Brush .path1:before {
  content: "\e905";
  
  opacity: 0.3;
}
.icon-Brush .path2:before {
  content: "\e906";
  margin-left: -1em;
  
}
.icon-Compass .path1:before {
  content: "\e907";
  
  opacity: 0.3;
}
.icon-Compass .path2:before {
  content: "\e908";
  margin-left: -1em;
  
}
.icon-Hummer .path1:before {
  content: "\e909";
  
  opacity: 0.3;
}
.icon-Hummer .path2:before {
  content: "\e90a";
  margin-left: -1em;
  
}
.icon-Hummer .path3:before {
  content: "\e90b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Hummer1 .path1:before {
  content: "\e90c";
  
  opacity: 0.3;
}
.icon-Hummer1 .path2:before {
  content: "\e90d";
  margin-left: -1em;
  
}
.icon-Pantone .path1:before {
  content: "\e90e";
  
  opacity: 0.3;
}
.icon-Pantone .path2:before {
  content: "\e90f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pantone .path3:before {
  content: "\e910";
  margin-left: -1em;
  
}
.icon-Road-Cone .path1:before {
  content: "\e911";
  
}
.icon-Road-Cone .path2:before {
  content: "\e912";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Roller .path1:before {
  content: "\e913";
  
}
.icon-Roller .path2:before {
  content: "\e914";
  margin-left: -1em;
  
}
.icon-Roller .path3:before {
  content: "\e915";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Roulette .path1:before {
  content: "\e916";
  
}
.icon-Roulette .path2:before {
  content: "\e917";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Screwdriver .path1:before {
  content: "\e918";
  
  opacity: 0.3;
}
.icon-Screwdriver .path2:before {
  content: "\e919";
  margin-left: -1em;
  
}
.icon-Shovel1 .path1:before {
  content: "\e91a";
  
  opacity: 0.3;
}
.icon-Shovel1 .path2:before {
  content: "\e91b";
  margin-left: -1em;
  
}
.icon-Spatula .path1:before {
  content: "\e91c";
  
  opacity: 0.3;
}
.icon-Spatula .path2:before {
  content: "\e91d";
  margin-left: -1em;
  
}
.icon-Swiss-knife .path1:before {
  content: "\e91e";
  
  opacity: 0.3;
}
.icon-Swiss-knife .path2:before {
  content: "\e91f";
  margin-left: -1em;
  
}
.icon-Tools .path1:before {
  content: "\e920";
  
}
.icon-Tools .path2:before {
  content: "\e921";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Align-auto .path1:before {
  content: "\e922";
  
  opacity: 0.3;
}
.icon-Align-auto .path2:before {
  content: "\e923";
  margin-left: -1em;
  
}
.icon-Align-center .path1:before {
  content: "\e924";
  
  opacity: 0.3;
}
.icon-Align-center .path2:before {
  content: "\e925";
  margin-left: -1em;
  
}
.icon-Align-justify .path1:before {
  content: "\e926";
  
  opacity: 0.3;
}
.icon-Align-justify .path2:before {
  content: "\e927";
  margin-left: -1em;
  
}
.icon-Align-left .path1:before {
  content: "\e928";
  
  opacity: 0.3;
}
.icon-Align-left .path2:before {
  content: "\e929";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Align-left .path3:before {
  content: "\e92a";
  margin-left: -1em;
  
}
.icon-Align-right .path1:before {
  content: "\e92b";
  
  opacity: 0.3;
}
.icon-Align-right .path2:before {
  content: "\e92c";
  margin-left: -1em;
  
}
.icon-Article .path1:before {
  content: "\e92d";
  
}
.icon-Article .path2:before {
  content: "\e92e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bold:before {
  content: "\e92f";
}
.icon-Bullet-list .path1:before {
  content: "\e930";
  
}
.icon-Bullet-list .path2:before {
  content: "\e931";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Code:before {
  content: "\e932";
}
.icon-Edit-text .path1:before {
  content: "\e933";
  
  opacity: 0.3;
}
.icon-Edit-text .path2:before {
  content: "\e934";
  margin-left: -1em;
  
}
.icon-Filter:before {
  content: "\e935";
}
.icon-Font .path1:before {
  content: "\e936";
  
}
.icon-Font .path2:before {
  content: "\e937";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-H1 .path1:before {
  content: "\e938";
  
}
.icon-H1 .path2:before {
  content: "\e939";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-H2 .path1:before {
  content: "\e93a";
  
}
.icon-H2 .path2:before {
  content: "\e93b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Itallic:before {
  content: "\e93c";
}
.icon-Menu .path1:before {
  content: "\e93d";
  
}
.icon-Menu .path2:before {
  content: "\e93e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Paragraph:before {
  content: "\e93f";
}
.icon-Quote .path1:before {
  content: "\e940";
  
}
.icon-Quote .path2:before {
  content: "\e941";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Quote1 .path1:before {
  content: "\e942";
  
}
.icon-Quote1 .path2:before {
  content: "\e943";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Redo:before {
  content: "\e944";
}
.icon-Strikethrough .path1:before {
  content: "\e945";
  
  opacity: 0.3;
}
.icon-Strikethrough .path2:before {
  content: "\e946";
  margin-left: -1em;
  
}
.icon-Text:before {
  content: "\e947";
}
.icon-Text-height .path1:before {
  content: "\e948";
  
  opacity: 0.3;
}
.icon-Text-height .path2:before {
  content: "\e949";
  margin-left: -1em;
  
}
.icon-Text-width .path1:before {
  content: "\e94a";
  
  opacity: 0.3;
}
.icon-Text-width .path2:before {
  content: "\e94b";
  margin-left: -1em;
  
}
.icon-Underline .path1:before {
  content: "\e94c";
  
}
.icon-Underline .path2:before {
  content: "\e94d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Undo:before {
  content: "\e94e";
}
.icon-ATM .path1:before {
  content: "\e94f";
  
  opacity: 0.3;
}
.icon-ATM .path2:before {
  content: "\e950";
  margin-left: -1em;
  
}
.icon-Bag .path1:before {
  content: "\e951";
  
  opacity: 0.3;
}
.icon-Bag .path2:before {
  content: "\e952";
  margin-left: -1em;
  
}
.icon-Bag1 .path1:before {
  content: "\e953";
  
  opacity: 0.3;
}
.icon-Bag1 .path2:before {
  content: "\e954";
  margin-left: -1em;
  
}
.icon-Barcode .path1:before {
  content: "\e955";
  
}
.icon-Barcode .path2:before {
  content: "\e956";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Barcode-read .path1:before {
  content: "\e957";
  
  opacity: 0.3;
}
.icon-Barcode-read .path2:before {
  content: "\e958";
  margin-left: -1em;
  
}
.icon-Barcode-scan .path1:before {
  content: "\e959";
  
}
.icon-Barcode-scan .path2:before {
  content: "\e95a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Barcode-scan .path3:before {
  content: "\e95b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bitcoin .path1:before {
  content: "\e95c";
  
  opacity: 0.3;
}
.icon-Bitcoin .path2:before {
  content: "\e95d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bitcoin .path3:before {
  content: "\e95e";
  margin-left: -1em;
  
}
.icon-Box1 .path1:before {
  content: "\e95f";
  
  opacity: 0.3;
}
.icon-Box1 .path2:before {
  content: "\e960";
  margin-left: -1em;
  
}
.icon-Box2 .path1:before {
  content: "\e961";
  
}
.icon-Box2 .path2:before {
  content: "\e962";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Box3 .path1:before {
  content: "\e963";
  
  opacity: 0.3;
}
.icon-Box3 .path2:before {
  content: "\e964";
  margin-left: -1em;
  
}
.icon-Calculator .path1:before {
  content: "\e965";
  
  opacity: 0.3;
}
.icon-Calculator .path2:before {
  content: "\e966";
  margin-left: -1em;
  
}
.icon-Cart1 .path1:before {
  content: "\e967";
  
  opacity: 0.3;
}
.icon-Cart1 .path2:before {
  content: "\e968";
  margin-left: -1em;
  
}
.icon-Cart2 .path1:before {
  content: "\e969";
  
  opacity: 0.3;
}
.icon-Cart2 .path2:before {
  content: "\e96a";
  margin-left: -1em;
  
}
.icon-Cart .path1:before {
  content: "\e96b";
  
  opacity: 0.3;
}
.icon-Cart .path2:before {
  content: "\e96c";
  margin-left: -1em;
  
}
.icon-Chart-bar .path1:before {
  content: "\e96d";
  
  opacity: 0.3;
}
.icon-Chart-bar .path2:before {
  content: "\e96e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-bar .path3:before {
  content: "\e96f";
  margin-left: -1em;
  
}
.icon-Chart-bar .path4:before {
  content: "\e970";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-bar1 .path1:before {
  content: "\e971";
  
  opacity: 0.3;
}
.icon-Chart-bar1 .path2:before {
  content: "\e972";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-bar1 .path3:before {
  content: "\e973";
  margin-left: -1em;
  
}
.icon-Chart-bar1 .path4:before {
  content: "\e974";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-bar2 .path1:before {
  content: "\e975";
  
  opacity: 0.3;
}
.icon-Chart-bar2 .path2:before {
  content: "\e976";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-bar2 .path3:before {
  content: "\e977";
  margin-left: -1em;
  
}
.icon-Chart-bar2 .path4:before {
  content: "\e978";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-line .path1:before {
  content: "\e979";
  
}
.icon-Chart-line .path2:before {
  content: "\e97a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-line1 .path1:before {
  content: "\e97b";
  
}
.icon-Chart-line1 .path2:before {
  content: "\e97c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chart-pie .path1:before {
  content: "\e97d";
  
  opacity: 0.3;
}
.icon-Chart-pie .path2:before {
  content: "\e97e";
  margin-left: -1em;
  
}
.icon-Credit-card .path1:before {
  content: "\e97f";
  
  opacity: 0.3;
}
.icon-Credit-card .path2:before {
  content: "\e980";
  margin-left: -1em;
  
}
.icon-Credit-card .path3:before {
  content: "\e981";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Dollar .path1:before {
  content: "\e982";
  
  opacity: 0.3;
}
.icon-Dollar .path2:before {
  content: "\e983";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Dollar .path3:before {
  content: "\e984";
  margin-left: -1em;
  
}
.icon-Euro .path1:before {
  content: "\e985";
  
  opacity: 0.3;
}
.icon-Euro .path2:before {
  content: "\e986";
  margin-left: -1em;
  
}
.icon-Gift .path1:before {
  content: "\e987";
  
}
.icon-Gift .path2:before {
  content: "\e988";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Loader .path1:before {
  content: "\e989";
  
  opacity: 0.3;
}
.icon-Loader .path2:before {
  content: "\e98a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Loader .path3:before {
  content: "\e98b";
  margin-left: -1em;
  
}
.icon-MC .path1:before {
  content: "\e98c";
  
  opacity: 0.3;
}
.icon-MC .path2:before {
  content: "\e98d";
  margin-left: -1em;
  
}
.icon-Money .path1:before {
  content: "\e98e";
  
  opacity: 0.3;
}
.icon-Money .path2:before {
  content: "\e98f";
  margin-left: -1em;
  
}
.icon-Pound .path1:before {
  content: "\e990";
  
}
.icon-Pound .path2:before {
  content: "\e991";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Price:before {
  content: "\e992";
}
.icon-145:before {
  content: "\e992";
}
.icon-Price1:before {
  content: "\e993";
}
.icon-245:before {
  content: "\e993";
}
.icon-Rouble .path1:before {
  content: "\e994";
  
  opacity: 0.3;
}
.icon-Rouble .path2:before {
  content: "\e995";
  margin-left: -1em;
  
}
.icon-Safe .path1:before {
  content: "\e996";
  
  opacity: 0.3;
}
.icon-Safe .path2:before {
  content: "\e997";
  margin-left: -1em;
  
}
.icon-Sale .path1:before {
  content: "\e998";
  
}
.icon-Sale .path2:before {
  content: "\e999";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sale1 .path1:before {
  content: "\e99a";
  
  opacity: 0.3;
}
.icon-Sale1 .path2:before {
  content: "\e99b";
  margin-left: -1em;
  
}
.icon-Sale1 .path3:before {
  content: "\e99c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sale1 .path4:before {
  content: "\e99d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Settings .path1:before {
  content: "\e99e";
  
  opacity: 0.3;
}
.icon-Settings .path2:before {
  content: "\e99f";
  margin-left: -1em;
  
}
.icon-Sort .path1:before {
  content: "\e9a0";
  
}
.icon-Sort .path2:before {
  content: "\e9a1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sort1:before {
  content: "\e9a2";
}
.icon-25:before {
  content: "\e9a2";
}
.icon-Sort2:before {
  content: "\e9a3";
}
.icon-32:before {
  content: "\e9a3";
}
.icon-Ticket:before {
  content: "\e9a4";
}
.icon-Wallet .path1:before {
  content: "\e9a5";
  
  opacity: 0.3;
}
.icon-Wallet .path2:before {
  content: "\e9a6";
  margin-left: -1em;
  
}
.icon-Wallet1 .path1:before {
  content: "\e9a7";
  
  opacity: 0.3;
}
.icon-Wallet1 .path2:before {
  content: "\e9a8";
  margin-left: -1em;
  
}
.icon-Wallet1 .path3:before {
  content: "\e9a9";
  margin-left: -1em;
  
}
.icon-Wallet2 .path1:before {
  content: "\e9aa";
  
  opacity: 0.3;
}
.icon-Wallet2 .path2:before {
  content: "\e9ab";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Wallet2 .path3:before {
  content: "\e9ac";
  margin-left: -1em;
  
}
.icon-Angle-up:before {
  content: "\e9ad";
}
.icon-Angle-double-down .path1:before {
  content: "\e9ae";
  
}
.icon-Angle-double-down .path2:before {
  content: "\e9af";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Angle-double-left .path1:before {
  content: "\e9b0";
  
}
.icon-Angle-double-left .path2:before {
  content: "\e9b1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Angle-double-right .path1:before {
  content: "\e9b2";
  
}
.icon-Angle-double-right .path2:before {
  content: "\e9b3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Angle-double-up .path1:before {
  content: "\e9b4";
  
}
.icon-Angle-double-up .path2:before {
  content: "\e9b5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Angle-down:before {
  content: "\e9b6";
}
.icon-Angle-left:before {
  content: "\e9b7";
}
.icon-Angle-right:before {
  content: "\e9b8";
}
.icon-Arrow-down .path1:before {
  content: "\e9b9";
  
  opacity: 0.3;
}
.icon-Arrow-down .path2:before {
  content: "\e9ba";
  margin-left: -1em;
  
}
.icon-Arrow-from-bottom .path1:before {
  content: "\e9bb";
  
  opacity: 0.3;
}
.icon-Arrow-from-bottom .path2:before {
  content: "\e9bc";
  margin-left: -1em;
  
}
.icon-Arrow-from-bottom .path3:before {
  content: "\e9bd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-from-left .path1:before {
  content: "\e9be";
  
  opacity: 0.3;
}
.icon-Arrow-from-left .path2:before {
  content: "\e9bf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-from-left .path3:before {
  content: "\e9c0";
  margin-left: -1em;
  
}
.icon-Arrow-from-right .path1:before {
  content: "\e9c1";
  
  opacity: 0.3;
}
.icon-Arrow-from-right .path2:before {
  content: "\e9c2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-from-right .path3:before {
  content: "\e9c3";
  margin-left: -1em;
  
}
.icon-Arrow-from-top .path1:before {
  content: "\e9c4";
  
  opacity: 0.3;
}
.icon-Arrow-from-top .path2:before {
  content: "\e9c5";
  margin-left: -1em;
  
}
.icon-Arrow-from-top .path3:before {
  content: "\e9c6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-left .path1:before {
  content: "\e9c7";
  
  opacity: 0.3;
}
.icon-Arrow-left .path2:before {
  content: "\e9c8";
  margin-left: -1em;
  
}
.icon-Arrow-right .path1:before {
  content: "\e9c9";
  
  opacity: 0.3;
}
.icon-Arrow-right .path2:before {
  content: "\e9ca";
  margin-left: -1em;
  
}
.icon-Arrows-h .path1:before {
  content: "\e9cb";
  
  opacity: 0.3;
}
.icon-Arrows-h .path2:before {
  content: "\e9cc";
  margin-left: -1em;
  
}
.icon-Arrows-h .path3:before {
  content: "\e9cd";
  margin-left: -1em;
  
}
.icon-Arrows-v .path1:before {
  content: "\e9ce";
  
  opacity: 0.3;
}
.icon-Arrows-v .path2:before {
  content: "\e9cf";
  margin-left: -1em;
  
}
.icon-Arrows-v .path3:before {
  content: "\e9d0";
  margin-left: -1em;
  
}
.icon-Arrow-to-bottom .path1:before {
  content: "\e9d1";
  
  opacity: 0.3;
}
.icon-Arrow-to-bottom .path2:before {
  content: "\e9d2";
  margin-left: -1em;
  
}
.icon-Arrow-to-bottom .path3:before {
  content: "\e9d3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-to-left .path1:before {
  content: "\e9d4";
  
  opacity: 0.3;
}
.icon-Arrow-to-left .path2:before {
  content: "\e9d5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-to-left .path3:before {
  content: "\e9d6";
  margin-left: -1em;
  
}
.icon-Arrow-to-right .path1:before {
  content: "\e9d7";
  
  opacity: 0.3;
}
.icon-Arrow-to-right .path2:before {
  content: "\e9d8";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-to-right .path3:before {
  content: "\e9d9";
  margin-left: -1em;
  
}
.icon-Arrow-to-up .path1:before {
  content: "\e9da";
  
  opacity: 0.3;
}
.icon-Arrow-to-up .path2:before {
  content: "\e9db";
  margin-left: -1em;
  
}
.icon-Arrow-to-up .path3:before {
  content: "\e9dc";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Arrow-up .path1:before {
  content: "\e9dd";
  
  opacity: 0.3;
}
.icon-Arrow-up .path2:before {
  content: "\e9de";
  margin-left: -1em;
  
}
.icon-Check:before {
  content: "\e9df";
}
.icon-Close .path1:before {
  content: "\e9e0";
  
}
.icon-Close .path2:before {
  content: "\e9e1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Double-check .path1:before {
  content: "\e9e2";
  
  opacity: 0.3;
}
.icon-Double-check .path2:before {
  content: "\e9e3";
  margin-left: -1em;
  
}
.icon-Down-2 .path1:before {
  content: "\e9e4";
  
  opacity: 0.3;
}
.icon-Down-2 .path2:before {
  content: "\e9e5";
  margin-left: -1em;
  
}
.icon-Down-left .path1:before {
  content: "\e9e6";
  
  opacity: 0.3;
}
.icon-Down-left .path2:before {
  content: "\e9e7";
  margin-left: -1em;
  
}
.icon-Down-right .path1:before {
  content: "\e9e8";
  
  opacity: 0.3;
}
.icon-Down-right .path2:before {
  content: "\e9e9";
  margin-left: -1em;
  
}
.icon-Exchange .path1:before {
  content: "\e9ea";
  
  opacity: 0.3;
}
.icon-Exchange .path2:before {
  content: "\e9eb";
  margin-left: -1em;
  
}
.icon-Exchange .path3:before {
  content: "\e9ec";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Exchange .path4:before {
  content: "\e9ed";
  margin-left: -1em;
  
}
.icon-Left-3 .path1:before {
  content: "\e9ee";
  
}
.icon-Left-3 .path2:before {
  content: "\e9ef";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Left-2 .path1:before {
  content: "\e9f0";
  
  opacity: 0.3;
}
.icon-Left-2 .path2:before {
  content: "\e9f1";
  margin-left: -1em;
  
}
.icon-Minus1:before {
  content: "\e9f2";
}
.icon-Plus1 .path1:before {
  content: "\e9f3";
  
}
.icon-Plus1 .path2:before {
  content: "\e9f4";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Right-3 .path1:before {
  content: "\e9f5";
  
}
.icon-Right-3 .path2:before {
  content: "\e9f6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Right-2 .path1:before {
  content: "\e9f7";
  
  opacity: 0.3;
}
.icon-Right-2 .path2:before {
  content: "\e9f8";
  margin-left: -1em;
  
}
.icon-Route .path1:before {
  content: "\e9f9";
  
  opacity: 0.3;
}
.icon-Route .path2:before {
  content: "\e9fa";
  margin-left: -1em;
  
}
.icon-Route .path3:before {
  content: "\e9fb";
  margin-left: -1em;
  
}
.icon-Sign-in .path1:before {
  content: "\e9fc";
  
  opacity: 0.3;
}
.icon-Sign-in .path2:before {
  content: "\e9fd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sign-in .path3:before {
  content: "\e9fe";
  margin-left: -1em;
  
}
.icon-Sign-out .path1:before {
  content: "\e9ff";
  
  opacity: 0.3;
}
.icon-Sign-out .path2:before {
  content: "\ea00";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sign-out .path3:before {
  content: "\ea01";
  margin-left: -1em;
  
}
.icon-Up-2 .path1:before {
  content: "\ea02";
  
  opacity: 0.3;
}
.icon-Up-2 .path2:before {
  content: "\ea03";
  margin-left: -1em;
  
}
.icon-Up-down .path1:before {
  content: "\ea04";
  
  opacity: 0.3;
}
.icon-Up-down .path2:before {
  content: "\ea05";
  margin-left: -1em;
  
}
.icon-Up-down .path3:before {
  content: "\ea06";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Up-down .path4:before {
  content: "\ea07";
  margin-left: -1em;
  
}
.icon-Up-left .path1:before {
  content: "\ea08";
  
  opacity: 0.3;
}
.icon-Up-left .path2:before {
  content: "\ea09";
  margin-left: -1em;
  
}
.icon-Up-right .path1:before {
  content: "\ea0a";
  
  opacity: 0.3;
}
.icon-Up-right .path2:before {
  content: "\ea0b";
  margin-left: -1em;
  
}
.icon-Waiting:before {
  content: "\ea0c";
}
.icon-Add-music .path1:before {
  content: "\ea0d";
  
}
.icon-Add-music .path2:before {
  content: "\ea0e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Airplay .path1:before {
  content: "\ea0f";
  
  opacity: 0.3;
}
.icon-Airplay .path2:before {
  content: "\ea10";
  margin-left: -1em;
  
}
.icon-Airplay-video .path1:before {
  content: "\ea11";
  
}
.icon-Airplay-video .path2:before {
  content: "\ea12";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Back .path1:before {
  content: "\ea13";
  
}
.icon-Back .path2:before {
  content: "\ea14";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Backward .path1:before {
  content: "\ea15";
  
  opacity: 0.3;
}
.icon-Backward .path2:before {
  content: "\ea16";
  margin-left: -1em;
  
}
.icon-CD .path1:before {
  content: "\ea17";
  
}
.icon-CD .path2:before {
  content: "\ea18";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-DVD .path1:before {
  content: "\ea19";
  
  opacity: 0.3;
}
.icon-DVD .path2:before {
  content: "\ea1a";
  margin-left: -1em;
  
}
.icon-Eject .path1:before {
  content: "\ea1b";
  
}
.icon-Eject .path2:before {
  content: "\ea1c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Equalizer .path1:before {
  content: "\ea1d";
  
  opacity: 0.3;
}
.icon-Equalizer .path2:before {
  content: "\ea1e";
  margin-left: -1em;
  
}
.icon-Equalizer .path3:before {
  content: "\ea1f";
  margin-left: -1em;
  
}
.icon-Equalizer .path4:before {
  content: "\ea20";
  margin-left: -1em;
  
}
.icon-Forward .path1:before {
  content: "\ea21";
  
  opacity: 0.3;
}
.icon-Forward .path2:before {
  content: "\ea22";
  margin-left: -1em;
  
}
.icon-Media-library .path1:before {
  content: "\ea23";
  
  opacity: 0.3;
}
.icon-Media-library .path2:before {
  content: "\ea24";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Media-library .path3:before {
  content: "\ea25";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Media-library .path4:before {
  content: "\ea26";
  margin-left: -1em;
  
}
.icon-Media-library1 .path1:before {
  content: "\ea27";
  
  opacity: 0.3;
}
.icon-Media-library1 .path2:before {
  content: "\ea28";
  margin-left: -1em;
  
}
.icon-Media-library2 .path1:before {
  content: "\ea29";
  
  opacity: 0.0900;
}
.icon-Media-library2 .path2:before {
  content: "\ea2a";
  margin-left: -1em;
  
}
.icon-Movie-Lane .path1:before {
  content: "\ea2b";
  
  opacity: 0.3;
}
.icon-Movie-Lane .path2:before {
  content: "\ea2c";
  margin-left: -1em;
  
}
.icon-Movie-lane .path1:before {
  content: "\ea2d";
  
  opacity: 0.3;
}
.icon-Movie-lane .path2:before {
  content: "\ea2e";
  margin-left: -1em;
  
}
.icon-Music1:before {
  content: "\ea2f";
}
.icon-Music-cloud .path1:before {
  content: "\ea30";
  
  opacity: 0.3;
}
.icon-Music-cloud .path2:before {
  content: "\ea31";
  margin-left: -1em;
  
}
.icon-Music-note:before {
  content: "\ea32";
}
.icon-Mute .path1:before {
  content: "\ea33";
  
  opacity: 0.3;
}
.icon-Mute .path2:before {
  content: "\ea34";
  margin-left: -1em;
  
}
.icon-Next .path1:before {
  content: "\ea35";
  
}
.icon-Next .path2:before {
  content: "\ea36";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pause:before {
  content: "\ea37";
}
.icon-Play:before {
  content: "\ea38";
}
.icon-Playlist .path1:before {
  content: "\ea39";
  
}
.icon-Playlist .path2:before {
  content: "\ea3a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Playlist1 .path1:before {
  content: "\ea3b";
  
  opacity: 0.3;
}
.icon-Playlist1 .path2:before {
  content: "\ea3c";
  margin-left: -1em;
  
}
.icon-Rec:before {
  content: "\ea3d";
}
.icon-Repeat .path1:before {
  content: "\ea3e";
  
}
.icon-Repeat .path2:before {
  content: "\ea3f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Repeat-one .path1:before {
  content: "\ea40";
  
  opacity: 0.3;
}
.icon-Repeat-one .path2:before {
  content: "\ea41";
  margin-left: -1em;
  
}
.icon-Shuffle .path1:before {
  content: "\ea42";
  
  opacity: 0.3;
}
.icon-Shuffle .path2:before {
  content: "\ea43";
  margin-left: -1em;
  
}
.icon-Volume-down .path1:before {
  content: "\ea44";
  
  opacity: 0.3;
}
.icon-Volume-down .path2:before {
  content: "\ea45";
  margin-left: -1em;
  
}
.icon-Volume-full .path1:before {
  content: "\ea46";
  
  opacity: 0.3;
}
.icon-Volume-full .path2:before {
  content: "\ea47";
  margin-left: -1em;
  
}
.icon-Volume-half .path1:before {
  content: "\ea48";
  
  opacity: 0.3;
}
.icon-Volume-half .path2:before {
  content: "\ea49";
  margin-left: -1em;
  
}
.icon-Volume-up .path1:before {
  content: "\ea4a";
  
  opacity: 0.3;
}
.icon-Volume-up .path2:before {
  content: "\ea4b";
  margin-left: -1em;
  
}
.icon-Vynil .path1:before {
  content: "\ea4c";
  
}
.icon-Vynil .path2:before {
  content: "\ea4d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Youtube .path1:before {
  content: "\ea4e";
  
  opacity: 0.3;
}
.icon-Youtube .path2:before {
  content: "\ea4f";
  margin-left: -1em;
  
}
.icon-Compass1:before {
  content: "\ea50";
}
.icon-Direction1:before {
  content: "\ea51";
}
.icon-136:before {
  content: "\ea51";
}
.icon-Direction:before {
  content: "\ea52";
}
.icon-228:before {
  content: "\ea52";
}
.icon-Location-arrow:before {
  content: "\ea53";
}
.icon-Marker:before {
  content: "\ea54";
}
.icon-128:before {
  content: "\ea54";
}
.icon-Marker1:before {
  content: "\ea55";
}
.icon-229:before {
  content: "\ea55";
}
.icon-Position1 .path1:before {
  content: "\ea56";
  
  opacity: 0.3;
}
.icon-Position1 .path2:before {
  content: "\ea57";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Position1 .path3:before {
  content: "\ea58";
  margin-left: -1em;
  
}
.icon-Layout-3d .path1:before {
  content: "\ea59";
  
}
.icon-Layout-3d .path2:before {
  content: "\ea5a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-4-blocks .path1:before {
  content: "\ea5b";
  
}
.icon-Layout-4-blocks .path2:before {
  content: "\ea5c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-arrange .path1:before {
  content: "\ea5d";
  
}
.icon-Layout-arrange .path2:before {
  content: "\ea5e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-grid .path1:before {
  content: "\ea5f";
  
  opacity: 0.3;
}
.icon-Layout-grid .path2:before {
  content: "\ea60";
  margin-left: -1em;
  
}
.icon-Layout-horizontal .path1:before {
  content: "\ea61";
  
  opacity: 0.3;
}
.icon-Layout-horizontal .path2:before {
  content: "\ea62";
  margin-left: -1em;
  
}
.icon-Layout-left-panel-1 .path1:before {
  content: "\ea63";
  
}
.icon-Layout-left-panel-1 .path2:before {
  content: "\ea64";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-left-panel-2 .path1:before {
  content: "\ea65";
  
}
.icon-Layout-left-panel-2 .path2:before {
  content: "\ea66";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-right-panel-1 .path1:before {
  content: "\ea67";
  
}
.icon-Layout-right-panel-1 .path2:before {
  content: "\ea68";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-right-panel-2 .path1:before {
  content: "\ea69";
  
}
.icon-Layout-right-panel-2 .path2:before {
  content: "\ea6a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-1 .path1:before {
  content: "\ea6b";
  
}
.icon-Layout-top-panel-1 .path2:before {
  content: "\ea6c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-2 .path1:before {
  content: "\ea6d";
  
}
.icon-Layout-top-panel-2 .path2:before {
  content: "\ea6e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-3 .path1:before {
  content: "\ea6f";
  
}
.icon-Layout-top-panel-3 .path2:before {
  content: "\ea70";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-4 .path1:before {
  content: "\ea71";
  
}
.icon-Layout-top-panel-4 .path2:before {
  content: "\ea72";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-5 .path1:before {
  content: "\ea73";
  
}
.icon-Layout-top-panel-5 .path2:before {
  content: "\ea74";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-top-panel-6 .path1:before {
  content: "\ea75";
  
}
.icon-Layout-top-panel-6 .path2:before {
  content: "\ea76";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Layout-vertical .path1:before {
  content: "\ea77";
  
}
.icon-Layout-vertical .path2:before {
  content: "\ea78";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Air-ballon .path1:before {
  content: "\ea79";
  
}
.icon-Air-ballon .path2:before {
  content: "\ea7a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Alarm-clock .path1:before {
  content: "\ea7b";
  
}
.icon-Alarm-clock .path2:before {
  content: "\ea7c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Alarm-clock .path3:before {
  content: "\ea7d";
  margin-left: -1em;
  
}
.icon-Armchair .path1:before {
  content: "\ea7e";
  
  opacity: 0.3;
}
.icon-Armchair .path2:before {
  content: "\ea7f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Armchair .path3:before {
  content: "\ea80";
  margin-left: -1em;
  
}
.icon-Bag-chair:before {
  content: "\ea81";
}
.icon-Bath .path1:before {
  content: "\ea82";
  
  opacity: 0.3;
}
.icon-Bath .path2:before {
  content: "\ea83";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bath .path3:before {
  content: "\ea84";
  margin-left: -1em;
  
}
.icon-Bed .path1:before {
  content: "\ea85";
  
  opacity: 0.3;
}
.icon-Bed .path2:before {
  content: "\ea86";
  margin-left: -1em;
  
}
.icon-Bed .path3:before {
  content: "\ea87";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Book:before {
  content: "\ea88";
}
.icon-Book-open .path1:before {
  content: "\ea89";
  
}
.icon-Book-open .path2:before {
  content: "\ea8a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Box .path1:before {
  content: "\ea8b";
  
}
.icon-Box .path2:before {
  content: "\ea8c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Broom .path1:before {
  content: "\ea8d";
  
  opacity: 0.3;
}
.icon-Broom .path2:before {
  content: "\ea8e";
  margin-left: -1em;
  
}
.icon-Building .path1:before {
  content: "\ea8f";
  
}
.icon-Building .path2:before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Building .path3:before {
  content: "\ea91";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bulb .path1:before {
  content: "\ea92";
  
  opacity: 0.3;
}
.icon-Bulb .path2:before {
  content: "\ea93";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bulb .path3:before {
  content: "\ea94";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bulb .path4:before {
  content: "\ea95";
  margin-left: -1em;
  
}
.icon-Bulb1 .path1:before {
  content: "\ea96";
  
  opacity: 0.3;
}
.icon-Bulb1 .path2:before {
  content: "\ea97";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bulb1 .path3:before {
  content: "\ea98";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bulb1 .path4:before {
  content: "\ea99";
  margin-left: -1em;
  
}
.icon-Chair .path1:before {
  content: "\ea9a";
  
}
.icon-Chair .path2:before {
  content: "\ea9b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chair1 .path1:before {
  content: "\ea9c";
  
  opacity: 0.3;
}
.icon-Chair1 .path2:before {
  content: "\ea9d";
  margin-left: -1em;
  
}
.icon-Clock .path1:before {
  content: "\ea9e";
  
  opacity: 0.3;
}
.icon-Clock .path2:before {
  content: "\ea9f";
  margin-left: -1em;
  
}
.icon-Commode .path1:before {
  content: "\eaa0";
  
  opacity: 0.3;
}
.icon-Commode .path2:before {
  content: "\eaa1";
  margin-left: -1em;
  
}
.icon-Commode1 .path1:before {
  content: "\eaa2";
  
  opacity: 0.3;
}
.icon-Commode1 .path2:before {
  content: "\eaa3";
  margin-left: -1em;
  
}
.icon-Couch .path1:before {
  content: "\eaa4";
  
  opacity: 0.3;
}
.icon-Couch .path2:before {
  content: "\eaa5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Couch .path3:before {
  content: "\eaa6";
  margin-left: -1em;
  
}
.icon-Cupboard .path1:before {
  content: "\eaa7";
  
  opacity: 0.3;
}
.icon-Cupboard .path2:before {
  content: "\eaa8";
  margin-left: -1em;
  
}
.icon-Curtains .path1:before {
  content: "\eaa9";
  
  opacity: 0.3;
}
.icon-Curtains .path2:before {
  content: "\eaaa";
  margin-left: -1em;
  
}
.icon-Deer .path1:before {
  content: "\eaab";
  
  opacity: 0.3;
}
.icon-Deer .path2:before {
  content: "\eaac";
  margin-left: -1em;
  
}
.icon-Door-open .path1:before {
  content: "\eaad";
  
  opacity: 0.3;
}
.icon-Door-open .path2:before {
  content: "\eaae";
  margin-left: -1em;
  
}
.icon-Earth:before {
  content: "\eaaf";
}
.icon-Fireplace .path1:before {
  content: "\eab0";
  
  opacity: 0.3;
}
.icon-Fireplace .path2:before {
  content: "\eab1";
  margin-left: -1em;
  
}
.icon-Flashlight .path1:before {
  content: "\eab2";
  
}
.icon-Flashlight .path2:before {
  content: "\eab3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Flower .path1:before {
  content: "\eab4";
  
  opacity: 0.3;
}
.icon-Flower .path2:before {
  content: "\eab5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Flower .path3:before {
  content: "\eab6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Flower .path4:before {
  content: "\eab7";
  margin-left: -1em;
  
}
.icon-Flower1:before {
  content: "\eab8";
}
.icon-239:before {
  content: "\eab8";
}
.icon-Flower2:before {
  content: "\eab9";
}
.icon-38:before {
  content: "\eab9";
}
.icon-Globe .path1:before {
  content: "\eaba";
  
}
.icon-Globe .path2:before {
  content: "\eabb";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Home:before {
  content: "\eabc";
}
.icon-Home-heart:before {
  content: "\eabd";
}
.icon-Key .path1:before {
  content: "\eabe";
  
  opacity: 0.3;
}
.icon-Key .path2:before {
  content: "\eabf";
  margin-left: -1em;
  
}
.icon-Ladder .path1:before {
  content: "\eac0";
  
  opacity: 0.3;
}
.icon-Ladder .path2:before {
  content: "\eac1";
  margin-left: -1em;
  
}
.icon-Lamp .path1:before {
  content: "\eac2";
  
}
.icon-Lamp .path2:before {
  content: "\eac3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Lamp .path3:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Lamp .path4:before {
  content: "\eac5";
  margin-left: -1em;
  
}
.icon-Lamp1 .path1:before {
  content: "\eac6";
  
  opacity: 0.3;
}
.icon-Lamp1 .path2:before {
  content: "\eac7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Lamp1 .path3:before {
  content: "\eac8";
  margin-left: -1em;
  
}
.icon-Library .path1:before {
  content: "\eac9";
  
}
.icon-Library .path2:before {
  content: "\eaca";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mailbox .path1:before {
  content: "\eacb";
  
}
.icon-Mailbox .path2:before {
  content: "\eacc";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mirror .path1:before {
  content: "\eacd";
  
}
.icon-Mirror .path2:before {
  content: "\eace";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Picture .path1:before {
  content: "\eacf";
  
  opacity: 0.3;
}
.icon-Picture .path2:before {
  content: "\ead0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Picture .path3:before {
  content: "\ead1";
  margin-left: -1em;
  
}
.icon-Picture .path4:before {
  content: "\ead2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Ruller:before {
  content: "\ead3";
}
.icon-Stairs:before {
  content: "\ead4";
}
.icon-Timer .path1:before {
  content: "\ead5";
  
  opacity: 0.3;
}
.icon-Timer .path2:before {
  content: "\ead6";
  margin-left: -1em;
  
}
.icon-Timer .path3:before {
  content: "\ead7";
  margin-left: -1em;
  
}
.icon-Timer .path4:before {
  content: "\ead8";
  margin-left: -1em;
  
}
.icon-Toilet .path1:before {
  content: "\ead9";
  
  opacity: 0.3;
}
.icon-Toilet .path2:before {
  content: "\eada";
  margin-left: -1em;
  
}
.icon-Toilet .path3:before {
  content: "\eadb";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Towel:before {
  content: "\eadc";
}
.icon-Trash1 .path1:before {
  content: "\eadd";
  
}
.icon-Trash1 .path2:before {
  content: "\eade";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Water-mixer .path1:before {
  content: "\eadf";
  
  opacity: 0.3;
}
.icon-Water-mixer .path2:before {
  content: "\eae0";
  margin-left: -1em;
  
}
.icon-Water-mixer .path3:before {
  content: "\eae1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Weight .path1:before {
  content: "\eae2";
  
}
.icon-Weight .path2:before {
  content: "\eae3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Weight1 .path1:before {
  content: "\eae4";
  
  opacity: 0.3;
}
.icon-Weight1 .path2:before {
  content: "\eae5";
  margin-left: -1em;
  
}
.icon-Wood .path1:before {
  content: "\eae6";
  
  opacity: 0.3;
}
.icon-Wood .path2:before {
  content: "\eae7";
  margin-left: -1em;
  
}
.icon-Wood1 .path1:before {
  content: "\eae8";
  
  opacity: 0.3;
}
.icon-Wood1 .path2:before {
  content: "\eae9";
  margin-left: -1em;
  
}
.icon-Wood-horse:before {
  content: "\eaea";
}
.icon-Attachment .path1:before {
  content: "\eaeb";
  
  opacity: 0.3;
}
.icon-Attachment .path2:before {
  content: "\eaec";
  margin-left: -1em;
  
}
.icon-Attachment1 .path1:before {
  content: "\eaed";
  
  opacity: 0.3;
}
.icon-Attachment1 .path2:before {
  content: "\eaee";
  margin-left: -1em;
  
}
.icon-Attachment1 .path3:before {
  content: "\eaef";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Attachment1 .path4:before {
  content: "\eaf0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Binocular:before {
  content: "\eaf1";
}
.icon-Bookmark:before {
  content: "\eaf2";
}
.icon-Clip:before {
  content: "\eaf3";
}
.icon-Clipboard .path1:before {
  content: "\eaf4";
  
  opacity: 0.3;
}
.icon-Clipboard .path2:before {
  content: "\eaf5";
  margin-left: -1em;
  
}
.icon-Clipboard .path3:before {
  content: "\eaf6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard .path4:before {
  content: "\eaf7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cursor:before {
  content: "\eaf8";
}
.icon-Dislike .path1:before {
  content: "\eaf9";
  
}
.icon-Dislike .path2:before {
  content: "\eafa";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Duplicate .path1:before {
  content: "\eafb";
  
  opacity: 0.3;
}
.icon-Duplicate .path2:before {
  content: "\eafc";
  margin-left: -1em;
  
}
.icon-Edit1:before {
  content: "\eafd";
}
.icon-Expand-arrows .path1:before {
  content: "\eafe";
  
  opacity: 0.3;
}
.icon-Expand-arrows .path2:before {
  content: "\eaff";
  margin-left: -1em;
  
}
.icon-Fire:before {
  content: "\eb00";
}
.icon-Folder1:before {
  content: "\eb01";
}
.icon-Half-heart .path1:before {
  content: "\eb02";
  
  opacity: 0.3;
}
.icon-Half-heart .path2:before {
  content: "\eb03";
  margin-left: -1em;
  
}
.icon-Half-star .path1:before {
  content: "\eb04";
  
  opacity: 0.3;
}
.icon-Half-star .path2:before {
  content: "\eb05";
  margin-left: -1em;
  
}
.icon-Heart:before {
  content: "\eb06";
}
.icon-Hidden .path1:before {
  content: "\eb07";
  
}
.icon-Hidden .path2:before {
  content: "\eb08";
  margin-left: -1em;
  
}
.icon-Hidden .path3:before {
  content: "\eb09";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Like .path1:before {
  content: "\eb0a";
  
}
.icon-Like .path2:before {
  content: "\eb0b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Lock:before {
  content: "\eb0c";
}
.icon-Notification .path1:before {
  content: "\eb0d";
  
}
.icon-Notification .path2:before {
  content: "\eb0e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Notifications .path1:before {
  content: "\eb0f";
  
}
.icon-Notifications .path2:before {
  content: "\eb10";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Other:before {
  content: "\eb11";
}
.icon-133:before {
  content: "\eb11";
}
.icon-Other1:before {
  content: "\eb12";
}
.icon-234:before {
  content: "\eb12";
}
.icon-Sad .path1:before {
  content: "\eb13";
  
  opacity: 0.3;
}
.icon-Sad .path2:before {
  content: "\eb14";
  margin-left: -1em;
  
}
.icon-Save .path1:before {
  content: "\eb15";
  
}
.icon-Save .path2:before {
  content: "\eb16";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Scale .path1:before {
  content: "\eb17";
  
}
.icon-Scale .path2:before {
  content: "\eb18";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Scissors .path1:before {
  content: "\eb19";
  
  opacity: 0.3;
}
.icon-Scissors .path2:before {
  content: "\eb1a";
  margin-left: -1em;
  
}
.icon-Search .path1:before {
  content: "\eb1b";
  
  opacity: 0.3;
}
.icon-Search .path2:before {
  content: "\eb1c";
  margin-left: -1em;
  
}
.icon-Settings2 .path1:before {
  content: "\eb1d";
  
  opacity: 0.3;
}
.icon-Settings2 .path2:before {
  content: "\eb1e";
  margin-left: -1em;
  
}
.icon-Settings-1 .path1:before {
  content: "\eb1f";
  
}
.icon-Settings-1 .path2:before {
  content: "\eb20";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Settings-2:before {
  content: "\eb21";
}
.icon-Shield-check .path1:before {
  content: "\eb22";
  
  opacity: 0.3;
}
.icon-Shield-check .path2:before {
  content: "\eb23";
  margin-left: -1em;
  
}
.icon-Shield-disabled .path1:before {
  content: "\eb24";
  
  opacity: 0.3;
}
.icon-Shield-disabled .path2:before {
  content: "\eb25";
  margin-left: -1em;
  
}
.icon-Shield-protected .path1:before {
  content: "\eb26";
  
  opacity: 0.3;
}
.icon-Shield-protected .path2:before {
  content: "\eb27";
  margin-left: -1em;
  
}
.icon-Size .path1:before {
  content: "\eb28";
  
}
.icon-Size .path2:before {
  content: "\eb29";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Smile .path1:before {
  content: "\eb2a";
  
  opacity: 0.3;
}
.icon-Smile .path2:before {
  content: "\eb2b";
  margin-left: -1em;
  
}
.icon-Star:before {
  content: "\eb2c";
}
.icon-Thunder1:before {
  content: "\eb2d";
}
.icon-Thunder-move .path1:before {
  content: "\eb2e";
  
}
.icon-Thunder-move .path2:before {
  content: "\eb2f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Trash .path1:before {
  content: "\eb30";
  
}
.icon-Trash .path2:before {
  content: "\eb31";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Unlock:before {
  content: "\eb32";
}
.icon-Update:before {
  content: "\eb33";
}
.icon-User .path1:before {
  content: "\eb34";
  
  opacity: 0.3;
}
.icon-User .path2:before {
  content: "\eb35";
  margin-left: -1em;
  
}
.icon-Visible:before {
  content: "\eb36";
}
.icon-Beer .path1:before {
  content: "\eb37";
  
  opacity: 0.3;
}
.icon-Beer .path2:before {
  content: "\eb38";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Beer .path3:before {
  content: "\eb39";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Beer .path4:before {
  content: "\eb3a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Beer .path5:before {
  content: "\eb3b";
  margin-left: -1em;
  
}
.icon-Bottle .path1:before {
  content: "\eb3c";
  
}
.icon-Bottle .path2:before {
  content: "\eb3d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bottle1 .path1:before {
  content: "\eb3e";
  
}
.icon-Bottle1 .path2:before {
  content: "\eb3f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bread .path1:before {
  content: "\eb40";
  
  opacity: 0.3;
}
.icon-Bread .path2:before {
  content: "\eb41";
  margin-left: -1em;
  
}
.icon-Bucket1 .path1:before {
  content: "\eb42";
  
  opacity: 0.3;
}
.icon-Bucket1 .path2:before {
  content: "\eb43";
  margin-left: -1em;
  
}
.icon-Burger .path1:before {
  content: "\eb44";
  
}
.icon-Burger .path2:before {
  content: "\eb45";
  margin-left: -1em;
  
}
.icon-Burger .path3:before {
  content: "\eb46";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cake .path1:before {
  content: "\eb47";
  
}
.icon-Cake .path2:before {
  content: "\eb48";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cake .path3:before {
  content: "\eb49";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Carrot .path1:before {
  content: "\eb4a";
  
  opacity: 0.3;
}
.icon-Carrot .path2:before {
  content: "\eb4b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Carrot .path3:before {
  content: "\eb4c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Carrot .path4:before {
  content: "\eb4d";
  margin-left: -1em;
  
}
.icon-Cheese .path1:before {
  content: "\eb4e";
  
}
.icon-Cheese .path2:before {
  content: "\eb4f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chicken .path1:before {
  content: "\eb50";
  
}
.icon-Chicken .path2:before {
  content: "\eb51";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Coffee .path1:before {
  content: "\eb52";
  
}
.icon-Coffee .path2:before {
  content: "\eb53";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Coffee .path3:before {
  content: "\eb54";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Coffee .path4:before {
  content: "\eb55";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Coffee .path5:before {
  content: "\eb56";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Coffee1 .path1:before {
  content: "\eb57";
  
  opacity: 0.3;
}
.icon-Coffee1 .path2:before {
  content: "\eb58";
  margin-left: -1em;
  
}
.icon-Coffee1 .path3:before {
  content: "\eb59";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cookie:before {
  content: "\eb5a";
}
.icon-Dinner1 .path1:before {
  content: "\eb5b";
  
  opacity: 0.3;
}
.icon-Dinner1 .path2:before {
  content: "\eb5c";
  margin-left: -1em;
  
}
.icon-Fish .path1:before {
  content: "\eb5d";
  
  opacity: 0.3;
}
.icon-Fish .path2:before {
  content: "\eb5e";
  margin-left: -1em;
  
}
.icon-French-Bread:before {
  content: "\eb5f";
}
.icon-Glass-martini .path1:before {
  content: "\eb60";
  
  opacity: 0.3;
}
.icon-Glass-martini .path2:before {
  content: "\eb61";
  margin-left: -1em;
  
}
.icon-Ice-cream1 .path1:before {
  content: "\eb62";
  
  opacity: 0.3;
}
.icon-Ice-cream1 .path2:before {
  content: "\eb63";
  margin-left: -1em;
  
}
.icon-Ice-cream .path1:before {
  content: "\eb64";
  
}
.icon-Ice-cream .path2:before {
  content: "\eb65";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Miso-soup .path1:before {
  content: "\eb66";
  
}
.icon-Miso-soup .path2:before {
  content: "\eb67";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Orange .path1:before {
  content: "\eb68";
  
}
.icon-Orange .path2:before {
  content: "\eb69";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pizza:before {
  content: "\eb6a";
}
.icon-Sushi .path1:before {
  content: "\eb6b";
  
}
.icon-Sushi .path2:before {
  content: "\eb6c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Two-bottles .path1:before {
  content: "\eb6d";
  
}
.icon-Two-bottles .path2:before {
  content: "\eb6e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Wine .path1:before {
  content: "\eb6f";
  
  opacity: 0.3;
}
.icon-Wine .path2:before {
  content: "\eb70";
  margin-left: -1em;
  
}
.icon-Cloud-download .path1:before {
  content: "\eb71";
  
  opacity: 0.3;
}
.icon-Cloud-download .path2:before {
  content: "\eb72";
  margin-left: -1em;
  
}
.icon-Cloud-upload .path1:before {
  content: "\eb73";
  
  opacity: 0.3;
}
.icon-Cloud-upload .path2:before {
  content: "\eb74";
  margin-left: -1em;
  
}
.icon-Compilation .path1:before {
  content: "\eb75";
  
  opacity: 0.3;
}
.icon-Compilation .path2:before {
  content: "\eb76";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Compilation .path3:before {
  content: "\eb77";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Compilation .path4:before {
  content: "\eb78";
  margin-left: -1em;
  
}
.icon-Compilation .path5:before {
  content: "\eb79";
  margin-left: -1em;
  
}
.icon-Compiled-file .path1:before {
  content: "\eb7a";
  
  opacity: 0.3;
}
.icon-Compiled-file .path2:before {
  content: "\eb7b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Compiled-file .path3:before {
  content: "\eb7c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Compiled-file .path4:before {
  content: "\eb7d";
  margin-left: -1em;
  
}
.icon-Compiled-file .path5:before {
  content: "\eb7e";
  margin-left: -1em;
  
}
.icon-Deleted-file .path1:before {
  content: "\eb7f";
  
  opacity: 0.3;
}
.icon-Deleted-file .path2:before {
  content: "\eb80";
  margin-left: -1em;
  
}
.icon-Deleted-folder .path1:before {
  content: "\eb81";
  
  opacity: 0.3;
}
.icon-Deleted-folder .path2:before {
  content: "\eb82";
  margin-left: -1em;
  
}
.icon-Download .path1:before {
  content: "\eb83";
  
  opacity: 0.3;
}
.icon-Download .path2:before {
  content: "\eb84";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Download .path3:before {
  content: "\eb85";
  margin-left: -1em;
  
}
.icon-Downloaded-file .path1:before {
  content: "\eb86";
  
  opacity: 0.3;
}
.icon-Downloaded-file .path2:before {
  content: "\eb87";
  margin-left: -1em;
  
}
.icon-Downloads-folder .path1:before {
  content: "\eb88";
  
  opacity: 0.3;
}
.icon-Downloads-folder .path2:before {
  content: "\eb89";
  margin-left: -1em;
  
}
.icon-Export .path1:before {
  content: "\eb8a";
  
  opacity: 0.3;
}
.icon-Export .path2:before {
  content: "\eb8b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Export .path3:before {
  content: "\eb8c";
  margin-left: -1em;
  
}
.icon-File .path1:before {
  content: "\eb8d";
  
  opacity: 0.3;
}
.icon-File .path2:before {
  content: "\eb8e";
  margin-left: -1em;
  
}
.icon-File .path3:before {
  content: "\eb8f";
  margin-left: -1em;
  
}
.icon-File-cloud .path1:before {
  content: "\eb90";
  
  opacity: 0.3;
}
.icon-File-cloud .path2:before {
  content: "\eb91";
  margin-left: -1em;
  
}
.icon-File-done .path1:before {
  content: "\eb92";
  
  opacity: 0.3;
}
.icon-File-done .path2:before {
  content: "\eb93";
  margin-left: -1em;
  
}
.icon-File-minus .path1:before {
  content: "\eb94";
  
  opacity: 0.3;
}
.icon-File-minus .path2:before {
  content: "\eb95";
  margin-left: -1em;
  
}
.icon-File-plus .path1:before {
  content: "\eb96";
  
  opacity: 0.3;
}
.icon-File-plus .path2:before {
  content: "\eb97";
  margin-left: -1em;
  
}
.icon-Folder:before {
  content: "\eb98";
}
.icon-Folder-check .path1:before {
  content: "\eb99";
  
  opacity: 0.3;
}
.icon-Folder-check .path2:before {
  content: "\eb9a";
  margin-left: -1em;
  
}
.icon-Folder-cloud .path1:before {
  content: "\eb9b";
  
  opacity: 0.3;
}
.icon-Folder-cloud .path2:before {
  content: "\eb9c";
  margin-left: -1em;
  
}
.icon-Folder-error .path1:before {
  content: "\eb9d";
  
}
.icon-Folder-error .path2:before {
  content: "\eb9e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Folder-heart:before {
  content: "\eb9f";
}
.icon-Folder-minus .path1:before {
  content: "\eba0";
  
  opacity: 0.3;
}
.icon-Folder-minus .path2:before {
  content: "\eba1";
  margin-left: -1em;
  
}
.icon-Folder-plus .path1:before {
  content: "\eba2";
  
  opacity: 0.3;
}
.icon-Folder-plus .path2:before {
  content: "\eba3";
  margin-left: -1em;
  
}
.icon-Folder-solid:before {
  content: "\eba4";
}
.icon-Folder-star:before {
  content: "\eba5";
}
.icon-Folder-thunder:before {
  content: "\eba6";
}
.icon-Group-folders .path1:before {
  content: "\eba7";
  
  opacity: 0.3;
}
.icon-Group-folders .path2:before {
  content: "\eba8";
  margin-left: -1em;
  
}
.icon-Import .path1:before {
  content: "\eba9";
  
  opacity: 0.3;
}
.icon-Import .path2:before {
  content: "\ebaa";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Import .path3:before {
  content: "\ebab";
  margin-left: -1em;
  
}
.icon-Locked-folder .path1:before {
  content: "\ebac";
  
  opacity: 0.3;
}
.icon-Locked-folder .path2:before {
  content: "\ebad";
  margin-left: -1em;
  
}
.icon-Media .path1:before {
  content: "\ebae";
  
  opacity: 0.3;
}
.icon-Media .path2:before {
  content: "\ebaf";
  margin-left: -1em;
  
}
.icon-Media-folder .path1:before {
  content: "\ebb0";
  
  opacity: 0.3;
}
.icon-Media-folder .path2:before {
  content: "\ebb1";
  margin-left: -1em;
  
}
.icon-Music .path1:before {
  content: "\ebb2";
  
  opacity: 0.3;
}
.icon-Music .path2:before {
  content: "\ebb3";
  margin-left: -1em;
  
}
.icon-Pictures .path1:before {
  content: "\ebb4";
  
  opacity: 0.3;
}
.icon-Pictures .path2:before {
  content: "\ebb5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pictures .path3:before {
  content: "\ebb6";
  margin-left: -1em;
  
}
.icon-Pictures .path4:before {
  content: "\ebb7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pictures1:before {
  content: "\ebb8";
}
.icon-221:before {
  content: "\ebb8";
}
.icon-Protected-file .path1:before {
  content: "\ebb9";
  
  opacity: 0.3;
}
.icon-Protected-file .path2:before {
  content: "\ebba";
  margin-left: -1em;
  
}
.icon-Selected-file .path1:before {
  content: "\ebbb";
  
  opacity: 0.3;
}
.icon-Selected-file .path2:before {
  content: "\ebbc";
  margin-left: -1em;
  
}
.icon-Share1 .path1:before {
  content: "\ebbd";
  
}
.icon-Share1 .path2:before {
  content: "\ebbe";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Share1 .path3:before {
  content: "\ebbf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Share1 .path4:before {
  content: "\ebc0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Upload .path1:before {
  content: "\ebc1";
  
  opacity: 0.3;
}
.icon-Upload .path2:before {
  content: "\ebc2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Upload .path3:before {
  content: "\ebc3";
  margin-left: -1em;
  
}
.icon-Uploaded-file .path1:before {
  content: "\ebc4";
  
  opacity: 0.3;
}
.icon-Uploaded-file .path2:before {
  content: "\ebc5";
  margin-left: -1em;
  
}
.icon-Upload-folder .path1:before {
  content: "\ebc6";
  
  opacity: 0.3;
}
.icon-Upload-folder .path2:before {
  content: "\ebc7";
  margin-left: -1em;
  
}
.icon-User-folder:before {
  content: "\ebc8";
}
.icon-Air-conditioning .path1:before {
  content: "\ebc9";
  
}
.icon-Air-conditioning .path2:before {
  content: "\ebca";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-air-dryer .path1:before {
  content: "\ebcb";
  
  opacity: 0.3;
}
.icon-air-dryer .path2:before {
  content: "\ebcc";
  margin-left: -1em;
  
}
.icon-Blender .path1:before {
  content: "\ebcd";
  
}
.icon-Blender .path2:before {
  content: "\ebce";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fan:before {
  content: "\ebcf";
}
.icon-Fridge:before {
  content: "\ebd0";
}
.icon-Gas-stove .path1:before {
  content: "\ebd1";
  
}
.icon-Gas-stove .path2:before {
  content: "\ebd2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Highvoltage:before {
  content: "\ebd3";
}
.icon-Iron .path1:before {
  content: "\ebd4";
  
  opacity: 0.3;
}
.icon-Iron .path2:before {
  content: "\ebd5";
  margin-left: -1em;
  
}
.icon-Kettle .path1:before {
  content: "\ebd6";
  
}
.icon-Kettle .path2:before {
  content: "\ebd7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mixer .path1:before {
  content: "\ebd8";
  
}
.icon-Mixer .path2:before {
  content: "\ebd9";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Outlet .path1:before {
  content: "\ebda";
  
  opacity: 0.3;
}
.icon-Outlet .path2:before {
  content: "\ebdb";
  margin-left: -1em;
  
}
.icon-Range-hood .path1:before {
  content: "\ebdc";
  
}
.icon-Range-hood .path2:before {
  content: "\ebdd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Shutdown .path1:before {
  content: "\ebde";
  
}
.icon-Shutdown .path2:before {
  content: "\ebdf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Socket-eu:before {
  content: "\ebe0";
}
.icon-Socket-us:before {
  content: "\ebe1";
}
.icon-Washer .path1:before {
  content: "\ebe2";
  
}
.icon-Washer .path2:before {
  content: "\ebe3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Airpods .path1:before {
  content: "\ebe4";
  
  opacity: 0.3;
}
.icon-Airpods .path2:before {
  content: "\ebe5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Airpods .path3:before {
  content: "\ebe6";
  margin-left: -1em;
  
}
.icon-Airpods .path4:before {
  content: "\ebe7";
  margin-left: -1em;
  
}
.icon-Android .path1:before {
  content: "\ebe8";
  
}
.icon-Android .path2:before {
  content: "\ebe9";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Apple-Watch .path1:before {
  content: "\ebea";
  
  opacity: 0.3;
}
.icon-Apple-Watch .path2:before {
  content: "\ebeb";
  margin-left: -1em;
  
}
.icon-Battery-charging .path1:before {
  content: "\ebec";
  
}
.icon-Battery-charging .path2:before {
  content: "\ebed";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Battery-charging .path3:before {
  content: "\ebee";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Battery-empty .path1:before {
  content: "\ebef";
  
}
.icon-Battery-empty .path2:before {
  content: "\ebf0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Battery-full .path1:before {
  content: "\ebf1";
  
}
.icon-Battery-full .path2:before {
  content: "\ebf2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Battery-half .path1:before {
  content: "\ebf3";
  
}
.icon-Battery-half .path2:before {
  content: "\ebf4";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bluetooth .path1:before {
  content: "\ebf5";
  
  opacity: 0.3;
}
.icon-Bluetooth .path2:before {
  content: "\ebf6";
  margin-left: -1em;
  
}
.icon-Camera .path1:before {
  content: "\ebf7";
  
}
.icon-Camera .path2:before {
  content: "\ebf8";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Camera .path3:before {
  content: "\ebf9";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cardboard-vr .path1:before {
  content: "\ebfa";
  
  opacity: 0.3;
}
.icon-Cardboard-vr .path2:before {
  content: "\ebfb";
  margin-left: -1em;
  
}
.icon-Cassete .path1:before {
  content: "\ebfc";
  
  opacity: 0.3;
}
.icon-Cassete .path2:before {
  content: "\ebfd";
  margin-left: -1em;
  
}
.icon-Cassete .path3:before {
  content: "\ebfe";
  margin-left: -1em;
  
}
.icon-CPU .path1:before {
  content: "\ebff";
  
  opacity: 0.3;
}
.icon-CPU .path2:before {
  content: "\ec00";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-CPU .path3:before {
  content: "\ec01";
  margin-left: -1em;
  
}
.icon-CPU .path4:before {
  content: "\ec02";
  margin-left: -1em;
  
}
.icon-CPU .path5:before {
  content: "\ec03";
  margin-left: -1em;
  
}
.icon-CPU .path6:before {
  content: "\ec04";
  margin-left: -1em;
  
}
.icon-CPU .path7:before {
  content: "\ec05";
  margin-left: -1em;
  
}
.icon-CPU .path8:before {
  content: "\ec06";
  margin-left: -1em;
  
}
.icon-CPU1:before {
  content: "\ec07";
}
.icon-222:before {
  content: "\ec07";
}
.icon-Diagnostics .path1:before {
  content: "\ec08";
  
  opacity: 0.3;
}
.icon-Diagnostics .path2:before {
  content: "\ec09";
  margin-left: -1em;
  
}
.icon-Diagnostics .path3:before {
  content: "\ec0a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Display .path1:before {
  content: "\ec0b";
  
  opacity: 0.3;
}
.icon-Display .path2:before {
  content: "\ec0c";
  margin-left: -1em;
  
}
.icon-Display1 .path1:before {
  content: "\ec0d";
  
  opacity: 0.3;
}
.icon-Display1 .path2:before {
  content: "\ec0e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Display1 .path3:before {
  content: "\ec0f";
  margin-left: -1em;
  
}
.icon-Display2 .path1:before {
  content: "\ec10";
  
  opacity: 0.3;
}
.icon-Display2 .path2:before {
  content: "\ec11";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Display2 .path3:before {
  content: "\ec12";
  margin-left: -1em;
  
}
.icon-Gameboy .path1:before {
  content: "\ec13";
  
  opacity: 0.3;
}
.icon-Gameboy .path2:before {
  content: "\ec14";
  margin-left: -1em;
  
}
.icon-Gamepad .path1:before {
  content: "\ec15";
  
  opacity: 0.3;
}
.icon-Gamepad .path2:before {
  content: "\ec16";
  margin-left: -1em;
  
}
.icon-Gamepad1 .path1:before {
  content: "\ec17";
  
  opacity: 0.3;
}
.icon-Gamepad1 .path2:before {
  content: "\ec18";
  margin-left: -1em;
  
}
.icon-Generator .path1:before {
  content: "\ec19";
  
  opacity: 0.3;
}
.icon-Generator .path2:before {
  content: "\ec1a";
  margin-left: -1em;
  
}
.icon-Generator .path3:before {
  content: "\ec1b";
  margin-left: -1em;
  
}
.icon-Generator .path4:before {
  content: "\ec1c";
  margin-left: -1em;
  
}
.icon-Hard-drive .path1:before {
  content: "\ec1d";
  
}
.icon-Hard-drive .path2:before {
  content: "\ec1e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Headphones .path1:before {
  content: "\ec1f";
  
  opacity: 0.3;
}
.icon-Headphones .path2:before {
  content: "\ec20";
  margin-left: -1em;
  
}
.icon-Homepod .path1:before {
  content: "\ec21";
  
  opacity: 0.3;
}
.icon-Homepod .path2:before {
  content: "\ec22";
  margin-left: -1em;
  
}
.icon-iMac .path1:before {
  content: "\ec23";
  
}
.icon-iMac .path2:before {
  content: "\ec24";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-iMac .path3:before {
  content: "\ec25";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-iPhone-back:before {
  content: "\ec26";
}
.icon-iPhone-X .path1:before {
  content: "\ec27";
  
  opacity: 0.3;
}
.icon-iPhone-X .path2:before {
  content: "\ec28";
  margin-left: -1em;
  
}
.icon-iPhone-x-back:before {
  content: "\ec29";
}
.icon-Keyboard .path1:before {
  content: "\ec2a";
  
  opacity: 0.3;
}
.icon-Keyboard .path2:before {
  content: "\ec2b";
  margin-left: -1em;
  
}
.icon-Laptop .path1:before {
  content: "\ec2c";
  
}
.icon-Laptop .path2:before {
  content: "\ec2d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Laptop-macbook .path1:before {
  content: "\ec2e";
  
}
.icon-Laptop-macbook .path2:before {
  content: "\ec2f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-LTE .path1:before {
  content: "\ec30";
  
  opacity: 0.3;
}
.icon-LTE .path2:before {
  content: "\ec31";
  margin-left: -1em;
  
}
.icon-LTE1 .path1:before {
  content: "\ec32";
  
  opacity: 0.3;
}
.icon-LTE1 .path2:before {
  content: "\ec33";
  margin-left: -1em;
  
}
.icon-Mic .path1:before {
  content: "\ec34";
  
}
.icon-Mic .path2:before {
  content: "\ec35";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Midi .path1:before {
  content: "\ec36";
  
  opacity: 0.3;
}
.icon-Midi .path2:before {
  content: "\ec37";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Midi .path3:before {
  content: "\ec38";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Midi .path4:before {
  content: "\ec39";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Midi .path5:before {
  content: "\ec3a";
  margin-left: -1em;
  
}
.icon-Midi .path6:before {
  content: "\ec3b";
  margin-left: -1em;
  
}
.icon-Midi .path7:before {
  content: "\ec3c";
  margin-left: -1em;
  
}
.icon-Mouse .path1:before {
  content: "\ec3d";
  
  opacity: 0.3;
}
.icon-Mouse .path2:before {
  content: "\ec3e";
  margin-left: -1em;
  
}
.icon-Mouse .path3:before {
  content: "\ec3f";
  margin-left: -1em;
  
}
.icon-Phone .path1:before {
  content: "\ec40";
  
}
.icon-Phone .path2:before {
  content: "\ec41";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Phone .path3:before {
  content: "\ec42";
  margin-left: -1em;
  
}
.icon-Printer .path1:before {
  content: "\ec43";
  
}
.icon-Printer .path2:before {
  content: "\ec44";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Radio .path1:before {
  content: "\ec45";
  
  opacity: 0.3;
}
.icon-Radio .path2:before {
  content: "\ec46";
  margin-left: -1em;
  
}
.icon-Radio .path3:before {
  content: "\ec47";
  margin-left: -1em;
  
}
.icon-Radio .path4:before {
  content: "\ec48";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Radio .path5:before {
  content: "\ec49";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Router .path1:before {
  content: "\ec4a";
  
}
.icon-Router .path2:before {
  content: "\ec4b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Router1 .path1:before {
  content: "\ec4c";
  
}
.icon-Router1 .path2:before {
  content: "\ec4d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-SD-card:before {
  content: "\ec4e";
}
.icon-Server .path1:before {
  content: "\ec4f";
  
  opacity: 0.3;
}
.icon-Server .path2:before {
  content: "\ec50";
  margin-left: -1em;
  
}
.icon-Server .path3:before {
  content: "\ec51";
  margin-left: -1em;
  
}
.icon-Speaker .path1:before {
  content: "\ec52";
  
}
.icon-Speaker .path2:before {
  content: "\ec53";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Tablet .path1:before {
  content: "\ec54";
  
}
.icon-Tablet .path2:before {
  content: "\ec55";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-TV .path1:before {
  content: "\ec56";
  
}
.icon-TV .path2:before {
  content: "\ec57";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-TV .path3:before {
  content: "\ec58";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-TV1 .path1:before {
  content: "\ec59";
  
}
.icon-TV1 .path2:before {
  content: "\ec5a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-USB .path1:before {
  content: "\ec5b";
  
}
.icon-USB .path2:before {
  content: "\ec5c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-USB .path3:before {
  content: "\ec5d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Usb-storage .path1:before {
  content: "\ec5e";
  
}
.icon-Usb-storage .path2:before {
  content: "\ec5f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Video-camera .path1:before {
  content: "\ec60";
  
}
.icon-Video-camera .path2:before {
  content: "\ec61";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch .path1:before {
  content: "\ec62";
  
}
.icon-Watch .path2:before {
  content: "\ec63";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch .path3:before {
  content: "\ec64";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch .path4:before {
  content: "\ec65";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch1 .path1:before {
  content: "\ec66";
  
  opacity: 0.3;
}
.icon-Watch1 .path2:before {
  content: "\ec67";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch1 .path3:before {
  content: "\ec68";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Watch1 .path4:before {
  content: "\ec69";
  margin-left: -1em;
  
}
.icon-Wi-fi .path1:before {
  content: "\ec6a";
  
  opacity: 0.3;
}
.icon-Wi-fi .path2:before {
  content: "\ec6b";
  margin-left: -1em;
  
}
.icon-Adjust:before {
  content: "\ec6c";
}
.icon-Anchor-center .path1:before {
  content: "\ec6d";
  
}
.icon-Anchor-center .path2:before {
  content: "\ec6e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Anchor-center-down .path1:before {
  content: "\ec6f";
  
  opacity: 0.3;
}
.icon-Anchor-center-down .path2:before {
  content: "\ec70";
  margin-left: -1em;
  
}
.icon-Anchor-center-up .path1:before {
  content: "\ec71";
  
  opacity: 0.3;
}
.icon-Anchor-center-up .path2:before {
  content: "\ec72";
  margin-left: -1em;
  
}
.icon-Anchor-left .path1:before {
  content: "\ec73";
  
  opacity: 0.3;
}
.icon-Anchor-left .path2:before {
  content: "\ec74";
  margin-left: -1em;
  
}
.icon-Anchor-left-down .path1:before {
  content: "\ec75";
  
  opacity: 0.3;
}
.icon-Anchor-left-down .path2:before {
  content: "\ec76";
  margin-left: -1em;
  
}
.icon-Anchor-left-up .path1:before {
  content: "\ec77";
  
  opacity: 0.3;
}
.icon-Anchor-left-up .path2:before {
  content: "\ec78";
  margin-left: -1em;
  
}
.icon-Anchor-right .path1:before {
  content: "\ec79";
  
  opacity: 0.3;
}
.icon-Anchor-right .path2:before {
  content: "\ec7a";
  margin-left: -1em;
  
}
.icon-Anchor-right-down .path1:before {
  content: "\ec7b";
  
  opacity: 0.3;
}
.icon-Anchor-right-down .path2:before {
  content: "\ec7c";
  margin-left: -1em;
  
}
.icon-Anchor-right-up .path1:before {
  content: "\ec7d";
  
  opacity: 0.3;
}
.icon-Anchor-right-up .path2:before {
  content: "\ec7e";
  margin-left: -1em;
  
}
.icon-Arrows .path1:before {
  content: "\ec7f";
  
  opacity: 0.3;
}
.icon-Arrows .path2:before {
  content: "\ec80";
  margin-left: -1em;
  
}
.icon-Bezier-curve .path1:before {
  content: "\ec81";
  
  opacity: 0.3;
}
.icon-Bezier-curve .path2:before {
  content: "\ec82";
  margin-left: -1em;
  
}
.icon-Border:before {
  content: "\ec83";
}
.icon-Brush1 .path1:before {
  content: "\ec84";
  
}
.icon-Brush1 .path2:before {
  content: "\ec85";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bucket .path1:before {
  content: "\ec86";
  
}
.icon-Bucket .path2:before {
  content: "\ec87";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cap-1 .path1:before {
  content: "\ec88";
  
}
.icon-Cap-1 .path2:before {
  content: "\ec89";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cap-2 .path1:before {
  content: "\ec8a";
  
  opacity: 0.3;
}
.icon-Cap-2 .path2:before {
  content: "\ec8b";
  margin-left: -1em;
  
}
.icon-Cap-3 .path1:before {
  content: "\ec8c";
  
}
.icon-Cap-3 .path2:before {
  content: "\ec8d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Circle:before {
  content: "\ec8e";
}
.icon-Color:before {
  content: "\ec8f";
}
.icon-Color-profile .path1:before {
  content: "\ec90";
  
  opacity: 0.3;
}
.icon-Color-profile .path2:before {
  content: "\ec91";
  margin-left: -1em;
  
}
.icon-Component:before {
  content: "\ec92";
}
.icon-Crop .path1:before {
  content: "\ec93";
  
  opacity: 0.3;
}
.icon-Crop .path2:before {
  content: "\ec94";
  margin-left: -1em;
  
}
.icon-Difference .path1:before {
  content: "\ec95";
  
}
.icon-Difference .path2:before {
  content: "\ec96";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Edit .path1:before {
  content: "\ec97";
  
}
.icon-Edit .path2:before {
  content: "\ec98";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Eraser:before {
  content: "\ec99";
}
.icon-Flatten .path1:before {
  content: "\ec9a";
  
}
.icon-Flatten .path2:before {
  content: "\ec9b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Flip-horizontal .path1:before {
  content: "\ec9c";
  
  opacity: 0.3;
}
.icon-Flip-horizontal .path2:before {
  content: "\ec9d";
  margin-left: -1em;
  
}
.icon-Flip-horizontal .path3:before {
  content: "\ec9e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Flip-vertical .path1:before {
  content: "\ec9f";
  
  opacity: 0.3;
}
.icon-Flip-vertical .path2:before {
  content: "\eca0";
  margin-left: -1em;
  
}
.icon-Flip-vertical .path3:before {
  content: "\eca1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Horizontal .path1:before {
  content: "\eca2";
  
}
.icon-Horizontal .path2:before {
  content: "\eca3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Image:before {
  content: "\eca4";
}
.icon-Interselect .path1:before {
  content: "\eca5";
  
  opacity: 0.3;
}
.icon-Interselect .path2:before {
  content: "\eca6";
  margin-left: -1em;
  
}
.icon-Join-1 .path1:before {
  content: "\eca7";
  
}
.icon-Join-1 .path2:before {
  content: "\eca8";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Join-2 .path1:before {
  content: "\eca9";
  
}
.icon-Join-2 .path2:before {
  content: "\ecaa";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Join-3 .path1:before {
  content: "\ecab";
  
  opacity: 0.3;
}
.icon-Join-3 .path2:before {
  content: "\ecac";
  margin-left: -1em;
  
}
.icon-Layers .path1:before {
  content: "\ecad";
  
}
.icon-Layers .path2:before {
  content: "\ecae";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Line .path1:before {
  content: "\ecaf";
  
  opacity: 0.3;
}
.icon-Line .path2:before {
  content: "\ecb0";
  margin-left: -1em;
  
}
.icon-Line .path3:before {
  content: "\ecb1";
  margin-left: -1em;
  
}
.icon-Magic .path1:before {
  content: "\ecb2";
  
}
.icon-Magic .path2:before {
  content: "\ecb3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mask .path1:before {
  content: "\ecb4";
  
  opacity: 0.3;
}
.icon-Mask .path2:before {
  content: "\ecb5";
  margin-left: -1em;
  
}
.icon-Patch .path1:before {
  content: "\ecb6";
  
}
.icon-Patch .path2:before {
  content: "\ecb7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Patch .path3:before {
  content: "\ecb8";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Penruller .path1:before {
  content: "\ecb9";
  
  opacity: 0.3;
}
.icon-Penruller .path2:before {
  content: "\ecba";
  margin-left: -1em;
  
}
.icon-Pencil:before {
  content: "\ecbb";
}
.icon-Pen-tool-vector .path1:before {
  content: "\ecbc";
  
}
.icon-Pen-tool-vector .path2:before {
  content: "\ecbd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Picker .path1:before {
  content: "\ecbe";
  
}
.icon-Picker .path2:before {
  content: "\ecbf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pixels .path1:before {
  content: "\ecc0";
  
}
.icon-Pixels .path2:before {
  content: "\ecc1";
  margin-left: -1em;
  
}
.icon-Pixels .path3:before {
  content: "\ecc2";
  margin-left: -1em;
  
}
.icon-Pixels .path4:before {
  content: "\ecc3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Pixels .path5:before {
  content: "\ecc4";
  margin-left: -1em;
  
}
.icon-Pixels .path6:before {
  content: "\ecc5";
  margin-left: -1em;
  
}
.icon-Polygon:before {
  content: "\ecc6";
}
.icon-Position:before {
  content: "\ecc7";
}
.icon-Rectangle:before {
  content: "\ecc8";
}
.icon-Saturation:before {
  content: "\ecc9";
}
.icon-Select .path1:before {
  content: "\ecca";
  
  opacity: 0.3;
}
.icon-Select .path2:before {
  content: "\eccb";
  margin-left: -1em;
  
}
.icon-Sketch .path1:before {
  content: "\eccc";
  
  opacity: 0.3;
}
.icon-Sketch .path2:before {
  content: "\eccd";
  margin-left: -1em;
  
}
.icon-Stamp .path1:before {
  content: "\ecce";
  
}
.icon-Stamp .path2:before {
  content: "\eccf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Substract .path1:before {
  content: "\ecd0";
  
}
.icon-Substract .path2:before {
  content: "\ecd1";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Target .path1:before {
  content: "\ecd2";
  
  opacity: 0.3;
}
.icon-Target .path2:before {
  content: "\ecd3";
  margin-left: -1em;
  
}
.icon-Triangle:before {
  content: "\ecd4";
}
.icon-Union:before {
  content: "\ecd5";
}
.icon-Vertical .path1:before {
  content: "\ecd6";
  
}
.icon-Vertical .path2:before {
  content: "\ecd7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Zoom-minus .path1:before {
  content: "\ecd8";
  
  opacity: 0.3;
}
.icon-Zoom-minus .path2:before {
  content: "\ecd9";
  margin-left: -1em;
  
}
.icon-Zoom-minus .path3:before {
  content: "\ecda";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Zoom-plus .path1:before {
  content: "\ecdb";
  
  opacity: 0.3;
}
.icon-Zoom-plus .path2:before {
  content: "\ecdc";
  margin-left: -1em;
  
}
.icon-Zoom-plus .path3:before {
  content: "\ecdd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Baking-glove .path1:before {
  content: "\ecde";
  
}
.icon-Baking-glove .path2:before {
  content: "\ecdf";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Bowl .path1:before {
  content: "\ece0";
  
  opacity: 0.3;
}
.icon-Bowl .path2:before {
  content: "\ece1";
  margin-left: -1em;
  
}
.icon-Chef .path1:before {
  content: "\ece2";
  
  opacity: 0.3;
}
.icon-Chef .path2:before {
  content: "\ece3";
  margin-left: -1em;
  
}
.icon-Cooking-book .path1:before {
  content: "\ece4";
  
  opacity: 0.0900;
}
.icon-Cooking-book .path2:before {
  content: "\ece5";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cooking-pot .path1:before {
  content: "\ece6";
  
  opacity: 0.3;
}
.icon-Cooking-pot .path2:before {
  content: "\ece7";
  margin-left: -1em;
  
}
.icon-Cutting-board .path1:before {
  content: "\ece8";
  
  opacity: 0.3;
}
.icon-Cutting-board .path2:before {
  content: "\ece9";
  margin-left: -1em;
  
}
.icon-Dinner .path1:before {
  content: "\ecea";
  
  opacity: 0.3;
}
.icon-Dinner .path2:before {
  content: "\eceb";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Dinner .path3:before {
  content: "\ecec";
  margin-left: -1em;
  
}
.icon-Dinner .path4:before {
  content: "\eced";
  margin-left: -1em;
  
}
.icon-Dinner .path5:before {
  content: "\ecee";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Dish .path1:before {
  content: "\ecef";
  
}
.icon-Dish .path2:before {
  content: "\ecf0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Dishes .path1:before {
  content: "\ecf1";
  
}
.icon-Dishes .path2:before {
  content: "\ecf2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork .path1:before {
  content: "\ecf3";
  
  opacity: 0.3;
}
.icon-Fork .path2:before {
  content: "\ecf4";
  margin-left: -1em;
  
}
.icon-Fork-spoon .path1:before {
  content: "\ecf5";
  
}
.icon-Fork-spoon .path2:before {
  content: "\ecf6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork-spoon .path3:before {
  content: "\ecf7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork-spoon .path4:before {
  content: "\ecf8";
  margin-left: -1em;
  
}
.icon-Fork-spoon-knife .path1:before {
  content: "\ecf9";
  
}
.icon-Fork-spoon-knife .path2:before {
  content: "\ecfa";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path3:before {
  content: "\ecfb";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path4:before {
  content: "\ecfc";
  margin-left: -1em;
  
}
.icon-Fork-spoon-knife .path5:before {
  content: "\ecfd";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fork-spoon-knife .path6:before {
  content: "\ecfe";
  margin-left: -1em;
  
}
.icon-Frying-pan .path1:before {
  content: "\ecff";
  
  opacity: 0.3;
}
.icon-Frying-pan .path2:before {
  content: "\ed00";
  margin-left: -1em;
  
}
.icon-Grater .path1:before {
  content: "\ed01";
  
  opacity: 0.3;
}
.icon-Grater .path2:before {
  content: "\ed02";
  margin-left: -1em;
  
}
.icon-Kitchen-scale .path1:before {
  content: "\ed03";
  
}
.icon-Kitchen-scale .path2:before {
  content: "\ed04";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Knife .path1:before {
  content: "\ed05";
  
  opacity: 0.3;
}
.icon-Knife .path2:before {
  content: "\ed06";
  margin-left: -1em;
  
}
.icon-Knife1 .path1:before {
  content: "\ed07";
  
  opacity: 0.3;
}
.icon-Knife1 .path2:before {
  content: "\ed08";
  margin-left: -1em;
  
}
.icon-Knifefork .path1:before {
  content: "\ed09";
  
}
.icon-Knifefork .path2:before {
  content: "\ed0a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Knifefork .path3:before {
  content: "\ed0b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Knifefork .path4:before {
  content: "\ed0c";
  margin-left: -1em;
  
}
.icon-Knifefork1 .path1:before {
  content: "\ed0d";
  
}
.icon-Knifefork1 .path2:before {
  content: "\ed0e";
  margin-left: -1em;
  
}
.icon-Knifefork1 .path3:before {
  content: "\ed0f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Knifefork1 .path4:before {
  content: "\ed10";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Ladle .path1:before {
  content: "\ed11";
  
  opacity: 0.3;
}
.icon-Ladle .path2:before {
  content: "\ed12";
  margin-left: -1em;
  
}
.icon-Rolling-pin .path1:before {
  content: "\ed13";
  
}
.icon-Rolling-pin .path2:before {
  content: "\ed14";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Saucepan .path1:before {
  content: "\ed15";
  
}
.icon-Saucepan .path2:before {
  content: "\ed16";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Shovel .path1:before {
  content: "\ed17";
  
  opacity: 0.3;
}
.icon-Shovel .path2:before {
  content: "\ed18";
  margin-left: -1em;
  
}
.icon-Sieve .path1:before {
  content: "\ed19";
  
  opacity: 0.3;
}
.icon-Sieve .path2:before {
  content: "\ed1a";
  margin-left: -1em;
  
}
.icon-Spoon .path1:before {
  content: "\ed1b";
  
  opacity: 0.3;
}
.icon-Spoon .path2:before {
  content: "\ed1c";
  margin-left: -1em;
  
}
.icon-Spoon .path3:before {
  content: "\ed1d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-Active-call .path1:before {
  content: "\ed1e";
  
}
.icon-Active-call .path2:before {
  content: "\ed1f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Address-card:before {
  content: "\ed20";
}
.icon-Add-user .path1:before {
  content: "\ed21";
  
  opacity: 0.3;
}
.icon-Add-user .path2:before {
  content: "\ed22";
  margin-left: -1em;
  
}
.icon-Adress-book .path1:before {
  content: "\ed23";
  
  opacity: 0.3;
}
.icon-Adress-book .path2:before {
  content: "\ed24";
  margin-left: -1em;
  
}
.icon-Adress-book1 .path1:before {
  content: "\ed25";
  
  opacity: 0.3;
}
.icon-Adress-book1 .path2:before {
  content: "\ed26";
  margin-left: -1em;
  
}
.icon-Archive:before {
  content: "\ed27";
}
.icon-Call1:before {
  content: "\ed28";
}
.icon-118:before {
  content: "\ed28";
}
.icon-Call:before {
  content: "\ed29";
}
.icon-Chat .path1:before {
  content: "\ed2a";
  
  opacity: 0.3;
}
.icon-Chat .path2:before {
  content: "\ed2b";
  margin-left: -1em;
  
}
.icon-Chat1 .path1:before {
  content: "\ed2c";
  
  opacity: 0.3;
}
.icon-Chat1 .path2:before {
  content: "\ed2d";
  margin-left: -1em;
  
}
.icon-Chat2:before {
  content: "\ed2e";
}
.icon-41:before {
  content: "\ed2e";
}
.icon-Chat3:before {
  content: "\ed2f";
}
.icon-51:before {
  content: "\ed2f";
}
.icon-Chat4:before {
  content: "\ed30";
}
.icon-6:before {
  content: "\ed30";
}
.icon-Chat-check .path1:before {
  content: "\ed31";
  
  opacity: 0.3;
}
.icon-Chat-check .path2:before {
  content: "\ed32";
  margin-left: -1em;
  
}
.icon-Chat-error .path1:before {
  content: "\ed33";
  
}
.icon-Chat-error .path2:before {
  content: "\ed34";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Chat-locked .path1:before {
  content: "\ed35";
  
  opacity: 0.3;
}
.icon-Chat-locked .path2:before {
  content: "\ed36";
  margin-left: -1em;
  
}
.icon-Chat-smile .path1:before {
  content: "\ed37";
  
  opacity: 0.3;
}
.icon-Chat-smile .path2:before {
  content: "\ed38";
  margin-left: -1em;
  
}
.icon-Clipboard-check .path1:before {
  content: "\ed39";
  
  opacity: 0.3;
}
.icon-Clipboard-check .path2:before {
  content: "\ed3a";
  margin-left: -1em;
  
}
.icon-Clipboard-check .path3:before {
  content: "\ed3b";
  margin-left: -1em;
  
}
.icon-Clipboard-list .path1:before {
  content: "\ed3c";
  
  opacity: 0.3;
}
.icon-Clipboard-list .path2:before {
  content: "\ed3d";
  margin-left: -1em;
  
}
.icon-Clipboard-list .path3:before {
  content: "\ed3e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard-list .path4:before {
  content: "\ed3f";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard-list .path5:before {
  content: "\ed40";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard-list .path6:before {
  content: "\ed41";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard-list .path7:before {
  content: "\ed42";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Clipboard-list .path8:before {
  content: "\ed43";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Contact:before {
  content: "\ed44";
}
.icon-110:before {
  content: "\ed44";
}
.icon-Delete-user .path1:before {
  content: "\ed45";
  
  opacity: 0.3;
}
.icon-Delete-user .path2:before {
  content: "\ed46";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path1:before {
  content: "\ed47";
  
  opacity: 0.3;
}
.icon-Dial-numbers .path2:before {
  content: "\ed48";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path3:before {
  content: "\ed49";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path4:before {
  content: "\ed4a";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path5:before {
  content: "\ed4b";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path6:before {
  content: "\ed4c";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path7:before {
  content: "\ed4d";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path8:before {
  content: "\ed4e";
  margin-left: -1em;
  
}
.icon-Dial-numbers .path9:before {
  content: "\ed4f";
  margin-left: -1em;
  
}
.icon-Flag .path1:before {
  content: "\ed50";
  
}
.icon-Flag .path2:before {
  content: "\ed51";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Forward1:before {
  content: "\ed52";
}
.icon-Group .path1:before {
  content: "\ed53";
  
  opacity: 0.3;
}
.icon-Group .path2:before {
  content: "\ed54";
  margin-left: -1em;
  
}
.icon-Group-chat .path1:before {
  content: "\ed55";
  
}
.icon-Group-chat .path2:before {
  content: "\ed56";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Incoming-box .path1:before {
  content: "\ed57";
  
}
.icon-Incoming-box .path2:before {
  content: "\ed58";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Incoming-box .path3:before {
  content: "\ed59";
  margin-left: -1em;
  
}
.icon-Incoming-call .path1:before {
  content: "\ed5a";
  
  opacity: 0.3;
}
.icon-Incoming-call .path2:before {
  content: "\ed5b";
  margin-left: -1em;
  
}
.icon-Incoming-mail .path1:before {
  content: "\ed5c";
  
}
.icon-Incoming-mail .path2:before {
  content: "\ed5d";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mail:before {
  content: "\ed5e";
}
.icon-Mail-:before {
  content: "\ed5f";
}
.icon-Mail-attachment .path1:before {
  content: "\ed60";
  
  opacity: 0.3;
}
.icon-Mail-attachment .path2:before {
  content: "\ed61";
  margin-left: -1em;
  
}
.icon-Mail-box .path1:before {
  content: "\ed62";
  
}
.icon-Mail-box .path2:before {
  content: "\ed63";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mail-error .path1:before {
  content: "\ed64";
  
}
.icon-Mail-error .path2:before {
  content: "\ed65";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mail-heart .path1:before {
  content: "\ed66";
  
  opacity: 0.3;
}
.icon-Mail-heart .path2:before {
  content: "\ed67";
  margin-left: -1em;
  
}
.icon-Mail-locked .path1:before {
  content: "\ed68";
  
}
.icon-Mail-locked .path2:before {
  content: "\ed69";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mail-notification .path1:before {
  content: "\ed6a";
  
}
.icon-Mail-notification .path2:before {
  content: "\ed6b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Mail-opened .path1:before {
  content: "\ed6c";
  
  opacity: 0.3;
}
.icon-Mail-opened .path2:before {
  content: "\ed6d";
  margin-left: -1em;
  
}
.icon-Mail-unocked .path1:before {
  content: "\ed6e";
  
  opacity: 0.3;
}
.icon-Mail-unocked .path2:before {
  content: "\ed6f";
  margin-left: -1em;
  
}
.icon-Missed-call .path1:before {
  content: "\ed70";
  
  opacity: 0.3;
}
.icon-Missed-call .path2:before {
  content: "\ed71";
  margin-left: -1em;
  
}
.icon-Outgoing-box .path1:before {
  content: "\ed72";
  
}
.icon-Outgoing-box .path2:before {
  content: "\ed73";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Outgoing-box .path3:before {
  content: "\ed74";
  margin-left: -1em;
  
}
.icon-Outgoing-call .path1:before {
  content: "\ed75";
  
  opacity: 0.3;
}
.icon-Outgoing-call .path2:before {
  content: "\ed76";
  margin-left: -1em;
  
}
.icon-Outgoing-mail .path1:before {
  content: "\ed77";
  
}
.icon-Outgoing-mail .path2:before {
  content: "\ed78";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Readed-mail .path1:before {
  content: "\ed79";
  
  opacity: 0.3;
}
.icon-Readed-mail .path2:before {
  content: "\ed7a";
  margin-left: -1em;
  
}
.icon-Reply:before {
  content: "\ed7b";
}
.icon-Reply-all .path1:before {
  content: "\ed7c";
  
  opacity: 0.3;
}
.icon-Reply-all .path2:before {
  content: "\ed7d";
  margin-left: -1em;
  
}
.icon-Right:before {
  content: "\ed7e";
}
.icon-RSS .path1:before {
  content: "\ed7f";
  
}
.icon-RSS .path2:before {
  content: "\ed80";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-RSS .path3:before {
  content: "\ed81";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Safe-chat .path1:before {
  content: "\ed82";
  
  opacity: 0.3;
}
.icon-Safe-chat .path2:before {
  content: "\ed83";
  margin-left: -1em;
  
}
.icon-Send:before {
  content: "\ed84";
}
.icon-Sending-mail .path1:before {
  content: "\ed85";
  
  opacity: 0.3;
}
.icon-Sending-mail .path2:before {
  content: "\ed86";
  margin-left: -1em;
  
}
.icon-Sending .path1:before {
  content: "\ed87";
  
}
.icon-Sending .path2:before {
  content: "\ed88";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Share .path1:before {
  content: "\ed89";
  
  opacity: 0.3;
}
.icon-Share .path2:before {
  content: "\ed8a";
  margin-left: -1em;
  
}
.icon-Shield-thunder:before {
  content: "\ed8b";
}
.icon-Shield-user:before {
  content: "\ed8c";
}
.icon-Snoozed-mail .path1:before {
  content: "\ed8d";
  
}
.icon-Snoozed-mail .path2:before {
  content: "\ed8e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Spam:before {
  content: "\ed8f";
}
.icon-Thumbtack .path1:before {
  content: "\ed90";
  
}
.icon-Thumbtack .path2:before {
  content: "\ed91";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Urgent-mail .path1:before {
  content: "\ed92";
  
  opacity: 0.3;
}
.icon-Urgent-mail .path2:before {
  content: "\ed93";
  margin-left: -1em;
  
}
.icon-Write .path1:before {
  content: "\ed94";
  
}
.icon-Write .path2:before {
  content: "\ed95";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Backspace .path1:before {
  content: "\ed96";
  
  opacity: 0.3;
}
.icon-Backspace .path2:before {
  content: "\ed97";
  margin-left: -1em;
  
}
.icon-CMD:before {
  content: "\ed98";
}
.icon-Code1 .path1:before {
  content: "\ed99";
  
}
.icon-Code1 .path2:before {
  content: "\ed9a";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Commit .path1:before {
  content: "\ed9b";
  
  opacity: 0.3;
}
.icon-Commit .path2:before {
  content: "\ed9c";
  margin-left: -1em;
  
}
.icon-Compiling .path1:before {
  content: "\ed9d";
  
  opacity: 0.3;
}
.icon-Compiling .path2:before {
  content: "\ed9e";
  margin-left: -1em;
  
}
.icon-Control:before {
  content: "\ed9f";
}
.icon-Done-circle .path1:before {
  content: "\eda0";
  
  opacity: 0.3;
}
.icon-Done-circle .path2:before {
  content: "\eda1";
  margin-left: -1em;
  
}
.icon-Error-circle .path1:before {
  content: "\eda2";
  
  opacity: 0.3;
}
.icon-Error-circle .path2:before {
  content: "\eda3";
  margin-left: -1em;
  
}
.icon-Git2 .path1:before {
  content: "\eda4";
  
  opacity: 0.3;
}
.icon-Git2 .path2:before {
  content: "\eda5";
  margin-left: -1em;
  
}
.icon-Git2 .path3:before {
  content: "\eda6";
  margin-left: -1em;
  
}
.icon-Git3 .path1:before {
  content: "\eda7";
  
  opacity: 0.3;
}
.icon-Git3 .path2:before {
  content: "\eda8";
  margin-left: -1em;
  
}
.icon-Git3 .path3:before {
  content: "\eda9";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Git3 .path4:before {
  content: "\edaa";
  margin-left: -1em;
  
}
.icon-Git3 .path5:before {
  content: "\edab";
  margin-left: -1em;
  
}
.icon-Git3 .path6:before {
  content: "\edac";
  margin-left: -1em;
  
}
.icon-Git .path1:before {
  content: "\edad";
  
  opacity: 0.3;
}
.icon-Git .path2:before {
  content: "\edae";
  margin-left: -1em;
  
}
.icon-Git .path3:before {
  content: "\edaf";
  margin-left: -1em;
  
}
.icon-Git .path4:before {
  content: "\edb0";
  margin-left: -1em;
  
}
.icon-Git1 .path1:before {
  content: "\edb1";
  
}
.icon-Git1 .path2:before {
  content: "\edb2";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Git1 .path3:before {
  content: "\edb3";
  margin-left: -1em;
  
}
.icon-Git1 .path4:before {
  content: "\edb4";
  margin-left: -1em;
  
}
.icon-Github .path1:before {
  content: "\edb5";
  
}
.icon-Github .path2:before {
  content: "\edb6";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Info-circle .path1:before {
  content: "\edb7";
  
  opacity: 0.3;
}
.icon-Info-circle .path2:before {
  content: "\edb8";
  margin-left: -1em;
  
}
.icon-Info-circle .path3:before {
  content: "\edb9";
  margin-left: -1em;
  
}
.icon-Left-circle .path1:before {
  content: "\edba";
  
  opacity: 0.3;
}
.icon-Left-circle .path2:before {
  content: "\edbb";
  margin-left: -1em;
  
}
.icon-Loading:before {
  content: "\edbc";
}
.icon-Lock-circle .path1:before {
  content: "\edbd";
  
  opacity: 0.3;
}
.icon-Lock-circle .path2:before {
  content: "\edbe";
  margin-left: -1em;
  
}
.icon-Lock-overturning .path1:before {
  content: "\edbf";
  
  opacity: 0.3;
}
.icon-Lock-overturning .path2:before {
  content: "\edc0";
  margin-left: -1em;
  
}
.icon-Minus .path1:before {
  content: "\edc1";
  
  opacity: 0.3;
}
.icon-Minus .path2:before {
  content: "\edc2";
  margin-left: -1em;
  
}
.icon-Option .path1:before {
  content: "\edc3";
  
  opacity: 0.3;
}
.icon-Option .path2:before {
  content: "\edc4";
  margin-left: -1em;
  
}
.icon-Plus .path1:before {
  content: "\edc5";
  
  opacity: 0.3;
}
.icon-Plus .path2:before {
  content: "\edc6";
  margin-left: -1em;
  
}
.icon-Puzzle:before {
  content: "\edc7";
}
.icon-Question-circle .path1:before {
  content: "\edc8";
  
  opacity: 0.3;
}
.icon-Question-circle .path2:before {
  content: "\edc9";
  margin-left: -1em;
  
}
.icon-Right-circle .path1:before {
  content: "\edca";
  
  opacity: 0.3;
}
.icon-Right-circle .path2:before {
  content: "\edcb";
  margin-left: -1em;
  
}
.icon-Settings1 .path1:before {
  content: "\edcc";
  
  opacity: 0.3;
}
.icon-Settings1 .path2:before {
  content: "\edcd";
  margin-left: -1em;
  
}
.icon-Shift:before {
  content: "\edce";
}
.icon-Spy .path1:before {
  content: "\edcf";
  
}
.icon-Spy .path2:before {
  content: "\edd0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Stop:before {
  content: "\edd1";
}
.icon-Terminal .path1:before {
  content: "\edd2";
  
}
.icon-Terminal .path2:before {
  content: "\edd3";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Thunder-circle .path1:before {
  content: "\edd4";
  
  opacity: 0.3;
}
.icon-Thunder-circle .path2:before {
  content: "\edd5";
  margin-left: -1em;
  
}
.icon-Time-schedule .path1:before {
  content: "\edd6";
  
}
.icon-Time-schedule .path2:before {
  content: "\edd7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Warning-1-circle .path1:before {
  content: "\edd8";
  
  opacity: 0.3;
}
.icon-Warning-1-circle .path2:before {
  content: "\edd9";
  margin-left: -1em;
  
}
.icon-Warning-1-circle .path3:before {
  content: "\edda";
  margin-left: -1em;
  
}
.icon-Warning-2 .path1:before {
  content: "\eddb";
  
  opacity: 0.3;
}
.icon-Warning-2 .path2:before {
  content: "\eddc";
  margin-left: -1em;
  
}
.icon-Warning-2 .path3:before {
  content: "\eddd";
  margin-left: -1em;
  
}
.icon-Brassiere:before {
  content: "\edde";
}
.icon-Briefcase .path1:before {
  content: "\eddf";
  
}
.icon-Briefcase .path2:before {
  content: "\ede0";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cap .path1:before {
  content: "\ede1";
  
  opacity: 0.3;
}
.icon-Cap .path2:before {
  content: "\ede2";
  margin-left: -1em;
  
}
.icon-Crown .path1:before {
  content: "\ede3";
  
  opacity: 0.3;
}
.icon-Crown .path2:before {
  content: "\ede4";
  margin-left: -1em;
  
}
.icon-Dress .path1:before {
  content: "\ede5";
  
  opacity: 0.3;
}
.icon-Dress .path2:before {
  content: "\ede6";
  margin-left: -1em;
  
}
.icon-Hanger:before {
  content: "\ede7";
}
.icon-Hat .path1:before {
  content: "\ede8";
  
}
.icon-Hat .path2:before {
  content: "\ede9";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Panties:before {
  content: "\edea";
}
.icon-Shirt .path1:before {
  content: "\edeb";
  
  opacity: 0.3;
}
.icon-Shirt .path2:before {
  content: "\edec";
  margin-left: -1em;
  
}
.icon-Shoes .path1:before {
  content: "\eded";
  
}
.icon-Shoes .path2:before {
  content: "\edee";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Shorts:before {
  content: "\edef";
}
.icon-Sneakers .path1:before {
  content: "\edf0";
  
  opacity: 0.3;
}
.icon-Sneakers .path2:before {
  content: "\edf1";
  margin-left: -1em;
  
}
.icon-Socks .path1:before {
  content: "\edf2";
  
  opacity: 0.3;
}
.icon-Socks .path2:before {
  content: "\edf3";
  margin-left: -1em;
  
}
.icon-Sun-glasses .path1:before {
  content: "\edf4";
  
  opacity: 0.3;
}
.icon-Sun-glasses .path2:before {
  content: "\edf5";
  margin-left: -1em;
  
}
.icon-Tie .path1:before {
  content: "\edf6";
  
}
.icon-Tie .path2:before {
  content: "\edf7";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-T-Shirt:before {
  content: "\edf8";
}
.icon-Celcium .path1:before {
  content: "\edf9";
  
}
.icon-Celcium .path2:before {
  content: "\edfa";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cloud:before {
  content: "\edfb";
}
.icon-18:before {
  content: "\edfb";
}
.icon-Cloud1 .path1:before {
  content: "\edfc";
  
  opacity: 0.3;
}
.icon-Cloud1 .path2:before {
  content: "\edfd";
  margin-left: -1em;
  
}
.icon-Cloud-fog .path1:before {
  content: "\edfe";
  
}
.icon-Cloud-fog .path2:before {
  content: "\edff";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cloud-sun .path1:before {
  content: "\ee00";
  
  opacity: 0.3;
}
.icon-Cloud-sun .path2:before {
  content: "\ee01";
  margin-left: -1em;
  
}
.icon-Cloud-wind .path1:before {
  content: "\ee02";
  
}
.icon-Cloud-wind .path2:before {
  content: "\ee03";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cloud-wind .path3:before {
  content: "\ee04";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Cloudy .path1:before {
  content: "\ee05";
  
  opacity: 0.3;
}
.icon-Cloudy .path2:before {
  content: "\ee06";
  margin-left: -1em;
  
}
.icon-Cloudy-night .path1:before {
  content: "\ee07";
  
  opacity: 0.3;
}
.icon-Cloudy-night .path2:before {
  content: "\ee08";
  margin-left: -1em;
  
}
.icon-Day-rain .path1:before {
  content: "\ee09";
  
  opacity: 0.3;
}
.icon-Day-rain .path2:before {
  content: "\ee0a";
  margin-left: -1em;
  
}
.icon-Fahrenheit .path1:before {
  content: "\ee0b";
  
}
.icon-Fahrenheit .path2:before {
  content: "\ee0c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Fog:before {
  content: "\ee0d";
}
.icon-Moon:before {
  content: "\ee0e";
}
.icon-Night-fog .path1:before {
  content: "\ee0f";
  
}
.icon-Night-fog .path2:before {
  content: "\ee10";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Night-rain .path1:before {
  content: "\ee11";
  
  opacity: 0.3;
}
.icon-Night-rain .path2:before {
  content: "\ee12";
  margin-left: -1em;
  
}
.icon-Rain .path1:before {
  content: "\ee13";
  
}
.icon-Rain .path2:before {
  content: "\ee14";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Rain1 .path1:before {
  content: "\ee15";
  
}
.icon-Rain1 .path2:before {
  content: "\ee16";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Rain2 .path1:before {
  content: "\ee17";
  
  opacity: 0.3;
}
.icon-Rain2 .path2:before {
  content: "\ee18";
  margin-left: -1em;
  
}
.icon-Rainbow .path1:before {
  content: "\ee19";
  
  opacity: 0.3;
}
.icon-Rainbow .path2:before {
  content: "\ee1a";
  margin-left: -1em;
  
}
.icon-Snow .path1:before {
  content: "\ee1b";
  
}
.icon-Snow .path2:before {
  content: "\ee1c";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Snow1 .path1:before {
  content: "\ee1d";
  
}
.icon-Snow1 .path2:before {
  content: "\ee1e";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Snow2 .path1:before {
  content: "\ee1f";
  
  opacity: 0.3;
}
.icon-Snow2 .path2:before {
  content: "\ee20";
  margin-left: -1em;
  
}
.icon-Snow3:before {
  content: "\ee21";
}
.icon-Storm .path1:before {
  content: "\ee22";
  
}
.icon-Storm .path2:before {
  content: "\ee23";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sun .path1:before {
  content: "\ee24";
  
}
.icon-Sun .path2:before {
  content: "\ee25";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Sun-fog .path1:before {
  content: "\ee26";
  
}
.icon-Sun-fog .path2:before {
  content: "\ee27";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Suset .path1:before {
  content: "\ee28";
  
}
.icon-Suset .path2:before {
  content: "\ee29";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Suset1 .path1:before {
  content: "\ee2a";
  
}
.icon-Suset1 .path2:before {
  content: "\ee2b";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Temperature-empty:before {
  content: "\ee2c";
}
.icon-Temperature-full:before {
  content: "\ee2d";
}
.icon-Temperature-half:before {
  content: "\ee2e";
}
.icon-Thunder .path1:before {
  content: "\ee2f";
  
  opacity: 0.3;
}
.icon-Thunder .path2:before {
  content: "\ee30";
  margin-left: -1em;
  
}
.icon-Thunder-night .path1:before {
  content: "\ee31";
  
  opacity: 0.3;
}
.icon-Thunder-night .path2:before {
  content: "\ee32";
  margin-left: -1em;
  
}
.icon-Umbrella .path1:before {
  content: "\ee33";
  
}
.icon-Umbrella .path2:before {
  content: "\ee34";
  margin-left: -1em;
  
  opacity: 0.3;
}
.icon-Wind .path1:before {
  content: "\ee35";
  
}
.icon-Wind .path2:before {
  content: "\ee36";
  margin-left: -1em;
  
  opacity: 0.3;
}
/*! Cryptocoins - cryptocurrency icon font | https://github.com/allienworks/cryptocoins */

@font-face {
  font-family: "cryptocoins";
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/cryptocoins.woff2) format('woff2'),
    url(https://oarlin-bb3cf8e14b12.herokuapp.com/cryptocoins.woff) format('woff'),
    url(https://oarlin-bb3cf8e14b12.herokuapp.com/cryptocoins.ttf) format('truetype');
}

/* .cc:before { */
.cc::before {
  font-family: "cryptocoins";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}
.icons h2{
    margin:25px;
 }
 i.cc { font-size: 2.5rem; display: inline-block; margin: 0 1.3rem 0 0; transition: 0.1s ease all; }
 i.cc:hover { color: #0060BD; }

.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; }
.BTC, .BCH { 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: #0066cc; }
.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: #afafaf; }
.JBS { color: #1A8BCD; }
.KMD { color: #326464; }
.KOBO { color: #80C342; }
.KORE { color: #DF4124; }
.LBC { color: #015C47; }
.LDOGE { color: #ffcc00; }
.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: #003366; }
.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: #FF6600; }
.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";
}
/*









 */
